]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #4881 from MrPetovan/task/4867-guess-language-from-plaintext
authorMichael Vogel <icarus@dabo.de>
Sun, 22 Apr 2018 22:26:05 +0000 (00:26 +0200)
committerGitHub <noreply@github.com>
Sun, 22 Apr 2018 22:26:05 +0000 (00:26 +0200)
Guess language from plaintext

44 files changed:
.travis.yml
composer.json
composer.lock
doc/Install.md
doc/de/Install.md
htconfig.php
include/dba.php
include/text.php
mod/admin.php
mod/dfrn_notify.php
mod/noscrape.php
src/Content/Nav.php
src/Core/Addon.php
src/Core/Console/NewPassword.php
src/Model/Contact.php
src/Model/Profile.php
src/Model/User.php
src/Protocol/DFRN.php
src/Protocol/Diaspora.php
util/messages.po
view/lang/de/messages.po
view/lang/de/strings.php
view/lang/fi-fi/messages.po
view/lang/fi-fi/strings.php
view/lang/it/messages.po
view/lang/it/strings.php
view/lang/pl/messages.po
view/lang/pl/strings.php
view/lang/zh-cn/messages.po
view/lang/zh-cn/strings.php
view/templates/htconfig.tpl
view/templates/wall/content_filter.tpl [new file with mode: 0644]
view/theme/frio/css/mod_admin.css
view/theme/frio/css/style.css
view/theme/frio/js/filebrowser.js
view/theme/frio/js/mod_admin.js
view/theme/frio/js/modal.js
view/theme/frio/js/theme.js
view/theme/frio/php/default.php
view/theme/frio/templates/admin/contactblock.tpl
view/theme/frio/templates/admin/users.tpl
view/theme/frio/templates/comment_item.tpl
view/theme/frio/templates/event_form.tpl
view/theme/frio/templates/prv_message.tpl

index d3fffc6936cb032f0df5b3cbc8b9030fef1eadc0..fe436c5ddda1ff6b5f5ea211b539f1c48c232992 100644 (file)
@@ -1,4 +1,10 @@
 ---
 language: php
-php: 5.6
+## Friendica supports PHP version >= 5.6
+php:
+       - 5.6
+       - 7.0
+       - 7.1
+       - 7.2
+
 install: composer install
index 5cb33e67d604ebca8c87bcc3f621b246309ddab7..b7cd645bdb43d72580af2d8e0e31c2a98c3a344a 100644 (file)
@@ -25,6 +25,7 @@
                "paragonie/random_compat": "^2.0",
                "pear/Text_LanguageDetect": "1.*",
                "pear/Text_Highlighter": "dev-master",
+               "seld/cli-prompt": "^1.0",
                "smarty/smarty": "^3.1",
                "fxp/composer-asset-plugin": "~1.3",
                "bower-asset/base64": "^1.0",
index 34362cb1bbca845108dbbfb7b81598015db600ef..f294c16ef5f59a6274ea9c75e0f867fbaf61b4dd 100644 (file)
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
         "This file is @generated automatically"
     ],
-    "content-hash": "96062c2020a40f14b52e5e91c79995a7",
+    "content-hash": "f97245142e60a521f048a667bec4e436",
     "packages": [
         {
             "name": "asika/simple-console",
             "description": "PSR-6 adapter for RW File Cache",
             "time": "2018-01-30T19:13:45+00:00"
         },
+        {
+            "name": "seld/cli-prompt",
+            "version": "1.0.3",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/Seldaek/cli-prompt.git",
+                "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
+                "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=5.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "1.x-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Seld\\CliPrompt\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Jordi Boggiano",
+                    "email": "j.boggiano@seld.be"
+                }
+            ],
+            "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
+            "keywords": [
+                "cli",
+                "console",
+                "hidden",
+                "input",
+                "prompt"
+            ],
+            "time": "2017-03-18T11:32:45+00:00"
+        },
         {
             "name": "smarty/smarty",
             "version": "v3.1.31",
index b9b2debb42af2e371ce00e512d4b97c11d9fa714..b8929d371bbb6416c8ae3bce7aff37c9450fcb2f 100644 (file)
@@ -2,6 +2,7 @@ Friendica Installation
 ===============
 
 We've tried very hard to ensure that Friendica will run on commodity hosting platforms - such as those used to host Wordpress blogs and Drupal websites.
+We offer a manual and an automatic installation.
 But be aware that Friendica is more than a simple web application.
 It is a complex communications system which more closely resembles an email server than a web server.
 For reliability and performance, messages are delivered in the background and are queued for later delivery when sites are down.
@@ -27,10 +28,10 @@ Requirements
 
 * Apache with mod-rewrite enabled and "Options All" so you can use a local .htaccess file
 * PHP 5.6+ (PHP 7 is recommended for performance)
-* PHP *command line* access with register_argc_argv set to true in the php.ini file
-* Curl, GD, PDO, MySQLi, hash, xml, zip and OpenSSL extensions
-* The POSIX module of PHP needs to be activated (e.g. [RHEL, CentOS](http://www.bigsoft.co.uk/blog/index.php/2014/12/08/posix-php-commands-not-working-under-centos-7) have disabled it)
-* some form of email server or email gateway such that PHP mail() works
+  * PHP *command line* access with register_argc_argv set to true in the php.ini file
+  * Curl, GD, PDO, MySQLi, hash, xml, zip and OpenSSL extensions
+  * The POSIX module of PHP needs to be activated (e.g. [RHEL, CentOS](http://www.bigsoft.co.uk/blog/index.php/2014/12/08/posix-php-commands-not-working-under-centos-7) have disabled it)
+  * some form of email server or email gateway such that PHP mail() works
 * Mysql 5.5.3+ or an equivalant alternative for MySQL (MariaDB, Percona Server etc.)
 * the ability to schedule jobs with cron (Linux/Mac) or Scheduled Tasks (Windows) (Note: other options are presented in Section 7 of this document.)
 * Installation into a top-level domain or sub-domain (without a directory/path component in the URL) is preferred. Directory paths will not be as convenient to use and have not been thoroughly tested.
@@ -79,24 +80,47 @@ In this case find the [mysqld] section in your my.cnf file and add the line :
 
 Restart mysql and you should be fine.
 
-
-### Run the installer
+### Option A: Run the manual installer
 
 Point your web browser to the new site and follow the instructions.
 Please note any error messages and correct these before continuing.
 
 If you need to specify a port for the connection to the database, you can do so in the host name setting for the database.
 
-*If* the automated installation fails for any reason, check the following:
+*If* the manual installation fails for any reason, check the following:
 
 * Does ".htconfig.php" exist? If not, edit htconfig.php and change the system settings. Rename to .htconfig.php
-* Is the database is populated? If not, import the contents of "database.sql" with phpmyadmin or mysql command line.
+* Is the database is populated? If not, import the contents of "database.sql" with phpmyadmin or the mysql command line.
 
 At this point visit your website again, and register your personal account.
 Registration errors should all be recoverable automatically.
 If you get any *critical* failure at this point, it generally indicates the database was not installed correctly.
 You might wish to move/rename .htconfig.php to another name and empty (called 'dropping') the database tables, so that you can start fresh.
 
+### Option B: Run the automatic install script
+
+Open the file htconfig.php in the main Friendica directory with a text editor. Remove the `die('...');` line and edit the lines to suit your installation (MySQL, language, theme etc.), then save the file (do not rename it). 
+
+Navigate to the main Friendica directory and execute the following command:
+
+    bin/console autoinstall
+
+Or if you wish to include all optional checks, execute this statement instead:
+
+    bin/console autoinstall -a
+
+At this point visit your website again, and register your personal account.
+
+*If* the automatic installation fails for any reason, check the following:
+
+* Does ".htconfig.php" already exist? If yes, the automatic installation won't start
+* Are the settings inside "htconfig.php" correct? If not, edit the file again.
+* Is the empty MySQL-database created? If not, create it.
+
+For more information during the installation, you can use this command line option
+
+    bin/console autoinstall -v
+
 ### Set up the worker
 
 Set up a cron job or scheduled task to run the worker once every 5-10 minutes in order to perform background processing.
index 1842306c58356a0c1e40af387d71a63fbca245b0..839c4d523faac898d1b2843baad10ff4b0707543 100644 (file)
@@ -4,6 +4,7 @@ Friendica Installation
 * [Zur Startseite der Hilfe](help)
 
 Wir haben hart daran gearbeitet, um Friendica auf vorgefertigten Hosting-Plattformen zum Laufen zu bringen - solche, auf denen auch Wordpress Blogs und Drupal-Installationen laufen.
+Wir bieten eine manuelle und eine automatische Installation an.
 Aber bedenke, dass Friendica mehr als eine einfache Webanwendung ist.
 Es handelt sich um ein komplexes Kommunikationssystem, das eher an einen Email-Server erinnert als an einen Webserver.
 Um die Verfügbarkeit und Performance zu gewährleisten, werden Nachrichten im Hintergrund verschickt und gespeichert, um sie später zu verschicken, wenn eine Webseite gerade nicht erreichbar ist.
@@ -11,83 +12,124 @@ Diese Funktionalität benötigt ein wenig mehr als die normalen Blogs.
 Nicht jeder PHP/MySQL-Hosting-Anbieter kann Friendica unterstützen.
 Viele hingegen können es. Aber **bitte** prüfe die Voraussetzungen deines Servers vor der Installation.
 
-Wenn dir Fehler während der Installation auffallen, sag uns bitte über [github](https://github.com/friendica/issues) Bescheid.
+Wenn dir Fehler während der Installation auffallen, sag uns bitte über [Helper](http://forum.friendi.ca/profile/helpers) oder das [Entwickler Forum](https://forum.friendi.ca/profile/developers) Bescheid oder [erstelle ein Issue](https://github.com/friendica/friendica/issues).
 Gib uns bitte so viele Infos zu deinem System, wie du kannst, und beschreibe den Fehler mit allen Details und Fehlermeldungen, so dass wir den Fehler zukünftig verhindern können.
 Aufgrund der großen Anzahl an verschiedenen Betriebssystemen und PHP-Plattformen haben wir nur geringe Kapazitäten, um deine PHP-Installation zu debuggen oder fehlende Module zu ersetzen, aber wir tun unser Bestes, um allgemeine Code-Fehler zu beheben.
+Falls du noch keinen Friendica-Account hast, kannst du dir einen temporären Account hier erstellen: [tryfriendica.de](https://tryfriendica.de).
+Darüber kannst du den genannten Forum beitreten.
+Der Account wird nach 7 Tagen ablaufen, aber du kannst einen Server-Admin fragen, diesen Account länger zu erhalten, sollte das  Problem nicht innerhalb dieser Zeit gelöst sein.
 
 Bevor du anfängst: suche dir einen Domain- oder Subdomainnamen für deinen Server.
 Dinge verändern sich und einige deiner Freunde haben möglicherweise Probleme, mit dir zu kommunizieren.
 Wir planen, diese Einschränkung in einer zukünftigen Version zu beheben.
 
 
-1. Voraussetzungen
-    - Apache mit einer aktiverten mod-rewrite-Funktion und dem Eintrag "Options All", so dass du die lokale .htaccess-Datei nutzen kannst
-    - PHP  5.6+. Je neuer, desto besser.
-        - PHP *Kommandozeilen*-Zugang mit register_argc_argv auf "true" gesetzt in der php.ini-Datei
-        - Curl, GD, PDO, MySQLi, xml, zip und OpenSSL-Erweiterung
-        - etwas in der Art eines Email-Servers oder eines Gateways wie PHP mail()
-        - Das POSIX Modul muss aktiviert sein ([CentOS, RHEL](http://www.bigsoft.co.uk/blog/index.php/2014/12/08/posix-php-commands-not-working-under-centos-7http://www.bigsoft.co.uk/blog/index.php/2014/12/08/posix-php-commands-not-working-under-centos-7) haben dies z.B. deaktiviert)
-    - Mysql 5.5.3+
-    - die Möglichkeit, wiederkehrende Aufgaben mit cron (Linux/Mac) oder "Scheduled Tasks" einzustellen (Windows) [Beachte: andere Optionen sind in Abschnitt 7 dieser Dokumentation zu finden]
-    - Installation in einer Top-Level-Domain oder Subdomain (ohne eine Verzeichnis/Pfad-Komponente in der URL) wird bevorzugt. Verzeichnispfade sind für diesen Zweck nicht so günstig und wurden auch nicht ausführlich getestet.
+Requirements
+---
 
+* Apache mit einer aktiverten mod-rewrite-Funktion und dem Eintrag "Options All", so dass du die lokale .htaccess-Datei nutzen kannst
+* PHP  5.6+ (PHP 7 ist aufgrund der Performance empfohlen)
+  * PHP *Kommandozeilen*-Zugang mit register_argc_argv auf "true" gesetzt in der php.ini-Datei
+  * Curl, GD, PDO, MySQLi, xml, zip und OpenSSL-Erweiterung
+  * Das POSIX Modul muss aktiviert sein ([CentOS, RHEL](http://www.bigsoft.co.uk/blog/index.php/2014/12/08/posix-php-commands-not-working-under-centos-7http://www.bigsoft.co.uk/blog/index.php/2014/12/08/posix-php-commands-not-working-under-centos-7) haben dies z.B. deaktiviert)
+  * etwas in der Art eines Email-Servers oder eines Gateways wie PHP mail()
+* Mysql 5.5.3+ (oder eine äquivalente Alternative: MariaDB, Percona Server etc.)
+* die Möglichkeit, wiederkehrende Aufgaben mit cron (Linux/Mac) oder "Scheduled Tasks" einzustellen (Windows) [Beachte: andere Optionen sind in Abschnitt 7 dieser Dokumentation zu finden]
+* Installation in einer Top-Level-Domain oder Subdomain (ohne eine Verzeichnis/Pfad-Komponente in der URL) wird bevorzugt. Verzeichnispfade sind für diesen Zweck nicht so günstig und wurden auch nicht ausführlich getestet.
 
-    [Dreamhost.com bietet ein ausreichendes Hosting-Paket mit den nötigen Features zu einem annehmbaren Preis. Wenn dein Hosting-Anbieter keinen Unix-Zugriff erlaubt, kannst du Schwierigkeiten mit der Einrichtung der Webseite haben.
+Installation procedure
+---
 
-    1.1. APT-Pakete
-               - Apache: sudo apt-get install apache2
-               - PHP5: sudo apt-get install php5
-                       - PHP5-Zusätzliche Pakete: sudo apt-get install php5-curl php5-gd php5-mysql
-               - MySQL: sudo apt-get install mysql-server
+### Friendica
 
-2. Entpacke die Friendica-Daten in das Quellverzeichnis (root) des Dokumentenbereichs deines Webservers.
+Entpacke die Friendica-Daten in das Quellverzeichnis (root) des Dokumentenbereichs deines Webservers.
+Wenn du die Möglichkeit hierzu hast, empfehlen wir dir "git" zu nutzen, um die Daten direkt von der Quelle zu klonen, statt die gepackte .tar- oder .zip-Datei zu nutzen.
+Das macht die Aktualisierung wesentlich einfacher.
+Der Linux-Code, mit dem man die Dateien direkt in ein Verzeichnis wie "meinewebseite" kopiert, ist
 
-    - Wenn du die Möglichkeit hierzu hast, empfehlen wir dir "git" zu nutzen, um die Daten direkt von der Quelle zu klonen, statt die gepackte .tar- oder .zip-Datei zu nutzen. Das macht die Aktualisierung wesentlich einfacher. Der Linux-Code, mit dem man die Dateien direkt in ein Verzeichnis wie "meinewebseite" kopiert, ist
+    git clone https://github.com/friendica/friendica.git mywebsite
+    cd mywebsite
+    bin/composer.phar install
 
-        `git clone https://github.com/friendica/friendica.git meinewebseite`
+Stelle sicher, dass der Ordner *view/smarty3* existiert and von dem Webserver-Benutzer beschreibbar ist
 
-    - und dann kannst du die letzten Änderungen immer mit dem folgenden Code holen
+    mkdir view/smarty3
+    chmod 777 view/smarty3
 
-        `cd meinewebseite`
-        `git pull`
-        `bin/composer.phar install`
+Falls Addons installiert werden sollen: Gehe in den Friendica-Ordner 
 
-    - Addons installieren
-        - zunächst solltest du **in** deinem Webseitenordner sein
+    cd mywebsite
 
-            `cd meinewebseite`
+Und die Addon Repository klonst:
 
-        - dann kannst du das Addon-Verzeichnis seperat kopieren
+    git clone https://github.com/friendica/friendica-addons.git addon
 
-            `git clone https://github.com/friendica/friendica-addons.git addon`
+Um das Addon-Verzeichnis aktuell zu halten, solltest du in diesem Pfad ein "git pull"-Befehl eintragen
 
-        - Um das Addon-Verzeichnis aktuell zu halten, solltest du in diesem Pfad ein "git pull"-Befehl eintragen
+    cd meinewebseite/addon
+    git pull
 
-            `cd meinewebseite/addon`
+Wenn du den Verzeichnispfad auf deinen Webserver kopierst, dann stelle sicher, dass du auch die .htaccess kopierst, da "Punkt"-Dateien oft versteckt sind und normalerweise nicht direkt kopiert werden.
 
-            `git pull`
+### Erselle eine Datenbank
 
-    - Wenn du den Verzeichnispfad auf deinen Webserver kopierst, dann stelle sicher, dass du auch die .htaccess kopierst, da "Punkt"-Dateien oft versteckt sind und normalerweise nicht direkt kopiert werden.
+Erstelle eine leere Datenbank und notiere alle Zugangsdaten (Adresse der Datenbank, Nutzername, Passwort, Datenbankname).
 
+Friendica benötigt die Berechtigungen um neue Felder in dieser Datenbank zu ertellen (create) und zu löschen (delete).
 
-3. Erstelle eine leere Datenbank und notiere alle Zugangsdaten (Adresse der Datenbank, Nutzername, Passwort, Datenbankname).
+Mit neueren Versionen von MySQL (5.7.17+) musst du den `sql_mode` zu `''` (blank) setzen.
+Benutze diese Einstellung, wenn der Installer nicht in der Lage ist, die Tabellen aufgrund eines Timestamp-Format Problems zu erstellen.
+Falls dem so ist, finde den `[mysqld]` Bereich in deiner `my.conf` Datei und füge diese Zeile hinzu:
 
-Friendica benötigt die Berechtigungen um neue Felder in dieser Datenbank zu ertellen (create) und zu löschen (delete).
+    sql_mode = ''
+
+Starte MySQL dann neu und es sollte klappen.
+
+### Option A: Der manuelle Installer
+
+Besuche deine Webseite mit deinem Browser und befolge die Anleitung. 
+Bitte beachte jeden Fehler und korrigiere diese, bevor du fortfährst.
+
+Falls du einen Port für die Datenbankverbindung angeben musst, kannst du diesen in der Host-Eingabe Zeile angeben.
+
+*Wenn* die manuelle Installation aus irgendeinem Grund fehlschlägt, dann prüfe das Folgende:
+* ".htconfig.php" existiert ... wenn nicht, bearbeite die „htconfig.php“ und ändere die Systemeinstellungen. Benenne sie um in „.htconfig.php".
+* die Datenbank beinhaltet Daten. ... wenn nicht, importiere den Inhalt der Datei "database.sql" mit phpmyadmin oder per mysql-Kommandozeile.
+
+Besuche deine Seite an diesem Punkt wieder und registriere deinen persönlichen Account.
+Alle Registrierungsprobleme sollten automatisch behebbar sein.
+Wenn du irgendwelche **kritischen** Fehler zu diesen Zeitpunkt erhalten solltest, deutet das darauf hin, dass die Datenbank nicht korrekt installiert wurde.
+Du kannst bei Bedarf die Datei .htconfig.php verschieben/umbenennen und die Datenbank leeren (als „Dropping“ bezeichnet), so dass du mit einem sauberen System neu starten kannst.
 
-4. Besuche deine Webseite mit deinem Browser und befolge die Anleitung. Bitte beachte jeden Fehler und korrigiere diese, bevor du fortfährst.
+### Option B: Starte das manuelle Installationsscript
 
-5. *Wenn* die automatisierte Installation aus irgendeinem Grund fehlschlägt, dann prüfe das Folgende:
+Öffne die Datei htconfig.php im Friendica-Hauptordner mit einem Text-Editor.
+Entferne die `die('...');` Zeile und bearbeite die Einstellungen so, das sie zu deinem System passen (MySQL, Sprache, Theme etc.).
+Dann speichere die Datei (jedoch nicht umbenennen).
 
-    - ".htconfig.php" existiert ... wenn nicht, bearbeite die „htconfig.php“ und ändere die Systemeinstellungen. Benenne sie um in „.htconfig.php"
-“
-    - die Datenbank beinhaltet Daten. ... wenn nicht, importiere den Inhalt der Datei "database.sql" mit phpmyadmin oder per mysql-Kommandozeile.
+Gehe in den Friendica-Hauptordner und führe den Kommandozeilen Befehl aus:
 
-6. Besuche deine Seite an diesem Punkt wieder und registriere deinen persönlichen Account. Alle Registrierungsprobleme sollten automatisch behebbar sein.
-Wenn du irgendwelche **kritischen** Fehler zu diesen Zeitpunkt erhalten solltest, deutet das darauf hin, dass die Datenbank nicht korrekt installiert wurde. Du kannst bei Bedarf die Datei .htconfig.php verschieben/umbenennen und die Datenbank leeren (als „Dropping“ bezeichnet), so dass du mit einem sauberen System neu starten kannst.
+    bin/console autoinstall
 
-7. Erstelle einen Cron job oder einen regelmäßigen Task, um den Poller alle 5-10 Minuten im Hintergrund ablaufen zu lassen. Beispiel:
+Oder falls du alle optionalen Checks ausfürehn lassen möchtest, benutze diese Option:
 
-    `cd /base/directory; /path/to/php bin/worker.php`
+    bin/console autoinstall -a
+
+*Wenn* die automatisierte Installation aus irgendeinem Grund fehlschlägt, dann prüfe das Folgende:
+* Existiert die `.htconfig.php`? Falls ja, wird die automatisierte Installation nicht gestartet.
+* Sind Einstellungen in der `.htconfig.php` korrekt? Falls nicht, bitte bearbeite diese Datei erneut.
+* Ist die leere MySQL-Datenbank erstellt? Falls nicht, erstelle diese.
+
+Für mehr Informationen kannst du diese Option verwenden:
+
+    bin/console autoinstall -v
+
+### Einen Worker einrichten
+
+Erstelle einen Cron job oder einen regelmäßigen Task, um den Poller alle 5-10 Minuten im Hintergrund ablaufen zu lassen. 
+Beispiel:
+
+    cd /base/directory; /path/to/php bin/worker.php
 
 Ändere "/base/directory" und "/path/to/php" auf deine Systemvorgaben.
 
@@ -101,10 +143,11 @@ Friendica wird nicht korrekt laufen, wenn dieser Schritt nicht erfolgreich abges
 
 Falls das Einrichten des cron nicht möglich ist, kannst Du alternativ den "frontend worker" vom Administrationsinterface aus aktivieren.
 
-###Erstelle einen Backup Plan
+### Erstelle einen Backup Plan
+
 Es werden schlimme Dinge geschehen.
-Sei es nun ein Hardwareversage oder eine korrumpierte Datenbank.
-Deshalb solltest du dir nachdem die Installation deines Friendica Knotens abgeschlossen ist einen Backup Plan erstellen.
+Sei es nun ein Hardwareversagen oder eine kaputte Datenbank.
+Deshalb solltest du dir, nachdem die Installation deines Friendica Knotens abgeschlossen ist, einen Backup Plan erstellen.
 
 Die wichtigste Datei ist die `.htconfig.php` im Stammverzeichnis deiner Friendica Installation.
 Und da alle Daten in der Datenbank gespeichert werden, solltest du einen nicht all zu alten Dump der Friendica Datenbank zur Hand haben, solltest du deinen Knoten wieder herstellen müssen.
index f4ea4d295e7ce076812643aa5f2484ddabe367a5..beec41c9c0b263ca2af06bd521cdbf58cbe84f1e 100644 (file)
@@ -21,6 +21,18 @@ $db_user = 'mysqlusername';
 $db_pass = 'mysqlpassword';
 $db_data = 'mysqldatabasename';
 
+// Use environment variables for mysql if they are set beforehand
+if (!empty(getenv('MYSQL_HOST'))
+   && !empty(getenv('MYSQL_PORT'))
+   && !empty(getenv('MYSQL_USERNAME'))
+   && !empty(getenv('MYSQL_PASSWORD'))
+   && !empty(getenv('MYSQL_DATABASE'))) {
+       $db_host = getenv('MYSQL_HOST') . ':' . getenv('MYSQL_PORT');
+       $db_user = getenv('MYSQL_USERNAME');
+       $db_pass = getenv('MYSQL_PASSWORD');
+       $db_data = getenv('MYSQL_DATABASE');
+}
+
 // Set the database connection charset to full Unicode (utf8mb4).
 // Changing this value will likely corrupt the special characters.
 // You have been warned.
index b24d9b409d00125ad7349848d822089a5e908aff..bac61ec2f519160d06d026e84d485abc94d0811d 100644 (file)
@@ -858,12 +858,15 @@ class dba {
         *
         * @param string  $table       Table name
         * @param array   $conditions  Field condition(s)
+        * @param array   $options
+        *                - cascade: If true we delete records in other tables that depend on the one we're deleting through
+        *                           relations (default: true)
         * @param boolean $in_process  Internal use: Only do a commit after the last delete
         * @param array   $callstack   Internal use: prevent endless loops
         *
         * @return boolean|array was the delete successful? When $in_process is set: deletion data
         */
-       public static function delete($table, array $conditions, $in_process = false, array &$callstack = [])
+       public static function delete($table, array $conditions, array $options = [], $in_process = false, array &$callstack = [])
        {
                if (empty($table) || empty($conditions)) {
                        logger('Table and conditions have to be set');
@@ -886,13 +889,15 @@ class dba {
 
                $commands[$key] = ['table' => $table, 'conditions' => $conditions];
 
+               $cascade = defaults($options, 'cascade', true);
+
                // To speed up the whole process we cache the table relations
-               if (count(self::$relation) == 0) {
+               if ($cascade && count(self::$relation) == 0) {
                        self::buildRelationData();
                }
 
                // Is there a relation entry for the table?
-               if (isset(self::$relation[$table])) {
+               if ($cascade && isset(self::$relation[$table])) {
                        // We only allow a simple "one field" relation.
                        $field = array_keys(self::$relation[$table])[0];
                        $rel_def = array_values(self::$relation[$table])[0];
@@ -905,7 +910,7 @@ class dba {
                        if ((count($conditions) == 1) && ($field == array_keys($conditions)[0])) {
                                foreach ($rel_def AS $rel_table => $rel_fields) {
                                        foreach ($rel_fields AS $rel_field) {
-                                               $retval = self::delete($rel_table, [$rel_field => array_values($conditions)[0]], true, $callstack);
+                                               $retval = self::delete($rel_table, [$rel_field => array_values($conditions)[0]], $options, true, $callstack);
                                                $commands = array_merge($commands, $retval);
                                        }
                                }
@@ -919,7 +924,7 @@ class dba {
 
                                while ($row = self::fetch($data)) {
                                        // Now we accumulate the delete commands
-                                       $retval = self::delete($table, [$field => $row[$field]], true, $callstack);
+                                       $retval = self::delete($table, [$field => $row[$field]], $options, true, $callstack);
                                        $commands = array_merge($commands, $retval);
                                }
 
index 2ec017caffa9bb613348d153f8cae2c47cc92a01..5e189d58f14857f480d4b291e8d513a16dacc0b3 100644 (file)
@@ -1411,18 +1411,13 @@ function prepare_body(array &$item, $attach = false, $is_preview = false)
 function apply_content_filter($html, array $reasons)
 {
        if (count($reasons)) {
-               $rnd = random_string(8);
-               $content_filter_html = '<ul class="content-filter-reasons">';
-               foreach ($reasons as $reason) {
-                       $content_filter_html .= '<li>' . htmlspecialchars($reason) . '</li>' . PHP_EOL;
-               }
-               $content_filter_html .= '</ul>
-                       <p><span id="content-filter-wrap-' . $rnd . '" class="fakelink content-filter-button" onclick=openClose(\'content-filter-' . $rnd . '\'); >' .
-                       L10n::t('Click to open/close') .
-                       '</span></p>
-                       <div id="content-filter-' . $rnd . '" class="content-filter-content" style="display: none;">';
-
-               $html = $content_filter_html . $html . '</div>';
+               $tpl = get_markup_template('wall/content_filter.tpl');
+               $html = replace_macros($tpl, [
+                       '$reasons'   => $reasons,
+                       '$rnd'       => random_string(8),
+                       '$openclose' => L10n::t('Click to open/close'),
+                       '$html'      => $html
+               ]);
        }
 
        return $html;
index 74849ea9ed4f59b3a3638df75712625737cb161f..3debb57bedf2072d2b1d02de3918df7ac9b5f093 100644 (file)
@@ -1735,13 +1735,28 @@ function admin_page_users(App $a)
 
        $adminlist = explode(",", str_replace(" ", "", $a->config['admin_email']));
        $_setup_users = function ($e) use ($adminlist) {
-               $accounts = [
-                       L10n::t('Normal Account'),
-                       L10n::t('Automatic Follower Account'),
-                       L10n::t('Public Forum Account'),
-                       L10n::t('Automatic Friend Account')
+               $page_types = [
+                       PAGE_NORMAL => L10n::t('Normal Account Page'),
+                       PAGE_SOAPBOX => L10n::t('Soapbox Page'),
+                       PAGE_COMMUNITY => L10n::t('Public Forum'),
+                       PAGE_FREELOVE => L10n::t('Automatic Friend Page'),
+                       PAGE_PRVGROUP => L10n::t('Private Forum')
                ];
-               $e['page-flags'] = $accounts[$e['page-flags']];
+               $account_types = [
+                       ACCOUNT_TYPE_PERSON => L10n::t('Personal Page'),
+                       ACCOUNT_TYPE_ORGANISATION => L10n::t('Organisation Page'),
+                       ACCOUNT_TYPE_NEWS => L10n::t('News Page'),
+                       ACCOUNT_TYPE_COMMUNITY => L10n::t('Community Forum')
+               ];
+
+
+
+               $e['page-flags-raw'] = $e['page-flags'];
+               $e['page-flags'] = $page_types[$e['page-flags']];
+
+               $e['account-type-raw'] = ($e['page_flags_raw']==0) ? $e['account-type'] : -1;
+               $e['account-type'] = ($e['page_flags_raw']==0) ? $account_types[$e['account-type']] : "";
+
                $e['register_date'] = Temporal::getRelativeDate($e['register_date']);
                $e['login_date'] = Temporal::getRelativeDate($e['login_date']);
                $e['lastitem_date'] = Temporal::getRelativeDate($e['lastitem_date']);
@@ -1778,8 +1793,7 @@ function admin_page_users(App $a)
                array_push($users, array_pop($tmp_users));
        }
 
-       $th_users = array_map(null, [L10n::t('Name'), L10n::t('Email'), L10n::t('Register date'), L10n::t('Last login'), L10n::t('Last item'), L10n::t('Account')], $valid_orders
-       );
+       $th_users = array_map(null, [L10n::t('Name'), L10n::t('Email'), L10n::t('Register date'), L10n::t('Last login'), L10n::t('Last item'), L10n::t('Type')], $valid_orders);
 
        $t = get_markup_template('admin/users.tpl');
        $o = replace_macros($t, [
index 7eddd4f3d576e05b59b787a2fb4eb05321b14176..27e8ed63f8f0b2ff2449edd564d95701b821b3ea 100644 (file)
@@ -25,42 +25,13 @@ function dfrn_notify_post(App $a) {
                $data = json_decode($postdata);
                if (is_object($data)) {
                        $nick = defaults($a->argv, 1, '');
+
                        $user = dba::selectFirst('user', [], ['nickname' => $nick, 'account_expired' => false, 'account_removed' => false]);
                        if (!DBM::is_result($user)) {
                                System::httpExit(500);
                        }
-                       $msg = Diaspora::decodeRaw($user, $postdata);
-
-                       // Check if the user has got this contact
-                       $cid = Contact::getIdForURL($msg['author'], $user['uid']);
-                       if (!$cid) {
-                               // Otherwise there should be a public contact
-                               $cid = Contact::getIdForURL($msg['author']);
-                               if (!$cid) {
-                                       logger('Contact not found for address ' . $msg['author']);
-                                       System::xmlExit(3, 'Contact not found');
-                               }
-                       }
-
-                       // We now have some contact, so we fetch it
-                       $importer = dba::fetch_first("SELECT *, `name` as `senderName`
-                                                       FROM `contact`
-                                                       WHERE NOT `blocked` AND `id` = ? LIMIT 1",
-                                                       $cid);
-
-                       // This should never fail
-                       if (!DBM::is_result($importer)) {
-                               logger('Contact not found for address ' . $msg['author']);
-                               System::xmlExit(3, 'Contact not found');
-                       }
-
-                       // Set the user id. This is important if this is a public contact
-                       $importer['importer_uid']  = $user['uid'];
-
-                       // Now we should be able to import it
-                       $ret = DFRN::import($msg['message'], $importer);
-                       System::xmlExit($ret, 'Done');
-               } else {
+                       dfrn_dispatch_private($user, $postdata);
+               } elseif (!dfrn_dispatch_public($postdata)) {
                        require_once 'mod/salmon.php';
                        salmon_post($a, $postdata);
                }
@@ -91,19 +62,12 @@ function dfrn_notify_post(App $a) {
                $dfrn_id = substr($dfrn_id, 2);
        }
 
-       $r = q("SELECT * FROM `challenge` WHERE `dfrn-id` = '%s' AND `challenge` = '%s' LIMIT 1",
-               dbesc($dfrn_id),
-               dbesc($challenge)
-       );
-       if (! DBM::is_result($r)) {
-               logger('dfrn_notify: could not match challenge to dfrn_id ' . $dfrn_id . ' challenge=' . $challenge);
+       if (!dba::exists('challenge', ['dfrn-id' => $dfrn_id, 'challenge' => $challenge])) {
+               logger('could not match challenge to dfrn_id ' . $dfrn_id . ' challenge=' . $challenge);
                System::xmlExit(3, 'Could not match challenge');
        }
 
-       $r = q("DELETE FROM `challenge` WHERE `dfrn-id` = '%s' AND `challenge` = '%s'",
-               dbesc($dfrn_id),
-               dbesc($challenge)
-       );
+       dba::delete('challenge', ['dfrn-id' => $dfrn_id, 'challenge' => $challenge]);
 
        // find the local user who owns this relationship.
 
@@ -143,8 +107,8 @@ function dfrn_notify_post(App $a) {
                dbesc($a->argv[1])
        );
 
-       if (! DBM::is_result($r)) {
-               logger('dfrn_notify: contact not found for dfrn_id ' . $dfrn_id);
+       if (!DBM::is_result($r)) {
+               logger('contact not found for dfrn_id ' . $dfrn_id);
                System::xmlExit(3, 'Contact not found');
                //NOTREACHED
        }
@@ -153,15 +117,11 @@ function dfrn_notify_post(App $a) {
 
        $importer = $r[0];
 
-       logger("Remote rino version: ".$rino_remote." for ".$importer["url"], LOGGER_DEBUG);
-
        if ((($writable != (-1)) && ($writable != $importer['writable'])) || ($importer['forum'] != $forum) || ($importer['prv'] != $prv)) {
-               q("UPDATE `contact` SET `writable` = %d, forum = %d, prv = %d WHERE `id` = %d",
-                       intval(($writable == (-1)) ? $importer['writable'] : $writable),
-                       intval($forum),
-                       intval($prv),
-                       intval($importer['id'])
-               );
+               $fields = ['writable' => ($writable == (-1)) ? $importer['writable'] : $writable,
+                       'forum' => $forum, 'prv' => $prv];
+               dba::update('contact', $fields, ['id' => $importer['id']]);
+
                if ($writable != (-1)) {
                        $importer['writable'] = $writable;
                }
@@ -173,8 +133,7 @@ function dfrn_notify_post(App $a) {
 
        $importer = Contact::updateSslPolicy($importer, $ssl_policy);
 
-       logger('dfrn_notify: received notify from ' . $importer['name'] . ' for ' . $importer['username']);
-       logger('dfrn_notify: data: ' . $data, LOGGER_DATA);
+       logger('data: ' . $data, LOGGER_DATA);
 
        if ($dissolve == 1) {
                // Relationship is dissolved permanently
@@ -186,8 +145,6 @@ function dfrn_notify_post(App $a) {
        $rino = Config::get('system', 'rino_encrypt');
        $rino = intval($rino);
 
-       logger("Local rino version: " .  $rino, LOGGER_DEBUG);
-
        if (strlen($key)) {
 
                // if local rino is lower than remote rino, abort: should not happen!
@@ -198,24 +155,25 @@ function dfrn_notify_post(App $a) {
                }
 
                $rawkey = hex2bin(trim($key));
-               logger('rino: md5 raw key: ' . md5($rawkey));
+               logger('rino: md5 raw key: ' . md5($rawkey), LOGGER_DATA);
+
                $final_key = '';
 
                if ($dfrn_version >= 2.1) {
-                       if ((($importer['duplex']) && strlen($importer['cprvkey'])) || (! strlen($importer['cpubkey']))) {
+                       if (($importer['duplex'] && strlen($importer['cprvkey'])) || !strlen($importer['cpubkey'])) {
                                openssl_private_decrypt($rawkey, $final_key, $importer['cprvkey']);
                        } else {
                                openssl_public_decrypt($rawkey, $final_key, $importer['cpubkey']);
                        }
                } else {
-                       if ((($importer['duplex']) && strlen($importer['cpubkey'])) || (! strlen($importer['cprvkey']))) {
+                       if (($importer['duplex'] && strlen($importer['cpubkey'])) || !strlen($importer['cprvkey'])) {
                                openssl_public_decrypt($rawkey, $final_key, $importer['cpubkey']);
                        } else {
                                openssl_private_decrypt($rawkey, $final_key, $importer['cprvkey']);
                        }
                }
 
-               switch($rino_remote) {
+               switch ($rino_remote) {
                        case 0:
                        case 1:
                                // we got a key. old code send only the key, without RINO version.
@@ -230,16 +188,96 @@ function dfrn_notify_post(App $a) {
                logger('rino: decrypted data: ' . $data, LOGGER_DATA);
        }
 
+       logger('Importing post from ' . $importer['addr'] . ' to ' . $importer['nickname'] . ' with the RINO ' . $rino_remote . ' encryption.', LOGGER_DEBUG);
+
        $ret = DFRN::import($data, $importer);
        System::xmlExit($ret, 'Processed');
 
        // NOTREACHED
 }
 
+function dfrn_dispatch_public($postdata)
+{
+       /// @todo Currently disabled, until there is a working item distribution for public posts
+       return false;
+
+       $msg = Diaspora::decodeRaw([], $postdata);
+       if (!$msg) {
+               // We have to fail silently to be able to hand it over to the salmon parser
+               return false;
+       }
+
+       // Fetch the corresponding public contact
+       $contact = Contact::getDetailsByAddr($msg['author'], 0);
+       if (!$contact) {
+               logger('Contact not found for address ' . $msg['author']);
+               System::xmlExit(3, 'Contact not found');
+       }
+
+       // We now have some contact, so we fetch it
+       $importer = dba::fetch_first("SELECT *, `name` as `senderName`
+                                       FROM `contact`
+                                       WHERE NOT `blocked` AND `id` = ? LIMIT 1",
+                                       $contact['id']);
+
+       $importer['importer_uid']  = 0;
+
+       // This should never fail
+       if (!DBM::is_result($importer)) {
+               logger('Contact not found for address ' . $msg['author']);
+               System::xmlExit(3, 'Contact not found');
+       }
+
+       logger('Importing post from ' . $msg['author'] . ' with the public envelope.', LOGGER_DEBUG);
+
+       // Now we should be able to import it
+       $ret = DFRN::import($msg['message'], $importer);
+       System::xmlExit($ret, 'Done');
+}
+
+function dfrn_dispatch_private($user, $postdata)
+{
+       $msg = Diaspora::decodeRaw($user, $postdata);
+       if (!$msg) {
+               System::xmlExit(4, 'Unable to parse message');
+       }
+
+       // Check if the user has got this contact
+       $cid = Contact::getIdForURL($msg['author'], $user['uid']);
+       if (!$cid) {
+               // Otherwise there should be a public contact
+               $cid = Contact::getIdForURL($msg['author']);
+               if (!$cid) {
+                       logger('Contact not found for address ' . $msg['author']);
+                       System::xmlExit(3, 'Contact not found');
+               }
+       }
+
+       // We now have some contact, so we fetch it
+       $importer = dba::fetch_first("SELECT *, `name` as `senderName`
+                                       FROM `contact`
+                                       WHERE NOT `blocked` AND `id` = ? LIMIT 1",
+                                       $cid);
+
+       // This should never fail
+       if (!DBM::is_result($importer)) {
+               logger('Contact not found for address ' . $msg['author']);
+               System::xmlExit(3, 'Contact not found');
+       }
+
+       // Set the user id. This is important if this is a public contact
+       $importer['importer_uid']  = $user['uid'];
+
+       logger('Importing post from ' . $msg['author'] . ' to ' . $user['nickname'] . ' with the private envelope.', LOGGER_DEBUG);
+
+       // Now we should be able to import it
+       $ret = DFRN::import($msg['message'], $importer);
+       System::xmlExit($ret, 'Done');
+}
 
 function dfrn_notify_content(App $a) {
 
-       if(x($_GET,'dfrn_id')) {
+       if (x($_GET,'dfrn_id')) {
 
                /*
                 * initial communication from external contact, $direction is their direction.
@@ -252,10 +290,10 @@ function dfrn_notify_content(App $a) {
                $type = "";
                $last_update = "";
 
-               logger('dfrn_notify: new notification dfrn_id=' . $dfrn_id);
+               logger('new notification dfrn_id=' . $dfrn_id);
 
                $direction = (-1);
-               if(strpos($dfrn_id,':') == 1) {
+               if (strpos($dfrn_id,':') == 1) {
                        $direction = intval(substr($dfrn_id,0,1));
                        $dfrn_id = substr($dfrn_id,2);
                }
@@ -264,23 +302,18 @@ function dfrn_notify_content(App $a) {
 
                $status = 0;
 
-               $r = q("DELETE FROM `challenge` WHERE `expire` < " . intval(time()));
+               dba::delete('challenge', ["`expire` < ?", time()]);
 
-               $r = q("INSERT INTO `challenge` ( `challenge`, `dfrn-id`, `expire` , `type`, `last_update` )
-                       VALUES( '%s', '%s', %d, '%s', '%s' ) ",
-                       dbesc($hash),
-                       dbesc($dfrn_id),
-                       intval(time() + 90 ),
-                       dbesc($type),
-                       dbesc($last_update)
-               );
+               $fields = ['challenge' => $hash, 'dfrn-id' => $dfrn_id, 'expire' => time() + 90,
+                       'type' => $type, 'last_update' => $last_update];
+               dba::insert('challenge', $fields);
 
-               logger('dfrn_notify: challenge=' . $hash, LOGGER_DEBUG);
+               logger('challenge=' . $hash, LOGGER_DATA);
 
                $sql_extra = '';
                switch($direction) {
                        case (-1):
-                               $sql_extra = sprintf(" AND ( `issued-id` = '%s' OR `dfrn-id` = '%s' ) ", dbesc($dfrn_id), dbesc($dfrn_id));
+                               $sql_extra = sprintf(" AND (`issued-id` = '%s' OR `dfrn-id` = '%s') ", dbesc($dfrn_id), dbesc($dfrn_id));
                                $my_id = $dfrn_id;
                                break;
                        case 0:
@@ -302,11 +335,11 @@ function dfrn_notify_content(App $a) {
                                dbesc($a->argv[1])
                );
 
-               if (! DBM::is_result($r)) {
+               if (!DBM::is_result($r)) {
                        $status = 1;
                }
 
-               logger("Remote rino version: ".$rino_remote." for ".$r[0]["url"], LOGGER_DEBUG);
+               logger("Remote rino version: ".$rino_remote." for ".$r[0]["url"], LOGGER_DATA);
 
                $challenge    = '';
                $encrypted_id = '';
@@ -316,7 +349,7 @@ function dfrn_notify_content(App $a) {
                $pub_key = trim($r[0]['pubkey']);
                $dplx    = intval($r[0]['duplex']);
 
-               if ((($dplx) && (strlen($prv_key))) || ((strlen($prv_key)) && (!(strlen($pub_key))))) {
+               if (($dplx && strlen($prv_key)) || (strlen($prv_key) && !strlen($pub_key))) {
                        openssl_private_encrypt($hash, $challenge, $prv_key);
                        openssl_private_encrypt($id_str, $encrypted_id, $prv_key);
                } elseif (strlen($pub_key)) {
@@ -334,7 +367,7 @@ function dfrn_notify_content(App $a) {
                $rino = Config::get('system', 'rino_encrypt');
                $rino = intval($rino);
 
-               logger("Local rino version: ". $rino, LOGGER_DEBUG);
+               logger("Local rino version: ". $rino, LOGGER_DATA);
 
                // if requested rino is lower than enabled local rino, lower local rino version
                // if requested rino is higher than enabled local rino, reply with local rino
@@ -342,7 +375,7 @@ function dfrn_notify_content(App $a) {
                        $rino = $rino_remote;
                }
 
-               if((($r[0]['rel']) && ($r[0]['rel'] != CONTACT_IS_SHARING)) || ($r[0]['page-flags'] == PAGE_COMMUNITY)) {
+               if (($r[0]['rel'] && ($r[0]['rel'] != CONTACT_IS_SHARING)) || ($r[0]['page-flags'] == PAGE_COMMUNITY)) {
                        $perm = 'rw';
                } else {
                        $perm = 'r';
@@ -362,5 +395,4 @@ function dfrn_notify_content(App $a) {
 
                killme();
        }
-
 }
index 9efaeb2bf1f494b92be99a38d0e92b9d54c97514..20936929ddd6672787d7dce4e3860f86dde557c6 100644 (file)
@@ -23,9 +23,18 @@ function noscrape_init(App $a)
 
        Profile::load($a, $which, $profile);
 
+       $json_info = [
+               'addr'     => $a->profile['addr'],
+               'nick'     => $which,
+               'guid'     => $a->profile['guid'],
+               'key'      => $a->profile['pubkey'],
+               'homepage' => System::baseUrl()."/profile/{$which}",
+               'comm'     => ($a->profile['account-type'] == ACCOUNT_TYPE_COMMUNITY),
+       ];
+
        if (!$a->profile['net-publish'] || $a->profile['hidewall']) {
                header('Content-type: application/json; charset=utf-8');
-               $json_info = ["hide" => true];
+               $json_info["hide"] = true;
                echo json_encode($json_info);
                exit;
        }
@@ -36,17 +45,9 @@ function noscrape_init(App $a)
 
        $contactPhoto = dba::selectFirst('contact', ['photo'], ['self' => true, 'uid' => $a->profile['uid']]);
 
-       $json_info = [
-               'fn'       => $a->profile['name'],
-               'addr'     => $a->profile['addr'],
-               'nick'     => $which,
-               'guid'     => $a->profile['guid'],
-               'key'      => $a->profile['pubkey'],
-               'homepage' => System::baseUrl()."/profile/{$which}",
-               'comm'     => (x($a->profile, 'page-flags')) && ($a->profile['page-flags'] == PAGE_COMMUNITY),
-               'photo'    => $contactPhoto["photo"],
-               'tags'     => $keywords
-       ];
+       $json_info['fn'] = $a->profile['name'];
+       $json_info['photo'] = $contactPhoto["photo"];
+       $json_info['tags'] = $keywords;
 
        if (is_array($a->profile) && !$a->profile['hide-friends']) {
                /// @todo What should this value tell us?
index c7dfd447cd140cfe8b4d668d802108d55a7e413f..c437c6e2a1859cbcce1bf5a4323a89bbc60d95c0 100644 (file)
@@ -28,23 +28,23 @@ class Nav
                if (!(x($a->page, 'nav'))) {
                        $a->page['nav'] = '';
                }
-       
+
                $a->page['htmlhead'] .= replace_macros(get_markup_template('nav_head.tpl'), []);
-       
+
                /*
                 * Placeholder div for popup panel
                 */
-       
+
                $a->page['nav'] .= '<div id="panel" style="display: none;"></div>' ;
-       
+
                $nav_info = self::getInfo($a);
-       
+
                /*
                 * Build the page
                 */
-       
+
                $tpl = get_markup_template('nav.tpl');
-       
+
                $a->page['nav'] .= replace_macros($tpl, [
                        '$baseurl' => System::baseUrl(),
                        '$sitelocation' => $nav_info['sitelocation'],
@@ -57,10 +57,10 @@ class Nav
                        '$clear_notifs' => L10n::t('Clear notifications'),
                        '$search_hint' => L10n::t('@name, !forum, #tags, content')
                ]);
-       
+
                Addon::callHooks('page_header', $a->page['nav']);
        }
-       
+
        /**
         * Prepares a list of navigation links
         *
@@ -75,27 +75,27 @@ class Nav
        private static function getInfo(App $a)
        {
                $ssl_state = ((local_user()) ? true : false);
-       
+
                /*
                 * Our network is distributed, and as you visit friends some of the
                 * sites look exactly the same - it isn't always easy to know where you are.
                 * Display the current site location as a navigation aid.
                 */
-       
+
                $myident = ((is_array($a->user) && isset($a->user['nickname'])) ? $a->user['nickname'] . '@' : '');
-       
+
                $sitelocation = $myident . substr(System::baseUrl($ssl_state), strpos(System::baseUrl($ssl_state), '//') + 2);
-       
+
                // nav links: array of array('href', 'text', 'extra css classes', 'title')
                $nav = [];
-       
+
                // Display login or logout
                $nav['usermenu'] = [];
                $userinfo = null;
-       
+
                if (local_user()) {
                        $nav['logout'] = ['logout', L10n::t('Logout'), '', L10n::t('End this session')];
-       
+
                        // user menu
                        $nav['usermenu'][] = ['profile/' . $a->user['nickname'], L10n::t('Status'), '', L10n::t('Your posts and conversations')];
                        $nav['usermenu'][] = ['profile/' . $a->user['nickname'] . '?tab=profile', L10n::t('Profile'), '', L10n::t('Your profile page')];
@@ -103,7 +103,7 @@ class Nav
                        $nav['usermenu'][] = ['videos/' . $a->user['nickname'], L10n::t('Videos'), '', L10n::t('Your videos')];
                        $nav['usermenu'][] = ['events/', L10n::t('Events'), '', L10n::t('Your events')];
                        $nav['usermenu'][] = ['notes/', L10n::t('Personal notes'), '', L10n::t('Your personal notes')];
-       
+
                        // user info
                        $contact = dba::selectFirst('contact', ['micro'], ['uid' => $a->user['uid'], 'self' => true]);
                        $userinfo = [
@@ -113,120 +113,116 @@ class Nav
                } else {
                        $nav['login'] = ['login', L10n::t('Login'), ($a->module == 'login' ? 'selected' : ''), L10n::t('Sign in')];
                }
-       
+
                // "Home" should also take you home from an authenticated remote profile connection
                $homelink = Profile::getMyURL();
                if (! $homelink) {
                        $homelink = ((x($_SESSION, 'visitor_home')) ? $_SESSION['visitor_home'] : '');
                }
-       
+
                if (($a->module != 'home') && (! (local_user()))) {
                        $nav['home'] = [$homelink, L10n::t('Home'), '', L10n::t('Home Page')];
                }
-       
+
                if (($a->config['register_policy'] == REGISTER_OPEN) && (! local_user()) && (! remote_user())) {
                        $nav['register'] = ['register', L10n::t('Register'), '', L10n::t('Create an account')];
                }
-       
+
                $help_url = 'help';
-       
+
                if (!Config::get('system', 'hide_help')) {
                        $nav['help'] = [$help_url, L10n::t('Help'), '', L10n::t('Help and documentation')];
                }
-       
+
                if (count($a->apps) > 0) {
                        $nav['apps'] = ['apps', L10n::t('Apps'), '', L10n::t('Addon applications, utilities, games')];
                }
-       
+
                if (local_user() || !Config::get('system', 'local_search')) {
                        $nav['search'] = ['search', L10n::t('Search'), '', L10n::t('Search site content')];
-       
+
                        $nav['searchoption'] = [
                                L10n::t('Full Text'),
                                L10n::t('Tags'),
                                L10n::t('Contacts')
                        ];
-       
+
                        if (Config::get('system', 'poco_local_search')) {
                                $nav['searchoption'][] = L10n::t('Forums');
                        }
                }
-       
+
                $gdirpath = 'directory';
-       
+
                if (strlen(Config::get('system', 'singleuser'))) {
                        $gdir = Config::get('system', 'directory');
                        if (strlen($gdir)) {
                                $gdirpath = Profile::zrl($gdir, true);
                        }
                }
-       
+
                if (local_user() || Config::get('system', 'community_page_style') != CP_NO_COMMUNITY_PAGE) {
                        $nav['community'] = ['community', L10n::t('Community'), '', L10n::t('Conversations on this and other servers')];
                }
-       
+
                if (local_user()) {
                        $nav['events'] = ['events', L10n::t('Events'), '', L10n::t('Events and Calendar')];
                }
-       
+
                $nav['directory'] = [$gdirpath, L10n::t('Directory'), '', L10n::t('People directory')];
-       
+
                $nav['about'] = ['friendica', L10n::t('Information'), '', L10n::t('Information about this friendica instance')];
-       
+
                // The following nav links are only show to logged in users
                if (local_user()) {
                        $nav['network'] = ['network', L10n::t('Network'), '', L10n::t('Conversations from your friends')];
                        $nav['net_reset'] = ['network/0?f=&order=comment&nets=all', L10n::t('Network Reset'), '', L10n::t('Load Network page with no filters')];
-       
+
                        $nav['home'] = ['profile/' . $a->user['nickname'], L10n::t('Home'), '', L10n::t('Your posts and conversations')];
-       
-                       if (in_array($_SESSION['page_flags'], [PAGE_NORMAL, PAGE_SOAPBOX, PAGE_FREELOVE, PAGE_PRVGROUP])) {
-                               // only show friend requests for normal pages. Other page types have automatic friendship.
-                               if (in_array($_SESSION['page_flags'], [PAGE_NORMAL, PAGE_SOAPBOX, PAGE_PRVGROUP])) {
-                                       $nav['introductions'] = ['notifications/intros', L10n::t('Introductions'), '', L10n::t('Friend Requests')];
-                               }
-                               if (in_array($_SESSION['page_flags'], [PAGE_NORMAL, PAGE_SOAPBOX, PAGE_FREELOVE])) {
-                                       $nav['notifications'] = ['notifications',       L10n::t('Notifications'), '', L10n::t('Notifications')];
-                                       $nav['notifications']['all'] = ['notifications/system', L10n::t('See all notifications'), '', ''];
-                                       $nav['notifications']['mark'] = ['', L10n::t('Mark as seen'), '', L10n::t('Mark all system notifications seen')];
-                               }
+
+                       // Don't show notifications for public communities
+                       if ($_SESSION['page_flags'] != PAGE_COMMUNITY) {
+                               $nav['introductions'] = ['notifications/intros', L10n::t('Introductions'), '', L10n::t('Friend Requests')];
+                               $nav['notifications'] = ['notifications',       L10n::t('Notifications'), '', L10n::t('Notifications')];
+                               $nav['notifications']['all'] = ['notifications/system', L10n::t('See all notifications'), '', ''];
+                               $nav['notifications']['mark'] = ['', L10n::t('Mark as seen'), '', L10n::t('Mark all system notifications seen')];
                        }
-       
+
                        $nav['messages'] = ['message', L10n::t('Messages'), '', L10n::t('Private mail')];
                        $nav['messages']['inbox'] = ['message', L10n::t('Inbox'), '', L10n::t('Inbox')];
                        $nav['messages']['outbox'] = ['message/sent', L10n::t('Outbox'), '', L10n::t('Outbox')];
                        $nav['messages']['new'] = ['message/new', L10n::t('New Message'), '', L10n::t('New Message')];
-       
+
                        if (is_array($a->identities) && count($a->identities) > 1) {
                                $nav['manage'] = ['manage', L10n::t('Manage'), '', L10n::t('Manage other pages')];
                        }
-       
+
                        $nav['delegations'] = ['delegate', L10n::t('Delegations'), '', L10n::t('Delegate Page Management')];
-       
+
                        $nav['settings'] = ['settings', L10n::t('Settings'), '', L10n::t('Account settings')];
-       
+
                        if (Feature::isEnabled(local_user(), 'multi_profiles')) {
                                $nav['profiles'] = ['profiles', L10n::t('Profiles'), '', L10n::t('Manage/Edit Profiles')];
                        }
-       
+
                        $nav['contacts'] = ['contacts', L10n::t('Contacts'), '', L10n::t('Manage/edit friends and contacts')];
                }
-       
+
                // Show the link to the admin configuration page if user is admin
                if (is_site_admin()) {
                        $nav['admin'] = ['admin/', L10n::t('Admin'), '', L10n::t('Site setup and configuration')];
                }
-       
+
                $nav['navigation'] = ['navigation/', L10n::t('Navigation'), '', L10n::t('Site map')];
-       
+
                // Provide a banner/logo/whatever
                $banner = Config::get('system', 'banner');
                if (is_null($banner)) {
                        $banner = '<a href="https://friendi.ca"><img id="logo-img" src="images/friendica-32.png" alt="logo" /></a><span id="logo-text"><a href="https://friendi.ca">Friendica</a></span>';
                }
-       
+
                Addon::callHooks('nav_info', $nav);
-       
+
                return [
                        'sitelocation' => $sitelocation,
                        'nav' => $nav,
@@ -234,7 +230,7 @@ class Nav
                        'userinfo' => $userinfo,
                ];
        }
-       
+
        /**
         * Set a menu item in navbar as selected
         */
index a3bfeec32b34a9745b7acea18c8940b8675186d7..3adc7fc0ec284d0714fa96135a42c8e8ff161287 100644 (file)
@@ -246,7 +246,7 @@ class Addon
                } else {
                        // remove orphan hooks
                        $condition = ['hook' => $name, 'file' => $hook[0], 'function' => $hook[1]];
-                       dba::delete('hook', $condition);
+                       dba::delete('hook', $condition, ['cascade' => false]);
                }
        }
 
index d44286d28f7cc21f82b3207a1ee4c47ca737a082..f5698ba716ff62b1cf0e3258c2155436ca208769 100644 (file)
@@ -27,7 +27,7 @@ class NewPassword extends \Asika\SimpleConsole\Console
                $help = <<<HELP
 console newpassword - Creates a new password for a given user
 Usage
-       bin/console newpassword <nickname> <password> [-h|--help|-?] [-v]
+       bin/console newpassword <nickname> [<password>] [-h|--help|-?] [-v]
 
 Description
        Creates a new password for a user without using the "forgot password" functionality.
@@ -67,13 +67,22 @@ HELP;
                }
 
                $nick = $this->getArgument(0);
-               $password = $this->getArgument(1);
 
                $user = dba::selectFirst('user', ['uid'], ['nickname' => $nick]);
                if (!DBM::is_result($user)) {
                        throw new \RuntimeException(L10n::t('User not found'));
                }
 
+               $password = $this->getArgument(1);
+               if (is_null($password)) {
+                       $this->out(L10n::t('Enter new password: '), false);
+                       $password = \Seld\CliPrompt\CliPrompt::hiddenPrompt(true);
+               }
+
+               if (!$password) {
+                       throw new \RuntimeException(L10n::t('Password can\'t be empty'));
+               }
+
                if (!Config::get('system', 'disable_password_exposed', false) && User::isPasswordExposed($password)) {
                        throw new \RuntimeException(L10n::t('The new password has been exposed in a public data dump, please choose another.'));
                }
index 48e8be31069307e5272c9dcbdd10f01eca8c8a7d..0bd5d06f68ddde8115c8af351bc602f207d745fa 100644 (file)
@@ -423,7 +423,7 @@ class Contact extends BaseObject
                // Fetch the data from the gcontact table
                if (!DBM::is_result($r)) {
                        $s = dba::p("SELECT 0 AS `id`, 0 AS `cid`, `id` AS `gid`, 0 AS `zid`, 0 AS `uid`, `url`, `nurl`, `alias`, `network`, `name`, `nick`, `addr`, `location`, `about`, '' AS `xmpp`,
-                       `keywords`, `gender`, `photo`, `photo` AS `thumb`, `photo` AS `micro`, `community` AS `forum`, 0 AS `prv`, `community`, `contact-type`, `birthday`, 0 AS `self`
+                       `keywords`, `gender`, `photo`, `photo` AS `thumb`, `photo` AS `micro`, 0 AS `forum`, 0 AS `prv`, `community`, `contact-type`, `birthday`, 0 AS `self`
                        FROM `gcontact` WHERE `nurl` = ?", normalise_link($url));
                        $r = dba::inArray($s);
                }
index ec53d064d6b83704d24ff2bd99f8a5b6c8f96640..cd8fa29e136ca208176287835f9fd2895acd6e9b 100644 (file)
@@ -644,26 +644,26 @@ class Profile
                $classtoday = '';
 
                $s = dba::p(
-                       "SELECT *
+                       "SELECT `event`.*
                        FROM `event`
-                       WHERE `event`.`uid` = ?
-                       AND  `event`.`type` != 'birthday'
-                       AND  `event`.`start` < ?
-                       AND  `event`.`start` >= ?
-                       AND NOT EXISTS (
-                               SELECT `id`
-                               FROM `item`
-                               WHERE `item`.`uid` = `event`.`uid`
+                       INNER JOIN `item`
+                               ON `item`.`uid` = `event`.`uid`
                                AND `item`.`parent-uri` = `event`.`uri`
-                               AND `item`.`verb` = ?
-                               AND `item`.`visible`
-                               AND NOT `item`.`deleted`
-                       )
+                       WHERE `event`.`uid` = ?
+                       AND `event`.`type` != 'birthday'
+                       AND `event`.`start` < ?
+                       AND `event`.`start` >= ?
+                       AND `item`.`author-id` = ?
+                       AND (`item`.`verb` = ? OR `item`.`verb` = ?)
+                       AND `item`.`visible`
+                       AND NOT `item`.`deleted`
                        ORDER BY  `event`.`start` ASC",
                        local_user(),
                        DateTimeFormat::utc('now + 7 days'),
                        DateTimeFormat::utc('now - 1 days'),
-                       ACTIVITY_ATTENDNO
+                       public_contact(),
+                       ACTIVITY_ATTEND,
+                       ACTIVITY_ATTENDMAYBE
                );
 
                $r = [];
index 2621897f4eb87084a97040bba458d7c8f1078560..41d26ee19d66f4c27d3b3a885f086564d9e466c0 100644 (file)
@@ -258,6 +258,10 @@ class User
         */
        public static function hashPassword($password)
        {
+               if (!trim($password)) {
+                       throw new Exception(L10n::t('Password can\'t be empty'));
+               }
+
                return password_hash($password, PASSWORD_DEFAULT);
        }
 
index d1a4f0c4bef856ac140a7d616091213971192c18..bffcb2086fb328e99c767cc021abeec1c0a9554e 100644 (file)
@@ -1415,7 +1415,16 @@ class DFRN
 
                $envelope = Diaspora::buildMessage($atom, $owner, $contact, $owner['uprvkey'], $fcontact['pubkey'], $public_batch);
 
-               $dest_url = ($public_batch ? $fcontact["batch"] : $contact["notify"]);
+               // Create the endpoint for public posts. This is some WIP and should later be added to the probing
+               if ($public_batch && empty($contact["batch"])) {
+                       $parts = parse_url($contact["notify"]);
+                       $path_parts = explode('/', $parts['path']);
+                       array_pop($path_parts);
+                       $parts['path'] =  implode('/', $path_parts);
+                       $contact["batch"] = Network::unparseURL($parts);
+               }
+
+               $dest_url = ($public_batch ? $contact["batch"] : $contact["notify"]);
 
                $content_type = ($public_batch ? "application/magic-envelope+xml" : "application/json");
 
@@ -1467,33 +1476,33 @@ class DFRN
                // Check for duplicates
                $r = q(
                        "SELECT `id` FROM `event` WHERE `uid` = %d AND `cid` = %d AND `start` = '%s' AND `type` = '%s' LIMIT 1",
-                       intval($contact["uid"]),
-                       intval($contact["id"]),
+                       intval($contact['uid']),
+                       intval($contact['id']),
                        dbesc(DateTimeFormat::utc($birthday)),
-                       dbesc("birthday")
+                       dbesc('birthday')
                );
 
                if (DBM::is_result($r)) {
                        return;
                }
 
-               logger("updating birthday: ".$birthday." for contact ".$contact["id"]);
+               logger('updating birthday: ' . $birthday . ' for contact ' . $contact['id']);
 
-               $bdtext = L10n::t("%s\'s birthday", $contact["name"]);
-               $bdtext2 = L10n::t("Happy Birthday %s", " [url=".$contact["url"]."]".$contact["name"]."[/url]");
+               $bdtext = L10n::t('%s\'s birthday', $contact['name']);
+               $bdtext2 = L10n::t('Happy Birthday %s', ' [url=' . $contact['url'] . ']' . $contact['name'] . '[/url]');
 
                $r = q(
                        "INSERT INTO `event` (`uid`,`cid`,`created`,`edited`,`start`,`finish`,`summary`,`desc`,`type`)
                        VALUES ( %d, %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s') ",
-                       intval($contact["uid"]),
-                       intval($contact["id"]),
+                       intval($contact['uid']),
+                       intval($contact['id']),
                        dbesc(DateTimeFormat::utcNow()),
                        dbesc(DateTimeFormat::utcNow()),
                        dbesc(DateTimeFormat::utc($birthday)),
-                       dbesc(DateTimeFormat::utc($birthday . " + 1 day ")),
+                       dbesc(DateTimeFormat::utc($birthday . ' + 1 day ')),
                        dbesc($bdtext),
                        dbesc($bdtext2),
-                       dbesc("birthday")
+                       dbesc('birthday')
                );
        }
 
@@ -2771,7 +2780,7 @@ class DFRN
                                logger('ignoring read-only contact '.$importer["id"]);
                                return;
                        }
-                       if ($importer["uid"] == 0) {
+                       if (($importer["uid"] == 0) && ($importer["importer_uid"] != 0)) {
                                logger("Contact ".$importer["id"]." isn't known to user ".$importer["importer_uid"].". The post will be ignored.", LOGGER_DEBUG);
                                return;
                        }
@@ -2923,6 +2932,9 @@ class DFRN
 
                logger("Import DFRN message for user " . $importer["importer_uid"] . " from contact " . $importer["id"], LOGGER_DEBUG);
 
+               // is it a public forum? Private forums aren't exposed with this method
+               $forum = intval($xpath->evaluate("/atom:feed/dfrn:community/text()")->item(0)->nodeValue);
+
                // The account type is new since 3.5.1
                if ($xpath->query("/atom:feed/dfrn:account_type")->length > 0) {
                        $accounttype = intval($xpath->evaluate("/atom:feed/dfrn:account_type/text()")->item(0)->nodeValue);
@@ -2930,17 +2942,17 @@ class DFRN
                        if ($accounttype != $importer["contact-type"]) {
                                dba::update('contact', ['contact-type' => $accounttype], ['id' => $importer["id"]]);
                        }
-               }
-
-               // is it a public forum? Private forums aren't supported with this method
-               // This is deprecated since 3.5.1
-               $forum = intval($xpath->evaluate("/atom:feed/dfrn:community/text()")->item(0)->nodeValue);
-
-               if ($forum != $importer["forum"]) {
+                       // A forum contact can either have set "forum" or "prv" - but not both
+                       if (($accounttype == ACCOUNT_TYPE_COMMUNITY) && (($forum != $importer["forum"]) || ($forum == $importer["prv"]))) {
+                               $condition = ['(`forum` != ? OR `prv` != ?) AND `id` = ?', $forum, !$forum, $importer["id"]];
+                               dba::update('contact', ['forum' => $forum, 'prv' => !$forum], $condition);
+                       }
+               } elseif ($forum != $importer["forum"]) { // Deprecated since 3.5.1
                        $condition = ['`forum` != ? AND `id` = ?', $forum, $importer["id"]];
                        dba::update('contact', ['forum' => $forum], $condition);
                }
 
+
                // We are processing relocations even if we are ignoring a contact
                $relocations = $xpath->query("/atom:feed/dfrn:relocate");
                foreach ($relocations as $relocation) {
index 8120fea8a5556deddbb373346ee58ea0bb7285b3..e81c53499fa92337b41858148be96022b049eaca 100644 (file)
@@ -1173,7 +1173,7 @@ class Diaspora
                        // Yes, then it is fine.
                        return true;
                        // Is it a post to a community?
-               } elseif (($contact["rel"] == CONTACT_IS_FOLLOWER) && ($importer["page-flags"] == PAGE_COMMUNITY)) {
+               } elseif (($contact["rel"] == CONTACT_IS_FOLLOWER) && in_array($importer["page-flags"], [PAGE_COMMUNITY, PAGE_PRVGROUP])) {
                        // That's good
                        return true;
                        // Is the message a global user or a comment?
@@ -2665,7 +2665,7 @@ class Diaspora
 
                Contact::updateAvatar($ret["photo"], $importer['uid'], $contact_record["id"], true);
 
-               if ($importer["page-flags"] == PAGE_NORMAL) {
+               if (in_array($importer["page-flags"], [PAGE_NORMAL, PAGE_PRVGROUP])) {
                        logger("Sending intra message for author ".$author.".", LOGGER_DEBUG);
 
                        $hash = random_string().(string)time();   // Generate a confirm_key
index a59e905a062861b67220da6a1864af21581fa1fb..36c004bbb096c7b1cc235812b6c64635784c5e87 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-04-06 16:58+0200\n"
+"POT-Creation-Date: 2018-04-22 11:15+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,54 +18,36 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 
 
-#: include/security.php:81
-msgid "Welcome "
-msgstr ""
-
-#: include/security.php:82
-msgid "Please upload a profile photo."
-msgstr ""
-
-#: include/security.php:84
-msgid "Welcome back "
-msgstr ""
-
-#: include/security.php:431
-msgid ""
-"The form security token was not correct. This probably happened because the "
-"form has been opened for too long (>3 hours) before submitting it."
-msgstr ""
-
-#: include/dba.php:57
+#: boot.php:795
 #, php-format
-msgid "Cannot locate DNS info for database server '%s'"
+msgid "Update %s failed. See error logs."
 msgstr ""
 
-#: include/api.php:1199
+#: include/api.php:1202
 #, php-format
 msgid "Daily posting limit of %d post reached. The post was rejected."
 msgid_plural "Daily posting limit of %d posts reached. The post was rejected."
 msgstr[0] ""
 msgstr[1] ""
 
-#: include/api.php:1223
+#: include/api.php:1226
 #, php-format
 msgid "Weekly posting limit of %d post reached. The post was rejected."
 msgid_plural "Weekly posting limit of %d posts reached. The post was rejected."
 msgstr[0] ""
 msgstr[1] ""
 
-#: include/api.php:1247
+#: include/api.php:1250
 #, php-format
 msgid "Monthly posting limit of %d post reached. The post was rejected."
 msgstr ""
 
-#: include/api.php:4400 mod/photos.php:88 mod/photos.php:194 mod/photos.php:722
-#: mod/photos.php:1149 mod/photos.php:1166 mod/photos.php:1684
-#: mod/profile_photo.php:85 mod/profile_photo.php:93 mod/profile_photo.php:101
-#: mod/profile_photo.php:211 mod/profile_photo.php:302
-#: mod/profile_photo.php:312 src/Model/User.php:539 src/Model/User.php:547
-#: src/Model/User.php:555
+#: include/api.php:4523 src/Model/User.php:549 src/Model/User.php:557
+#: src/Model/User.php:565 mod/profile_photo.php:85 mod/profile_photo.php:93
+#: mod/profile_photo.php:101 mod/profile_photo.php:211
+#: mod/profile_photo.php:302 mod/profile_photo.php:312 mod/photos.php:88
+#: mod/photos.php:194 mod/photos.php:722 mod/photos.php:1149
+#: mod/photos.php:1166 mod/photos.php:1684
 msgid "Profile Photos"
 msgstr ""
 
@@ -87,235 +69,231 @@ msgstr ""
 msgid "%1$s, %2$s Administrator"
 msgstr ""
 
-#: include/enotify.php:50 src/Worker/Delivery.php:404
-msgid "noreply"
-msgstr ""
-
-#: include/enotify.php:98
+#: include/enotify.php:95
 #, php-format
 msgid "[Friendica:Notify] New mail received at %s"
 msgstr ""
 
-#: include/enotify.php:100
+#: include/enotify.php:97
 #, php-format
 msgid "%1$s sent you a new private message at %2$s."
 msgstr ""
 
-#: include/enotify.php:101
+#: include/enotify.php:98
 msgid "a private message"
 msgstr ""
 
-#: include/enotify.php:101
+#: include/enotify.php:98
 #, php-format
 msgid "%1$s sent you %2$s."
 msgstr ""
 
-#: include/enotify.php:103
+#: include/enotify.php:100
 #, php-format
 msgid "Please visit %s to view and/or reply to your private messages."
 msgstr ""
 
-#: include/enotify.php:141
+#: include/enotify.php:138
 #, php-format
 msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
 msgstr ""
 
-#: include/enotify.php:149
+#: include/enotify.php:146
 #, php-format
 msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
 msgstr ""
 
-#: include/enotify.php:159
+#: include/enotify.php:156
 #, php-format
 msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
 msgstr ""
 
-#: include/enotify.php:171
+#: include/enotify.php:168
 #, php-format
 msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
 msgstr ""
 
-#: include/enotify.php:173
+#: include/enotify.php:170
 #, php-format
 msgid "%s commented on an item/conversation you have been following."
 msgstr ""
 
-#: include/enotify.php:176 include/enotify.php:191 include/enotify.php:206
-#: include/enotify.php:221 include/enotify.php:240 include/enotify.php:255
+#: include/enotify.php:173 include/enotify.php:188 include/enotify.php:203
+#: include/enotify.php:218 include/enotify.php:237 include/enotify.php:252
 #, php-format
 msgid "Please visit %s to view and/or reply to the conversation."
 msgstr ""
 
-#: include/enotify.php:183
+#: include/enotify.php:180
 #, php-format
 msgid "[Friendica:Notify] %s posted to your profile wall"
 msgstr ""
 
-#: include/enotify.php:185
+#: include/enotify.php:182
 #, php-format
 msgid "%1$s posted to your profile wall at %2$s"
 msgstr ""
 
-#: include/enotify.php:186
+#: include/enotify.php:183
 #, php-format
 msgid "%1$s posted to [url=%2$s]your wall[/url]"
 msgstr ""
 
-#: include/enotify.php:198
+#: include/enotify.php:195
 #, php-format
 msgid "[Friendica:Notify] %s tagged you"
 msgstr ""
 
-#: include/enotify.php:200
+#: include/enotify.php:197
 #, php-format
 msgid "%1$s tagged you at %2$s"
 msgstr ""
 
-#: include/enotify.php:201
+#: include/enotify.php:198
 #, php-format
 msgid "%1$s [url=%2$s]tagged you[/url]."
 msgstr ""
 
-#: include/enotify.php:213
+#: include/enotify.php:210
 #, php-format
 msgid "[Friendica:Notify] %s shared a new post"
 msgstr ""
 
-#: include/enotify.php:215
+#: include/enotify.php:212
 #, php-format
 msgid "%1$s shared a new post at %2$s"
 msgstr ""
 
-#: include/enotify.php:216
+#: include/enotify.php:213
 #, php-format
 msgid "%1$s [url=%2$s]shared a post[/url]."
 msgstr ""
 
-#: include/enotify.php:228
+#: include/enotify.php:225
 #, php-format
 msgid "[Friendica:Notify] %1$s poked you"
 msgstr ""
 
-#: include/enotify.php:230
+#: include/enotify.php:227
 #, php-format
 msgid "%1$s poked you at %2$s"
 msgstr ""
 
-#: include/enotify.php:231
+#: include/enotify.php:228
 #, php-format
 msgid "%1$s [url=%2$s]poked you[/url]."
 msgstr ""
 
-#: include/enotify.php:247
+#: include/enotify.php:244
 #, php-format
 msgid "[Friendica:Notify] %s tagged your post"
 msgstr ""
 
-#: include/enotify.php:249
+#: include/enotify.php:246
 #, php-format
 msgid "%1$s tagged your post at %2$s"
 msgstr ""
 
-#: include/enotify.php:250
+#: include/enotify.php:247
 #, php-format
 msgid "%1$s tagged [url=%2$s]your post[/url]"
 msgstr ""
 
-#: include/enotify.php:262
+#: include/enotify.php:259
 msgid "[Friendica:Notify] Introduction received"
 msgstr ""
 
-#: include/enotify.php:264
+#: include/enotify.php:261
 #, php-format
 msgid "You've received an introduction from '%1$s' at %2$s"
 msgstr ""
 
-#: include/enotify.php:265
+#: include/enotify.php:262
 #, php-format
 msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
 msgstr ""
 
-#: include/enotify.php:270 include/enotify.php:316
+#: include/enotify.php:267 include/enotify.php:313
 #, php-format
 msgid "You may visit their profile at %s"
 msgstr ""
 
-#: include/enotify.php:272
+#: include/enotify.php:269
 #, php-format
 msgid "Please visit %s to approve or reject the introduction."
 msgstr ""
 
-#: include/enotify.php:280
+#: include/enotify.php:277
 msgid "[Friendica:Notify] A new person is sharing with you"
 msgstr ""
 
-#: include/enotify.php:282 include/enotify.php:283
+#: include/enotify.php:279 include/enotify.php:280
 #, php-format
 msgid "%1$s is sharing with you at %2$s"
 msgstr ""
 
-#: include/enotify.php:290
+#: include/enotify.php:287
 msgid "[Friendica:Notify] You have a new follower"
 msgstr ""
 
-#: include/enotify.php:292 include/enotify.php:293
+#: include/enotify.php:289 include/enotify.php:290
 #, php-format
 msgid "You have a new follower at %2$s : %1$s"
 msgstr ""
 
-#: include/enotify.php:305
+#: include/enotify.php:302
 msgid "[Friendica:Notify] Friend suggestion received"
 msgstr ""
 
-#: include/enotify.php:307
+#: include/enotify.php:304
 #, php-format
 msgid "You've received a friend suggestion from '%1$s' at %2$s"
 msgstr ""
 
-#: include/enotify.php:308
+#: include/enotify.php:305
 #, php-format
 msgid "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
 msgstr ""
 
-#: include/enotify.php:314
+#: include/enotify.php:311
 msgid "Name:"
 msgstr ""
 
-#: include/enotify.php:315
+#: include/enotify.php:312
 msgid "Photo:"
 msgstr ""
 
-#: include/enotify.php:318
+#: include/enotify.php:315
 #, php-format
 msgid "Please visit %s to approve or reject the suggestion."
 msgstr ""
 
-#: include/enotify.php:326 include/enotify.php:341
+#: include/enotify.php:323 include/enotify.php:338
 msgid "[Friendica:Notify] Connection accepted"
 msgstr ""
 
-#: include/enotify.php:328 include/enotify.php:343
+#: include/enotify.php:325 include/enotify.php:340
 #, php-format
 msgid "'%1$s' has accepted your connection request at %2$s"
 msgstr ""
 
-#: include/enotify.php:329 include/enotify.php:344
+#: include/enotify.php:326 include/enotify.php:341
 #, php-format
 msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
 msgstr ""
 
-#: include/enotify.php:334
+#: include/enotify.php:331
 msgid ""
 "You are now mutual friends and may exchange status updates, photos, and "
 "email without restriction."
 msgstr ""
 
-#: include/enotify.php:336
+#: include/enotify.php:333
 #, php-format
 msgid "Please visit %s if you wish to make any changes to this relationship."
 msgstr ""
 
-#: include/enotify.php:349
+#: include/enotify.php:346
 #, php-format
 msgid ""
 "'%1$s' has chosen to accept you a fan, which restricts some forms of "
@@ -324,129 +302,71 @@ msgid ""
 "automatically."
 msgstr ""
 
-#: include/enotify.php:351
+#: include/enotify.php:348
 #, php-format
 msgid ""
 "'%1$s' may choose to extend this into a two-way or more permissive "
 "relationship in the future."
 msgstr ""
 
-#: include/enotify.php:353
+#: include/enotify.php:350
 #, php-format
 msgid "Please visit %s  if you wish to make any changes to this relationship."
 msgstr ""
 
-#: include/enotify.php:363
-msgid "[Friendica System:Notify] registration request"
+#: include/enotify.php:360 mod/removeme.php:43
+msgid "[Friendica System Notify]"
+msgstr ""
+
+#: include/enotify.php:360
+msgid "registration request"
 msgstr ""
 
-#: include/enotify.php:365
+#: include/enotify.php:362
 #, php-format
 msgid "You've received a registration request from '%1$s' at %2$s"
 msgstr ""
 
-#: include/enotify.php:366
+#: include/enotify.php:363
 #, php-format
 msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
 msgstr ""
 
-#: include/enotify.php:371
+#: include/enotify.php:368
 #, php-format
 msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
 msgstr ""
 
-#: include/enotify.php:377
+#: include/enotify.php:374
 #, php-format
 msgid "Please visit %s to approve or reject the request."
 msgstr ""
 
-#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21
-#: mod/display.php:72 mod/display.php:252 mod/display.php:354 mod/admin.php:276
-#: mod/admin.php:1854 mod/admin.php:2102
-msgid "Item not found."
-msgstr ""
-
-#: include/items.php:382
-msgid "Do you really want to delete this item?"
-msgstr ""
-
-#: include/items.php:384 mod/api.php:110 mod/suggest.php:38
-#: mod/dfrn_request.php:653 mod/message.php:138 mod/follow.php:150
-#: mod/profiles.php:636 mod/profiles.php:639 mod/profiles.php:661
-#: mod/contacts.php:472 mod/register.php:237 mod/settings.php:1105
-#: mod/settings.php:1111 mod/settings.php:1118 mod/settings.php:1122
-#: mod/settings.php:1126 mod/settings.php:1130 mod/settings.php:1134
-#: mod/settings.php:1138 mod/settings.php:1158 mod/settings.php:1159
-#: mod/settings.php:1160 mod/settings.php:1161 mod/settings.php:1162
-msgid "Yes"
-msgstr ""
-
-#: include/items.php:387 include/conversation.php:1378 mod/fbrowser.php:103
-#: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663
-#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141
-#: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147
-#: mod/unfollow.php:117 mod/follow.php:161 mod/contacts.php:475
-#: mod/settings.php:676 mod/settings.php:702
-msgid "Cancel"
-msgstr ""
-
-#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40
-#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28
-#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/uimport.php:28
-#: mod/notifications.php:73 mod/dfrn_confirm.php:68 mod/invite.php:20
-#: mod/invite.php:106 mod/wall_attach.php:74 mod/wall_attach.php:77
-#: mod/manage.php:131 mod/regmod.php:108 mod/viewcontacts.php:57
-#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79
-#: mod/wallmessage.php:103 mod/poke.php:150 mod/wall_upload.php:103
-#: mod/wall_upload.php:106 mod/editpost.php:18 mod/fsuggest.php:80
-#: mod/group.php:26 mod/item.php:160 mod/message.php:59 mod/message.php:104
-#: mod/network.php:32 mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051
-#: mod/delegate.php:25 mod/delegate.php:43 mod/delegate.php:54
-#: mod/dirfind.php:25 mod/ostatus_subscribe.php:16 mod/unfollow.php:15
-#: mod/unfollow.php:57 mod/unfollow.php:90 mod/cal.php:304 mod/events.php:194
-#: mod/profile_photo.php:30 mod/profile_photo.php:176 mod/profile_photo.php:187
-#: mod/profile_photo.php:200 mod/follow.php:17 mod/follow.php:54
-#: mod/follow.php:118 mod/profiles.php:182 mod/profiles.php:606
-#: mod/contacts.php:386 mod/register.php:53 mod/settings.php:42
-#: mod/settings.php:141 mod/settings.php:665 index.php:416
-msgid "Permission denied."
-msgstr ""
-
-#: include/items.php:471
-msgid "Archives"
-msgstr ""
-
-#: include/items.php:477 src/Content/ForumManager.php:130
-#: src/Content/Widget.php:312 src/Object/Post.php:430 src/App.php:512
-#: view/theme/vier/theme.php:259
-msgid "show more"
-msgstr ""
-
 #: include/conversation.php:144 include/conversation.php:282
-#: include/text.php:1774 src/Model/Item.php:1795
+#: include/text.php:1753 src/Model/Item.php:1796
 msgid "event"
 msgstr ""
 
 #: include/conversation.php:147 include/conversation.php:157
 #: include/conversation.php:285 include/conversation.php:294
-#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1793
-#: src/Protocol/Diaspora.php:2010
+#: src/Model/Item.php:1794 src/Protocol/Diaspora.php:2039 mod/subthread.php:97
+#: mod/tagger.php:72
 msgid "status"
 msgstr ""
 
 #: include/conversation.php:152 include/conversation.php:290
-#: include/text.php:1776 mod/subthread.php:97 mod/tagger.php:72
-#: src/Model/Item.php:1793
+#: include/text.php:1755 src/Model/Item.php:1794 mod/subthread.php:97
+#: mod/tagger.php:72
 msgid "photo"
 msgstr ""
 
-#: include/conversation.php:164 src/Model/Item.php:1666
-#: src/Protocol/Diaspora.php:2006
+#: include/conversation.php:164 src/Model/Item.php:1667
+#: src/Protocol/Diaspora.php:2035
 #, php-format
 msgid "%1$s likes %2$s's %3$s"
 msgstr ""
 
-#: include/conversation.php:167 src/Model/Item.php:1671
+#: include/conversation.php:167 src/Model/Item.php:1672
 #, php-format
 msgid "%1$s doesn't like %2$s's %3$s"
 msgstr ""
@@ -466,8 +386,8 @@ msgstr ""
 msgid "%1$s attends maybe %2$s's %3$s"
 msgstr ""
 
-#: include/conversation.php:209 mod/dfrn_confirm.php:431
-#: src/Protocol/Diaspora.php:2481
+#: include/conversation.php:209 src/Protocol/Diaspora.php:2510
+#: mod/dfrn_confirm.php:431
 #, php-format
 msgid "%1$s is now friends with %2$s"
 msgstr ""
@@ -491,15 +411,15 @@ msgstr ""
 msgid "%1$s marked %2$s's %3$s as favorite"
 msgstr ""
 
-#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:355
+#: include/conversation.php:605 mod/profiles.php:355 mod/photos.php:1501
 msgid "Likes"
 msgstr ""
 
-#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:359
+#: include/conversation.php:605 mod/profiles.php:359 mod/photos.php:1501
 msgid "Dislikes"
 msgstr ""
 
-#: include/conversation.php:606 include/conversation.php:1687
+#: include/conversation.php:606 include/conversation.php:1661
 #: mod/photos.php:1502
 msgid "Attending"
 msgid_plural "Attending"
@@ -514,351 +434,384 @@ msgstr ""
 msgid "Might attend"
 msgstr ""
 
-#: include/conversation.php:744 mod/photos.php:1569 src/Object/Post.php:178
+#: include/conversation.php:718 src/Object/Post.php:178 mod/photos.php:1569
 msgid "Select"
 msgstr ""
 
-#: include/conversation.php:745 mod/photos.php:1570 mod/contacts.php:830
-#: mod/contacts.php:1035 mod/admin.php:1798 mod/settings.php:738
-#: src/Object/Post.php:179
+#: include/conversation.php:719 src/Object/Post.php:179 mod/settings.php:738
+#: mod/admin.php:1812 mod/photos.php:1570 mod/contacts.php:830
+#: mod/contacts.php:1035
 msgid "Delete"
 msgstr ""
 
-#: include/conversation.php:783 src/Object/Post.php:363 src/Object/Post.php:364
+#: include/conversation.php:757 src/Object/Post.php:363 src/Object/Post.php:364
 #, php-format
 msgid "View %s's profile @ %s"
 msgstr ""
 
-#: include/conversation.php:795 src/Object/Post.php:351
+#: include/conversation.php:769 src/Object/Post.php:351
 msgid "Categories:"
 msgstr ""
 
-#: include/conversation.php:796 src/Object/Post.php:352
+#: include/conversation.php:770 src/Object/Post.php:352
 msgid "Filed under:"
 msgstr ""
 
-#: include/conversation.php:803 src/Object/Post.php:377
+#: include/conversation.php:777 src/Object/Post.php:377
 #, php-format
 msgid "%s from %s"
 msgstr ""
 
-#: include/conversation.php:818
+#: include/conversation.php:792
 msgid "View in context"
 msgstr ""
 
-#: include/conversation.php:820 include/conversation.php:1360
-#: mod/wallmessage.php:145 mod/editpost.php:125 mod/message.php:264
-#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:402
+#: include/conversation.php:794 include/conversation.php:1334
+#: src/Object/Post.php:402 mod/photos.php:1473 mod/message.php:264
+#: mod/message.php:433 mod/wallmessage.php:145 mod/editpost.php:125
 msgid "Please wait"
 msgstr ""
 
-#: include/conversation.php:891
+#: include/conversation.php:865
 msgid "remove"
 msgstr ""
 
-#: include/conversation.php:895
+#: include/conversation.php:869
 msgid "Delete Selected Items"
 msgstr ""
 
-#: include/conversation.php:1065 view/theme/frio/theme.php:352
+#: include/conversation.php:1039 view/theme/frio/theme.php:352
 msgid "Follow Thread"
 msgstr ""
 
-#: include/conversation.php:1066 src/Model/Contact.php:640
+#: include/conversation.php:1040 src/Model/Contact.php:652
 msgid "View Status"
 msgstr ""
 
-#: include/conversation.php:1067 include/conversation.php:1083
-#: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89
-#: mod/dirfind.php:217 mod/directory.php:159 src/Model/Contact.php:580
-#: src/Model/Contact.php:593 src/Model/Contact.php:641
+#: include/conversation.php:1041 include/conversation.php:1057
+#: src/Model/Contact.php:592 src/Model/Contact.php:605
+#: src/Model/Contact.php:653 mod/directory.php:159 mod/dirfind.php:217
+#: mod/suggest.php:82 mod/allfriends.php:73 mod/match.php:89
 msgid "View Profile"
 msgstr ""
 
-#: include/conversation.php:1068 src/Model/Contact.php:642
+#: include/conversation.php:1042 src/Model/Contact.php:654
 msgid "View Photos"
 msgstr ""
 
-#: include/conversation.php:1069 src/Model/Contact.php:643
+#: include/conversation.php:1043 src/Model/Contact.php:655
 msgid "Network Posts"
 msgstr ""
 
-#: include/conversation.php:1070 src/Model/Contact.php:644
+#: include/conversation.php:1044 src/Model/Contact.php:656
 msgid "View Contact"
 msgstr ""
 
-#: include/conversation.php:1071 src/Model/Contact.php:646
+#: include/conversation.php:1045 src/Model/Contact.php:658
 msgid "Send PM"
 msgstr ""
 
-#: include/conversation.php:1075 src/Model/Contact.php:647
+#: include/conversation.php:1049 src/Model/Contact.php:659
 msgid "Poke"
 msgstr ""
 
-#: include/conversation.php:1080 mod/allfriends.php:74 mod/suggest.php:83
-#: mod/match.php:90 mod/dirfind.php:218 mod/follow.php:143 mod/contacts.php:596
-#: src/Content/Widget.php:61 src/Model/Contact.php:594
+#: include/conversation.php:1054 src/Model/Contact.php:606
+#: src/Content/Widget.php:61 mod/dirfind.php:218 mod/suggest.php:83
+#: mod/allfriends.php:74 mod/follow.php:143 mod/contacts.php:596
+#: mod/match.php:90
 msgid "Connect/Follow"
 msgstr ""
 
-#: include/conversation.php:1199
+#: include/conversation.php:1173
 #, php-format
 msgid "%s likes this."
 msgstr ""
 
-#: include/conversation.php:1202
+#: include/conversation.php:1176
 #, php-format
 msgid "%s doesn't like this."
 msgstr ""
 
-#: include/conversation.php:1205
+#: include/conversation.php:1179
 #, php-format
 msgid "%s attends."
 msgstr ""
 
-#: include/conversation.php:1208
+#: include/conversation.php:1182
 #, php-format
 msgid "%s doesn't attend."
 msgstr ""
 
-#: include/conversation.php:1211
+#: include/conversation.php:1185
 #, php-format
 msgid "%s attends maybe."
 msgstr ""
 
-#: include/conversation.php:1222
+#: include/conversation.php:1196
 msgid "and"
 msgstr ""
 
-#: include/conversation.php:1228
+#: include/conversation.php:1202
 #, php-format
 msgid "and %d other people"
 msgstr ""
 
-#: include/conversation.php:1237
+#: include/conversation.php:1211
 #, php-format
 msgid "<span  %1$s>%2$d people</span> like this"
 msgstr ""
 
-#: include/conversation.php:1238
+#: include/conversation.php:1212
 #, php-format
 msgid "%s like this."
 msgstr ""
 
-#: include/conversation.php:1241
+#: include/conversation.php:1215
 #, php-format
 msgid "<span  %1$s>%2$d people</span> don't like this"
 msgstr ""
 
-#: include/conversation.php:1242
+#: include/conversation.php:1216
 #, php-format
 msgid "%s don't like this."
 msgstr ""
 
-#: include/conversation.php:1245
+#: include/conversation.php:1219
 #, php-format
 msgid "<span  %1$s>%2$d people</span> attend"
 msgstr ""
 
-#: include/conversation.php:1246
+#: include/conversation.php:1220
 #, php-format
 msgid "%s attend."
 msgstr ""
 
-#: include/conversation.php:1249
+#: include/conversation.php:1223
 #, php-format
 msgid "<span  %1$s>%2$d people</span> don't attend"
 msgstr ""
 
-#: include/conversation.php:1250
+#: include/conversation.php:1224
 #, php-format
 msgid "%s don't attend."
 msgstr ""
 
-#: include/conversation.php:1253
+#: include/conversation.php:1227
 #, php-format
 msgid "<span  %1$s>%2$d people</span> attend maybe"
 msgstr ""
 
-#: include/conversation.php:1254
+#: include/conversation.php:1228
 #, php-format
 msgid "%s attend maybe."
 msgstr ""
 
-#: include/conversation.php:1284 include/conversation.php:1300
+#: include/conversation.php:1258 include/conversation.php:1274
 msgid "Visible to <strong>everybody</strong>"
 msgstr ""
 
-#: include/conversation.php:1285 include/conversation.php:1301
-#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200
-#: mod/message.php:207 mod/message.php:343 mod/message.php:350
+#: include/conversation.php:1259 include/conversation.php:1275
+#: mod/message.php:200 mod/message.php:207 mod/message.php:343
+#: mod/message.php:350 mod/wallmessage.php:120 mod/wallmessage.php:127
 msgid "Please enter a link URL:"
 msgstr ""
 
-#: include/conversation.php:1286 include/conversation.php:1302
+#: include/conversation.php:1260 include/conversation.php:1276
 msgid "Please enter a video link/URL:"
 msgstr ""
 
-#: include/conversation.php:1287 include/conversation.php:1303
+#: include/conversation.php:1261 include/conversation.php:1277
 msgid "Please enter an audio link/URL:"
 msgstr ""
 
-#: include/conversation.php:1288 include/conversation.php:1304
+#: include/conversation.php:1262 include/conversation.php:1278
 msgid "Tag term:"
 msgstr ""
 
-#: include/conversation.php:1289 include/conversation.php:1305 mod/filer.php:34
+#: include/conversation.php:1263 include/conversation.php:1279 mod/filer.php:34
 msgid "Save to Folder:"
 msgstr ""
 
-#: include/conversation.php:1290 include/conversation.php:1306
+#: include/conversation.php:1264 include/conversation.php:1280
 msgid "Where are you right now?"
 msgstr ""
 
-#: include/conversation.php:1291
+#: include/conversation.php:1265
 msgid "Delete item(s)?"
 msgstr ""
 
-#: include/conversation.php:1338
+#: include/conversation.php:1312
 msgid "New Post"
 msgstr ""
 
-#: include/conversation.php:1341
+#: include/conversation.php:1315
 msgid "Share"
 msgstr ""
 
-#: include/conversation.php:1342 mod/wallmessage.php:143 mod/editpost.php:111
-#: mod/message.php:262 mod/message.php:430
+#: include/conversation.php:1316 mod/message.php:262 mod/message.php:430
+#: mod/wallmessage.php:143 mod/editpost.php:111
 msgid "Upload photo"
 msgstr ""
 
-#: include/conversation.php:1343 mod/editpost.php:112
+#: include/conversation.php:1317 mod/editpost.php:112
 msgid "upload photo"
 msgstr ""
 
-#: include/conversation.php:1344 mod/editpost.php:113
+#: include/conversation.php:1318 mod/editpost.php:113
 msgid "Attach file"
 msgstr ""
 
-#: include/conversation.php:1345 mod/editpost.php:114
+#: include/conversation.php:1319 mod/editpost.php:114
 msgid "attach file"
 msgstr ""
 
-#: include/conversation.php:1346 mod/wallmessage.php:144 mod/editpost.php:115
-#: mod/message.php:263 mod/message.php:431
+#: include/conversation.php:1320 mod/message.php:263 mod/message.php:431
+#: mod/wallmessage.php:144 mod/editpost.php:115
 msgid "Insert web link"
 msgstr ""
 
-#: include/conversation.php:1347 mod/editpost.php:116
+#: include/conversation.php:1321 mod/editpost.php:116
 msgid "web link"
 msgstr ""
 
-#: include/conversation.php:1348 mod/editpost.php:117
+#: include/conversation.php:1322 mod/editpost.php:117
 msgid "Insert video link"
 msgstr ""
 
-#: include/conversation.php:1349 mod/editpost.php:118
+#: include/conversation.php:1323 mod/editpost.php:118
 msgid "video link"
 msgstr ""
 
-#: include/conversation.php:1350 mod/editpost.php:119
+#: include/conversation.php:1324 mod/editpost.php:119
 msgid "Insert audio link"
 msgstr ""
 
-#: include/conversation.php:1351 mod/editpost.php:120
+#: include/conversation.php:1325 mod/editpost.php:120
 msgid "audio link"
 msgstr ""
 
-#: include/conversation.php:1352 mod/editpost.php:121
+#: include/conversation.php:1326 mod/editpost.php:121
 msgid "Set your location"
 msgstr ""
 
-#: include/conversation.php:1353 mod/editpost.php:122
+#: include/conversation.php:1327 mod/editpost.php:122
 msgid "set location"
 msgstr ""
 
-#: include/conversation.php:1354 mod/editpost.php:123
+#: include/conversation.php:1328 mod/editpost.php:123
 msgid "Clear browser location"
 msgstr ""
 
-#: include/conversation.php:1355 mod/editpost.php:124
+#: include/conversation.php:1329 mod/editpost.php:124
 msgid "clear location"
 msgstr ""
 
-#: include/conversation.php:1357 mod/editpost.php:138
+#: include/conversation.php:1331 mod/editpost.php:138
 msgid "Set title"
 msgstr ""
 
-#: include/conversation.php:1359 mod/editpost.php:140
+#: include/conversation.php:1333 mod/editpost.php:140
 msgid "Categories (comma-separated list)"
 msgstr ""
 
-#: include/conversation.php:1361 mod/editpost.php:126
+#: include/conversation.php:1335 mod/editpost.php:126
 msgid "Permission settings"
 msgstr ""
 
-#: include/conversation.php:1362 mod/editpost.php:155
+#: include/conversation.php:1336 mod/editpost.php:155
 msgid "permissions"
 msgstr ""
 
-#: include/conversation.php:1370 mod/editpost.php:135
+#: include/conversation.php:1344 mod/editpost.php:135
 msgid "Public post"
 msgstr ""
 
-#: include/conversation.php:1374 mod/editpost.php:146 mod/photos.php:1492
-#: mod/photos.php:1531 mod/photos.php:1604 mod/events.php:528
-#: src/Object/Post.php:805
+#: include/conversation.php:1348 src/Object/Post.php:805 mod/events.php:528
+#: mod/photos.php:1492 mod/photos.php:1531 mod/photos.php:1604
+#: mod/editpost.php:146
 msgid "Preview"
 msgstr ""
 
-#: include/conversation.php:1383
+#: include/conversation.php:1352 include/items.php:387 mod/suggest.php:41
+#: mod/settings.php:676 mod/settings.php:702 mod/fbrowser.php:103
+#: mod/fbrowser.php:134 mod/photos.php:248 mod/photos.php:324
+#: mod/message.php:141 mod/videos.php:147 mod/unfollow.php:117
+#: mod/dfrn_request.php:663 mod/follow.php:161 mod/contacts.php:475
+#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149
+msgid "Cancel"
+msgstr ""
+
+#: include/conversation.php:1357
 msgid "Post to Groups"
 msgstr ""
 
-#: include/conversation.php:1384
+#: include/conversation.php:1358
 msgid "Post to Contacts"
 msgstr ""
 
-#: include/conversation.php:1385
+#: include/conversation.php:1359
 msgid "Private post"
 msgstr ""
 
-#: include/conversation.php:1390 mod/editpost.php:153 src/Model/Profile.php:342
+#: include/conversation.php:1364 src/Model/Profile.php:342 mod/editpost.php:153
 msgid "Message"
 msgstr ""
 
-#: include/conversation.php:1391 mod/editpost.php:154
+#: include/conversation.php:1365 mod/editpost.php:154
 msgid "Browser"
 msgstr ""
 
-#: include/conversation.php:1658
+#: include/conversation.php:1632
 msgid "View all"
 msgstr ""
 
-#: include/conversation.php:1681
+#: include/conversation.php:1655
 msgid "Like"
 msgid_plural "Likes"
 msgstr[0] ""
 msgstr[1] ""
 
-#: include/conversation.php:1684
+#: include/conversation.php:1658
 msgid "Dislike"
 msgid_plural "Dislikes"
 msgstr[0] ""
 msgstr[1] ""
 
-#: include/conversation.php:1690
+#: include/conversation.php:1664
 msgid "Not Attending"
 msgid_plural "Not Attending"
 msgstr[0] ""
 msgstr[1] ""
 
-#: include/conversation.php:1693 src/Content/ContactSelector.php:125
+#: include/conversation.php:1667 src/Content/ContactSelector.php:125
 msgid "Undecided"
 msgid_plural "Undecided"
 msgstr[0] ""
 msgstr[1] ""
 
+#: include/dba.php:58
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr ""
+
+#: include/security.php:81
+msgid "Welcome "
+msgstr ""
+
+#: include/security.php:82
+msgid "Please upload a profile photo."
+msgstr ""
+
+#: include/security.php:84
+msgid "Welcome back "
+msgstr ""
+
+#: include/security.php:440
+msgid ""
+"The form security token was not correct. This probably happened because the "
+"form has been opened for too long (>3 hours) before submitting it."
+msgstr ""
+
 #: include/text.php:302
 msgid "newer"
 msgstr ""
@@ -906,7 +859,7 @@ msgstr[1] ""
 msgid "View Contacts"
 msgstr ""
 
-#: include/text.php:1010 mod/filer.php:35 mod/editpost.php:110 mod/notes.php:67
+#: include/text.php:1010 mod/notes.php:67 mod/filer.php:35 mod/editpost.php:110
 msgid "Save"
 msgstr ""
 
@@ -914,7 +867,7 @@ msgstr ""
 msgid "Follow"
 msgstr ""
 
-#: include/text.php:1016 mod/search.php:155 src/Content/Nav.php:142
+#: include/text.php:1016 src/Content/Nav.php:142 mod/search.php:155
 msgid "Search"
 msgstr ""
 
@@ -926,15 +879,14 @@ msgstr ""
 msgid "Full Text"
 msgstr ""
 
-#: include/text.php:1026 src/Content/Nav.php:146
-#: src/Content/Widget/TagCloud.php:54
+#: include/text.php:1026 src/Content/Widget/TagCloud.php:54
+#: src/Content/Nav.php:146
 msgid "Tags"
 msgstr ""
 
-#: include/text.php:1027 mod/viewcontacts.php:131 mod/contacts.php:814
-#: mod/contacts.php:875 src/Content/Nav.php:147 src/Content/Nav.php:212
-#: src/Model/Profile.php:957 src/Model/Profile.php:960
-#: view/theme/frio/theme.php:270
+#: include/text.php:1027 src/Model/Profile.php:961 src/Model/Profile.php:964
+#: src/Content/Nav.php:147 src/Content/Nav.php:208 mod/viewcontacts.php:131
+#: mod/contacts.php:814 mod/contacts.php:875 view/theme/frio/theme.php:270
 msgid "Contacts"
 msgstr ""
 
@@ -991,7 +943,7 @@ msgstr ""
 msgid "rebuffed"
 msgstr ""
 
-#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:379
+#: include/text.php:1093 src/Model/Event.php:379 mod/settings.php:943
 msgid "Monday"
 msgstr ""
 
@@ -1015,7 +967,7 @@ msgstr ""
 msgid "Saturday"
 msgstr ""
 
-#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:378
+#: include/text.php:1093 src/Model/Event.php:378 mod/settings.php:943
 msgid "Sunday"
 msgstr ""
 
@@ -1136,2861 +1088,2804 @@ msgstr ""
 msgid "Dec"
 msgstr ""
 
-#: include/text.php:1275
+#: include/text.php:1254
 #, php-format
 msgid "Content warning: %s"
 msgstr ""
 
-#: include/text.php:1345 mod/videos.php:380
+#: include/text.php:1324 mod/videos.php:380
 msgid "View Video"
 msgstr ""
 
-#: include/text.php:1362
+#: include/text.php:1341
 msgid "bytes"
 msgstr ""
 
-#: include/text.php:1395 include/text.php:1406 include/text.php:1442
+#: include/text.php:1374 include/text.php:1385 include/text.php:1421
 msgid "Click to open/close"
 msgstr ""
 
-#: include/text.php:1559
+#: include/text.php:1538
 msgid "View on separate page"
 msgstr ""
 
-#: include/text.php:1560
+#: include/text.php:1539
 msgid "view on separate page"
 msgstr ""
 
-#: include/text.php:1565 include/text.php:1572 src/Model/Event.php:594
+#: include/text.php:1544 include/text.php:1551 src/Model/Event.php:594
 msgid "link to source"
 msgstr ""
 
-#: include/text.php:1778
+#: include/text.php:1757
 msgid "activity"
 msgstr ""
 
-#: include/text.php:1780 src/Object/Post.php:429 src/Object/Post.php:441
+#: include/text.php:1759 src/Object/Post.php:429 src/Object/Post.php:441
 msgid "comment"
 msgid_plural "comments"
 msgstr[0] ""
 msgstr[1] ""
 
-#: include/text.php:1783
+#: include/text.php:1762
 msgid "post"
 msgstr ""
 
-#: include/text.php:1940
+#: include/text.php:1919
 msgid "Item filed"
 msgstr ""
 
-#: mod/allfriends.php:51
-msgid "No friends to display."
+#: include/items.php:342 mod/display.php:72 mod/display.php:252
+#: mod/display.php:354 mod/admin.php:276 mod/admin.php:1868 mod/admin.php:2116
+#: mod/viewsrc.php:21 mod/notice.php:22
+msgid "Item not found."
 msgstr ""
 
-#: mod/allfriends.php:90 mod/suggest.php:101 mod/match.php:105
-#: mod/dirfind.php:215 src/Content/Widget.php:37 src/Model/Profile.php:297
-msgid "Connect"
+#: include/items.php:382
+msgid "Do you really want to delete this item?"
 msgstr ""
 
-#: mod/api.php:85 mod/api.php:107
-msgid "Authorize application connection"
+#: include/items.php:384 mod/suggest.php:38 mod/profiles.php:636
+#: mod/profiles.php:639 mod/profiles.php:661 mod/api.php:110
+#: mod/settings.php:1105 mod/settings.php:1111 mod/settings.php:1118
+#: mod/settings.php:1122 mod/settings.php:1126 mod/settings.php:1130
+#: mod/settings.php:1134 mod/settings.php:1138 mod/settings.php:1158
+#: mod/settings.php:1159 mod/settings.php:1160 mod/settings.php:1161
+#: mod/settings.php:1162 mod/message.php:138 mod/dfrn_request.php:653
+#: mod/follow.php:150 mod/contacts.php:472 mod/register.php:237
+msgid "Yes"
 msgstr ""
 
-#: mod/api.php:86
-msgid "Return to your app and insert this Securty Code:"
+#: include/items.php:401 mod/dirfind.php:25 mod/repair_ostatus.php:13
+#: mod/suggest.php:60 mod/profile_photo.php:30 mod/profile_photo.php:176
+#: mod/profile_photo.php:187 mod/profile_photo.php:200 mod/manage.php:131
+#: mod/uimport.php:28 mod/invite.php:20 mod/invite.php:111 mod/network.php:32
+#: mod/profiles.php:182 mod/profiles.php:606 mod/events.php:194
+#: mod/fsuggest.php:80 mod/attach.php:38 mod/allfriends.php:21
+#: mod/viewcontacts.php:57 mod/ostatus_subscribe.php:16 mod/api.php:35
+#: mod/api.php:40 mod/settings.php:42 mod/settings.php:141 mod/settings.php:665
+#: mod/regmod.php:108 mod/group.php:26 mod/delegate.php:25 mod/delegate.php:43
+#: mod/delegate.php:54 mod/photos.php:174 mod/photos.php:1051
+#: mod/nogroup.php:28 mod/message.php:59 mod/message.php:104
+#: mod/unfollow.php:15 mod/unfollow.php:57 mod/unfollow.php:90
+#: mod/wall_attach.php:74 mod/wall_attach.php:77 mod/notes.php:30
+#: mod/crepair.php:98 mod/poke.php:150 mod/notifications.php:73
+#: mod/follow.php:17 mod/follow.php:54 mod/follow.php:118 mod/cal.php:304
+#: mod/contacts.php:386 mod/wallmessage.php:16 mod/wallmessage.php:40
+#: mod/wallmessage.php:79 mod/wallmessage.php:103 mod/dfrn_confirm.php:68
+#: mod/wall_upload.php:103 mod/wall_upload.php:106 mod/register.php:53
+#: mod/common.php:26 mod/item.php:160 mod/editpost.php:18 index.php:444
+msgid "Permission denied."
 msgstr ""
 
-#: mod/api.php:95
-msgid "Please login to continue."
+#: include/items.php:471
+msgid "Archives"
 msgstr ""
 
-#: mod/api.php:109
-msgid ""
-"Do you want to authorize this application to access your posts and contacts, "
-"and/or create new posts for you?"
+#: include/items.php:477 src/Content/Widget.php:312
+#: src/Content/ForumManager.php:130 src/App.php:512 src/Object/Post.php:430
+#: view/theme/vier/theme.php:259
+msgid "show more"
 msgstr ""
 
-#: mod/api.php:111 mod/dfrn_request.php:653 mod/follow.php:150
-#: mod/profiles.php:636 mod/profiles.php:640 mod/profiles.php:661
-#: mod/register.php:238 mod/settings.php:1105 mod/settings.php:1111
-#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1126
-#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138
-#: mod/settings.php:1158 mod/settings.php:1159 mod/settings.php:1160
-#: mod/settings.php:1161 mod/settings.php:1162
-msgid "No"
+#: src/Model/Item.php:1677
+#, php-format
+msgid "%1$s is attending %2$s's %3$s"
 msgstr ""
 
-#: mod/apps.php:14 index.php:245
-msgid "You must be logged in to use addons. "
+#: src/Model/Item.php:1682
+#, php-format
+msgid "%1$s is not attending %2$s's %3$s"
 msgstr ""
 
-#: mod/apps.php:19
-msgid "Applications"
+#: src/Model/Item.php:1687
+#, php-format
+msgid "%1$s may attend %2$s's %3$s"
 msgstr ""
 
-#: mod/apps.php:22
-msgid "No installed applications."
+#: src/Model/Contact.php:657
+msgid "Drop Contact"
 msgstr ""
 
-#: mod/attach.php:15
-msgid "Item not available."
+#: src/Model/Contact.php:1060
+msgid "Organisation"
 msgstr ""
 
-#: mod/attach.php:25
-msgid "Item was not found."
+#: src/Model/Contact.php:1063
+msgid "News"
 msgstr ""
 
-#: mod/common.php:91
-msgid "No contacts in common."
+#: src/Model/Contact.php:1066
+msgid "Forum"
 msgstr ""
 
-#: mod/common.php:140 mod/contacts.php:886
-msgid "Common Friends"
+#: src/Model/Contact.php:1235 mod/dfrn_request.php:345
+msgid "Disallowed profile URL."
 msgstr ""
 
-#: mod/credits.php:18
-msgid "Credits"
+#: src/Model/Contact.php:1240 mod/friendica.php:128 mod/admin.php:353
+#: mod/admin.php:371 mod/dfrn_request.php:351
+msgid "Blocked domain"
 msgstr ""
 
-#: mod/credits.php:19
-msgid ""
-"Friendica is a community project, that would not be possible without the "
-"help of many people. Here is a list of those who have contributed to the "
-"code or the translation of Friendica. Thank you all!"
+#: src/Model/Contact.php:1245
+msgid "Connect URL missing."
 msgstr ""
 
-#: mod/crepair.php:87
-msgid "Contact settings applied."
+#: src/Model/Contact.php:1254
+msgid ""
+"The contact could not be added. Please check the relevant network "
+"credentials in your Settings -> Social Networks page."
 msgstr ""
 
-#: mod/crepair.php:89
-msgid "Contact update failed."
+#: src/Model/Contact.php:1301
+msgid ""
+"This site is not configured to allow communications with other networks."
 msgstr ""
 
-#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:30
-#: mod/fsuggest.php:96
-msgid "Contact not found."
+#: src/Model/Contact.php:1302 src/Model/Contact.php:1316
+msgid "No compatible communication protocols or feeds were discovered."
 msgstr ""
 
-#: mod/crepair.php:114
-msgid ""
-"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect "
-"information your communications with this contact may stop working."
+#: src/Model/Contact.php:1314
+msgid "The profile address specified does not provide adequate information."
 msgstr ""
 
-#: mod/crepair.php:115
-msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
+#: src/Model/Contact.php:1319
+msgid "An author or name was not found."
 msgstr ""
 
-#: mod/crepair.php:129 mod/crepair.php:131
-msgid "No mirroring"
+#: src/Model/Contact.php:1322
+msgid "No browser URL could be matched to this address."
 msgstr ""
 
-#: mod/crepair.php:129
-msgid "Mirror as forwarded posting"
+#: src/Model/Contact.php:1325
+msgid ""
+"Unable to match @-style Identity Address with a known protocol or email "
+"contact."
 msgstr ""
 
-#: mod/crepair.php:129 mod/crepair.php:131
-msgid "Mirror as my own posting"
+#: src/Model/Contact.php:1326
+msgid "Use mailto: in front of address to force email check."
 msgstr ""
 
-#: mod/crepair.php:144
-msgid "Return to contact editor"
+#: src/Model/Contact.php:1332
+msgid ""
+"The profile address specified belongs to a network which has been disabled "
+"on this site."
 msgstr ""
 
-#: mod/crepair.php:146
-msgid "Refetch contact data"
+#: src/Model/Contact.php:1337
+msgid ""
+"Limited profile. This person will be unable to receive direct/personal "
+"notifications from you."
 msgstr ""
 
-#: mod/crepair.php:148 mod/invite.php:150 mod/manage.php:184
-#: mod/localtime.php:56 mod/poke.php:199 mod/fsuggest.php:114
-#: mod/message.php:265 mod/message.php:432 mod/photos.php:1080
-#: mod/photos.php:1160 mod/photos.php:1445 mod/photos.php:1491
-#: mod/photos.php:1530 mod/photos.php:1603 mod/install.php:251
-#: mod/install.php:290 mod/events.php:530 mod/profiles.php:672
-#: mod/contacts.php:610 src/Object/Post.php:796
-#: view/theme/duepuntozero/config.php:71 view/theme/frio/config.php:113
-#: view/theme/quattro/config.php:73 view/theme/vier/config.php:119
-msgid "Submit"
+#: src/Model/Contact.php:1388
+msgid "Unable to retrieve contact information."
 msgstr ""
 
-#: mod/crepair.php:149
-msgid "Remote Self"
+#: src/Model/Contact.php:1537 mod/dfrn_request.php:568 mod/dfrn_confirm.php:661
+msgid "[Name Withheld]"
 msgstr ""
 
-#: mod/crepair.php:152
-msgid "Mirror postings from this contact"
+#: src/Model/Contact.php:1605 src/Protocol/DFRN.php:1482
+#, php-format
+msgid "%s's birthday"
 msgstr ""
 
-#: mod/crepair.php:154
-msgid ""
-"Mark this contact as remote_self, this will cause friendica to repost new "
-"entries from this contact."
+#: src/Model/Contact.php:1606 src/Protocol/DFRN.php:1483
+#, php-format
+msgid "Happy Birthday %s"
 msgstr ""
 
-#: mod/crepair.php:158 mod/admin.php:490 mod/admin.php:1781 mod/admin.php:1793
-#: mod/admin.php:1806 mod/admin.php:1822 mod/settings.php:677
-#: mod/settings.php:703
-msgid "Name"
+#: src/Model/Mail.php:40 src/Model/Mail.php:174
+msgid "[no subject]"
 msgstr ""
 
-#: mod/crepair.php:159
-msgid "Account Nickname"
+#: src/Model/Profile.php:97
+msgid "Requested account is not available."
 msgstr ""
 
-#: mod/crepair.php:160
-msgid "@Tagname - overrides Name/Nickname"
+#: src/Model/Profile.php:118 mod/profile.php:37
+msgid "Requested profile is not available."
 msgstr ""
 
-#: mod/crepair.php:161
-msgid "Account URL"
+#: src/Model/Profile.php:168 src/Model/Profile.php:399
+#: src/Model/Profile.php:863
+msgid "Edit profile"
 msgstr ""
 
-#: mod/crepair.php:162
-msgid "Friend Request URL"
+#: src/Model/Profile.php:297 src/Content/Widget.php:37 mod/dirfind.php:215
+#: mod/suggest.php:101 mod/allfriends.php:90 mod/match.php:105
+msgid "Connect"
 msgstr ""
 
-#: mod/crepair.php:163
-msgid "Friend Confirm URL"
+#: src/Model/Profile.php:336
+msgid "Atom feed"
 msgstr ""
 
-#: mod/crepair.php:164
-msgid "Notification Endpoint URL"
+#: src/Model/Profile.php:372 src/Content/Nav.php:205
+msgid "Profiles"
 msgstr ""
 
-#: mod/crepair.php:165
-msgid "Poll/Feed URL"
+#: src/Model/Profile.php:372
+msgid "Manage/edit profiles"
 msgstr ""
 
-#: mod/crepair.php:166
-msgid "New photo from this URL"
+#: src/Model/Profile.php:379 src/Model/Profile.php:401 mod/profiles.php:777
+msgid "Change profile photo"
 msgstr ""
 
-#: mod/fbrowser.php:34 src/Content/Nav.php:102 src/Model/Profile.php:904
-#: view/theme/frio/theme.php:261
-msgid "Photos"
+#: src/Model/Profile.php:380 mod/profiles.php:778
+msgid "Create New Profile"
 msgstr ""
 
-#: mod/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:194
-#: mod/photos.php:1062 mod/photos.php:1149 mod/photos.php:1166
-#: mod/photos.php:1659 mod/photos.php:1673 src/Model/Photo.php:244
-#: src/Model/Photo.php:253
-msgid "Contact Photos"
+#: src/Model/Profile.php:389 mod/profiles.php:767
+msgid "Profile Image"
 msgstr ""
 
-#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:250
-msgid "Upload"
+#: src/Model/Profile.php:392 mod/profiles.php:769
+msgid "visible to everybody"
 msgstr ""
 
-#: mod/fbrowser.php:131
-msgid "Files"
+#: src/Model/Profile.php:393 mod/profiles.php:675 mod/profiles.php:770
+msgid "Edit visibility"
 msgstr ""
 
-#: mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 mod/help.php:60
-#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:292
-msgid "Not Found"
+#: src/Model/Profile.php:417 src/Model/Event.php:60 src/Model/Event.php:85
+#: src/Model/Event.php:421 src/Model/Event.php:900 mod/directory.php:148
+#: mod/events.php:518 mod/notifications.php:247 mod/contacts.php:660
+msgid "Location:"
 msgstr ""
 
-#: mod/hcard.php:18
-msgid "No profile"
+#: src/Model/Profile.php:420 src/Model/Profile.php:749 mod/directory.php:151
+#: mod/notifications.php:253
+msgid "Gender:"
 msgstr ""
 
-#: mod/help.php:48
-msgid "Help:"
+#: src/Model/Profile.php:421 src/Model/Profile.php:773 mod/directory.php:152
+msgid "Status:"
 msgstr ""
 
-#: mod/help.php:54 src/Content/Nav.php:134 view/theme/vier/theme.php:298
-msgid "Help"
+#: src/Model/Profile.php:422 src/Model/Profile.php:790 mod/directory.php:153
+msgid "Homepage:"
 msgstr ""
 
-#: mod/help.php:63 index.php:297
-msgid "Page not found."
+#: src/Model/Profile.php:423 src/Model/Profile.php:810 mod/directory.php:154
+#: mod/notifications.php:249 mod/contacts.php:664
+msgid "About:"
 msgstr ""
 
-#: mod/home.php:39
-#, php-format
-msgid "Welcome to %s"
+#: src/Model/Profile.php:424 mod/contacts.php:662
+msgid "XMPP:"
 msgstr ""
 
-#: mod/lockview.php:38 mod/lockview.php:46
-msgid "Remote privacy information not available."
+#: src/Model/Profile.php:520 mod/notifications.php:261 mod/contacts.php:71
+msgid "Network:"
 msgstr ""
 
-#: mod/lockview.php:55
-msgid "Visible to:"
+#: src/Model/Profile.php:550 src/Model/Profile.php:643
+msgid "g A l F d"
 msgstr ""
 
-#: mod/maintenance.php:24
-msgid "System down for maintenance"
+#: src/Model/Profile.php:551
+msgid "F d"
 msgstr ""
 
-#: mod/newmember.php:11
-msgid "Welcome to Friendica"
+#: src/Model/Profile.php:608 src/Model/Profile.php:707
+msgid "[today]"
 msgstr ""
 
-#: mod/newmember.php:12
-msgid "New Member Checklist"
+#: src/Model/Profile.php:619
+msgid "Birthday Reminders"
 msgstr ""
 
-#: mod/newmember.php:14
-msgid ""
-"We would like to offer some tips and links to help make your experience "
-"enjoyable. Click any item to visit the relevant page. A link to this page "
-"will be visible from your home page for two weeks after your initial "
-"registration and then will quietly disappear."
+#: src/Model/Profile.php:620
+msgid "Birthdays this week:"
 msgstr ""
 
-#: mod/newmember.php:15
-msgid "Getting Started"
+#: src/Model/Profile.php:694
+msgid "[No description]"
 msgstr ""
 
-#: mod/newmember.php:17
-msgid "Friendica Walk-Through"
+#: src/Model/Profile.php:721
+msgid "Event Reminders"
 msgstr ""
 
-#: mod/newmember.php:17
-msgid ""
-"On your <em>Quick Start</em> page - find a brief introduction to your "
-"profile and network tabs, make some new connections, and find some groups to "
-"join."
+#: src/Model/Profile.php:722
+msgid "Events this week:"
 msgstr ""
 
-#: mod/newmember.php:19 mod/admin.php:1906 mod/admin.php:2175
-#: mod/settings.php:123 src/Content/Nav.php:206 view/theme/frio/theme.php:269
-msgid "Settings"
+#: src/Model/Profile.php:734 src/Model/Profile.php:867
+#: src/Model/Profile.php:900 src/Content/Nav.php:101 mod/contacts.php:671
+#: mod/contacts.php:863 mod/newmember.php:24 mod/profperm.php:113
+#: view/theme/frio/theme.php:260
+msgid "Profile"
 msgstr ""
 
-#: mod/newmember.php:21
-msgid "Go to Your Settings"
+#: src/Model/Profile.php:742 mod/settings.php:1209
+msgid "Full Name:"
 msgstr ""
 
-#: mod/newmember.php:21
-msgid ""
-"On your <em>Settings</em> page -  change your initial password. Also make a "
-"note of your Identity Address. This looks just like an email address - and "
-"will be useful in making friends on the free social web."
+#: src/Model/Profile.php:745
+msgid "Member since:"
 msgstr ""
 
-#: mod/newmember.php:22
-msgid ""
-"Review the other settings, particularly the privacy settings. An unpublished "
-"directory listing is like having an unlisted phone number. In general, you "
-"should probably publish your listing - unless all of your friends and "
-"potential friends know exactly how to find you."
+#: src/Model/Profile.php:753
+msgid "j F, Y"
 msgstr ""
 
-#: mod/newmember.php:24 mod/profperm.php:113 mod/contacts.php:671
-#: mod/contacts.php:863 src/Content/Nav.php:101 src/Model/Profile.php:730
-#: src/Model/Profile.php:863 src/Model/Profile.php:896
-#: view/theme/frio/theme.php:260
-msgid "Profile"
+#: src/Model/Profile.php:754
+msgid "j F"
 msgstr ""
 
-#: mod/newmember.php:26 mod/profile_photo.php:249 mod/profiles.php:691
-msgid "Upload Profile Photo"
+#: src/Model/Profile.php:762 src/Util/Temporal.php:147
+msgid "Birthday:"
 msgstr ""
 
-#: mod/newmember.php:26
-msgid ""
-"Upload a profile photo if you have not done so already. Studies have shown "
-"that people with real photos of themselves are ten times more likely to make "
-"friends than people who do not."
+#: src/Model/Profile.php:769
+msgid "Age:"
 msgstr ""
 
-#: mod/newmember.php:27
-msgid "Edit Your Profile"
+#: src/Model/Profile.php:782
+#, php-format
+msgid "for %1$d %2$s"
 msgstr ""
 
-#: mod/newmember.php:27
-msgid ""
-"Edit your <strong>default</strong> profile to your liking. Review the "
-"settings for hiding your list of friends and hiding the profile from unknown "
-"visitors."
+#: src/Model/Profile.php:786 mod/profiles.php:694
+msgid "Sexual Preference:"
 msgstr ""
 
-#: mod/newmember.php:28
-msgid "Profile Keywords"
+#: src/Model/Profile.php:794 mod/profiles.php:721
+msgid "Hometown:"
 msgstr ""
 
-#: mod/newmember.php:28
-msgid ""
-"Set some public keywords for your default profile which describe your "
-"interests. We may be able to find other people with similar interests and "
-"suggest friendships."
+#: src/Model/Profile.php:798 mod/notifications.php:251 mod/follow.php:174
+#: mod/contacts.php:666
+msgid "Tags:"
 msgstr ""
 
-#: mod/newmember.php:30
-msgid "Connecting"
+#: src/Model/Profile.php:802 mod/profiles.php:722
+msgid "Political Views:"
 msgstr ""
 
-#: mod/newmember.php:36
-msgid "Importing Emails"
+#: src/Model/Profile.php:806
+msgid "Religion:"
 msgstr ""
 
-#: mod/newmember.php:36
-msgid ""
-"Enter your email access information on your Connector Settings page if you "
-"wish to import and interact with friends or mailing lists from your email "
-"INBOX"
+#: src/Model/Profile.php:814
+msgid "Hobbies/Interests:"
 msgstr ""
 
-#: mod/newmember.php:39
-msgid "Go to Your Contacts Page"
+#: src/Model/Profile.php:818 mod/profiles.php:726
+msgid "Likes:"
 msgstr ""
 
-#: mod/newmember.php:39
-msgid ""
-"Your Contacts page is your gateway to managing friendships and connecting "
-"with friends on other networks. Typically you enter their address or site "
-"URL in the <em>Add New Contact</em> dialog."
+#: src/Model/Profile.php:822 mod/profiles.php:727
+msgid "Dislikes:"
 msgstr ""
 
-#: mod/newmember.php:40
-msgid "Go to Your Site's Directory"
+#: src/Model/Profile.php:826
+msgid "Contact information and Social Networks:"
 msgstr ""
 
-#: mod/newmember.php:40
-msgid ""
-"The Directory page lets you find other people in this network or other "
-"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
-"their profile page. Provide your own Identity Address if requested."
+#: src/Model/Profile.php:830
+msgid "Musical interests:"
 msgstr ""
 
-#: mod/newmember.php:41
-msgid "Finding New People"
+#: src/Model/Profile.php:834
+msgid "Books, literature:"
 msgstr ""
 
-#: mod/newmember.php:41
-msgid ""
-"On the side panel of the Contacts page are several tools to find new "
-"friends. We can match people by interest, look up people by name or "
-"interest, and provide suggestions based on network relationships. On a brand "
-"new site, friend suggestions will usually begin to be populated within 24 "
-"hours."
+#: src/Model/Profile.php:838
+msgid "Television:"
 msgstr ""
 
-#: mod/newmember.php:43 src/Model/Group.php:401
-msgid "Groups"
+#: src/Model/Profile.php:842
+msgid "Film/dance/culture/entertainment:"
 msgstr ""
 
-#: mod/newmember.php:45
-msgid "Group Your Contacts"
+#: src/Model/Profile.php:846
+msgid "Love/Romance:"
 msgstr ""
 
-#: mod/newmember.php:45
-msgid ""
-"Once you have made some friends, organize them into private conversation "
-"groups from the sidebar of your Contacts page and then you can interact with "
-"each group privately on your Network page."
+#: src/Model/Profile.php:850
+msgid "Work/employment:"
 msgstr ""
 
-#: mod/newmember.php:48
-msgid "Why Aren't My Posts Public?"
+#: src/Model/Profile.php:854
+msgid "School/education:"
 msgstr ""
 
-#: mod/newmember.php:48
-msgid ""
-"Friendica respects your privacy. By default, your posts will only show up to "
-"people you've added as friends. For more information, see the help section "
-"from the link above."
+#: src/Model/Profile.php:859
+msgid "Forums:"
 msgstr ""
 
-#: mod/newmember.php:52
-msgid "Getting Help"
+#: src/Model/Profile.php:868 mod/events.php:531
+msgid "Basic"
 msgstr ""
 
-#: mod/newmember.php:54
-msgid "Go to the Help Section"
+#: src/Model/Profile.php:869 mod/events.php:532 mod/admin.php:1351
+#: mod/contacts.php:895
+msgid "Advanced"
 msgstr ""
 
-#: mod/newmember.php:54
-msgid ""
-"Our <strong>help</strong> pages may be consulted for detail on other program "
-"features and resources."
+#: src/Model/Profile.php:892 src/Content/Nav.php:100 mod/contacts.php:669
+#: mod/contacts.php:855 view/theme/frio/theme.php:259
+msgid "Status"
 msgstr ""
 
-#: mod/nogroup.php:42 mod/viewcontacts.php:112 mod/contacts.php:619
-#: mod/contacts.php:959
-#, php-format
-msgid "Visit %s's profile [%s]"
+#: src/Model/Profile.php:895 mod/unfollow.php:132 mod/follow.php:186
+#: mod/contacts.php:858
+msgid "Status Messages and Posts"
 msgstr ""
 
-#: mod/nogroup.php:43 mod/contacts.php:960
-msgid "Edit contact"
+#: src/Model/Profile.php:903 mod/contacts.php:866
+msgid "Profile Details"
 msgstr ""
 
-#: mod/nogroup.php:63
-msgid "Contacts who are not members of a group"
+#: src/Model/Profile.php:908 src/Content/Nav.php:102 mod/fbrowser.php:34
+#: view/theme/frio/theme.php:261
+msgid "Photos"
 msgstr ""
 
-#: mod/p.php:14
-msgid "Not Extended"
+#: src/Model/Profile.php:911 mod/photos.php:108
+msgid "Photo Albums"
 msgstr ""
 
-#: mod/repair_ostatus.php:18
-msgid "Resubscribing to OStatus contacts"
+#: src/Model/Profile.php:916 src/Model/Profile.php:919 src/Content/Nav.php:103
+#: view/theme/frio/theme.php:262
+msgid "Videos"
 msgstr ""
 
-#: mod/repair_ostatus.php:34
-msgid "Error"
+#: src/Model/Profile.php:928 src/Model/Profile.php:939 src/Content/Nav.php:104
+#: src/Content/Nav.php:169 mod/events.php:391 mod/cal.php:274
+#: view/theme/frio/theme.php:263 view/theme/frio/theme.php:267
+msgid "Events"
 msgstr ""
 
-#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:64
-msgid "Done"
+#: src/Model/Profile.php:931 src/Model/Profile.php:942 src/Content/Nav.php:169
+#: view/theme/frio/theme.php:267
+msgid "Events and Calendar"
 msgstr ""
 
-#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:88
-msgid "Keep this window open until done."
+#: src/Model/Profile.php:950 mod/notes.php:52
+msgid "Personal Notes"
 msgstr ""
 
-#: mod/suggest.php:36
-msgid "Do you really want to delete this suggestion?"
+#: src/Model/Profile.php:953
+msgid "Only You Can See This"
 msgstr ""
 
-#: mod/suggest.php:73
-msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
+#: src/Model/Event.php:36 src/Model/Event.php:814 mod/localtime.php:19
+msgid "l F d, Y \\@ g:i A"
 msgstr ""
 
-#: mod/suggest.php:84 mod/suggest.php:104
-msgid "Ignore/Hide"
+#: src/Model/Event.php:53 src/Model/Event.php:70 src/Model/Event.php:419
+#: src/Model/Event.php:882
+msgid "Starts:"
 msgstr ""
 
-#: mod/suggest.php:114 src/Content/Widget.php:64 view/theme/vier/theme.php:203
-msgid "Friend Suggestions"
+#: src/Model/Event.php:56 src/Model/Event.php:76 src/Model/Event.php:420
+#: src/Model/Event.php:886
+msgid "Finishes:"
 msgstr ""
 
-#: mod/uimport.php:55 mod/register.php:191
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
+#: src/Model/Event.php:368
+msgid "all-day"
 msgstr ""
 
-#: mod/uimport.php:70 mod/register.php:285
-msgid "Import"
+#: src/Model/Event.php:391
+msgid "Jun"
 msgstr ""
 
-#: mod/uimport.php:72
-msgid "Move account"
+#: src/Model/Event.php:394
+msgid "Sept"
 msgstr ""
 
-#: mod/uimport.php:73
-msgid "You can import an account from another Friendica server."
+#: src/Model/Event.php:412 mod/events.php:400 mod/cal.php:280
+msgid "today"
 msgstr ""
 
-#: mod/uimport.php:74
-msgid ""
-"You need to export your account from the old server and upload it here. We "
-"will recreate your old account here with all your contacts. We will try also "
-"to inform your friends that you moved here."
+#: src/Model/Event.php:413 src/Util/Temporal.php:304 mod/events.php:401
+#: mod/cal.php:281
+msgid "month"
 msgstr ""
 
-#: mod/uimport.php:75
-msgid ""
-"This feature is experimental. We can't import contacts from the OStatus "
-"network (GNU Social/Statusnet) or from Diaspora"
+#: src/Model/Event.php:414 src/Util/Temporal.php:305 mod/events.php:402
+#: mod/cal.php:282
+msgid "week"
 msgstr ""
 
-#: mod/uimport.php:76
-msgid "Account file"
+#: src/Model/Event.php:415 src/Util/Temporal.php:306 mod/events.php:403
+#: mod/cal.php:283
+msgid "day"
 msgstr ""
 
-#: mod/uimport.php:76
-msgid ""
-"To export your account, go to \"Settings->Export your personal data\" and "
-"select \"Export account\""
+#: src/Model/Event.php:417
+msgid "No events to display"
 msgstr ""
 
-#: mod/update_community.php:27 mod/update_display.php:27
-#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33
-msgid "[Embedded content - reload page to view]"
+#: src/Model/Event.php:543
+msgid "l, F j"
 msgstr ""
 
-#: mod/dfrn_poll.php:123 mod/dfrn_poll.php:543
-#, php-format
-msgid "%1$s welcomes %2$s"
+#: src/Model/Event.php:566
+msgid "Edit event"
 msgstr ""
 
-#: mod/match.php:48
-msgid "No keywords to match. Please add keywords to your default profile."
+#: src/Model/Event.php:567
+msgid "Duplicate event"
 msgstr ""
 
-#: mod/match.php:104
-msgid "is interested in:"
+#: src/Model/Event.php:568
+msgid "Delete event"
 msgstr ""
 
-#: mod/match.php:120
-msgid "Profile Match"
+#: src/Model/Event.php:815
+msgid "D g:i A"
 msgstr ""
 
-#: mod/match.php:125 mod/dirfind.php:253
-msgid "No matches"
+#: src/Model/Event.php:816
+msgid "g:i A"
 msgstr ""
 
-#: mod/notifications.php:37
-msgid "Invalid request identifier."
+#: src/Model/Event.php:901 src/Model/Event.php:903
+msgid "Show map"
 msgstr ""
 
-#: mod/notifications.php:46 mod/notifications.php:183 mod/notifications.php:230
-msgid "Discard"
+#: src/Model/Event.php:902
+msgid "Hide map"
 msgstr ""
 
-#: mod/notifications.php:62 mod/notifications.php:182 mod/notifications.php:266
-#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019
-msgid "Ignore"
+#: src/Model/Group.php:44
+msgid ""
+"A deleted group with this name was revived. Existing item permissions "
+"<strong>may</strong> apply to this group and any future members. If this is "
+"not what you intended, please create another group with a different name."
 msgstr ""
 
-#: mod/notifications.php:98 src/Content/Nav.php:189
-msgid "Notifications"
+#: src/Model/Group.php:341
+msgid "Default privacy group for new contacts"
 msgstr ""
 
-#: mod/notifications.php:107
-msgid "Network Notifications"
+#: src/Model/Group.php:374
+msgid "Everybody"
 msgstr ""
 
-#: mod/notifications.php:113 mod/notify.php:81
-msgid "System Notifications"
+#: src/Model/Group.php:394
+msgid "edit"
 msgstr ""
 
-#: mod/notifications.php:119
-msgid "Personal Notifications"
+#: src/Model/Group.php:413 mod/network.php:202
+msgid "add"
 msgstr ""
 
-#: mod/notifications.php:125
-msgid "Home Notifications"
+#: src/Model/Group.php:414 mod/newmember.php:43
+msgid "Groups"
 msgstr ""
 
-#: mod/notifications.php:155
-msgid "Show Ignored Requests"
+#: src/Model/Group.php:418
+msgid "Edit group"
 msgstr ""
 
-#: mod/notifications.php:155
-msgid "Hide Ignored Requests"
+#: src/Model/Group.php:419
+msgid "Contacts not in any group"
 msgstr ""
 
-#: mod/notifications.php:167 mod/notifications.php:237
-msgid "Notification type: "
+#: src/Model/Group.php:420
+msgid "Create a new group"
 msgstr ""
 
-#: mod/notifications.php:170
-#, php-format
-msgid "suggested by %s"
+#: src/Model/Group.php:421 mod/group.php:103 mod/group.php:199
+msgid "Group Name: "
 msgstr ""
 
-#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:646
-msgid "Hide this contact from others"
+#: src/Model/Group.php:422
+msgid "Edit groups"
 msgstr ""
 
-#: mod/notifications.php:176 mod/notifications.php:255
-msgid "Post a new friend activity"
+#: src/Model/Photo.php:244 src/Model/Photo.php:253 mod/fbrowser.php:43
+#: mod/fbrowser.php:68 mod/photos.php:194 mod/photos.php:1062
+#: mod/photos.php:1149 mod/photos.php:1166 mod/photos.php:1659
+#: mod/photos.php:1673
+msgid "Contact Photos"
 msgstr ""
 
-#: mod/notifications.php:176 mod/notifications.php:255
-msgid "if applicable"
+#: src/Model/User.php:154
+msgid "Login failed"
 msgstr ""
 
-#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1796
-msgid "Approve"
+#: src/Model/User.php:185
+msgid "Not enough information to authenticate"
 msgstr ""
 
-#: mod/notifications.php:198
-msgid "Claims to be known to you: "
+#: src/Model/User.php:214 src/Core/Console/NewPassword.php:74 mod/cal.php:297
+msgid "User not found"
 msgstr ""
 
-#: mod/notifications.php:199
-msgid "yes"
+#: src/Model/User.php:335 mod/settings.php:384
+msgid "Passwords do not match. Password unchanged."
 msgstr ""
 
-#: mod/notifications.php:199
-msgid "no"
+#: src/Model/User.php:342
+msgid "An invitation is required."
 msgstr ""
 
-#: mod/notifications.php:200 mod/notifications.php:205
-msgid "Shall your connection be bidirectional or not?"
+#: src/Model/User.php:346
+msgid "Invitation could not be verified."
 msgstr ""
 
-#: mod/notifications.php:201 mod/notifications.php:206
-#, php-format
-msgid ""
-"Accepting %s as a friend allows %s to subscribe to your posts, and you will "
-"also receive updates from them in your news feed."
+#: src/Model/User.php:353
+msgid "Invalid OpenID url"
 msgstr ""
 
-#: mod/notifications.php:202
-#, php-format
+#: src/Model/User.php:366 src/Module/Login.php:100
 msgid ""
-"Accepting %s as a subscriber allows them to subscribe to your posts, but you "
-"will not receive updates from them in your news feed."
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
 msgstr ""
 
-#: mod/notifications.php:207
-#, php-format
-msgid ""
-"Accepting %s as a sharer allows them to subscribe to your posts, but you "
-"will not receive updates from them in your news feed."
+#: src/Model/User.php:366 src/Module/Login.php:100
+msgid "The error message was:"
 msgstr ""
 
-#: mod/notifications.php:218
-msgid "Friend"
+#: src/Model/User.php:372
+msgid "Please enter the required information."
 msgstr ""
 
-#: mod/notifications.php:219
-msgid "Sharer"
+#: src/Model/User.php:385
+msgid "Please use a shorter name."
 msgstr ""
 
-#: mod/notifications.php:219
-msgid "Subscriber"
+#: src/Model/User.php:388
+msgid "Name too short."
 msgstr ""
 
-#: mod/notifications.php:247 mod/events.php:518 mod/directory.php:148
-#: mod/contacts.php:660 src/Model/Profile.php:417 src/Model/Event.php:60
-#: src/Model/Event.php:85 src/Model/Event.php:421 src/Model/Event.php:900
-msgid "Location:"
+#: src/Model/User.php:396
+msgid "That doesn't appear to be your full (First Last) name."
 msgstr ""
 
-#: mod/notifications.php:249 mod/directory.php:154 mod/contacts.php:664
-#: src/Model/Profile.php:423 src/Model/Profile.php:806
-msgid "About:"
+#: src/Model/User.php:401
+msgid "Your email domain is not among those allowed on this site."
 msgstr ""
 
-#: mod/notifications.php:251 mod/follow.php:174 mod/contacts.php:666
-#: src/Model/Profile.php:794
-msgid "Tags:"
+#: src/Model/User.php:405
+msgid "Not a valid email address."
 msgstr ""
 
-#: mod/notifications.php:253 mod/directory.php:151 src/Model/Profile.php:420
-#: src/Model/Profile.php:745
-msgid "Gender:"
+#: src/Model/User.php:409 src/Model/User.php:417
+msgid "Cannot use that email."
 msgstr ""
 
-#: mod/notifications.php:258 mod/unfollow.php:122 mod/follow.php:166
-#: mod/contacts.php:656 mod/admin.php:490 mod/admin.php:500
-msgid "Profile URL"
+#: src/Model/User.php:424
+msgid "Your nickname can only contain a-z, 0-9 and _."
 msgstr ""
 
-#: mod/notifications.php:261 mod/contacts.php:71 src/Model/Profile.php:518
-msgid "Network:"
+#: src/Model/User.php:431 src/Model/User.php:487
+msgid "Nickname is already registered. Please choose another."
 msgstr ""
 
-#: mod/notifications.php:275
-msgid "No introductions."
+#: src/Model/User.php:441
+msgid "SERIOUS ERROR: Generation of security keys failed."
 msgstr ""
 
-#: mod/notifications.php:316
-msgid "Show unread"
+#: src/Model/User.php:474 src/Model/User.php:478
+msgid "An error occurred during registration. Please try again."
 msgstr ""
 
-#: mod/notifications.php:316
-msgid "Show all"
+#: src/Model/User.php:498 view/theme/duepuntozero/config.php:54
+msgid "default"
 msgstr ""
 
-#: mod/notifications.php:322
-#, php-format
-msgid "No more %s notifications."
+#: src/Model/User.php:503
+msgid "An error occurred creating your default profile. Please try again."
 msgstr ""
 
-#: mod/openid.php:29
-msgid "OpenID protocol error. No ID returned."
+#: src/Model/User.php:510
+msgid "An error occurred creating your self contact. Please try again."
 msgstr ""
 
-#: mod/openid.php:66
+#: src/Model/User.php:515 src/Content/ContactSelector.php:169
+msgid "Friends"
+msgstr ""
+
+#: src/Model/User.php:519
 msgid ""
-"Account not found and OpenID registration is not permitted on this site."
+"An error occurred creating your default contact group. Please try again."
 msgstr ""
 
-#: mod/openid.php:116 src/Module/Login.php:86 src/Module/Login.php:134
-msgid "Login failed."
+#: src/Model/User.php:593
+#, php-format
+msgid ""
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tThank you for registering at %2$s. Your account is pending for "
+"approval by the administrator.\n"
+"\t\t"
 msgstr ""
 
-#: mod/dfrn_confirm.php:74 mod/profiles.php:39 mod/profiles.php:149
-#: mod/profiles.php:196 mod/profiles.php:618
-msgid "Profile not found."
+#: src/Model/User.php:603
+#, php-format
+msgid "Registration at %s"
 msgstr ""
 
-#: mod/dfrn_confirm.php:132
+#: src/Model/User.php:621
+#, php-format
 msgid ""
-"This may occasionally happen if contact was requested by both persons and it "
-"has already been approved."
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n"
+"\t\t"
 msgstr ""
 
-#: mod/dfrn_confirm.php:242
-msgid "Response from remote site was not understood."
+#: src/Model/User.php:625
+#, php-format
+msgid ""
+"\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."
 msgstr ""
 
-#: mod/dfrn_confirm.php:249 mod/dfrn_confirm.php:254
-msgid "Unexpected response from remote site: "
+#: src/Model/User.php:659 mod/admin.php:1611
+#, php-format
+msgid "Registration details for %s"
 msgstr ""
 
-#: mod/dfrn_confirm.php:263
-msgid "Confirmation completed successfully."
+#: src/Content/Text/BBCode.php:416
+msgid "view full size"
 msgstr ""
 
-#: mod/dfrn_confirm.php:275
-msgid "Temporary failure. Please wait and try again."
+#: src/Content/Text/BBCode.php:842 src/Content/Text/BBCode.php:1611
+#: src/Content/Text/BBCode.php:1612
+msgid "Image/photo"
 msgstr ""
 
-#: mod/dfrn_confirm.php:278
-msgid "Introduction failed or was revoked."
+#: src/Content/Text/BBCode.php:980
+#, php-format
+msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
 msgstr ""
 
-#: mod/dfrn_confirm.php:283
-msgid "Remote site reported: "
+#: src/Content/Text/BBCode.php:1538 src/Content/Text/BBCode.php:1560
+msgid "$1 wrote:"
 msgstr ""
 
-#: mod/dfrn_confirm.php:396
-msgid "Unable to set contact photo."
+#: src/Content/Text/BBCode.php:1620 src/Content/Text/BBCode.php:1621
+msgid "Encrypted content"
 msgstr ""
 
-#: mod/dfrn_confirm.php:498
-#, php-format
-msgid "No user record found for '%s' "
+#: src/Content/Text/BBCode.php:1740
+msgid "Invalid source protocol"
 msgstr ""
 
-#: mod/dfrn_confirm.php:508
-msgid "Our site encryption key is apparently messed up."
+#: src/Content/Text/BBCode.php:1751
+msgid "Invalid link protocol"
 msgstr ""
 
-#: mod/dfrn_confirm.php:519
-msgid "Empty site URL was provided or URL could not be decrypted by us."
+#: src/Content/Feature.php:79
+msgid "General Features"
 msgstr ""
 
-#: mod/dfrn_confirm.php:535
-msgid "Contact record was not found for you on our site."
+#: src/Content/Feature.php:81
+msgid "Multiple Profiles"
 msgstr ""
 
-#: mod/dfrn_confirm.php:549
-#, php-format
-msgid "Site public key not available in contact record for URL %s."
+#: src/Content/Feature.php:81
+msgid "Ability to create multiple profiles"
 msgstr ""
 
-#: mod/dfrn_confirm.php:565
+#: src/Content/Feature.php:82
+msgid "Photo Location"
+msgstr ""
+
+#: src/Content/Feature.php:82
 msgid ""
-"The ID provided by your system is a duplicate on our system. It should work "
-"if you try again."
+"Photo metadata is normally stripped. This extracts the location (if present) "
+"prior to stripping metadata and links it to a map."
 msgstr ""
 
-#: mod/dfrn_confirm.php:576
-msgid "Unable to set your contact credentials on our system."
+#: src/Content/Feature.php:83
+msgid "Export Public Calendar"
 msgstr ""
 
-#: mod/dfrn_confirm.php:631
-msgid "Unable to update your contact profile details on our system"
+#: src/Content/Feature.php:83
+msgid "Ability for visitors to download the public calendar"
 msgstr ""
 
-#: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568 src/Model/Contact.php:1520
-msgid "[Name Withheld]"
+#: src/Content/Feature.php:88
+msgid "Post Composition Features"
 msgstr ""
 
-#: mod/dfrn_confirm.php:694
-#, php-format
-msgid "%1$s has joined %2$s"
+#: src/Content/Feature.php:89
+msgid "Post Preview"
 msgstr ""
 
-#: mod/invite.php:33
-msgid "Total invitation limit exceeded."
+#: src/Content/Feature.php:89
+msgid "Allow previewing posts and comments before publishing them"
 msgstr ""
 
-#: mod/invite.php:55
-#, php-format
-msgid "%s : Not a valid email address."
+#: src/Content/Feature.php:90
+msgid "Auto-mention Forums"
 msgstr ""
 
-#: mod/invite.php:80
-msgid "Please join us on Friendica"
+#: src/Content/Feature.php:90
+msgid ""
+"Add/remove mention when a forum page is selected/deselected in ACL window."
 msgstr ""
 
-#: mod/invite.php:91
-msgid "Invitation limit exceeded. Please contact your site administrator."
+#: src/Content/Feature.php:95
+msgid "Network Sidebar Widgets"
 msgstr ""
 
-#: mod/invite.php:95
-#, php-format
-msgid "%s : Message delivery failed."
+#: src/Content/Feature.php:96
+msgid "Search by Date"
 msgstr ""
 
-#: mod/invite.php:99
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] ""
-msgstr[1] ""
+#: src/Content/Feature.php:96
+msgid "Ability to select posts by date ranges"
+msgstr ""
 
-#: mod/invite.php:117
-msgid "You have no more invitations available"
+#: src/Content/Feature.php:97 src/Content/Feature.php:127
+msgid "List Forums"
 msgstr ""
 
-#: mod/invite.php:125
-#, php-format
-msgid ""
-"Visit %s for a list of public sites that you can join. Friendica members on "
-"other sites can all connect with each other, as well as with members of many "
-"other social networks."
+#: src/Content/Feature.php:97
+msgid "Enable widget to display the forums your are connected with"
 msgstr ""
 
-#: mod/invite.php:127
-#, php-format
-msgid ""
-"To accept this invitation, please visit and register at %s or any other "
-"public Friendica website."
+#: src/Content/Feature.php:98
+msgid "Group Filter"
 msgstr ""
 
-#: mod/invite.php:128
-#, php-format
-msgid ""
-"Friendica sites all inter-connect to create a huge privacy-enhanced social "
-"web that is owned and controlled by its members. They can also connect with "
-"many traditional social networks. See %s for a list of alternate Friendica "
-"sites you can join."
+#: src/Content/Feature.php:98
+msgid "Enable widget to display Network posts only from selected group"
 msgstr ""
 
-#: mod/invite.php:132
-msgid ""
-"Our apologies. This system is not currently configured to connect with other "
-"public sites or invite members."
+#: src/Content/Feature.php:99
+msgid "Network Filter"
 msgstr ""
 
-#: mod/invite.php:136
-msgid ""
-"Friendica sites all inter-connect to create a huge privacy-enhanced social "
-"web that is owned and controlled by its members. They can also connect with "
-"many traditional social networks."
+#: src/Content/Feature.php:99
+msgid "Enable widget to display Network posts only from selected network"
 msgstr ""
 
-#: mod/invite.php:135
-#, php-format
-msgid "To accept this invitation, please visit and register at %s."
+#: src/Content/Feature.php:100 mod/network.php:201 mod/search.php:46
+msgid "Saved Searches"
 msgstr ""
 
-#: mod/invite.php:142
-msgid "Send invitations"
+#: src/Content/Feature.php:100
+msgid "Save search terms for re-use"
 msgstr ""
 
-#: mod/invite.php:143
-msgid "Enter email addresses, one per line:"
+#: src/Content/Feature.php:105
+msgid "Network Tabs"
 msgstr ""
 
-#: mod/invite.php:144 mod/wallmessage.php:141 mod/message.php:259
-#: mod/message.php:426
-msgid "Your message:"
+#: src/Content/Feature.php:106
+msgid "Network Personal Tab"
 msgstr ""
 
-#: mod/invite.php:145
-msgid ""
-"You are cordially invited to join me and other close friends on Friendica - "
-"and help us to create a better social web."
+#: src/Content/Feature.php:106
+msgid "Enable tab to display only Network posts that you've interacted on"
 msgstr ""
 
-#: mod/invite.php:147
-msgid "You will need to supply this invitation code: $invite_code"
+#: src/Content/Feature.php:107
+msgid "Network New Tab"
 msgstr ""
 
-#: mod/invite.php:147
-msgid ""
-"Once you have registered, please connect with me via my profile page at:"
+#: src/Content/Feature.php:107
+msgid "Enable tab to display only new Network posts (from the last 12 hours)"
 msgstr ""
 
-#: mod/invite.php:149
-msgid ""
-"For more information about the Friendica project and why we feel it is "
-"important, please visit http://friendi.ca"
+#: src/Content/Feature.php:108
+msgid "Network Shared Links Tab"
 msgstr ""
 
-#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83
-#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112
-#: mod/wall_upload.php:155 mod/wall_upload.php:158
-msgid "Invalid request."
+#: src/Content/Feature.php:108
+msgid "Enable tab to display only Network posts with links in them"
 msgstr ""
 
-#: mod/wall_attach.php:101
-msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
+#: src/Content/Feature.php:113
+msgid "Post/Comment Tools"
 msgstr ""
 
-#: mod/wall_attach.php:101
-msgid "Or - did you try to upload an empty file?"
+#: src/Content/Feature.php:114
+msgid "Multiple Deletion"
 msgstr ""
 
-#: mod/wall_attach.php:112
-#, php-format
-msgid "File exceeds size limit of %s"
+#: src/Content/Feature.php:114
+msgid "Select and delete multiple posts/comments at once"
 msgstr ""
 
-#: mod/wall_attach.php:136 mod/wall_attach.php:152
-msgid "File upload failed."
+#: src/Content/Feature.php:115
+msgid "Edit Sent Posts"
 msgstr ""
 
-#: mod/manage.php:180
-msgid "Manage Identities and/or Pages"
+#: src/Content/Feature.php:115
+msgid "Edit and correct posts and comments after sending"
 msgstr ""
 
-#: mod/manage.php:181
-msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
+#: src/Content/Feature.php:116
+msgid "Tagging"
 msgstr ""
 
-#: mod/manage.php:182
-msgid "Select an identity to manage: "
+#: src/Content/Feature.php:116
+msgid "Ability to tag existing posts"
 msgstr ""
 
-#: mod/dfrn_request.php:94
-msgid "This introduction has already been accepted."
+#: src/Content/Feature.php:117
+msgid "Post Categories"
 msgstr ""
 
-#: mod/dfrn_request.php:112 mod/dfrn_request.php:359
-msgid "Profile location is not valid or does not contain profile information."
+#: src/Content/Feature.php:117
+msgid "Add categories to your posts"
 msgstr ""
 
-#: mod/dfrn_request.php:116 mod/dfrn_request.php:363
-msgid "Warning: profile location has no identifiable owner name."
+#: src/Content/Feature.php:118 src/Content/Widget.php:200
+msgid "Saved Folders"
 msgstr ""
 
-#: mod/dfrn_request.php:119 mod/dfrn_request.php:366
-msgid "Warning: profile location has no profile photo."
+#: src/Content/Feature.php:118
+msgid "Ability to file posts under folders"
 msgstr ""
 
-#: mod/dfrn_request.php:123 mod/dfrn_request.php:370
-#, php-format
-msgid "%d required parameter was not found at the given location"
-msgid_plural "%d required parameters were not found at the given location"
-msgstr[0] ""
-msgstr[1] ""
+#: src/Content/Feature.php:119
+msgid "Dislike Posts"
+msgstr ""
 
-#: mod/dfrn_request.php:162
-msgid "Introduction complete."
+#: src/Content/Feature.php:119
+msgid "Ability to dislike posts/comments"
 msgstr ""
 
-#: mod/dfrn_request.php:199
-msgid "Unrecoverable protocol error."
+#: src/Content/Feature.php:120
+msgid "Star Posts"
 msgstr ""
 
-#: mod/dfrn_request.php:226
-msgid "Profile unavailable."
+#: src/Content/Feature.php:120
+msgid "Ability to mark special posts with a star indicator"
 msgstr ""
 
-#: mod/dfrn_request.php:248
-#, php-format
-msgid "%s has received too many connection requests today."
+#: src/Content/Feature.php:121
+msgid "Mute Post Notifications"
 msgstr ""
 
-#: mod/dfrn_request.php:249
-msgid "Spam protection measures have been invoked."
+#: src/Content/Feature.php:121
+msgid "Ability to mute notifications for a thread"
 msgstr ""
 
-#: mod/dfrn_request.php:250
-msgid "Friends are advised to please try again in 24 hours."
+#: src/Content/Feature.php:126
+msgid "Advanced Profile Settings"
 msgstr ""
 
-#: mod/dfrn_request.php:280
-msgid "Invalid locator"
+#: src/Content/Feature.php:127
+msgid "Show visitors public community forums at the Advanced Profile Page"
 msgstr ""
 
-#: mod/dfrn_request.php:316
-msgid "You have already introduced yourself here."
+#: src/Content/Feature.php:128
+msgid "Tag Cloud"
 msgstr ""
 
-#: mod/dfrn_request.php:319
-#, php-format
-msgid "Apparently you are already friends with %s."
+#: src/Content/Feature.php:128
+msgid "Provide a personal tag cloud on your profile page"
 msgstr ""
 
-#: mod/dfrn_request.php:339
-msgid "Invalid profile URL."
+#: src/Content/Feature.php:129
+msgid "Display Membership Date"
 msgstr ""
 
-#: mod/dfrn_request.php:345 src/Model/Contact.php:1223
-msgid "Disallowed profile URL."
+#: src/Content/Feature.php:129
+msgid "Display membership date in profile"
 msgstr ""
 
-#: mod/dfrn_request.php:351 mod/friendica.php:128 mod/admin.php:353
-#: mod/admin.php:371 src/Model/Contact.php:1228
-msgid "Blocked domain"
+#: src/Content/Widget/CalendarExport.php:61
+msgid "Export"
 msgstr ""
 
-#: mod/dfrn_request.php:419 mod/contacts.php:230
-msgid "Failed to update contact record."
+#: src/Content/Widget/CalendarExport.php:62
+msgid "Export calendar as ical"
 msgstr ""
 
-#: mod/dfrn_request.php:439
-msgid "Your introduction has been sent."
+#: src/Content/Widget/CalendarExport.php:63
+msgid "Export calendar as csv"
 msgstr ""
 
-#: mod/dfrn_request.php:477
-msgid ""
-"Remote subscription can't be done for your network. Please subscribe "
-"directly on your system."
+#: src/Content/Widget.php:33
+msgid "Add New Contact"
 msgstr ""
 
-#: mod/dfrn_request.php:493
-msgid "Please login to confirm introduction."
+#: src/Content/Widget.php:34
+msgid "Enter address or web location"
 msgstr ""
 
-#: mod/dfrn_request.php:501
-msgid ""
-"Incorrect identity currently logged in. Please login to <strong>this</"
-"strong> profile."
-msgstr ""
-
-#: mod/dfrn_request.php:515 mod/dfrn_request.php:532
-msgid "Confirm"
-msgstr ""
-
-#: mod/dfrn_request.php:527
-msgid "Hide this contact"
+#: src/Content/Widget.php:35
+msgid "Example: bob@example.com, http://example.com/barbara"
 msgstr ""
 
-#: mod/dfrn_request.php:530
+#: src/Content/Widget.php:53
 #, php-format
-msgid "Welcome home %s."
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/Content/Widget.php:59
+msgid "Find People"
 msgstr ""
 
-#: mod/dfrn_request.php:531
-#, php-format
-msgid "Please confirm your introduction/connection request to %s."
+#: src/Content/Widget.php:60
+msgid "Enter name or interest"
 msgstr ""
 
-#: mod/dfrn_request.php:607 mod/probe.php:13 mod/viewcontacts.php:45
-#: mod/webfinger.php:16 mod/search.php:98 mod/search.php:104
-#: mod/community.php:27 mod/photos.php:932 mod/videos.php:199
-#: mod/display.php:203 mod/directory.php:42
-msgid "Public access denied."
+#: src/Content/Widget.php:62
+msgid "Examples: Robert Morgenstein, Fishing"
 msgstr ""
 
-#: mod/dfrn_request.php:642
-msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"communications networks:"
+#: src/Content/Widget.php:63 mod/directory.php:209 mod/contacts.php:820
+msgid "Find"
 msgstr ""
 
-#: mod/dfrn_request.php:645
-#, php-format
-msgid ""
-"If you are not yet a member of the free social web, <a href=\"%s\">follow "
-"this link to find a public Friendica site and join us today</a>."
+#: src/Content/Widget.php:64 mod/suggest.php:114 view/theme/vier/theme.php:203
+msgid "Friend Suggestions"
 msgstr ""
 
-#: mod/dfrn_request.php:650
-msgid "Friend/Connection Request"
+#: src/Content/Widget.php:65 view/theme/vier/theme.php:202
+msgid "Similar Interests"
 msgstr ""
 
-#: mod/dfrn_request.php:651
-msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@gnusocial.de"
+#: src/Content/Widget.php:66
+msgid "Random Profile"
 msgstr ""
 
-#: mod/dfrn_request.php:652 mod/follow.php:149
-msgid "Please answer the following:"
+#: src/Content/Widget.php:67 view/theme/vier/theme.php:204
+msgid "Invite Friends"
 msgstr ""
 
-#: mod/dfrn_request.php:653 mod/follow.php:150
-#, php-format
-msgid "Does %s know you?"
+#: src/Content/Widget.php:68
+msgid "View Global Directory"
 msgstr ""
 
-#: mod/dfrn_request.php:654 mod/follow.php:151
-msgid "Add a personal note:"
+#: src/Content/Widget.php:159
+msgid "Networks"
 msgstr ""
 
-#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79
-msgid "Friendica"
+#: src/Content/Widget.php:162
+msgid "All Networks"
 msgstr ""
 
-#: mod/dfrn_request.php:657
-msgid "GNU Social (Pleroma, Mastodon)"
+#: src/Content/Widget.php:203 src/Content/Widget.php:243
+msgid "Everything"
 msgstr ""
 
-#: mod/dfrn_request.php:658
-msgid "Diaspora (Socialhome, Hubzilla)"
+#: src/Content/Widget.php:240
+msgid "Categories"
 msgstr ""
 
-#: mod/dfrn_request.php:659
+#: src/Content/Widget.php:307
 #, php-format
-msgid ""
-" - please do not use this form.  Instead, enter %s into your Diaspora search "
-"bar."
+msgid "%d contact in common"
+msgid_plural "%d contacts in common"
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/Content/ContactSelector.php:55
+msgid "Frequently"
 msgstr ""
 
-#: mod/dfrn_request.php:660 mod/unfollow.php:113 mod/follow.php:157
-msgid "Your Identity Address:"
+#: src/Content/ContactSelector.php:56
+msgid "Hourly"
 msgstr ""
 
-#: mod/dfrn_request.php:662 mod/unfollow.php:65 mod/follow.php:62
-msgid "Submit Request"
+#: src/Content/ContactSelector.php:57
+msgid "Twice daily"
 msgstr ""
 
-#: mod/localtime.php:19 src/Model/Event.php:36 src/Model/Event.php:814
-msgid "l F d, Y \\@ g:i A"
+#: src/Content/ContactSelector.php:58
+msgid "Daily"
 msgstr ""
 
-#: mod/localtime.php:33
-msgid "Time Conversion"
+#: src/Content/ContactSelector.php:59
+msgid "Weekly"
 msgstr ""
 
-#: mod/localtime.php:35
-msgid ""
-"Friendica provides this service for sharing events with other networks and "
-"friends in unknown timezones."
+#: src/Content/ContactSelector.php:60
+msgid "Monthly"
 msgstr ""
 
-#: mod/localtime.php:39
-#, php-format
-msgid "UTC time: %s"
+#: src/Content/ContactSelector.php:79 mod/dfrn_request.php:656
+msgid "Friendica"
 msgstr ""
 
-#: mod/localtime.php:42
-#, php-format
-msgid "Current timezone: %s"
+#: src/Content/ContactSelector.php:80
+msgid "OStatus"
 msgstr ""
 
-#: mod/localtime.php:46
-#, php-format
-msgid "Converted localtime: %s"
+#: src/Content/ContactSelector.php:81
+msgid "RSS/Atom"
 msgstr ""
 
-#: mod/localtime.php:52
-msgid "Please select your timezone:"
+#: src/Content/ContactSelector.php:82 mod/admin.php:1796 mod/admin.php:1807
+#: mod/admin.php:1820 mod/admin.php:1838
+msgid "Email"
 msgstr ""
 
-#: mod/probe.php:14 mod/webfinger.php:17
-msgid "Only logged in users are permitted to perform a probing."
+#: src/Content/ContactSelector.php:83 mod/settings.php:805
+msgid "Diaspora"
 msgstr ""
 
-#: mod/profperm.php:28 mod/group.php:83 index.php:415
-msgid "Permission denied"
+#: src/Content/ContactSelector.php:84
+msgid "Facebook"
 msgstr ""
 
-#: mod/profperm.php:34 mod/profperm.php:65
-msgid "Invalid profile identifier."
+#: src/Content/ContactSelector.php:85
+msgid "Zot!"
 msgstr ""
 
-#: mod/profperm.php:111
-msgid "Profile Visibility Editor"
+#: src/Content/ContactSelector.php:86
+msgid "LinkedIn"
 msgstr ""
 
-#: mod/profperm.php:115 mod/group.php:265
-msgid "Click on a contact to add or remove."
+#: src/Content/ContactSelector.php:87
+msgid "XMPP/IM"
 msgstr ""
 
-#: mod/profperm.php:124
-msgid "Visible To"
+#: src/Content/ContactSelector.php:88
+msgid "MySpace"
 msgstr ""
 
-#: mod/profperm.php:140
-msgid "All Contacts (with secure profile access)"
+#: src/Content/ContactSelector.php:89
+msgid "Google+"
 msgstr ""
 
-#: mod/regmod.php:68
-msgid "Account approved."
+#: src/Content/ContactSelector.php:90
+msgid "pump.io"
 msgstr ""
 
-#: mod/regmod.php:93
-#, php-format
-msgid "Registration revoked for %s"
+#: src/Content/ContactSelector.php:91
+msgid "Twitter"
 msgstr ""
 
-#: mod/regmod.php:102
-msgid "Please login."
+#: src/Content/ContactSelector.php:92
+msgid "Diaspora Connector"
 msgstr ""
 
-#: mod/removeme.php:55 mod/removeme.php:58
-msgid "Remove My Account"
+#: src/Content/ContactSelector.php:93
+msgid "GNU Social Connector"
 msgstr ""
 
-#: mod/removeme.php:56
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
+#: src/Content/ContactSelector.php:94
+msgid "pnut"
 msgstr ""
 
-#: mod/removeme.php:57
-msgid "Please enter your password for verification:"
+#: src/Content/ContactSelector.php:95
+msgid "App.net"
 msgstr ""
 
-#: mod/viewcontacts.php:87
-msgid "No contacts."
+#: src/Content/ContactSelector.php:125
+msgid "Male"
 msgstr ""
 
-#: mod/viewsrc.php:12
-msgid "Access denied."
+#: src/Content/ContactSelector.php:125
+msgid "Female"
 msgstr ""
 
-#: mod/wallmessage.php:49 mod/wallmessage.php:112
-#, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
+#: src/Content/ContactSelector.php:125
+msgid "Currently Male"
 msgstr ""
 
-#: mod/wallmessage.php:57 mod/message.php:73
-msgid "No recipient selected."
+#: src/Content/ContactSelector.php:125
+msgid "Currently Female"
 msgstr ""
 
-#: mod/wallmessage.php:60
-msgid "Unable to check your home location."
+#: src/Content/ContactSelector.php:125
+msgid "Mostly Male"
 msgstr ""
 
-#: mod/wallmessage.php:63 mod/message.php:80
-msgid "Message could not be sent."
+#: src/Content/ContactSelector.php:125
+msgid "Mostly Female"
 msgstr ""
 
-#: mod/wallmessage.php:66 mod/message.php:83
-msgid "Message collection failure."
+#: src/Content/ContactSelector.php:125
+msgid "Transgender"
 msgstr ""
 
-#: mod/wallmessage.php:69 mod/message.php:86
-msgid "Message sent."
+#: src/Content/ContactSelector.php:125
+msgid "Intersex"
 msgstr ""
 
-#: mod/wallmessage.php:86 mod/wallmessage.php:95
-msgid "No recipient."
+#: src/Content/ContactSelector.php:125
+msgid "Transsexual"
 msgstr ""
 
-#: mod/wallmessage.php:132 mod/message.php:250
-msgid "Send Private Message"
+#: src/Content/ContactSelector.php:125
+msgid "Hermaphrodite"
 msgstr ""
 
-#: mod/wallmessage.php:133
-#, php-format
-msgid ""
-"If you wish for %s to respond, please check that the privacy settings on "
-"your site allow private mail from unknown senders."
+#: src/Content/ContactSelector.php:125
+msgid "Neuter"
 msgstr ""
 
-#: mod/wallmessage.php:134 mod/message.php:251 mod/message.php:421
-msgid "To:"
+#: src/Content/ContactSelector.php:125
+msgid "Non-specific"
 msgstr ""
 
-#: mod/wallmessage.php:135 mod/message.php:255 mod/message.php:423
-msgid "Subject:"
+#: src/Content/ContactSelector.php:125
+msgid "Other"
 msgstr ""
 
-#: mod/uexport.php:44
-msgid "Export account"
+#: src/Content/ContactSelector.php:147
+msgid "Males"
 msgstr ""
 
-#: mod/uexport.php:44
-msgid ""
-"Export your account info and contacts. Use this to make a backup of your "
-"account and/or to move it to another server."
+#: src/Content/ContactSelector.php:147
+msgid "Females"
 msgstr ""
 
-#: mod/uexport.php:45
-msgid "Export all"
+#: src/Content/ContactSelector.php:147
+msgid "Gay"
 msgstr ""
 
-#: mod/uexport.php:45
-msgid ""
-"Export your accout info, contacts and all your items as json. Could be a "
-"very big file, and could take a lot of time. Use this to make a full backup "
-"of your account (photos are not exported)"
+#: src/Content/ContactSelector.php:147
+msgid "Lesbian"
 msgstr ""
 
-#: mod/uexport.php:52 mod/settings.php:107
-msgid "Export personal data"
+#: src/Content/ContactSelector.php:147
+msgid "No Preference"
 msgstr ""
 
-#: mod/filer.php:34
-msgid "- select -"
+#: src/Content/ContactSelector.php:147
+msgid "Bisexual"
 msgstr ""
 
-#: mod/notify.php:77
-msgid "No more system notifications."
+#: src/Content/ContactSelector.php:147
+msgid "Autosexual"
 msgstr ""
 
-#: mod/ping.php:292
-msgid "{0} wants to be your friend"
+#: src/Content/ContactSelector.php:147
+msgid "Abstinent"
 msgstr ""
 
-#: mod/ping.php:307
-msgid "{0} sent you a message"
+#: src/Content/ContactSelector.php:147
+msgid "Virgin"
 msgstr ""
 
-#: mod/ping.php:322
-msgid "{0} requested registration"
+#: src/Content/ContactSelector.php:147
+msgid "Deviant"
 msgstr ""
 
-#: mod/poke.php:192
-msgid "Poke/Prod"
+#: src/Content/ContactSelector.php:147
+msgid "Fetish"
 msgstr ""
 
-#: mod/poke.php:193
-msgid "poke, prod or do other things to somebody"
+#: src/Content/ContactSelector.php:147
+msgid "Oodles"
 msgstr ""
 
-#: mod/poke.php:194
-msgid "Recipient"
+#: src/Content/ContactSelector.php:147
+msgid "Nonsexual"
 msgstr ""
 
-#: mod/poke.php:195
-msgid "Choose what you wish to do to recipient"
+#: src/Content/ContactSelector.php:169
+msgid "Single"
 msgstr ""
 
-#: mod/poke.php:198
-msgid "Make this post private"
+#: src/Content/ContactSelector.php:169
+msgid "Lonely"
 msgstr ""
 
-#: mod/subthread.php:113
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
+#: src/Content/ContactSelector.php:169
+msgid "Available"
 msgstr ""
 
-#: mod/tagrm.php:47
-msgid "Tag removed"
+#: src/Content/ContactSelector.php:169
+msgid "Unavailable"
 msgstr ""
 
-#: mod/tagrm.php:85
-msgid "Remove Item Tag"
+#: src/Content/ContactSelector.php:169
+msgid "Has crush"
 msgstr ""
 
-#: mod/tagrm.php:87
-msgid "Select a tag to remove: "
+#: src/Content/ContactSelector.php:169
+msgid "Infatuated"
 msgstr ""
 
-#: mod/tagrm.php:98 mod/delegate.php:177
-msgid "Remove"
+#: src/Content/ContactSelector.php:169
+msgid "Dating"
 msgstr ""
 
-#: mod/wall_upload.php:186 mod/photos.php:763 mod/photos.php:766
-#: mod/photos.php:795 mod/profile_photo.php:153
-#, php-format
-msgid "Image exceeds size limit of %s"
+#: src/Content/ContactSelector.php:169
+msgid "Unfaithful"
 msgstr ""
 
-#: mod/wall_upload.php:200 mod/photos.php:818 mod/profile_photo.php:162
-msgid "Unable to process image."
+#: src/Content/ContactSelector.php:169
+msgid "Sex Addict"
 msgstr ""
 
-#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:953
-#: src/Object/Image.php:969 src/Object/Image.php:977 src/Object/Image.php:1002
-msgid "Wall Photos"
+#: src/Content/ContactSelector.php:169
+msgid "Friends/Benefits"
 msgstr ""
 
-#: mod/wall_upload.php:239 mod/photos.php:847 mod/profile_photo.php:307
-msgid "Image upload failed."
+#: src/Content/ContactSelector.php:169
+msgid "Casual"
 msgstr ""
 
-#: mod/search.php:37 mod/network.php:194
-msgid "Remove term"
+#: src/Content/ContactSelector.php:169
+msgid "Engaged"
 msgstr ""
 
-#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100
-msgid "Saved Searches"
+#: src/Content/ContactSelector.php:169
+msgid "Married"
 msgstr ""
 
-#: mod/search.php:105
-msgid "Only logged in users are permitted to perform a search."
+#: src/Content/ContactSelector.php:169
+msgid "Imaginarily married"
 msgstr ""
 
-#: mod/search.php:129
-msgid "Too Many Requests"
+#: src/Content/ContactSelector.php:169
+msgid "Partners"
 msgstr ""
 
-#: mod/search.php:130
-msgid "Only one search per minute is permitted for not logged in users."
+#: src/Content/ContactSelector.php:169
+msgid "Cohabiting"
 msgstr ""
 
-#: mod/search.php:228 mod/community.php:136
-msgid "No results."
+#: src/Content/ContactSelector.php:169
+msgid "Common law"
 msgstr ""
 
-#: mod/search.php:234
-#, php-format
-msgid "Items tagged with: %s"
+#: src/Content/ContactSelector.php:169
+msgid "Happy"
 msgstr ""
 
-#: mod/search.php:236 mod/contacts.php:819
-#, php-format
-msgid "Results for: %s"
+#: src/Content/ContactSelector.php:169
+msgid "Not looking"
 msgstr ""
 
-#: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312
-msgid "Login"
+#: src/Content/ContactSelector.php:169
+msgid "Swinger"
 msgstr ""
 
-#: mod/bookmarklet.php:51
-msgid "The post was created"
+#: src/Content/ContactSelector.php:169
+msgid "Betrayed"
 msgstr ""
 
-#: mod/community.php:46
-msgid "Community option not available."
+#: src/Content/ContactSelector.php:169
+msgid "Separated"
 msgstr ""
 
-#: mod/community.php:63
-msgid "Not available."
+#: src/Content/ContactSelector.php:169
+msgid "Unstable"
 msgstr ""
 
-#: mod/community.php:76
-msgid "Local Community"
+#: src/Content/ContactSelector.php:169
+msgid "Divorced"
 msgstr ""
 
-#: mod/community.php:79
-msgid "Posts from local users on this server"
+#: src/Content/ContactSelector.php:169
+msgid "Imaginarily divorced"
 msgstr ""
 
-#: mod/community.php:87
-msgid "Global Community"
+#: src/Content/ContactSelector.php:169
+msgid "Widowed"
 msgstr ""
 
-#: mod/community.php:90
-msgid "Posts from users of the whole federated network"
+#: src/Content/ContactSelector.php:169
+msgid "Uncertain"
 msgstr ""
 
-#: mod/community.php:180
-msgid ""
-"This community stream shows all public posts received by this node. They may "
-"not reflect the opinions of this node’s users."
+#: src/Content/ContactSelector.php:169
+msgid "It's complicated"
 msgstr ""
 
-#: mod/editpost.php:25 mod/editpost.php:35
-msgid "Item not found"
+#: src/Content/ContactSelector.php:169
+msgid "Don't care"
 msgstr ""
 
-#: mod/editpost.php:42
-msgid "Edit post"
+#: src/Content/ContactSelector.php:169
+msgid "Ask me"
 msgstr ""
 
-#: mod/editpost.php:134 src/Core/ACL.php:315
-msgid "CC: email addresses"
+#: src/Content/OEmbed.php:253
+msgid "Embedding disabled"
 msgstr ""
 
-#: mod/editpost.php:141 src/Core/ACL.php:316
-msgid "Example: bob@example.com, mary@example.com"
+#: src/Content/OEmbed.php:373
+msgid "Embedded content"
 msgstr ""
 
-#: mod/feedtest.php:20
-msgid "You must be logged in to use this module"
+#: src/Content/ForumManager.php:127 view/theme/vier/theme.php:256
+msgid "External link to forum"
 msgstr ""
 
-#: mod/feedtest.php:48
-msgid "Source URL"
+#: src/Content/Nav.php:53
+msgid "Nothing new here"
 msgstr ""
 
-#: mod/fsuggest.php:72
-msgid "Friend suggestion sent."
+#: src/Content/Nav.php:57
+msgid "Clear notifications"
 msgstr ""
 
-#: mod/fsuggest.php:101
-msgid "Suggest Friends"
+#: src/Content/Nav.php:97 src/Module/Login.php:311
+#: view/theme/frio/theme.php:256
+msgid "Logout"
 msgstr ""
 
-#: mod/fsuggest.php:103
-#, php-format
-msgid "Suggest a friend for %s"
+#: src/Content/Nav.php:97 view/theme/frio/theme.php:256
+msgid "End this session"
 msgstr ""
 
-#: mod/group.php:36
-msgid "Group created."
+#: src/Content/Nav.php:100 src/Content/Nav.php:181
+#: view/theme/frio/theme.php:259
+msgid "Your posts and conversations"
 msgstr ""
 
-#: mod/group.php:42
-msgid "Could not create group."
+#: src/Content/Nav.php:101 view/theme/frio/theme.php:260
+msgid "Your profile page"
 msgstr ""
 
-#: mod/group.php:56 mod/group.php:157
-msgid "Group not found."
+#: src/Content/Nav.php:102 view/theme/frio/theme.php:261
+msgid "Your photos"
 msgstr ""
 
-#: mod/group.php:70
-msgid "Group name changed."
+#: src/Content/Nav.php:103 view/theme/frio/theme.php:262
+msgid "Your videos"
 msgstr ""
 
-#: mod/group.php:97
-msgid "Save Group"
+#: src/Content/Nav.php:104 view/theme/frio/theme.php:263
+msgid "Your events"
 msgstr ""
 
-#: mod/group.php:102
-msgid "Create a group of contacts/friends."
+#: src/Content/Nav.php:105
+msgid "Personal notes"
 msgstr ""
 
-#: mod/group.php:103 mod/group.php:199 src/Model/Group.php:408
-msgid "Group Name: "
+#: src/Content/Nav.php:105
+msgid "Your personal notes"
 msgstr ""
 
-#: mod/group.php:127
-msgid "Group removed."
+#: src/Content/Nav.php:114 src/Module/Login.php:312 mod/bookmarklet.php:23
+msgid "Login"
 msgstr ""
 
-#: mod/group.php:129
-msgid "Unable to remove group."
+#: src/Content/Nav.php:114
+msgid "Sign in"
 msgstr ""
 
-#: mod/group.php:192
-msgid "Delete Group"
+#: src/Content/Nav.php:124 src/Content/Nav.php:181
+#: src/Core/NotificationsManager.php:192
+msgid "Home"
 msgstr ""
 
-#: mod/group.php:198
-msgid "Group Editor"
+#: src/Content/Nav.php:124
+msgid "Home Page"
 msgstr ""
 
-#: mod/group.php:203
-msgid "Edit Group Name"
+#: src/Content/Nav.php:128 src/Module/Login.php:283 mod/register.php:279
+msgid "Register"
 msgstr ""
 
-#: mod/group.php:213
-msgid "Members"
+#: src/Content/Nav.php:128
+msgid "Create an account"
 msgstr ""
 
-#: mod/group.php:215 mod/contacts.php:719
-msgid "All Contacts"
+#: src/Content/Nav.php:134 mod/help.php:54 view/theme/vier/theme.php:298
+msgid "Help"
 msgstr ""
 
-#: mod/group.php:216 mod/network.php:639
-msgid "Group is empty"
+#: src/Content/Nav.php:134
+msgid "Help and documentation"
 msgstr ""
 
-#: mod/group.php:229
-msgid "Remove Contact"
+#: src/Content/Nav.php:138
+msgid "Apps"
 msgstr ""
 
-#: mod/group.php:253
-msgid "Add Contact"
+#: src/Content/Nav.php:138
+msgid "Addon applications, utilities, games"
 msgstr ""
 
-#: mod/item.php:114
-msgid "Unable to locate original post."
+#: src/Content/Nav.php:142
+msgid "Search site content"
 msgstr ""
 
-#: mod/item.php:274
-msgid "Empty post discarded."
+#: src/Content/Nav.php:165
+msgid "Community"
 msgstr ""
 
-#: mod/item.php:799
-#, php-format
-msgid ""
-"This message was sent to you by %s, a member of the Friendica social network."
+#: src/Content/Nav.php:165
+msgid "Conversations on this and other servers"
 msgstr ""
 
-#: mod/item.php:801
-#, php-format
-msgid "You may visit them online at %s"
+#: src/Content/Nav.php:172
+msgid "Directory"
 msgstr ""
 
-#: mod/item.php:802
-msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
+#: src/Content/Nav.php:172
+msgid "People directory"
 msgstr ""
 
-#: mod/item.php:806
-#, php-format
-msgid "%s posted an update."
+#: src/Content/Nav.php:174 mod/admin.php:179
+msgid "Information"
 msgstr ""
 
-#: mod/message.php:30 src/Content/Nav.php:198
-msgid "New Message"
+#: src/Content/Nav.php:174
+msgid "Information about this friendica instance"
 msgstr ""
 
-#: mod/message.php:77
-msgid "Unable to locate contact information."
+#: src/Content/Nav.php:178 src/Core/NotificationsManager.php:178
+#: mod/admin.php:758 view/theme/frio/theme.php:266
+msgid "Network"
 msgstr ""
 
-#: mod/message.php:112 src/Content/Nav.php:195 view/theme/frio/theme.php:268
-msgid "Messages"
+#: src/Content/Nav.php:178 view/theme/frio/theme.php:266
+msgid "Conversations from your friends"
 msgstr ""
 
-#: mod/message.php:136
-msgid "Do you really want to delete this message?"
+#: src/Content/Nav.php:179
+msgid "Network Reset"
 msgstr ""
 
-#: mod/message.php:156
-msgid "Message deleted."
+#: src/Content/Nav.php:179
+msgid "Load Network page with no filters"
 msgstr ""
 
-#: mod/message.php:185
-msgid "Conversation removed."
+#: src/Content/Nav.php:185 src/Core/NotificationsManager.php:199
+msgid "Introductions"
 msgstr ""
 
-#: mod/message.php:291
-msgid "No messages."
+#: src/Content/Nav.php:185
+msgid "Friend Requests"
 msgstr ""
 
-#: mod/message.php:330
-msgid "Message not available."
+#: src/Content/Nav.php:186 mod/notifications.php:98
+msgid "Notifications"
 msgstr ""
 
-#: mod/message.php:397
-msgid "Delete message"
+#: src/Content/Nav.php:187
+msgid "See all notifications"
 msgstr ""
 
-#: mod/message.php:399 mod/message.php:500
-msgid "D, d M Y - g:i A"
+#: src/Content/Nav.php:188 mod/settings.php:870
+msgid "Mark as seen"
 msgstr ""
 
-#: mod/message.php:414 mod/message.php:497
-msgid "Delete conversation"
+#: src/Content/Nav.php:188
+msgid "Mark all system notifications seen"
 msgstr ""
 
-#: mod/message.php:416
-msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
+#: src/Content/Nav.php:191 mod/message.php:112 view/theme/frio/theme.php:268
+msgid "Messages"
 msgstr ""
 
-#: mod/message.php:420
-msgid "Send Reply"
+#: src/Content/Nav.php:191 view/theme/frio/theme.php:268
+msgid "Private mail"
 msgstr ""
 
-#: mod/message.php:471
-#, php-format
-msgid "Unknown sender - %s"
+#: src/Content/Nav.php:192
+msgid "Inbox"
 msgstr ""
 
-#: mod/message.php:473
-#, php-format
-msgid "You and %s"
+#: src/Content/Nav.php:193
+msgid "Outbox"
 msgstr ""
 
-#: mod/message.php:475
-#, php-format
-msgid "%s and You"
+#: src/Content/Nav.php:194 mod/message.php:30
+msgid "New Message"
 msgstr ""
 
-#: mod/message.php:503
-#, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] ""
-msgstr[1] ""
-
-#: mod/network.php:202 src/Model/Group.php:400
-msgid "add"
+#: src/Content/Nav.php:197
+msgid "Manage"
 msgstr ""
 
-#: mod/network.php:547
-#, php-format
-msgid ""
-"Warning: This group contains %s member from a network that doesn't allow non "
-"public messages."
-msgid_plural ""
-"Warning: This group contains %s members from a network that doesn't allow "
-"non public messages."
-msgstr[0] ""
-msgstr[1] ""
-
-#: mod/network.php:550
-msgid "Messages in this group won't be send to these receivers."
+#: src/Content/Nav.php:197
+msgid "Manage other pages"
 msgstr ""
 
-#: mod/network.php:618
-msgid "No such group"
+#: src/Content/Nav.php:200 mod/settings.php:93
+msgid "Delegations"
 msgstr ""
 
-#: mod/network.php:643
-#, php-format
-msgid "Group: %s"
+#: src/Content/Nav.php:200 mod/delegate.php:169
+msgid "Delegate Page Management"
 msgstr ""
 
-#: mod/network.php:669
-msgid "Private messages to this person are at risk of public disclosure."
+#: src/Content/Nav.php:202 mod/settings.php:123 mod/admin.php:1920
+#: mod/admin.php:2189 mod/newmember.php:19 view/theme/frio/theme.php:269
+msgid "Settings"
 msgstr ""
 
-#: mod/network.php:672
-msgid "Invalid contact."
+#: src/Content/Nav.php:202 view/theme/frio/theme.php:269
+msgid "Account settings"
 msgstr ""
 
-#: mod/network.php:921
-msgid "Commented Order"
+#: src/Content/Nav.php:205
+msgid "Manage/Edit Profiles"
 msgstr ""
 
-#: mod/network.php:924
-msgid "Sort by Comment Date"
+#: src/Content/Nav.php:208 view/theme/frio/theme.php:270
+msgid "Manage/edit friends and contacts"
 msgstr ""
 
-#: mod/network.php:929
-msgid "Posted Order"
+#: src/Content/Nav.php:213 mod/admin.php:222
+msgid "Admin"
 msgstr ""
 
-#: mod/network.php:932
-msgid "Sort by Post Date"
+#: src/Content/Nav.php:213
+msgid "Site setup and configuration"
 msgstr ""
 
-#: mod/network.php:940 mod/profiles.php:687
-#: src/Core/NotificationsManager.php:185
-msgid "Personal"
+#: src/Content/Nav.php:216
+msgid "Navigation"
 msgstr ""
 
-#: mod/network.php:943
-msgid "Posts that mention or involve you"
+#: src/Content/Nav.php:216
+msgid "Site map"
 msgstr ""
 
-#: mod/network.php:951
-msgid "New"
+#: src/Worker/Delivery.php:390
+msgid "(no subject)"
 msgstr ""
 
-#: mod/network.php:954
-msgid "Activity Stream - by date"
+#: src/App.php:511
+msgid "Delete this item?"
 msgstr ""
 
-#: mod/network.php:962
-msgid "Shared Links"
+#: src/App.php:513
+msgid "show fewer"
 msgstr ""
 
-#: mod/network.php:965
-msgid "Interesting Links"
+#: src/Module/Login.php:86 src/Module/Login.php:134 mod/openid.php:116
+msgid "Login failed."
 msgstr ""
 
-#: mod/network.php:973
-msgid "Starred"
+#: src/Module/Login.php:282
+msgid "Create a New Account"
 msgstr ""
 
-#: mod/network.php:976
-msgid "Favourite Posts"
+#: src/Module/Login.php:314 mod/lostpass.php:119
+msgid "Nickname or Email: "
 msgstr ""
 
-#: mod/notes.php:52 src/Model/Profile.php:946
-msgid "Personal Notes"
+#: src/Module/Login.php:315
+msgid "Password: "
 msgstr ""
 
-#: mod/oexchange.php:30
-msgid "Post successful."
+#: src/Module/Login.php:316
+msgid "Remember me"
 msgstr ""
 
-#: mod/photos.php:108 src/Model/Profile.php:907
-msgid "Photo Albums"
+#: src/Module/Login.php:319
+msgid "Or login using OpenID: "
 msgstr ""
 
-#: mod/photos.php:109 mod/photos.php:1713
-msgid "Recent Photos"
+#: src/Module/Login.php:325
+msgid "Forgot your password?"
 msgstr ""
 
-#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715
-msgid "Upload New Photos"
+#: src/Module/Login.php:326 mod/lostpass.php:136
+msgid "Password Reset"
 msgstr ""
 
-#: mod/photos.php:126 mod/settings.php:50
-msgid "everybody"
+#: src/Module/Login.php:328
+msgid "Website Terms of Service"
 msgstr ""
 
-#: mod/photos.php:184
-msgid "Contact information unavailable"
+#: src/Module/Login.php:329
+msgid "terms of service"
 msgstr ""
 
-#: mod/photos.php:204
-msgid "Album not found."
+#: src/Module/Login.php:331
+msgid "Website Privacy Policy"
 msgstr ""
 
-#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161
-msgid "Delete Album"
+#: src/Module/Login.php:332
+msgid "privacy policy"
 msgstr ""
 
-#: mod/photos.php:243
-msgid "Do you really want to delete this photo album and all its photos?"
+#: src/Module/Tos.php:48 mod/admin.php:188 mod/admin.php:302
+#: mod/register.php:288
+msgid "Terms of Service"
 msgstr ""
 
-#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446
-msgid "Delete Photo"
+#: src/Module/Tos.php:51
+msgid "Privacy Statement"
 msgstr ""
 
-#: mod/photos.php:319
-msgid "Do you really want to delete this photo?"
+#: src/Module/Tos.php:52
+msgid ""
+"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."
 msgstr ""
 
-#: mod/photos.php:667
-msgid "a photo"
+#: src/Module/Tos.php:53
+msgid ""
+"This data is required for communication and is passed on to the nodes of the "
+"communication partners. Users can enter additional private data that may be "
+"transmitted to the communication partners accounts."
 msgstr ""
 
-#: mod/photos.php:667
+#: src/Module/Tos.php:54
 #, php-format
-msgid "%1$s was tagged in %2$s by %3$s"
+msgid ""
+"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."
 msgstr ""
 
-#: mod/photos.php:769
-msgid "Image upload didn't complete, please try again"
+#: src/Module/Logout.php:28
+msgid "Logged out."
 msgstr ""
 
-#: mod/photos.php:772
-msgid "Image file is missing"
+#: src/Object/Image.php:953 src/Object/Image.php:969 src/Object/Image.php:977
+#: src/Object/Image.php:1002 mod/wall_upload.php:231 mod/item.php:471
+msgid "Wall Photos"
 msgstr ""
 
-#: mod/photos.php:777
-msgid ""
-"Server can't accept new file upload at this time, please contact your "
-"administrator"
+#: src/Object/Post.php:128
+msgid "This entry was edited"
 msgstr ""
 
-#: mod/photos.php:803
-msgid "Image file is empty."
+#: src/Object/Post.php:149 mod/photos.php:1308
+msgid "Private Message"
 msgstr ""
 
-#: mod/photos.php:940
-msgid "No photos selected"
+#: src/Object/Post.php:155 src/Object/Post.php:157 mod/settings.php:737
+msgid "Edit"
 msgstr ""
 
-#: mod/photos.php:1036 mod/videos.php:309
-msgid "Access to this item is restricted."
+#: src/Object/Post.php:182
+msgid "save to folder"
 msgstr ""
 
-#: mod/photos.php:1090
-msgid "Upload Photos"
+#: src/Object/Post.php:235
+msgid "I will attend"
 msgstr ""
 
-#: mod/photos.php:1094 mod/photos.php:1156
-msgid "New album name: "
+#: src/Object/Post.php:235
+msgid "I will not attend"
 msgstr ""
 
-#: mod/photos.php:1095
-msgid "or existing album name: "
+#: src/Object/Post.php:235
+msgid "I might attend"
 msgstr ""
 
-#: mod/photos.php:1096
-msgid "Do not show a status post for this upload"
+#: src/Object/Post.php:263
+msgid "add star"
 msgstr ""
 
-#: mod/photos.php:1098 mod/photos.php:1441 mod/events.php:533
-#: src/Core/ACL.php:318
-msgid "Permissions"
+#: src/Object/Post.php:264
+msgid "remove star"
 msgstr ""
 
-#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1229
-msgid "Show to Groups"
+#: src/Object/Post.php:265
+msgid "toggle star status"
 msgstr ""
 
-#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1230
-msgid "Show to Contacts"
+#: src/Object/Post.php:268
+msgid "starred"
 msgstr ""
 
-#: mod/photos.php:1167
-msgid "Edit Album"
+#: src/Object/Post.php:274
+msgid "ignore thread"
 msgstr ""
 
-#: mod/photos.php:1172
-msgid "Show Newest First"
+#: src/Object/Post.php:275
+msgid "unignore thread"
 msgstr ""
 
-#: mod/photos.php:1174
-msgid "Show Oldest First"
+#: src/Object/Post.php:276
+msgid "toggle ignore status"
 msgstr ""
 
-#: mod/photos.php:1195 mod/photos.php:1698
-msgid "View Photo"
+#: src/Object/Post.php:279 mod/ostatus_subscribe.php:83
+msgid "ignored"
 msgstr ""
 
-#: mod/photos.php:1236
-msgid "Permission denied. Access to this item may be restricted."
+#: src/Object/Post.php:285
+msgid "add tag"
 msgstr ""
 
-#: mod/photos.php:1238
-msgid "Photo not available"
+#: src/Object/Post.php:296 mod/photos.php:1471
+msgid "I like this (toggle)"
 msgstr ""
 
-#: mod/photos.php:1301
-msgid "View photo"
-msgstr ""
+#: src/Object/Post.php:296
+msgid "like"
+msgstr ""
 
-#: mod/photos.php:1301
-msgid "Edit photo"
+#: src/Object/Post.php:297 mod/photos.php:1472
+msgid "I don't like this (toggle)"
 msgstr ""
 
-#: mod/photos.php:1302
-msgid "Use as profile photo"
+#: src/Object/Post.php:297
+msgid "dislike"
 msgstr ""
 
-#: mod/photos.php:1308 src/Object/Post.php:149
-msgid "Private Message"
+#: src/Object/Post.php:300
+msgid "Share this"
 msgstr ""
 
-#: mod/photos.php:1327
-msgid "View Full Size"
+#: src/Object/Post.php:300
+msgid "share"
 msgstr ""
 
-#: mod/photos.php:1414
-msgid "Tags: "
+#: src/Object/Post.php:365
+msgid "to"
 msgstr ""
 
-#: mod/photos.php:1417
-msgid "[Remove any tag]"
+#: src/Object/Post.php:366
+msgid "via"
 msgstr ""
 
-#: mod/photos.php:1432
-msgid "New album name"
+#: src/Object/Post.php:367
+msgid "Wall-to-Wall"
 msgstr ""
 
-#: mod/photos.php:1433
-msgid "Caption"
+#: src/Object/Post.php:368
+msgid "via Wall-To-Wall:"
 msgstr ""
 
-#: mod/photos.php:1434
-msgid "Add a Tag"
+#: src/Object/Post.php:399 src/Object/Post.php:795 mod/photos.php:1490
+#: mod/photos.php:1529 mod/photos.php:1602
+msgid "Comment"
 msgstr ""
 
-#: mod/photos.php:1434
-msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+#: src/Object/Post.php:427
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/Object/Post.php:793 mod/photos.php:1488 mod/photos.php:1527
+#: mod/photos.php:1600 mod/contacts.php:953
+msgid "This is you"
 msgstr ""
 
-#: mod/photos.php:1435
-msgid "Do not rotate"
+#: src/Object/Post.php:796 mod/manage.php:184 mod/invite.php:155
+#: mod/profiles.php:672 mod/events.php:530 mod/fsuggest.php:114
+#: mod/photos.php:1080 mod/photos.php:1160 mod/photos.php:1445
+#: mod/photos.php:1491 mod/photos.php:1530 mod/photos.php:1603
+#: mod/message.php:265 mod/message.php:432 mod/localtime.php:56
+#: mod/crepair.php:148 mod/poke.php:199 mod/contacts.php:610
+#: mod/install.php:251 mod/install.php:290 view/theme/quattro/config.php:73
+#: view/theme/frio/config.php:113 view/theme/vier/config.php:119
+#: view/theme/duepuntozero/config.php:71
+msgid "Submit"
 msgstr ""
 
-#: mod/photos.php:1436
-msgid "Rotate CW (right)"
+#: src/Object/Post.php:797
+msgid "Bold"
 msgstr ""
 
-#: mod/photos.php:1437
-msgid "Rotate CCW (left)"
+#: src/Object/Post.php:798
+msgid "Italic"
 msgstr ""
 
-#: mod/photos.php:1471 src/Object/Post.php:296
-msgid "I like this (toggle)"
+#: src/Object/Post.php:799
+msgid "Underline"
 msgstr ""
 
-#: mod/photos.php:1472 src/Object/Post.php:297
-msgid "I don't like this (toggle)"
+#: src/Object/Post.php:800
+msgid "Quote"
 msgstr ""
 
-#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600
-#: mod/contacts.php:953 src/Object/Post.php:793
-msgid "This is you"
+#: src/Object/Post.php:801
+msgid "Code"
 msgstr ""
 
-#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602
-#: src/Object/Post.php:399 src/Object/Post.php:795
-msgid "Comment"
+#: src/Object/Post.php:802
+msgid "Image"
 msgstr ""
 
-#: mod/photos.php:1634
-msgid "Map"
+#: src/Object/Post.php:803
+msgid "Link"
 msgstr ""
 
-#: mod/photos.php:1704 mod/videos.php:387
-msgid "View Album"
+#: src/Object/Post.php:804
+msgid "Video"
 msgstr ""
 
-#: mod/profile.php:37 src/Model/Profile.php:118
-msgid "Requested profile is not available."
+#: src/Database/DBStructure.php:32
+msgid "There are no tables on MyISAM."
 msgstr ""
 
-#: mod/profile.php:78 src/Protocol/OStatus.php:1252
+#: src/Database/DBStructure.php:75
 #, php-format
-msgid "%s's posts"
+msgid ""
+"\n"
+"\t\t\t\tThe friendica developers released update %s recently,\n"
+"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n"
+"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact "
+"a\n"
+"\t\t\t\tfriendica developer if you can not help me on your own. My database "
+"might be invalid."
 msgstr ""
 
-#: mod/profile.php:79 src/Protocol/OStatus.php:1253
+#: src/Database/DBStructure.php:80
 #, php-format
-msgid "%s's comments"
+msgid ""
+"The error message is\n"
+"[pre]%s[/pre]"
 msgstr ""
 
-#: mod/profile.php:80 src/Protocol/OStatus.php:1251
+#: src/Database/DBStructure.php:191
 #, php-format
-msgid "%s's timeline"
+msgid ""
+"\n"
+"Error %d occurred during database update:\n"
+"%s\n"
 msgstr ""
 
-#: mod/profile.php:173 mod/display.php:313 mod/cal.php:142
-msgid "Access to this profile has been restricted."
+#: src/Database/DBStructure.php:194
+msgid "Errors encountered performing database changes: "
 msgstr ""
 
-#: mod/profile.php:194
-msgid "Tips for New Members"
+#: src/Database/DBStructure.php:210
+msgid ": Database update"
 msgstr ""
 
-#: mod/videos.php:139
-msgid "Do you really want to delete this video?"
+#: src/Database/DBStructure.php:460
+#, php-format
+msgid "%s: updating %s table."
 msgstr ""
 
-#: mod/videos.php:144
-msgid "Delete Video"
+#: src/Core/UserImport.php:104
+msgid "Error decoding account file"
 msgstr ""
 
-#: mod/videos.php:207
-msgid "No videos selected"
+#: src/Core/UserImport.php:110
+msgid "Error! No version data in file! This is not a Friendica account file?"
 msgstr ""
 
-#: mod/videos.php:396
-msgid "Recent Videos"
+#: src/Core/UserImport.php:118
+#, php-format
+msgid "User '%s' already exists on this server!"
 msgstr ""
 
-#: mod/videos.php:398
-msgid "Upload New Videos"
+#: src/Core/UserImport.php:151
+msgid "User creation error"
 msgstr ""
 
-#: mod/delegate.php:37
-msgid "Parent user not found."
+#: src/Core/UserImport.php:169
+msgid "User profile creation error"
 msgstr ""
 
-#: mod/delegate.php:144
-msgid "No parent user"
-msgstr ""
+#: src/Core/UserImport.php:213
+#, php-format
+msgid "%d contact not imported"
+msgid_plural "%d contacts not imported"
+msgstr[0] ""
+msgstr[1] ""
 
-#: mod/delegate.php:159
-msgid "Parent Password:"
+#: src/Core/UserImport.php:278
+msgid "Done. You can now login with your username and password"
 msgstr ""
 
-#: mod/delegate.php:159
+#: src/Core/Console/NewPassword.php:78 mod/settings.php:394
 msgid ""
-"Please enter the password of the parent account to legitimize your request."
+"The new password has been exposed in a public data dump, please choose "
+"another."
 msgstr ""
 
-#: mod/delegate.php:164
-msgid "Parent User"
+#: src/Core/Console/NewPassword.php:82 mod/settings.php:409
+msgid "Password update failed. Please try again."
 msgstr ""
 
-#: mod/delegate.php:167
-msgid ""
-"Parent users have total control about this account, including the account "
-"settings. Please double check whom you give this access."
+#: src/Core/Console/NewPassword.php:85 mod/settings.php:407
+msgid "Password changed."
 msgstr ""
 
-#: mod/delegate.php:168 mod/admin.php:307 mod/admin.php:1346 mod/admin.php:1965
-#: mod/admin.php:2218 mod/admin.php:2292 mod/admin.php:2439
-#: mod/settings.php:675 mod/settings.php:784 mod/settings.php:872
-#: mod/settings.php:961 mod/settings.php:1194
-msgid "Save Settings"
+#: src/Core/Console/GlobalCommunityBlock.php:69 mod/admin.php:443
+#, php-format
+msgid "Could not find any contact entry for this URL (%s)"
 msgstr ""
 
-#: mod/delegate.php:169 src/Content/Nav.php:204
-msgid "Delegate Page Management"
+#: src/Core/Console/GlobalCommunityBlock.php:72 mod/admin.php:441
+msgid "The contact has been blocked from the node"
 msgstr ""
 
-#: mod/delegate.php:170
-msgid "Delegates"
+#: src/Core/ACL.php:295
+msgid "Post to Email"
 msgstr ""
 
-#: mod/delegate.php:172
-msgid ""
-"Delegates are able to manage all aspects of this account/page except for "
-"basic account settings. Please do not delegate your personal account to "
-"anybody that you do not trust completely."
+#: src/Core/ACL.php:301
+msgid "Hide your profile details from unknown viewers?"
 msgstr ""
 
-#: mod/delegate.php:173
-msgid "Existing Page Delegates"
+#: src/Core/ACL.php:300
+#, php-format
+msgid "Connectors disabled, since \"%s\" is enabled."
 msgstr ""
 
-#: mod/delegate.php:175
-msgid "Potential Delegates"
+#: src/Core/ACL.php:307
+msgid "Visible to everybody"
 msgstr ""
 
-#: mod/delegate.php:178
-msgid "Add"
+#: src/Core/ACL.php:308 view/theme/vier/config.php:115
+msgid "show"
 msgstr ""
 
-#: mod/delegate.php:179
-msgid "No entries."
+#: src/Core/ACL.php:309 view/theme/vier/config.php:115
+msgid "don't show"
 msgstr ""
 
-#: mod/dirfind.php:49
-#, php-format
-msgid "People Search - %s"
+#: src/Core/ACL.php:315 mod/editpost.php:134
+msgid "CC: email addresses"
 msgstr ""
 
-#: mod/dirfind.php:60
-#, php-format
-msgid "Forum Search - %s"
+#: src/Core/ACL.php:316 mod/editpost.php:141
+msgid "Example: bob@example.com, mary@example.com"
 msgstr ""
 
-#: mod/install.php:114
-msgid "Friendica Communications Server - Setup"
+#: src/Core/ACL.php:318 mod/events.php:533 mod/photos.php:1098
+#: mod/photos.php:1441
+msgid "Permissions"
 msgstr ""
 
-#: mod/install.php:120
-msgid "Could not connect to database."
+#: src/Core/ACL.php:319
+msgid "Close"
 msgstr ""
 
-#: mod/install.php:124
-msgid "Could not create table."
+#: src/Core/NotificationsManager.php:171
+msgid "System"
 msgstr ""
 
-#: mod/install.php:130
-msgid "Your Friendica site database has been installed."
+#: src/Core/NotificationsManager.php:185 mod/network.php:955
+#: mod/profiles.php:687
+msgid "Personal"
 msgstr ""
 
-#: mod/install.php:135
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
+#: src/Core/NotificationsManager.php:256 src/Core/NotificationsManager.php:268
+#, php-format
+msgid "%s commented on %s's post"
 msgstr ""
 
-#: mod/install.php:136 mod/install.php:208 mod/install.php:558
-msgid "Please see the file \"INSTALL.txt\"."
+#: src/Core/NotificationsManager.php:267
+#, php-format
+msgid "%s created a new post"
 msgstr ""
 
-#: mod/install.php:148
-msgid "Database already in use."
+#: src/Core/NotificationsManager.php:281
+#, php-format
+msgid "%s liked %s's post"
 msgstr ""
 
-#: mod/install.php:205
-msgid "System check"
+#: src/Core/NotificationsManager.php:294
+#, php-format
+msgid "%s disliked %s's post"
 msgstr ""
 
-#: mod/install.php:209 mod/cal.php:277 mod/events.php:395
-msgid "Next"
+#: src/Core/NotificationsManager.php:307
+#, php-format
+msgid "%s is attending %s's event"
 msgstr ""
 
-#: mod/install.php:210
-msgid "Check again"
+#: src/Core/NotificationsManager.php:320
+#, php-format
+msgid "%s is not attending %s's event"
 msgstr ""
 
-#: mod/install.php:230
-msgid "Database connection"
+#: src/Core/NotificationsManager.php:333
+#, php-format
+msgid "%s may attend %s's event"
 msgstr ""
 
-#: mod/install.php:231
-msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
-msgstr ""
-
-#: mod/install.php:232
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
+#: src/Core/NotificationsManager.php:350
+#, php-format
+msgid "%s is now friends with %s"
 msgstr ""
 
-#: mod/install.php:233
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
+#: src/Core/NotificationsManager.php:825
+msgid "Friend Suggestion"
 msgstr ""
 
-#: mod/install.php:237
-msgid "Database Server Name"
+#: src/Core/NotificationsManager.php:851
+msgid "Friend/Connect Request"
 msgstr ""
 
-#: mod/install.php:238
-msgid "Database Login Name"
+#: src/Core/NotificationsManager.php:851
+msgid "New Follower"
 msgstr ""
 
-#: mod/install.php:239
-msgid "Database Login Password"
+#: src/Util/Temporal.php:81 src/Util/Temporal.php:83 mod/profiles.php:689
+msgid "Miscellaneous"
 msgstr ""
 
-#: mod/install.php:239
-msgid "For security reasons the password must not be empty"
+#: src/Util/Temporal.php:149 mod/profiles.php:712
+msgid "Age: "
 msgstr ""
 
-#: mod/install.php:240
-msgid "Database Name"
+#: src/Util/Temporal.php:151
+msgid "YYYY-MM-DD or MM-DD"
 msgstr ""
 
-#: mod/install.php:241 mod/install.php:281
-msgid "Site administrator email address"
+#: src/Util/Temporal.php:294
+msgid "never"
 msgstr ""
 
-#: mod/install.php:241 mod/install.php:281
-msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
+#: src/Util/Temporal.php:300
+msgid "less than a second ago"
 msgstr ""
 
-#: mod/install.php:245 mod/install.php:284
-msgid "Please select a default timezone for your website"
+#: src/Util/Temporal.php:303
+msgid "year"
 msgstr ""
 
-#: mod/install.php:271
-msgid "Site settings"
+#: src/Util/Temporal.php:303
+msgid "years"
 msgstr ""
 
-#: mod/install.php:285
-msgid "System Language:"
+#: src/Util/Temporal.php:304
+msgid "months"
 msgstr ""
 
-#: mod/install.php:285
-msgid ""
-"Set the default language for your Friendica installation interface and to "
-"send emails."
+#: src/Util/Temporal.php:305
+msgid "weeks"
 msgstr ""
 
-#: mod/install.php:325
-msgid "Could not find a command line version of PHP in the web server PATH."
+#: src/Util/Temporal.php:306
+msgid "days"
 msgstr ""
 
-#: mod/install.php:326
-msgid ""
-"If you don't have a command line version of PHP installed on your server, "
-"you will not be able to run the background processing. See <a href='https://"
-"github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-"
-"worker'>'Setup the worker'</a>"
+#: src/Util/Temporal.php:307
+msgid "hour"
 msgstr ""
 
-#: mod/install.php:330
-msgid "PHP executable path"
+#: src/Util/Temporal.php:307
+msgid "hours"
 msgstr ""
 
-#: mod/install.php:330
-msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
+#: src/Util/Temporal.php:308
+msgid "minute"
 msgstr ""
 
-#: mod/install.php:335
-msgid "Command line PHP"
+#: src/Util/Temporal.php:308
+msgid "minutes"
 msgstr ""
 
-#: mod/install.php:344
-msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
+#: src/Util/Temporal.php:309
+msgid "second"
 msgstr ""
 
-#: mod/install.php:345
-msgid "Found PHP version: "
+#: src/Util/Temporal.php:309
+msgid "seconds"
 msgstr ""
 
-#: mod/install.php:347
-msgid "PHP cli binary"
+#: src/Util/Temporal.php:318
+#, php-format
+msgid "%1$d %2$s ago"
 msgstr ""
 
-#: mod/install.php:358
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
+#: src/Protocol/OStatus.php:1251 mod/profile.php:80
+#, php-format
+msgid "%s's timeline"
 msgstr ""
 
-#: mod/install.php:359
-msgid "This is required for message delivery to work."
+#: src/Protocol/OStatus.php:1252 mod/profile.php:78
+#, php-format
+msgid "%s's posts"
 msgstr ""
 
-#: mod/install.php:361
-msgid "PHP register_argc_argv"
+#: src/Protocol/OStatus.php:1253 mod/profile.php:79
+#, php-format
+msgid "%s's comments"
 msgstr ""
 
-#: mod/install.php:384
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
+#: src/Protocol/OStatus.php:1799
+#, php-format
+msgid "%s is now following %s."
 msgstr ""
 
-#: mod/install.php:385
-msgid ""
-"If running under Windows, please see \"http://www.php.net/manual/en/openssl."
-"installation.php\"."
+#: src/Protocol/OStatus.php:1800
+msgid "following"
 msgstr ""
 
-#: mod/install.php:387
-msgid "Generate encryption keys"
+#: src/Protocol/OStatus.php:1803
+#, php-format
+msgid "%s stopped following %s."
 msgstr ""
 
-#: mod/install.php:394
-msgid "libCurl PHP module"
+#: src/Protocol/OStatus.php:1804
+msgid "stopped following"
 msgstr ""
 
-#: mod/install.php:395
-msgid "GD graphics PHP module"
+#: src/Protocol/Diaspora.php:2680
+msgid "Sharing notification from Diaspora network"
 msgstr ""
 
-#: mod/install.php:396
-msgid "OpenSSL PHP module"
+#: src/Protocol/Diaspora.php:3756
+msgid "Attachments:"
 msgstr ""
 
-#: mod/install.php:397
-msgid "PDO or MySQLi PHP module"
+#: mod/directory.php:42 mod/display.php:203 mod/viewcontacts.php:45
+#: mod/photos.php:932 mod/community.php:27 mod/videos.php:199
+#: mod/dfrn_request.php:607 mod/search.php:98 mod/search.php:104
+#: mod/probe.php:13 mod/webfinger.php:16
+msgid "Public access denied."
 msgstr ""
 
-#: mod/install.php:398
-msgid "mb_string PHP module"
+#: mod/directory.php:202 view/theme/vier/theme.php:201
+msgid "Global Directory"
 msgstr ""
 
-#: mod/install.php:399
-msgid "XML PHP module"
+#: mod/directory.php:204
+msgid "Find on this site"
 msgstr ""
 
-#: mod/install.php:400
-msgid "iconv PHP module"
+#: mod/directory.php:206
+msgid "Results for:"
 msgstr ""
 
-#: mod/install.php:401
-msgid "POSIX PHP module"
+#: mod/directory.php:208
+msgid "Site Directory"
 msgstr ""
 
-#: mod/install.php:405 mod/install.php:407
-msgid "Apache mod_rewrite module"
+#: mod/directory.php:213
+msgid "No entries (some entries may be hidden)."
 msgstr ""
 
-#: mod/install.php:405
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
+#: mod/dirfind.php:49
+#, php-format
+msgid "People Search - %s"
 msgstr ""
 
-#: mod/install.php:413
-msgid "Error: libCURL PHP module required but not installed."
+#: mod/dirfind.php:60
+#, php-format
+msgid "Forum Search - %s"
 msgstr ""
 
-#: mod/install.php:417
-msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
+#: mod/dirfind.php:253 mod/match.php:125
+msgid "No matches"
 msgstr ""
 
-#: mod/install.php:421
-msgid "Error: openssl PHP module required but not installed."
+#: mod/repair_ostatus.php:18
+msgid "Resubscribing to OStatus contacts"
 msgstr ""
 
-#: mod/install.php:425
-msgid "Error: PDO or MySQLi PHP module required but not installed."
+#: mod/repair_ostatus.php:34
+msgid "Error"
 msgstr ""
 
-#: mod/install.php:429
-msgid "Error: The MySQL driver for PDO is not installed."
+#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:64
+msgid "Done"
 msgstr ""
 
-#: mod/install.php:433
-msgid "Error: mb_string PHP module required but not installed."
+#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:88
+msgid "Keep this window open until done."
 msgstr ""
 
-#: mod/install.php:437
-msgid "Error: iconv PHP module required but not installed."
+#: mod/ping.php:292
+msgid "{0} wants to be your friend"
 msgstr ""
 
-#: mod/install.php:441
-msgid "Error: POSIX PHP module required but not installed."
+#: mod/ping.php:307
+msgid "{0} sent you a message"
 msgstr ""
 
-#: mod/install.php:451
-msgid "Error, XML PHP module required but not installed."
+#: mod/ping.php:322
+msgid "{0} requested registration"
 msgstr ""
 
-#: mod/install.php:463
-msgid ""
-"The web installer needs to be able to create a file called \".htconfig.php\" "
-"in the top folder of your web server and it is unable to do so."
+#: mod/suggest.php:36
+msgid "Do you really want to delete this suggestion?"
 msgstr ""
 
-#: mod/install.php:464
+#: mod/suggest.php:73
 msgid ""
-"This is most often a permission setting, as the web server may not be able "
-"to write files in your folder - even if you can."
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
 msgstr ""
 
-#: mod/install.php:465
-msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named .htconfig.php in your Friendica top folder."
+#: mod/suggest.php:84 mod/suggest.php:104
+msgid "Ignore/Hide"
 msgstr ""
 
-#: mod/install.php:466
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation. "
-"Please see the file \"INSTALL.txt\" for instructions."
+#: mod/display.php:313 mod/profile.php:173 mod/cal.php:142
+msgid "Access to this profile has been restricted."
 msgstr ""
 
-#: mod/install.php:469
-msgid ".htconfig.php is writable"
+#: mod/profile_photo.php:55
+msgid "Image uploaded but image cropping failed."
 msgstr ""
 
-#: mod/install.php:479
-msgid ""
-"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
+#: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104
+#: mod/profile_photo.php:315
+#, php-format
+msgid "Image size reduction [%s] failed."
 msgstr ""
 
-#: mod/install.php:480
+#: mod/profile_photo.php:125
 msgid ""
-"In order to store these compiled templates, the web server needs to have "
-"write access to the directory view/smarty3/ under the Friendica top level "
-"folder."
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
 msgstr ""
 
-#: mod/install.php:481
-msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has "
-"write access to this folder."
+#: mod/profile_photo.php:134
+msgid "Unable to process image"
 msgstr ""
 
-#: mod/install.php:482
-msgid ""
-"Note: as a security measure, you should give the web server write access to "
-"view/smarty3/ only--not the template files (.tpl) that it contains."
-msgstr ""
-
-#: mod/install.php:485
-msgid "view/smarty3 is writable"
+#: mod/profile_photo.php:153 mod/photos.php:763 mod/photos.php:766
+#: mod/photos.php:795 mod/wall_upload.php:186
+#, php-format
+msgid "Image exceeds size limit of %s"
 msgstr ""
 
-#: mod/install.php:501
-msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
+#: mod/profile_photo.php:162 mod/photos.php:818 mod/wall_upload.php:200
+msgid "Unable to process image."
 msgstr ""
 
-#: mod/install.php:503
-msgid "Url rewrite is working"
+#: mod/profile_photo.php:247
+msgid "Upload File:"
 msgstr ""
 
-#: mod/install.php:522
-msgid "ImageMagick PHP extension is not installed"
+#: mod/profile_photo.php:248
+msgid "Select a profile:"
 msgstr ""
 
-#: mod/install.php:524
-msgid "ImageMagick PHP extension is installed"
+#: mod/profile_photo.php:249 mod/profiles.php:691 mod/newmember.php:26
+msgid "Upload Profile Photo"
 msgstr ""
 
-#: mod/install.php:526
-msgid "ImageMagick supports GIF"
+#: mod/profile_photo.php:250 mod/fbrowser.php:105 mod/fbrowser.php:136
+msgid "Upload"
 msgstr ""
 
-#: mod/install.php:533
-msgid ""
-"The database configuration file \".htconfig.php\" could not be written. "
-"Please use the enclosed text to create a configuration file in your web "
-"server root."
+#: mod/profile_photo.php:253
+msgid "or"
 msgstr ""
 
-#: mod/install.php:556
-msgid "<h1>What next</h1>"
+#: mod/profile_photo.php:253
+msgid "skip this step"
 msgstr ""
 
-#: mod/install.php:557
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the worker."
+#: mod/profile_photo.php:253
+msgid "select a photo from your photo albums"
 msgstr ""
 
-#: mod/install.php:560
-#, php-format
-msgid ""
-"Go to your new Friendica node <a href=\"%s/register\">registration page</a> "
-"and register as new user. Remember to use the same email you have entered as "
-"administrator email. This will allow you to enter the site admin panel."
+#: mod/profile_photo.php:266
+msgid "Crop Image"
 msgstr ""
 
-#: mod/ostatus_subscribe.php:21
-msgid "Subscribing to OStatus contacts"
+#: mod/profile_photo.php:267
+msgid "Please adjust the image cropping for optimum viewing."
 msgstr ""
 
-#: mod/ostatus_subscribe.php:33
-msgid "No contact provided."
+#: mod/profile_photo.php:269
+msgid "Done Editing"
 msgstr ""
 
-#: mod/ostatus_subscribe.php:40
-msgid "Couldn't fetch information for contact."
+#: mod/profile_photo.php:305
+msgid "Image uploaded successfully."
 msgstr ""
 
-#: mod/ostatus_subscribe.php:50
-msgid "Couldn't fetch friends for contact."
+#: mod/profile_photo.php:307 mod/photos.php:847 mod/wall_upload.php:239
+msgid "Image upload failed."
 msgstr ""
 
-#: mod/ostatus_subscribe.php:78
-msgid "success"
+#: mod/removeme.php:43
+msgid "User deleted their account"
 msgstr ""
 
-#: mod/ostatus_subscribe.php:80
-msgid "failed"
+#: mod/removeme.php:44
+msgid ""
+"On your Friendica node an user deleted their account. Please ensure that "
+"their data is removed from the backups."
 msgstr ""
 
-#: mod/ostatus_subscribe.php:83 src/Object/Post.php:279
-msgid "ignored"
+#: mod/removeme.php:45
+#, php-format
+msgid "The user id is %d"
 msgstr ""
 
-#: mod/unfollow.php:34
-msgid "Contact wasn't found or can't be unfollowed."
+#: mod/removeme.php:76 mod/removeme.php:79
+msgid "Remove My Account"
 msgstr ""
 
-#: mod/unfollow.php:47
-msgid "Contact unfollowed"
+#: mod/removeme.php:77
+msgid ""
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
 msgstr ""
 
-#: mod/unfollow.php:73
-msgid "You aren't a friend of this contact."
+#: mod/removeme.php:78
+msgid "Please enter your password for verification:"
 msgstr ""
 
-#: mod/unfollow.php:79
-msgid "Unfollowing is currently not supported by your network."
+#: mod/manage.php:180
+msgid "Manage Identities and/or Pages"
 msgstr ""
 
-#: mod/unfollow.php:100 mod/contacts.php:599
-msgid "Disconnect/Unfollow"
+#: mod/manage.php:181
+msgid ""
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
 msgstr ""
 
-#: mod/unfollow.php:132 mod/follow.php:186 mod/contacts.php:858
-#: src/Model/Profile.php:891
-msgid "Status Messages and Posts"
+#: mod/manage.php:182
+msgid "Select an identity to manage: "
 msgstr ""
 
-#: mod/cal.php:274 mod/events.php:391 src/Content/Nav.php:104
-#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935
-#: view/theme/frio/theme.php:263 view/theme/frio/theme.php:267
-msgid "Events"
+#: mod/update_notes.php:40 mod/update_display.php:27
+#: mod/update_community.php:27 mod/update_network.php:33
+#: mod/update_profile.php:39
+msgid "[Embedded content - reload page to view]"
 msgstr ""
 
-#: mod/cal.php:275 mod/events.php:392
-msgid "View"
+#: mod/uimport.php:55 mod/register.php:191
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
 msgstr ""
 
-#: mod/cal.php:276 mod/events.php:394
-msgid "Previous"
+#: mod/uimport.php:70 mod/register.php:285
+msgid "Import"
 msgstr ""
 
-#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412
-msgid "today"
+#: mod/uimport.php:72
+msgid "Move account"
 msgstr ""
 
-#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304
-#: src/Model/Event.php:413
-msgid "month"
+#: mod/uimport.php:73
+msgid "You can import an account from another Friendica server."
 msgstr ""
 
-#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305
-#: src/Model/Event.php:414
-msgid "week"
+#: mod/uimport.php:74
+msgid ""
+"You need to export your account from the old server and upload it here. We "
+"will recreate your old account here with all your contacts. We will try also "
+"to inform your friends that you moved here."
 msgstr ""
 
-#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306
-#: src/Model/Event.php:415
-msgid "day"
+#: mod/uimport.php:75
+msgid ""
+"This feature is experimental. We can't import contacts from the OStatus "
+"network (GNU Social/Statusnet) or from Diaspora"
 msgstr ""
 
-#: mod/cal.php:284 mod/events.php:404
-msgid "list"
+#: mod/uimport.php:76
+msgid "Account file"
 msgstr ""
 
-#: mod/cal.php:297 src/Core/Console/NewPassword.php:74 src/Model/User.php:204
-msgid "User not found"
+#: mod/uimport.php:76
+msgid ""
+"To export your account, go to \"Settings->Export your personal data\" and "
+"select \"Export account\""
 msgstr ""
 
-#: mod/cal.php:313
-msgid "This calendar format is not supported"
+#: mod/invite.php:33
+msgid "Total invitation limit exceeded."
 msgstr ""
 
-#: mod/cal.php:315
-msgid "No exportable data found"
+#: mod/invite.php:55
+#, php-format
+msgid "%s : Not a valid email address."
 msgstr ""
 
-#: mod/cal.php:332
-msgid "calendar"
+#: mod/invite.php:87
+msgid "Please join us on Friendica"
 msgstr ""
 
-#: mod/events.php:105 mod/events.php:107
-msgid "Event can not end before it has started."
+#: mod/invite.php:96
+msgid "Invitation limit exceeded. Please contact your site administrator."
 msgstr ""
 
-#: mod/events.php:114 mod/events.php:116
-msgid "Event title and start time are required."
+#: mod/invite.php:100
+#, php-format
+msgid "%s : Message delivery failed."
 msgstr ""
 
-#: mod/events.php:393
-msgid "Create New Event"
-msgstr ""
+#: mod/invite.php:104
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] ""
+msgstr[1] ""
 
-#: mod/events.php:506
-msgid "Event details"
+#: mod/invite.php:122
+msgid "You have no more invitations available"
 msgstr ""
 
-#: mod/events.php:507
-msgid "Starting date and Title are required."
+#: mod/invite.php:130
+#, php-format
+msgid ""
+"Visit %s for a list of public sites that you can join. Friendica members on "
+"other sites can all connect with each other, as well as with members of many "
+"other social networks."
 msgstr ""
 
-#: mod/events.php:508 mod/events.php:509
-msgid "Event Starts:"
+#: mod/invite.php:132
+#, php-format
+msgid ""
+"To accept this invitation, please visit and register at %s or any other "
+"public Friendica website."
 msgstr ""
 
-#: mod/events.php:508 mod/events.php:520 mod/profiles.php:700
-msgid "Required"
+#: mod/invite.php:133
+#, php-format
+msgid ""
+"Friendica sites all inter-connect to create a huge privacy-enhanced social "
+"web that is owned and controlled by its members. They can also connect with "
+"many traditional social networks. See %s for a list of alternate Friendica "
+"sites you can join."
 msgstr ""
 
-#: mod/events.php:510 mod/events.php:526
-msgid "Finish date/time is not known or not relevant"
+#: mod/invite.php:137
+msgid ""
+"Our apologies. This system is not currently configured to connect with other "
+"public sites or invite members."
 msgstr ""
 
-#: mod/events.php:512 mod/events.php:513
-msgid "Event Finishes:"
+#: mod/invite.php:141
+msgid ""
+"Friendica sites all inter-connect to create a huge privacy-enhanced social "
+"web that is owned and controlled by its members. They can also connect with "
+"many traditional social networks."
 msgstr ""
 
-#: mod/events.php:514 mod/events.php:527
-msgid "Adjust for viewer timezone"
+#: mod/invite.php:140
+#, php-format
+msgid "To accept this invitation, please visit and register at %s."
 msgstr ""
 
-#: mod/events.php:516
-msgid "Description:"
+#: mod/invite.php:147
+msgid "Send invitations"
 msgstr ""
 
-#: mod/events.php:520 mod/events.php:522
-msgid "Title:"
+#: mod/invite.php:148
+msgid "Enter email addresses, one per line:"
 msgstr ""
 
-#: mod/events.php:523 mod/events.php:524
-msgid "Share this event"
+#: mod/invite.php:149 mod/message.php:259 mod/message.php:426
+#: mod/wallmessage.php:141
+msgid "Your message:"
 msgstr ""
 
-#: mod/events.php:531 src/Model/Profile.php:864
-msgid "Basic"
+#: mod/invite.php:150
+msgid ""
+"You are cordially invited to join me and other close friends on Friendica - "
+"and help us to create a better social web."
 msgstr ""
 
-#: mod/events.php:532 mod/contacts.php:895 mod/admin.php:1351
-#: src/Model/Profile.php:865
-msgid "Advanced"
+#: mod/invite.php:152
+msgid "You will need to supply this invitation code: $invite_code"
 msgstr ""
 
-#: mod/events.php:552
-msgid "Failed to remove event"
+#: mod/invite.php:152
+msgid ""
+"Once you have registered, please connect with me via my profile page at:"
 msgstr ""
 
-#: mod/events.php:554
-msgid "Event removed"
+#: mod/invite.php:154
+msgid ""
+"For more information about the Friendica project and why we feel it is "
+"important, please visit http://friendi.ca"
 msgstr ""
 
-#: mod/profile_photo.php:55
-msgid "Image uploaded but image cropping failed."
+#: mod/openid.php:29
+msgid "OpenID protocol error. No ID returned."
 msgstr ""
 
-#: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104
-#: mod/profile_photo.php:315
-#, php-format
-msgid "Image size reduction [%s] failed."
+#: mod/openid.php:66
+msgid ""
+"Account not found and OpenID registration is not permitted on this site."
 msgstr ""
 
-#: mod/profile_photo.php:125
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
+#: mod/hcard.php:18
+msgid "No profile"
 msgstr ""
 
-#: mod/profile_photo.php:134
-msgid "Unable to process image"
+#: mod/apps.php:14 index.php:273
+msgid "You must be logged in to use addons. "
 msgstr ""
 
-#: mod/profile_photo.php:247
-msgid "Upload File:"
+#: mod/apps.php:19
+msgid "Applications"
 msgstr ""
 
-#: mod/profile_photo.php:248
-msgid "Select a profile:"
+#: mod/apps.php:22
+msgid "No installed applications."
 msgstr ""
 
-#: mod/profile_photo.php:253
-msgid "or"
+#: mod/network.php:194 mod/search.php:37
+msgid "Remove term"
 msgstr ""
 
-#: mod/profile_photo.php:253
-msgid "skip this step"
-msgstr ""
-
-#: mod/profile_photo.php:253
-msgid "select a photo from your photo albums"
-msgstr ""
-
-#: mod/profile_photo.php:266
-msgid "Crop Image"
-msgstr ""
-
-#: mod/profile_photo.php:267
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr ""
-
-#: mod/profile_photo.php:269
-msgid "Done Editing"
-msgstr ""
-
-#: mod/profile_photo.php:305
-msgid "Image uploaded successfully."
-msgstr ""
-
-#: mod/directory.php:152 src/Model/Profile.php:421 src/Model/Profile.php:769
-msgid "Status:"
-msgstr ""
+#: mod/network.php:547
+#, php-format
+msgid ""
+"Warning: This group contains %s member from a network that doesn't allow non "
+"public messages."
+msgid_plural ""
+"Warning: This group contains %s members from a network that doesn't allow "
+"non public messages."
+msgstr[0] ""
+msgstr[1] ""
 
-#: mod/directory.php:153 src/Model/Profile.php:422 src/Model/Profile.php:786
-msgid "Homepage:"
+#: mod/network.php:550
+msgid "Messages in this group won't be send to these receivers."
 msgstr ""
 
-#: mod/directory.php:202 view/theme/vier/theme.php:201
-msgid "Global Directory"
+#: mod/network.php:618
+msgid "No such group"
 msgstr ""
 
-#: mod/directory.php:204
-msgid "Find on this site"
+#: mod/network.php:639 mod/group.php:216
+msgid "Group is empty"
 msgstr ""
 
-#: mod/directory.php:206
-msgid "Results for:"
+#: mod/network.php:643
+#, php-format
+msgid "Group: %s"
 msgstr ""
 
-#: mod/directory.php:208
-msgid "Site Directory"
+#: mod/network.php:669
+msgid "Private messages to this person are at risk of public disclosure."
 msgstr ""
 
-#: mod/directory.php:209 mod/contacts.php:820 src/Content/Widget.php:63
-msgid "Find"
+#: mod/network.php:672
+msgid "Invalid contact."
 msgstr ""
 
-#: mod/directory.php:213
-msgid "No entries (some entries may be hidden)."
+#: mod/network.php:936
+msgid "Commented Order"
 msgstr ""
 
-#: mod/babel.php:22
-msgid "Source input"
+#: mod/network.php:939
+msgid "Sort by Comment Date"
 msgstr ""
 
-#: mod/babel.php:28
-msgid "BBCode::convert (raw HTML)"
+#: mod/network.php:944
+msgid "Posted Order"
 msgstr ""
 
-#: mod/babel.php:33
-msgid "BBCode::convert"
+#: mod/network.php:947
+msgid "Sort by Post Date"
 msgstr ""
 
-#: mod/babel.php:39
-msgid "BBCode::convert => HTML::toBBCode"
+#: mod/network.php:958
+msgid "Posts that mention or involve you"
 msgstr ""
 
-#: mod/babel.php:45
-msgid "BBCode::toMarkdown"
+#: mod/network.php:966
+msgid "New"
 msgstr ""
 
-#: mod/babel.php:51
-msgid "BBCode::toMarkdown => Markdown::convert"
+#: mod/network.php:969
+msgid "Activity Stream - by date"
 msgstr ""
 
-#: mod/babel.php:57
-msgid "BBCode::toMarkdown => Markdown::toBBCode"
+#: mod/network.php:977
+msgid "Shared Links"
 msgstr ""
 
-#: mod/babel.php:63
-msgid "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
+#: mod/network.php:980
+msgid "Interesting Links"
 msgstr ""
 
-#: mod/babel.php:70
-msgid "Source input \\x28Diaspora format\\x29"
+#: mod/network.php:988
+msgid "Starred"
 msgstr ""
 
-#: mod/babel.php:76
-msgid "Markdown::toBBCode"
+#: mod/network.php:991
+msgid "Favourite Posts"
 msgstr ""
 
-#: mod/babel.php:83
-msgid "Raw HTML input"
+#: mod/friendica.php:77
+msgid "This is Friendica, version"
 msgstr ""
 
-#: mod/babel.php:88
-msgid "HTML Input"
+#: mod/friendica.php:78
+msgid "running at web location"
 msgstr ""
 
-#: mod/babel.php:94
-msgid "HTML::toBBCode"
+#: mod/friendica.php:82
+msgid ""
+"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
+"about the Friendica project."
 msgstr ""
 
-#: mod/babel.php:100
-msgid "HTML::toPlaintext"
+#: mod/friendica.php:86
+msgid "Bug reports and issues: please visit"
 msgstr ""
 
-#: mod/babel.php:108
-msgid "Source text"
+#: mod/friendica.php:86
+msgid "the bugtracker at github"
 msgstr ""
 
-#: mod/babel.php:109
-msgid "BBCode"
+#: mod/friendica.php:89
+msgid ""
+"Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
 msgstr ""
 
-#: mod/babel.php:110
-msgid "Markdown"
+#: mod/friendica.php:103
+msgid "Installed addons/apps:"
 msgstr ""
 
-#: mod/babel.php:111
-msgid "HTML"
+#: mod/friendica.php:117
+msgid "No installed addons/apps"
 msgstr ""
 
-#: mod/follow.php:45
-msgid "The contact could not be added."
+#: mod/friendica.php:122
+#, php-format
+msgid "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
 msgstr ""
 
-#: mod/follow.php:73
-msgid "You already added this contact."
+#: mod/friendica.php:127
+msgid "On this server the following remote servers are blocked."
 msgstr ""
 
-#: mod/follow.php:83
-msgid "Diaspora support isn't enabled. Contact can't be added."
+#: mod/friendica.php:128 mod/admin.php:354 mod/admin.php:372
+msgid "Reason for the block"
 msgstr ""
 
-#: mod/follow.php:90
-msgid "OStatus support is disabled. Contact can't be added."
+#: mod/subthread.php:113
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
 msgstr ""
 
-#: mod/follow.php:97
-msgid "The network type couldn't be detected. Contact can't be added."
+#: mod/profiles.php:39 mod/profiles.php:149 mod/profiles.php:196
+#: mod/profiles.php:618 mod/dfrn_confirm.php:74
+msgid "Profile not found."
 msgstr ""
 
 #: mod/profiles.php:58
@@ -4092,6 +3987,16 @@ msgstr ""
 msgid "Hide contacts and friends:"
 msgstr ""
 
+#: mod/profiles.php:636 mod/profiles.php:640 mod/profiles.php:661
+#: mod/api.php:111 mod/settings.php:1105 mod/settings.php:1111
+#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1126
+#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138
+#: mod/settings.php:1158 mod/settings.php:1159 mod/settings.php:1160
+#: mod/settings.php:1161 mod/settings.php:1162 mod/dfrn_request.php:653
+#: mod/follow.php:150 mod/register.php:238
+msgid "No"
+msgstr ""
+
 #: mod/profiles.php:638
 msgid "Hide your contact/friend list from viewers of this profile?"
 msgstr ""
@@ -4116,10 +4021,6 @@ msgstr ""
 msgid "View this profile"
 msgstr ""
 
-#: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:393
-msgid "Edit visibility"
-msgstr ""
-
 #: mod/profiles.php:676
 msgid "Create a new profile using these settings"
 msgstr ""
@@ -4156,10 +4057,6 @@ msgstr ""
 msgid "Relation"
 msgstr ""
 
-#: mod/profiles.php:689 src/Util/Temporal.php:81 src/Util/Temporal.php:83
-msgid "Miscellaneous"
-msgstr ""
-
 #: mod/profiles.php:692
 msgid "Your Gender:"
 msgstr ""
@@ -4168,10 +4065,6 @@ msgstr ""
 msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
 msgstr ""
 
-#: mod/profiles.php:694 src/Model/Profile.php:782
-msgid "Sexual Preference:"
-msgstr ""
-
 #: mod/profiles.php:695
 msgid "Example: fishing photography software"
 msgstr ""
@@ -4180,6 +4073,10 @@ msgstr ""
 msgid "Profile Name:"
 msgstr ""
 
+#: mod/profiles.php:700 mod/events.php:508 mod/events.php:520
+msgid "Required"
+msgstr ""
+
 #: mod/profiles.php:702
 msgid ""
 "This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
@@ -4214,10 +4111,6 @@ msgstr ""
 msgid "Country:"
 msgstr ""
 
-#: mod/profiles.php:712 src/Util/Temporal.php:149
-msgid "Age: "
-msgstr ""
-
 #: mod/profiles.php:715
 msgid "Who: (if applicable)"
 msgstr ""
@@ -4248,14 +4141,6 @@ msgstr ""
 msgid "Homepage URL:"
 msgstr ""
 
-#: mod/profiles.php:721 src/Model/Profile.php:790
-msgid "Hometown:"
-msgstr ""
-
-#: mod/profiles.php:722 src/Model/Profile.php:798
-msgid "Political Views:"
-msgstr ""
-
 #: mod/profiles.php:723
 msgid "Religious Views:"
 msgstr ""
@@ -4276,14 +4161,6 @@ msgstr ""
 msgid "(Used for searching profiles, never shown to others)"
 msgstr ""
 
-#: mod/profiles.php:726 src/Model/Profile.php:814
-msgid "Likes:"
-msgstr ""
-
-#: mod/profiles.php:727 src/Model/Profile.php:818
-msgid "Dislikes:"
-msgstr ""
-
 #: mod/profiles.php:728
 msgid "Musical interests"
 msgstr ""
@@ -4320,5012 +4197,5165 @@ msgstr ""
 msgid "Contact information and Social Networks"
 msgstr ""
 
-#: mod/profiles.php:767 src/Model/Profile.php:389
-msgid "Profile Image"
-msgstr ""
-
-#: mod/profiles.php:769 src/Model/Profile.php:392
-msgid "visible to everybody"
-msgstr ""
-
 #: mod/profiles.php:776
 msgid "Edit/Manage Profiles"
 msgstr ""
 
-#: mod/profiles.php:777 src/Model/Profile.php:379 src/Model/Profile.php:401
-msgid "Change profile photo"
+#: mod/events.php:105 mod/events.php:107
+msgid "Event can not end before it has started."
 msgstr ""
 
-#: mod/profiles.php:778 src/Model/Profile.php:380
-msgid "Create New Profile"
+#: mod/events.php:114 mod/events.php:116
+msgid "Event title and start time are required."
 msgstr ""
 
-#: mod/contacts.php:157
-#, php-format
-msgid "%d contact edited."
-msgid_plural "%d contacts edited."
-msgstr[0] ""
-msgstr[1] ""
-
-#: mod/contacts.php:184 mod/contacts.php:400
-msgid "Could not access contact record."
+#: mod/events.php:392 mod/cal.php:275
+msgid "View"
 msgstr ""
 
-#: mod/contacts.php:194
-msgid "Could not locate selected profile."
+#: mod/events.php:393
+msgid "Create New Event"
 msgstr ""
 
-#: mod/contacts.php:228
-msgid "Contact updated."
+#: mod/events.php:394 mod/cal.php:276
+msgid "Previous"
 msgstr ""
 
-#: mod/contacts.php:421
-msgid "Contact has been blocked"
+#: mod/events.php:395 mod/cal.php:277 mod/install.php:209
+msgid "Next"
 msgstr ""
 
-#: mod/contacts.php:421
-msgid "Contact has been unblocked"
+#: mod/events.php:404 mod/cal.php:284
+msgid "list"
 msgstr ""
 
-#: mod/contacts.php:432
-msgid "Contact has been ignored"
+#: mod/events.php:506
+msgid "Event details"
 msgstr ""
 
-#: mod/contacts.php:432
-msgid "Contact has been unignored"
+#: mod/events.php:507
+msgid "Starting date and Title are required."
 msgstr ""
 
-#: mod/contacts.php:443
-msgid "Contact has been archived"
+#: mod/events.php:508 mod/events.php:509
+msgid "Event Starts:"
 msgstr ""
 
-#: mod/contacts.php:443
-msgid "Contact has been unarchived"
+#: mod/events.php:510 mod/events.php:526
+msgid "Finish date/time is not known or not relevant"
 msgstr ""
 
-#: mod/contacts.php:467
-msgid "Drop contact"
+#: mod/events.php:512 mod/events.php:513
+msgid "Event Finishes:"
 msgstr ""
 
-#: mod/contacts.php:470 mod/contacts.php:823
-msgid "Do you really want to delete this contact?"
+#: mod/events.php:514 mod/events.php:527
+msgid "Adjust for viewer timezone"
 msgstr ""
 
-#: mod/contacts.php:488
-msgid "Contact has been removed."
+#: mod/events.php:516
+msgid "Description:"
 msgstr ""
 
-#: mod/contacts.php:519
-#, php-format
-msgid "You are mutual friends with %s"
+#: mod/events.php:520 mod/events.php:522
+msgid "Title:"
 msgstr ""
 
-#: mod/contacts.php:523
-#, php-format
-msgid "You are sharing with %s"
+#: mod/events.php:523 mod/events.php:524
+msgid "Share this event"
 msgstr ""
 
-#: mod/contacts.php:527
-#, php-format
-msgid "%s is sharing with you"
+#: mod/events.php:552
+msgid "Failed to remove event"
 msgstr ""
 
-#: mod/contacts.php:547
-msgid "Private communications are not available for this contact."
+#: mod/events.php:554
+msgid "Event removed"
 msgstr ""
 
-#: mod/contacts.php:549
-msgid "Never"
+#: mod/notify.php:77
+msgid "No more system notifications."
 msgstr ""
 
-#: mod/contacts.php:552
-msgid "(Update was successful)"
+#: mod/notify.php:81 mod/notifications.php:113
+msgid "System Notifications"
 msgstr ""
 
-#: mod/contacts.php:552
-msgid "(Update was not successful)"
+#: mod/fsuggest.php:30 mod/fsuggest.php:96 mod/crepair.php:110
+#: mod/dfrn_confirm.php:131
+msgid "Contact not found."
 msgstr ""
 
-#: mod/contacts.php:554 mod/contacts.php:992
-msgid "Suggest friends"
+#: mod/fsuggest.php:72
+msgid "Friend suggestion sent."
 msgstr ""
 
-#: mod/contacts.php:558
-#, php-format
-msgid "Network type: %s"
+#: mod/fsuggest.php:101
+msgid "Suggest Friends"
 msgstr ""
 
-#: mod/contacts.php:563
-msgid "Communications lost with this contact!"
+#: mod/fsuggest.php:103
+#, php-format
+msgid "Suggest a friend for %s"
 msgstr ""
 
-#: mod/contacts.php:569
-msgid "Fetch further information for feeds"
+#: mod/attach.php:15
+msgid "Item not available."
 msgstr ""
 
-#: mod/contacts.php:571
-msgid ""
-"Fetch information like preview pictures, title and teaser from the feed "
-"item. You can activate this if the feed doesn't contain much text. Keywords "
-"are taken from the meta header in the feed item and are posted as hash tags."
+#: mod/attach.php:25
+msgid "Item was not found."
 msgstr ""
 
-#: mod/contacts.php:572 mod/admin.php:1272 mod/admin.php:1435
-#: mod/admin.php:1445
-msgid "Disabled"
+#: mod/allfriends.php:51
+msgid "No friends to display."
 msgstr ""
 
-#: mod/contacts.php:573
-msgid "Fetch information"
+#: mod/viewcontacts.php:87
+msgid "No contacts."
 msgstr ""
 
-#: mod/contacts.php:574
-msgid "Fetch keywords"
+#: mod/viewcontacts.php:112 mod/nogroup.php:42 mod/contacts.php:619
+#: mod/contacts.php:959
+#, php-format
+msgid "Visit %s's profile [%s]"
 msgstr ""
 
-#: mod/contacts.php:575
-msgid "Fetch information and keywords"
+#: mod/ostatus_subscribe.php:21
+msgid "Subscribing to OStatus contacts"
 msgstr ""
 
-#: mod/contacts.php:608
-msgid "Contact"
+#: mod/ostatus_subscribe.php:33
+msgid "No contact provided."
 msgstr ""
 
-#: mod/contacts.php:611
-msgid "Profile Visibility"
+#: mod/ostatus_subscribe.php:40
+msgid "Couldn't fetch information for contact."
 msgstr ""
 
-#: mod/contacts.php:612
-#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
+#: mod/ostatus_subscribe.php:50
+msgid "Couldn't fetch friends for contact."
 msgstr ""
 
-#: mod/contacts.php:613
-msgid "Contact Information / Notes"
+#: mod/ostatus_subscribe.php:78
+msgid "success"
 msgstr ""
 
-#: mod/contacts.php:614
-msgid "Their personal note"
+#: mod/ostatus_subscribe.php:80
+msgid "failed"
 msgstr ""
 
-#: mod/contacts.php:616
-msgid "Edit contact notes"
+#: mod/api.php:85 mod/api.php:107
+msgid "Authorize application connection"
 msgstr ""
 
-#: mod/contacts.php:620
-msgid "Block/Unblock contact"
+#: mod/api.php:86
+msgid "Return to your app and insert this Securty Code:"
 msgstr ""
 
-#: mod/contacts.php:621
-msgid "Ignore contact"
+#: mod/api.php:95
+msgid "Please login to continue."
 msgstr ""
 
-#: mod/contacts.php:622
-msgid "Repair URL settings"
+#: mod/api.php:109
+msgid ""
+"Do you want to authorize this application to access your posts and contacts, "
+"and/or create new posts for you?"
 msgstr ""
 
-#: mod/contacts.php:623
-msgid "View conversations"
+#: mod/settings.php:50 mod/photos.php:126
+msgid "everybody"
 msgstr ""
 
-#: mod/contacts.php:628
-msgid "Last update:"
+#: mod/settings.php:55
+msgid "Account"
 msgstr ""
 
-#: mod/contacts.php:630
-msgid "Update public posts"
+#: mod/settings.php:64 mod/admin.php:187
+msgid "Additional features"
 msgstr ""
 
-#: mod/contacts.php:632 mod/contacts.php:1002
-msgid "Update now"
+#: mod/settings.php:72
+msgid "Display"
 msgstr ""
 
-#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011
-#: mod/admin.php:485 mod/admin.php:1800
-msgid "Unblock"
+#: mod/settings.php:79 mod/settings.php:842
+msgid "Social Networks"
 msgstr ""
 
-#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011
-#: mod/admin.php:484 mod/admin.php:1799
-msgid "Block"
+#: mod/settings.php:86 mod/admin.php:185 mod/admin.php:1918 mod/admin.php:1978
+msgid "Addons"
 msgstr ""
 
-#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019
-msgid "Unignore"
+#: mod/settings.php:100
+msgid "Connected apps"
 msgstr ""
 
-#: mod/contacts.php:642
-msgid "Currently blocked"
+#: mod/settings.php:107 mod/uexport.php:52
+msgid "Export personal data"
 msgstr ""
 
-#: mod/contacts.php:643
-msgid "Currently ignored"
+#: mod/settings.php:114
+msgid "Remove account"
 msgstr ""
 
-#: mod/contacts.php:644
-msgid "Currently archived"
+#: mod/settings.php:168
+msgid "Missing some important data!"
 msgstr ""
 
-#: mod/contacts.php:645
-msgid "Awaiting connection acknowledge"
+#: mod/settings.php:170 mod/settings.php:701 mod/contacts.php:826
+msgid "Update"
 msgstr ""
 
-#: mod/contacts.php:646
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
+#: mod/settings.php:279
+msgid "Failed to connect with email account using the settings provided."
 msgstr ""
 
-#: mod/contacts.php:647
-msgid "Notification for new posts"
+#: mod/settings.php:284
+msgid "Email settings updated."
 msgstr ""
 
-#: mod/contacts.php:647
-msgid "Send a notification of every new post of this contact"
+#: mod/settings.php:300
+msgid "Features updated"
 msgstr ""
 
-#: mod/contacts.php:650
-msgid "Blacklisted keywords"
+#: mod/settings.php:372
+msgid "Relocate message has been send to your contacts"
 msgstr ""
 
-#: mod/contacts.php:650
-msgid ""
-"Comma separated list of keywords that should not be converted to hashtags, "
-"when \"Fetch information and keywords\" is selected"
+#: mod/settings.php:389
+msgid "Empty passwords are not allowed. Password unchanged."
 msgstr ""
 
-#: mod/contacts.php:662 src/Model/Profile.php:424
-msgid "XMPP:"
+#: mod/settings.php:400
+msgid "Wrong password."
 msgstr ""
 
-#: mod/contacts.php:667
-msgid "Actions"
+#: mod/settings.php:496
+msgid " Please use a shorter name."
 msgstr ""
 
-#: mod/contacts.php:669 mod/contacts.php:855 src/Content/Nav.php:100
-#: src/Model/Profile.php:888 view/theme/frio/theme.php:259
-msgid "Status"
+#: mod/settings.php:499
+msgid " Name too short."
 msgstr ""
 
-#: mod/contacts.php:670
-msgid "Contact Settings"
+#: mod/settings.php:507
+msgid "Wrong Password"
 msgstr ""
 
-#: mod/contacts.php:711
-msgid "Suggestions"
+#: mod/settings.php:512
+msgid "Invalid email."
 msgstr ""
 
-#: mod/contacts.php:714
-msgid "Suggest potential friends"
+#: mod/settings.php:519
+msgid "Cannot change to that email."
 msgstr ""
 
-#: mod/contacts.php:722
-msgid "Show all contacts"
+#: mod/settings.php:572
+msgid "Private forum has no privacy permissions. Using default privacy group."
 msgstr ""
 
-#: mod/contacts.php:727
-msgid "Unblocked"
+#: mod/settings.php:575
+msgid "Private forum has no privacy permissions and no default privacy group."
 msgstr ""
 
-#: mod/contacts.php:730
-msgid "Only show unblocked contacts"
+#: mod/settings.php:615
+msgid "Settings updated."
 msgstr ""
 
-#: mod/contacts.php:735
-msgid "Blocked"
+#: mod/settings.php:674 mod/settings.php:700 mod/settings.php:736
+msgid "Add application"
 msgstr ""
 
-#: mod/contacts.php:738
-msgid "Only show blocked contacts"
+#: mod/settings.php:675 mod/settings.php:784 mod/settings.php:872
+#: mod/settings.php:961 mod/settings.php:1194 mod/admin.php:307
+#: mod/admin.php:1346 mod/admin.php:1979 mod/admin.php:2232 mod/admin.php:2306
+#: mod/admin.php:2453 mod/delegate.php:168
+msgid "Save Settings"
 msgstr ""
 
-#: mod/contacts.php:743
-msgid "Ignored"
+#: mod/settings.php:677 mod/settings.php:703 mod/admin.php:490
+#: mod/admin.php:1796 mod/admin.php:1807 mod/admin.php:1820 mod/admin.php:1836
+#: mod/crepair.php:158
+msgid "Name"
 msgstr ""
 
-#: mod/contacts.php:746
-msgid "Only show ignored contacts"
+#: mod/settings.php:678 mod/settings.php:704
+msgid "Consumer Key"
 msgstr ""
 
-#: mod/contacts.php:751
-msgid "Archived"
+#: mod/settings.php:679 mod/settings.php:705
+msgid "Consumer Secret"
 msgstr ""
 
-#: mod/contacts.php:754
-msgid "Only show archived contacts"
+#: mod/settings.php:680 mod/settings.php:706
+msgid "Redirect"
 msgstr ""
 
-#: mod/contacts.php:759
-msgid "Hidden"
+#: mod/settings.php:681 mod/settings.php:707
+msgid "Icon url"
 msgstr ""
 
-#: mod/contacts.php:762
-msgid "Only show hidden contacts"
+#: mod/settings.php:692
+msgid "You can't edit this application."
 msgstr ""
 
-#: mod/contacts.php:818
-msgid "Search your contacts"
+#: mod/settings.php:735
+msgid "Connected Apps"
 msgstr ""
 
-#: mod/contacts.php:826 mod/settings.php:170 mod/settings.php:701
-msgid "Update"
+#: mod/settings.php:739
+msgid "Client key starts with"
 msgstr ""
 
-#: mod/contacts.php:829 mod/contacts.php:1027
-msgid "Archive"
+#: mod/settings.php:740
+msgid "No name"
 msgstr ""
 
-#: mod/contacts.php:829 mod/contacts.php:1027
-msgid "Unarchive"
+#: mod/settings.php:741
+msgid "Remove authorization"
 msgstr ""
 
-#: mod/contacts.php:832
-msgid "Batch Actions"
+#: mod/settings.php:752
+msgid "No Addon settings configured"
 msgstr ""
 
-#: mod/contacts.php:866 src/Model/Profile.php:899
-msgid "Profile Details"
+#: mod/settings.php:761
+msgid "Addon Settings"
 msgstr ""
 
-#: mod/contacts.php:878
-msgid "View all contacts"
+#: mod/settings.php:775 mod/admin.php:2442 mod/admin.php:2443
+msgid "Off"
 msgstr ""
 
-#: mod/contacts.php:889
-msgid "View all common friends"
+#: mod/settings.php:775 mod/admin.php:2442 mod/admin.php:2443
+msgid "On"
 msgstr ""
 
-#: mod/contacts.php:898
-msgid "Advanced Contact Settings"
+#: mod/settings.php:782
+msgid "Additional Features"
 msgstr ""
 
-#: mod/contacts.php:930
-msgid "Mutual Friendship"
+#: mod/settings.php:805 mod/settings.php:806
+msgid "enabled"
 msgstr ""
 
-#: mod/contacts.php:934
-msgid "is a fan of yours"
+#: mod/settings.php:805 mod/settings.php:806
+msgid "disabled"
 msgstr ""
 
-#: mod/contacts.php:938
-msgid "you are a fan of"
+#: mod/settings.php:805 mod/settings.php:806
+#, php-format
+msgid "Built-in support for %s connectivity is %s"
 msgstr ""
 
-#: mod/contacts.php:1013
-msgid "Toggle Blocked status"
+#: mod/settings.php:806
+msgid "GNU Social (OStatus)"
 msgstr ""
 
-#: mod/contacts.php:1021
-msgid "Toggle Ignored status"
+#: mod/settings.php:837
+msgid "Email access is disabled on this site."
 msgstr ""
 
-#: mod/contacts.php:1029
-msgid "Toggle Archive status"
+#: mod/settings.php:847
+msgid "General Social Media Settings"
 msgstr ""
 
-#: mod/contacts.php:1037
-msgid "Delete contact"
+#: mod/settings.php:848
+msgid "Disable Content Warning"
 msgstr ""
 
-#: mod/_tos.php:48 mod/register.php:288 mod/admin.php:188 mod/admin.php:302
-#: src/Module/Tos.php:48
-msgid "Terms of Service"
+#: mod/settings.php:848
+msgid ""
+"Users on networks like Mastodon or Pleroma are able to set a content warning "
+"field which collapse their post by default. This disables the automatic "
+"collapsing and sets the content warning as the post title. Doesn't affect "
+"any other content filtering you eventually set up."
 msgstr ""
 
-#: mod/_tos.php:51 src/Module/Tos.php:51
-msgid "Privacy Statement"
+#: mod/settings.php:849
+msgid "Disable intelligent shortening"
 msgstr ""
 
-#: mod/_tos.php:52 src/Module/Tos.php:52
+#: mod/settings.php:849
 msgid ""
-"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."
+"Normally the system tries to find the best link to add to shortened posts. "
+"If this option is enabled then every shortened post will always point to the "
+"original friendica post."
 msgstr ""
 
-#: mod/_tos.php:53 src/Module/Tos.php:53
-#, php-format
+#: mod/settings.php:850
+msgid "Automatically follow any GNU Social (OStatus) followers/mentioners"
+msgstr ""
+
+#: mod/settings.php:850
 msgid ""
-"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."
+"If you receive a message from an unknown OStatus user, this option decides "
+"what to do. If it is checked, a new contact will be created for every "
+"unknown user."
 msgstr ""
 
-#: mod/friendica.php:77
-msgid "This is Friendica, version"
+#: mod/settings.php:851
+msgid "Default group for OStatus contacts"
 msgstr ""
 
-#: mod/friendica.php:78
-msgid "running at web location"
+#: mod/settings.php:852
+msgid "Your legacy GNU Social account"
 msgstr ""
 
-#: mod/friendica.php:82
+#: mod/settings.php:852
 msgid ""
-"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
-"about the Friendica project."
+"If you enter your old GNU Social/Statusnet account name here (in the format "
+"user@domain.tld), your contacts will be added automatically. The field will "
+"be emptied when done."
 msgstr ""
 
-#: mod/friendica.php:86
-msgid "Bug reports and issues: please visit"
+#: mod/settings.php:855
+msgid "Repair OStatus subscriptions"
 msgstr ""
 
-#: mod/friendica.php:86
-msgid "the bugtracker at github"
+#: mod/settings.php:859
+msgid "Email/Mailbox Setup"
 msgstr ""
 
-#: mod/friendica.php:89
+#: mod/settings.php:860
 msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
+"If you wish to communicate with email contacts using this service "
+"(optional), please specify how to connect to your mailbox."
 msgstr ""
 
-#: mod/friendica.php:103
-msgid "Installed addons/apps:"
+#: mod/settings.php:861
+msgid "Last successful email check:"
 msgstr ""
 
-#: mod/friendica.php:117
-msgid "No installed addons/apps"
+#: mod/settings.php:863
+msgid "IMAP server name:"
 msgstr ""
 
-#: mod/friendica.php:122
-#, php-format
-msgid "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
+#: mod/settings.php:864
+msgid "IMAP port:"
 msgstr ""
 
-#: mod/friendica.php:127
-msgid "On this server the following remote servers are blocked."
+#: mod/settings.php:865
+msgid "Security:"
 msgstr ""
 
-#: mod/friendica.php:128 mod/admin.php:354 mod/admin.php:372
-msgid "Reason for the block"
+#: mod/settings.php:865 mod/settings.php:870
+msgid "None"
 msgstr ""
 
-#: mod/lostpass.php:27
-msgid "No valid account found."
+#: mod/settings.php:866
+msgid "Email login name:"
 msgstr ""
 
-#: mod/lostpass.php:39
-msgid "Password reset request issued. Check your email."
+#: mod/settings.php:867
+msgid "Email password:"
 msgstr ""
 
-#: mod/lostpass.php:45
-#, php-format
-msgid ""
-"\n"
-"\t\tDear %1$s,\n"
-"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
-"\t\tpassword. In order to confirm this request, please select the "
-"verification link\n"
-"\t\tbelow or paste it into your web browser address bar.\n"
-"\n"
-"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
-"\t\tprovided and ignore and/or delete this email, the request will expire "
-"shortly.\n"
-"\n"
-"\t\tYour password will not be changed unless we can verify that you\n"
-"\t\tissued this request."
+#: mod/settings.php:868
+msgid "Reply-to address:"
 msgstr ""
 
-#: mod/lostpass.php:56
+#: mod/settings.php:869
+msgid "Send public posts to all email contacts:"
+msgstr ""
+
+#: mod/settings.php:870
+msgid "Action after import:"
+msgstr ""
+
+#: mod/settings.php:870
+msgid "Move to folder"
+msgstr ""
+
+#: mod/settings.php:871
+msgid "Move to folder:"
+msgstr ""
+
+#: mod/settings.php:905 mod/admin.php:1236
+msgid "No special theme for mobile devices"
+msgstr ""
+
+#: mod/settings.php:914
 #, php-format
-msgid ""
-"\n"
-"\t\tFollow this link soon to verify your identity:\n"
-"\n"
-"\t\t%1$s\n"
-"\n"
-"\t\tYou will then receive a follow-up message containing the new password.\n"
-"\t\tYou may change that password from your account settings page after "
-"logging in.\n"
-"\n"
-"\t\tThe login details are as follows:\n"
-"\n"
-"\t\tSite Location:\t%2$s\n"
-"\t\tLogin Name:\t%3$s"
+msgid "%s - (Unsupported)"
 msgstr ""
 
-#: mod/lostpass.php:73
+#: mod/settings.php:916
 #, php-format
-msgid "Password reset requested at %s"
+msgid "%s - (Experimental)"
 msgstr ""
 
-#: mod/lostpass.php:89
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
+#: mod/settings.php:959
+msgid "Display Settings"
 msgstr ""
 
-#: mod/lostpass.php:102
-msgid "Request has expired, please make a new one."
+#: mod/settings.php:965 mod/settings.php:989
+msgid "Display Theme:"
 msgstr ""
 
-#: mod/lostpass.php:117
-msgid "Forgot your Password?"
+#: mod/settings.php:966
+msgid "Mobile Theme:"
 msgstr ""
 
-#: mod/lostpass.php:118
+#: mod/settings.php:967
+msgid "Suppress warning of insecure networks"
+msgstr ""
+
+#: mod/settings.php:967
 msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
+"Should the system suppress the warning that the current group contains "
+"members of networks that can't receive non public postings."
 msgstr ""
 
-#: mod/lostpass.php:119 src/Module/Login.php:314
-msgid "Nickname or Email: "
+#: mod/settings.php:968
+msgid "Update browser every xx seconds"
 msgstr ""
 
-#: mod/lostpass.php:120
-msgid "Reset"
+#: mod/settings.php:968
+msgid "Minimum of 10 seconds. Enter -1 to disable it."
 msgstr ""
 
-#: mod/lostpass.php:136 src/Module/Login.php:326
-msgid "Password Reset"
+#: mod/settings.php:969
+msgid "Number of items to display per page:"
 msgstr ""
 
-#: mod/lostpass.php:137
-msgid "Your password has been reset as requested."
+#: mod/settings.php:969 mod/settings.php:970
+msgid "Maximum of 100 items"
 msgstr ""
 
-#: mod/lostpass.php:138
-msgid "Your new password is"
+#: mod/settings.php:970
+msgid "Number of items to display per page when viewed from mobile device:"
 msgstr ""
 
-#: mod/lostpass.php:139
-msgid "Save or copy your new password - and then"
+#: mod/settings.php:971
+msgid "Don't show emoticons"
 msgstr ""
 
-#: mod/lostpass.php:140
-msgid "click here to login"
+#: mod/settings.php:972
+msgid "Calendar"
 msgstr ""
 
-#: mod/lostpass.php:141
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
+#: mod/settings.php:973
+msgid "Beginning of week:"
 msgstr ""
 
-#: mod/lostpass.php:149
-#, php-format
-msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tYour password has been changed as requested. Please retain this\n"
-"\t\t\tinformation for your records (or change your password immediately to\n"
-"\t\t\tsomething that you will remember).\n"
-"\t\t"
+#: mod/settings.php:974
+msgid "Don't show notices"
 msgstr ""
 
-#: mod/lostpass.php:155
-#, php-format
+#: mod/settings.php:975
+msgid "Infinite scroll"
+msgstr ""
+
+#: mod/settings.php:976
+msgid "Automatic updates only at the top of the network page"
+msgstr ""
+
+#: mod/settings.php:976
 msgid ""
-"\n"
-"\t\t\tYour login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%1$s\n"
-"\t\t\tLogin Name:\t%2$s\n"
-"\t\t\tPassword:\t%3$s\n"
-"\n"
-"\t\t\tYou may change that password from your account settings page after "
-"logging in.\n"
-"\t\t"
+"When disabled, the network page is updated all the time, which could be "
+"confusing while reading."
 msgstr ""
 
-#: mod/lostpass.php:169
-#, php-format
-msgid "Your password has been changed at %s"
+#: mod/settings.php:977
+msgid "Bandwith Saver Mode"
 msgstr ""
 
-#: mod/register.php:99
+#: mod/settings.php:977
 msgid ""
-"Registration successful. Please check your email for further instructions."
+"When enabled, embedded content is not displayed on automatic updates, they "
+"only show on page reload."
 msgstr ""
 
-#: mod/register.php:103
-#, php-format
+#: mod/settings.php:978
+msgid "Smart Threading"
+msgstr ""
+
+#: mod/settings.php:978
 msgid ""
-"Failed to send email message. Here your accout details:<br> login: %s<br> "
-"password: %s<br><br>You can change your password after login."
+"When enabled, suppress extraneous thread indentation while keeping it where "
+"it matters. Only works if threading is available and enabled."
 msgstr ""
 
-#: mod/register.php:110
-msgid "Registration successful."
+#: mod/settings.php:980
+msgid "General Theme Settings"
 msgstr ""
 
-#: mod/register.php:115
-msgid "Your registration can not be processed."
+#: mod/settings.php:981
+msgid "Custom Theme Settings"
 msgstr ""
 
-#: mod/register.php:162
-msgid "Your registration is pending approval by the site owner."
+#: mod/settings.php:982
+msgid "Content Settings"
 msgstr ""
 
-#: mod/register.php:220
+#: mod/settings.php:983 view/theme/quattro/config.php:75
+#: view/theme/frio/config.php:115 view/theme/vier/config.php:121
+#: view/theme/duepuntozero/config.php:73
+msgid "Theme settings"
+msgstr ""
+
+#: mod/settings.php:1002
+msgid "Unable to find your profile. Please contact your admin."
+msgstr ""
+
+#: mod/settings.php:1044
+msgid "Account Types"
+msgstr ""
+
+#: mod/settings.php:1045
+msgid "Personal Page Subtypes"
+msgstr ""
+
+#: mod/settings.php:1046
+msgid "Community Forum Subtypes"
+msgstr ""
+
+#: mod/settings.php:1053 mod/admin.php:1746
+msgid "Personal Page"
+msgstr ""
+
+#: mod/settings.php:1054
+msgid "Account for a personal profile."
+msgstr ""
+
+#: mod/settings.php:1057 mod/admin.php:1747
+msgid "Organisation Page"
+msgstr ""
+
+#: mod/settings.php:1058
 msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking 'Register'."
+"Account for an organisation that automatically approves contact requests as "
+"\"Followers\"."
 msgstr ""
 
-#: mod/register.php:221
+#: mod/settings.php:1061 mod/admin.php:1748
+msgid "News Page"
+msgstr ""
+
+#: mod/settings.php:1062
 msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
+"Account for a news reflector that automatically approves contact requests as "
+"\"Followers\"."
 msgstr ""
 
-#: mod/register.php:222
-msgid "Your OpenID (optional): "
+#: mod/settings.php:1065 mod/admin.php:1749
+msgid "Community Forum"
 msgstr ""
 
-#: mod/register.php:234
-msgid "Include your profile in member directory?"
+#: mod/settings.php:1066
+msgid "Account for community discussions."
 msgstr ""
 
-#: mod/register.php:259
-msgid "Note for the admin"
+#: mod/settings.php:1069 mod/admin.php:1739
+msgid "Normal Account Page"
 msgstr ""
 
-#: mod/register.php:259
-msgid "Leave a message for the admin, why you want to join this node"
+#: mod/settings.php:1070
+msgid ""
+"Account for a regular personal profile that requires manual approval of "
+"\"Friends\" and \"Followers\"."
 msgstr ""
 
-#: mod/register.php:260
-msgid "Membership on this site is by invitation only."
+#: mod/settings.php:1073 mod/admin.php:1740
+msgid "Soapbox Page"
 msgstr ""
 
-#: mod/register.php:261
-msgid "Your invitation code: "
+#: mod/settings.php:1074
+msgid ""
+"Account for a public profile that automatically approves contact requests as "
+"\"Followers\"."
 msgstr ""
 
-#: mod/register.php:264 mod/admin.php:1348
-msgid "Registration"
+#: mod/settings.php:1077 mod/admin.php:1741
+msgid "Public Forum"
 msgstr ""
 
-#: mod/register.php:270
-msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
+#: mod/settings.php:1078
+msgid "Automatically approves all contact requests."
 msgstr ""
 
-#: mod/register.php:271
+#: mod/settings.php:1081 mod/admin.php:1742
+msgid "Automatic Friend Page"
+msgstr ""
+
+#: mod/settings.php:1082
 msgid ""
-"Your Email Address: (Initial information will be send there, so this has to "
-"be an existing address.)"
+"Account for a popular profile that automatically approves contact requests "
+"as \"Friends\"."
 msgstr ""
 
-#: mod/register.php:273 mod/settings.php:1201
-msgid "New Password:"
+#: mod/settings.php:1085
+msgid "Private Forum [Experimental]"
 msgstr ""
 
-#: mod/register.php:273
-msgid "Leave empty for an auto generated password."
+#: mod/settings.php:1086
+msgid "Requires manual approval of contact requests."
+msgstr ""
+
+#: mod/settings.php:1097
+msgid "OpenID:"
+msgstr ""
+
+#: mod/settings.php:1097
+msgid "(Optional) Allow this OpenID to login to this account."
 msgstr ""
 
-#: mod/register.php:274 mod/settings.php:1202
-msgid "Confirm:"
+#: mod/settings.php:1105
+msgid "Publish your default profile in your local site directory?"
 msgstr ""
 
-#: mod/register.php:275
+#: mod/settings.php:1105
 #, php-format
 msgid ""
-"Choose a profile nickname. This must begin with a text character. Your "
-"profile address on this site will then be '<strong>nickname@%s</strong>'."
-msgstr ""
-
-#: mod/register.php:276
-msgid "Choose a nickname: "
+"Your profile will be published in the global friendica directories (e.g. <a "
+"href=\"%s\">%s</a>). Your profile will be visible in public."
 msgstr ""
 
-#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283
-msgid "Register"
+#: mod/settings.php:1111
+msgid "Publish your default profile in the global social directory?"
 msgstr ""
 
-#: mod/register.php:286
-msgid "Import your profile to this friendica instance"
+#: mod/settings.php:1111
+#, php-format
+msgid ""
+"Your profile will be published in this node's <a href=\"%s\">local "
+"directory</a>. Your profile details may be publicly visible depending on the "
+"system settings."
 msgstr ""
 
-#: mod/admin.php:106
-msgid "Theme settings updated."
+#: mod/settings.php:1118
+msgid "Hide your contact/friend list from viewers of your default profile?"
 msgstr ""
 
-#: mod/admin.php:179 src/Content/Nav.php:174
-msgid "Information"
+#: mod/settings.php:1118
+msgid ""
+"Your contact list won't be shown in your default profile page. You can "
+"decide to show your contact list separately for each additional profile you "
+"create"
 msgstr ""
 
-#: mod/admin.php:180
-msgid "Overview"
+#: mod/settings.php:1122
+msgid "Hide your profile details from anonymous viewers?"
 msgstr ""
 
-#: mod/admin.php:181 mod/admin.php:718
-msgid "Federation Statistics"
+#: mod/settings.php:1122
+msgid ""
+"Anonymous visitors will only see your profile picture, your display name and "
+"the nickname you are using on your profile page. Disables posting public "
+"messages to Diaspora and other networks."
 msgstr ""
 
-#: mod/admin.php:182
-msgid "Configuration"
+#: mod/settings.php:1126
+msgid "Allow friends to post to your profile page?"
 msgstr ""
 
-#: mod/admin.php:183 mod/admin.php:1345
-msgid "Site"
+#: mod/settings.php:1126
+msgid ""
+"Your contacts may write posts on your profile wall. These posts will be "
+"distributed to your contacts"
 msgstr ""
 
-#: mod/admin.php:184 mod/admin.php:1273 mod/admin.php:1788 mod/admin.php:1804
-msgid "Users"
+#: mod/settings.php:1130
+msgid "Allow friends to tag your posts?"
 msgstr ""
 
-#: mod/admin.php:185 mod/admin.php:1904 mod/admin.php:1964 mod/settings.php:86
-msgid "Addons"
+#: mod/settings.php:1130
+msgid "Your contacts can add additional tags to your posts."
 msgstr ""
 
-#: mod/admin.php:186 mod/admin.php:2173 mod/admin.php:2217
-msgid "Themes"
+#: mod/settings.php:1134
+msgid "Allow us to suggest you as a potential friend to new members?"
 msgstr ""
 
-#: mod/admin.php:187 mod/settings.php:64
-msgid "Additional features"
+#: mod/settings.php:1134
+msgid "If you like, Friendica may suggest new members to add you as a contact."
 msgstr ""
 
-#: mod/admin.php:189
-msgid "Database"
+#: mod/settings.php:1138
+msgid "Permit unknown people to send you private mail?"
 msgstr ""
 
-#: mod/admin.php:190
-msgid "DB updates"
+#: mod/settings.php:1138
+msgid ""
+"Friendica network users may send you private messages even if they are not "
+"in your contact list."
 msgstr ""
 
-#: mod/admin.php:191 mod/admin.php:753
-msgid "Inspect Queue"
+#: mod/settings.php:1142
+msgid "Profile is <strong>not published</strong>."
 msgstr ""
 
-#: mod/admin.php:192
-msgid "Tools"
+#: mod/settings.php:1148
+#, php-format
+msgid "Your Identity Address is <strong>'%s'</strong> or '%s'."
 msgstr ""
 
-#: mod/admin.php:193
-msgid "Contact Blocklist"
+#: mod/settings.php:1155
+msgid "Automatically expire posts after this many days:"
 msgstr ""
 
-#: mod/admin.php:194 mod/admin.php:362
-msgid "Server Blocklist"
+#: mod/settings.php:1155
+msgid "If empty, posts will not expire. Expired posts will be deleted"
 msgstr ""
 
-#: mod/admin.php:195 mod/admin.php:521
-msgid "Delete Item"
+#: mod/settings.php:1156
+msgid "Advanced expiration settings"
 msgstr ""
 
-#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2291
-msgid "Logs"
+#: mod/settings.php:1157
+msgid "Advanced Expiration"
 msgstr ""
 
-#: mod/admin.php:198 mod/admin.php:2358
-msgid "View Logs"
+#: mod/settings.php:1158
+msgid "Expire posts:"
 msgstr ""
 
-#: mod/admin.php:200
-msgid "Diagnostics"
+#: mod/settings.php:1159
+msgid "Expire personal notes:"
 msgstr ""
 
-#: mod/admin.php:201
-msgid "PHP Info"
+#: mod/settings.php:1160
+msgid "Expire starred posts:"
 msgstr ""
 
-#: mod/admin.php:202
-msgid "probe address"
+#: mod/settings.php:1161
+msgid "Expire photos:"
 msgstr ""
 
-#: mod/admin.php:203
-msgid "check webfinger"
+#: mod/settings.php:1162
+msgid "Only expire posts by others:"
 msgstr ""
 
-#: mod/admin.php:222 src/Content/Nav.php:217
-msgid "Admin"
+#: mod/settings.php:1192
+msgid "Account Settings"
 msgstr ""
 
-#: mod/admin.php:223
-msgid "Addon Features"
+#: mod/settings.php:1200
+msgid "Password Settings"
 msgstr ""
 
-#: mod/admin.php:224
-msgid "User registrations waiting for confirmation"
+#: mod/settings.php:1201 mod/register.php:273
+msgid "New Password:"
 msgstr ""
 
-#: mod/admin.php:301 mod/admin.php:361 mod/admin.php:478 mod/admin.php:520
-#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1344
-#: mod/admin.php:1787 mod/admin.php:1903 mod/admin.php:1963 mod/admin.php:2172
-#: mod/admin.php:2216 mod/admin.php:2290 mod/admin.php:2357
-msgid "Administration"
+#: mod/settings.php:1202 mod/register.php:274
+msgid "Confirm:"
 msgstr ""
 
-#: mod/admin.php:303
-msgid "Display Terms of Service"
+#: mod/settings.php:1202
+msgid "Leave password fields blank unless changing"
 msgstr ""
 
-#: mod/admin.php:303
-msgid ""
-"Enable the Terms of Service page. If this is enabled a link to the terms "
-"will be added to the registration form and the general information page."
+#: mod/settings.php:1203
+msgid "Current Password:"
 msgstr ""
 
-#: mod/admin.php:304
-msgid "Display Privacy Statement"
+#: mod/settings.php:1203 mod/settings.php:1204
+msgid "Your current password to confirm the changes"
 msgstr ""
 
-#: mod/admin.php:304
-#, php-format
-msgid ""
-"Show some informations regarding the needed information to operate the node "
-"according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
+#: mod/settings.php:1204
+msgid "Password:"
 msgstr ""
 
-#: mod/admin.php:305
-msgid "The Terms of Service"
+#: mod/settings.php:1208
+msgid "Basic Settings"
 msgstr ""
 
-#: mod/admin.php:305
-msgid ""
-"Enter the Terms of Service for your node here. You can use BBCode. Headers "
-"of sections should be [h2] and below."
+#: mod/settings.php:1210
+msgid "Email Address:"
 msgstr ""
 
-#: mod/admin.php:353
-msgid "The blocked domain"
+#: mod/settings.php:1211
+msgid "Your Timezone:"
 msgstr ""
 
-#: mod/admin.php:354 mod/admin.php:367
-msgid "The reason why you blocked this domain."
+#: mod/settings.php:1212
+msgid "Your Language:"
 msgstr ""
 
-#: mod/admin.php:355
-msgid "Delete domain"
+#: mod/settings.php:1212
+msgid ""
+"Set the language we use to show you friendica interface and to send you "
+"emails"
 msgstr ""
 
-#: mod/admin.php:355
-msgid "Check to delete this entry from the blocklist"
+#: mod/settings.php:1213
+msgid "Default Post Location:"
 msgstr ""
 
-#: mod/admin.php:363
-msgid ""
-"This page can be used to define a black list of servers from the federated "
-"network that are not allowed to interact with your node. For all entered "
-"domains you should also give a reason why you have blocked the remote server."
+#: mod/settings.php:1214
+msgid "Use Browser Location:"
 msgstr ""
 
-#: mod/admin.php:364
-msgid ""
-"The list of blocked servers will be made publically available on the /"
-"friendica page so that your users and people investigating communication "
-"problems can find the reason easily."
+#: mod/settings.php:1217
+msgid "Security and Privacy Settings"
 msgstr ""
 
-#: mod/admin.php:365
-msgid "Add new entry to block list"
+#: mod/settings.php:1219
+msgid "Maximum Friend Requests/Day:"
 msgstr ""
 
-#: mod/admin.php:366
-msgid "Server Domain"
+#: mod/settings.php:1219 mod/settings.php:1248
+msgid "(to prevent spam abuse)"
 msgstr ""
 
-#: mod/admin.php:366
-msgid ""
-"The domain of the new server to add to the block list. Do not include the "
-"protocol."
+#: mod/settings.php:1220
+msgid "Default Post Permissions"
 msgstr ""
 
-#: mod/admin.php:367
-msgid "Block reason"
+#: mod/settings.php:1221
+msgid "(click to open/close)"
 msgstr ""
 
-#: mod/admin.php:368
-msgid "Add Entry"
+#: mod/settings.php:1229 mod/photos.php:1106 mod/photos.php:1449
+msgid "Show to Groups"
 msgstr ""
 
-#: mod/admin.php:369
-msgid "Save changes to the blocklist"
+#: mod/settings.php:1230 mod/photos.php:1107 mod/photos.php:1450
+msgid "Show to Contacts"
 msgstr ""
 
-#: mod/admin.php:370
-msgid "Current Entries in the Blocklist"
+#: mod/settings.php:1231
+msgid "Default Private Post"
 msgstr ""
 
-#: mod/admin.php:373
-msgid "Delete entry from blocklist"
+#: mod/settings.php:1232
+msgid "Default Public Post"
 msgstr ""
 
-#: mod/admin.php:376
-msgid "Delete entry from blocklist?"
+#: mod/settings.php:1236
+msgid "Default Permissions for New Posts"
 msgstr ""
 
-#: mod/admin.php:402
-msgid "Server added to blocklist."
+#: mod/settings.php:1248
+msgid "Maximum private messages per day from unknown people:"
 msgstr ""
 
-#: mod/admin.php:418
-msgid "Site blocklist updated."
+#: mod/settings.php:1251
+msgid "Notification Settings"
 msgstr ""
 
-#: mod/admin.php:441 src/Core/Console/GlobalCommunityBlock.php:72
-msgid "The contact has been blocked from the node"
+#: mod/settings.php:1252
+msgid "By default post a status message when:"
 msgstr ""
 
-#: mod/admin.php:443 src/Core/Console/GlobalCommunityBlock.php:69
-#, php-format
-msgid "Could not find any contact entry for this URL (%s)"
+#: mod/settings.php:1253
+msgid "accepting a friend request"
 msgstr ""
 
-#: mod/admin.php:450
-#, php-format
-msgid "%s contact unblocked"
-msgid_plural "%s contacts unblocked"
-msgstr[0] ""
-msgstr[1] ""
+#: mod/settings.php:1254
+msgid "joining a forum/community"
+msgstr ""
 
-#: mod/admin.php:479
-msgid "Remote Contact Blocklist"
+#: mod/settings.php:1255
+msgid "making an <em>interesting</em> profile change"
 msgstr ""
 
-#: mod/admin.php:480
-msgid ""
-"This page allows you to prevent any message from a remote contact to reach "
-"your node."
+#: mod/settings.php:1256
+msgid "Send a notification email when:"
 msgstr ""
 
-#: mod/admin.php:481
-msgid "Block Remote Contact"
+#: mod/settings.php:1257
+msgid "You receive an introduction"
 msgstr ""
 
-#: mod/admin.php:482 mod/admin.php:1790
-msgid "select all"
+#: mod/settings.php:1258
+msgid "Your introductions are confirmed"
 msgstr ""
 
-#: mod/admin.php:483
-msgid "select none"
+#: mod/settings.php:1259
+msgid "Someone writes on your profile wall"
 msgstr ""
 
-#: mod/admin.php:486
-msgid "No remote contact is blocked from this node."
+#: mod/settings.php:1260
+msgid "Someone writes a followup comment"
 msgstr ""
 
-#: mod/admin.php:488
-msgid "Blocked Remote Contacts"
+#: mod/settings.php:1261
+msgid "You receive a private message"
 msgstr ""
 
-#: mod/admin.php:489
-msgid "Block New Remote Contact"
+#: mod/settings.php:1262
+msgid "You receive a friend suggestion"
 msgstr ""
 
-#: mod/admin.php:490
-msgid "Photo"
+#: mod/settings.php:1263
+msgid "You are tagged in a post"
 msgstr ""
 
-#: mod/admin.php:498
-#, php-format
-msgid "%s total blocked contact"
-msgid_plural "%s total blocked contacts"
-msgstr[0] ""
-msgstr[1] ""
+#: mod/settings.php:1264
+msgid "You are poked/prodded/etc. in a post"
+msgstr ""
 
-#: mod/admin.php:500
-msgid "URL of the remote contact to block."
+#: mod/settings.php:1266
+msgid "Activate desktop notifications"
 msgstr ""
 
-#: mod/admin.php:522
-msgid "Delete this Item"
+#: mod/settings.php:1266
+msgid "Show desktop popup on new notifications"
 msgstr ""
 
-#: mod/admin.php:523
-msgid ""
-"On this page you can delete an item from your node. If the item is a top "
-"level posting, the entire thread will be deleted."
+#: mod/settings.php:1268
+msgid "Text-only notification emails"
 msgstr ""
 
-#: mod/admin.php:524
-msgid ""
-"You need to know the GUID of the item. You can find it e.g. by looking at "
-"the display URL. The last part of http://example.com/display/123456 is the "
-"GUID, here 123456."
+#: mod/settings.php:1270
+msgid "Send text only notification emails, without the html part"
 msgstr ""
 
-#: mod/admin.php:525
-msgid "GUID"
+#: mod/settings.php:1272
+msgid "Show detailled notifications"
 msgstr ""
 
-#: mod/admin.php:525
-msgid "The GUID of the item you want to delete."
+#: mod/settings.php:1274
+msgid ""
+"Per default, notifications are condensed to a single notification per item. "
+"When enabled every notification is displayed."
 msgstr ""
 
-#: mod/admin.php:564
-msgid "Item marked for deletion."
+#: mod/settings.php:1276
+msgid "Advanced Account/Page Type Settings"
 msgstr ""
 
-#: mod/admin.php:635
-msgid "unknown"
+#: mod/settings.php:1277
+msgid "Change the behaviour of this account for special situations"
 msgstr ""
 
-#: mod/admin.php:711
-msgid ""
-"This page offers you some numbers to the known part of the federated social "
-"network your Friendica node is part of. These numbers are not complete but "
-"only reflect the part of the network your node is aware of."
+#: mod/settings.php:1280
+msgid "Relocate"
 msgstr ""
 
-#: mod/admin.php:712
+#: mod/settings.php:1281
 msgid ""
-"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
-"will improve the data displayed here."
+"If you have moved this profile from another server, and some of your "
+"contacts don't receive your updates, try pushing this button."
 msgstr ""
 
-#: mod/admin.php:724
-#, php-format
-msgid ""
-"Currently this node is aware of %d nodes with %d registered users from the "
-"following platforms:"
+#: mod/settings.php:1282
+msgid "Resend relocate message to contacts"
 msgstr ""
 
-#: mod/admin.php:755
-msgid "ID"
+#: mod/regmod.php:68
+msgid "Account approved."
 msgstr ""
 
-#: mod/admin.php:756
-msgid "Recipient Name"
+#: mod/regmod.php:93
+#, php-format
+msgid "Registration revoked for %s"
 msgstr ""
 
-#: mod/admin.php:757
-msgid "Recipient Profile"
+#: mod/regmod.php:102
+msgid "Please login."
 msgstr ""
 
-#: mod/admin.php:758 src/Core/NotificationsManager.php:178
-#: src/Content/Nav.php:178 view/theme/frio/theme.php:266
-msgid "Network"
+#: mod/group.php:36
+msgid "Group created."
 msgstr ""
 
-#: mod/admin.php:759
-msgid "Created"
+#: mod/group.php:42
+msgid "Could not create group."
 msgstr ""
 
-#: mod/admin.php:760
-msgid "Last Tried"
+#: mod/group.php:56 mod/group.php:157
+msgid "Group not found."
 msgstr ""
 
-#: mod/admin.php:761
-msgid ""
-"This page lists the content of the queue for outgoing postings. These are "
-"postings the initial delivery failed for. They will be resend later and "
-"eventually deleted if the delivery fails permanently."
+#: mod/group.php:70
+msgid "Group name changed."
 msgstr ""
 
-#: mod/admin.php:785
-#, php-format
-msgid ""
-"Your DB still runs with MyISAM tables. You should change the engine type to "
-"InnoDB. As Friendica will use InnoDB only features in the future, you should "
-"change this! See <a href=\"%s\">here</a> for a guide that may be helpful "
-"converting the table engines. You may also use the command <tt>php bin/"
-"console.php dbstructure toinnodb</tt> of your Friendica installation for an "
-"automatic conversion.<br />"
+#: mod/group.php:83 mod/profperm.php:28 index.php:443
+msgid "Permission denied"
 msgstr ""
 
-#: mod/admin.php:792
-#, php-format
-msgid ""
-"There is a new version of Friendica available for download. Your current "
-"version is %1$s, upstream version is %2$s"
+#: mod/group.php:97
+msgid "Save Group"
 msgstr ""
 
-#: mod/admin.php:802
-msgid ""
-"The database update failed. Please run \"php bin/console.php dbstructure "
-"update\" from the command line and have a look at the errors that might "
-"appear."
+#: mod/group.php:102
+msgid "Create a group of contacts/friends."
 msgstr ""
 
-#: mod/admin.php:808
-msgid "The worker was never executed. Please check your database structure!"
+#: mod/group.php:127
+msgid "Group removed."
 msgstr ""
 
-#: mod/admin.php:811
-#, php-format
-msgid ""
-"The last worker execution was on %s UTC. This is older than one hour. Please "
-"check your crontab settings."
+#: mod/group.php:129
+msgid "Unable to remove group."
 msgstr ""
 
-#: mod/admin.php:816 mod/admin.php:1739
-msgid "Normal Account"
+#: mod/group.php:192
+msgid "Delete Group"
 msgstr ""
 
-#: mod/admin.php:817 mod/admin.php:1740
-msgid "Automatic Follower Account"
+#: mod/group.php:198
+msgid "Group Editor"
 msgstr ""
 
-#: mod/admin.php:818 mod/admin.php:1741
-msgid "Public Forum Account"
+#: mod/group.php:203
+msgid "Edit Group Name"
 msgstr ""
 
-#: mod/admin.php:819 mod/admin.php:1742
-msgid "Automatic Friend Account"
+#: mod/group.php:213
+msgid "Members"
 msgstr ""
 
-#: mod/admin.php:820
-msgid "Blog Account"
+#: mod/group.php:215 mod/contacts.php:719
+msgid "All Contacts"
 msgstr ""
 
-#: mod/admin.php:821
-msgid "Private Forum Account"
+#: mod/group.php:229
+msgid "Remove Contact"
 msgstr ""
 
-#: mod/admin.php:843
-msgid "Message queues"
+#: mod/group.php:253
+msgid "Add Contact"
 msgstr ""
 
-#: mod/admin.php:849
-msgid "Summary"
+#: mod/group.php:265 mod/profperm.php:115
+msgid "Click on a contact to add or remove."
 msgstr ""
 
-#: mod/admin.php:851
-msgid "Registered users"
+#: mod/fbrowser.php:131
+msgid "Files"
 msgstr ""
 
-#: mod/admin.php:853
-msgid "Pending registrations"
+#: mod/admin.php:106
+msgid "Theme settings updated."
 msgstr ""
 
-#: mod/admin.php:854
-msgid "Version"
+#: mod/admin.php:180
+msgid "Overview"
 msgstr ""
 
-#: mod/admin.php:859
-msgid "Active addons"
+#: mod/admin.php:181 mod/admin.php:718
+msgid "Federation Statistics"
 msgstr ""
 
-#: mod/admin.php:890
-msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+#: mod/admin.php:182
+msgid "Configuration"
 msgstr ""
 
-#: mod/admin.php:1209
-msgid "Site settings updated."
+#: mod/admin.php:183 mod/admin.php:1345
+msgid "Site"
 msgstr ""
 
-#: mod/admin.php:1236 mod/settings.php:905
-msgid "No special theme for mobile devices"
+#: mod/admin.php:184 mod/admin.php:1273 mod/admin.php:1802 mod/admin.php:1818
+msgid "Users"
 msgstr ""
 
-#: mod/admin.php:1265
-msgid "No community page"
+#: mod/admin.php:186 mod/admin.php:2187 mod/admin.php:2231
+msgid "Themes"
 msgstr ""
 
-#: mod/admin.php:1266
-msgid "Public postings from users of this site"
+#: mod/admin.php:189
+msgid "Database"
 msgstr ""
 
-#: mod/admin.php:1267
-msgid "Public postings from the federated network"
+#: mod/admin.php:190
+msgid "DB updates"
 msgstr ""
 
-#: mod/admin.php:1268
-msgid "Public postings from local users and the federated network"
+#: mod/admin.php:191 mod/admin.php:753
+msgid "Inspect Queue"
 msgstr ""
 
-#: mod/admin.php:1274
-msgid "Users, Global Contacts"
+#: mod/admin.php:192
+msgid "Tools"
 msgstr ""
 
-#: mod/admin.php:1275
-msgid "Users, Global Contacts/fallback"
+#: mod/admin.php:193
+msgid "Contact Blocklist"
 msgstr ""
 
-#: mod/admin.php:1279
-msgid "One month"
+#: mod/admin.php:194 mod/admin.php:362
+msgid "Server Blocklist"
 msgstr ""
 
-#: mod/admin.php:1280
-msgid "Three months"
+#: mod/admin.php:195 mod/admin.php:521
+msgid "Delete Item"
 msgstr ""
 
-#: mod/admin.php:1281
-msgid "Half a year"
+#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2305
+msgid "Logs"
 msgstr ""
 
-#: mod/admin.php:1282
-msgid "One year"
+#: mod/admin.php:198 mod/admin.php:2372
+msgid "View Logs"
 msgstr ""
 
-#: mod/admin.php:1287
-msgid "Multi user instance"
+#: mod/admin.php:200
+msgid "Diagnostics"
 msgstr ""
 
-#: mod/admin.php:1310
-msgid "Closed"
+#: mod/admin.php:201
+msgid "PHP Info"
 msgstr ""
 
-#: mod/admin.php:1311
-msgid "Requires approval"
+#: mod/admin.php:202
+msgid "probe address"
 msgstr ""
 
-#: mod/admin.php:1312
-msgid "Open"
+#: mod/admin.php:203
+msgid "check webfinger"
 msgstr ""
 
-#: mod/admin.php:1316
-msgid "No SSL policy, links will track page SSL state"
+#: mod/admin.php:223
+msgid "Addon Features"
 msgstr ""
 
-#: mod/admin.php:1317
-msgid "Force all links to use SSL"
+#: mod/admin.php:224
+msgid "User registrations waiting for confirmation"
 msgstr ""
 
-#: mod/admin.php:1318
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+#: mod/admin.php:301 mod/admin.php:361 mod/admin.php:478 mod/admin.php:520
+#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1344
+#: mod/admin.php:1801 mod/admin.php:1917 mod/admin.php:1977 mod/admin.php:2186
+#: mod/admin.php:2230 mod/admin.php:2304 mod/admin.php:2371
+msgid "Administration"
 msgstr ""
 
-#: mod/admin.php:1322
-msgid "Don't check"
+#: mod/admin.php:303
+msgid "Display Terms of Service"
 msgstr ""
 
-#: mod/admin.php:1323
-msgid "check the stable version"
+#: mod/admin.php:303
+msgid ""
+"Enable the Terms of Service page. If this is enabled a link to the terms "
+"will be added to the registration form and the general information page."
 msgstr ""
 
-#: mod/admin.php:1324
-msgid "check the development version"
+#: mod/admin.php:304
+msgid "Display Privacy Statement"
 msgstr ""
 
-#: mod/admin.php:1347
-msgid "Republish users to directory"
+#: mod/admin.php:304
+#, php-format
+msgid ""
+"Show some informations regarding the needed information to operate the node "
+"according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
 msgstr ""
 
-#: mod/admin.php:1349
-msgid "File upload"
+#: mod/admin.php:305
+msgid "The Terms of Service"
 msgstr ""
 
-#: mod/admin.php:1350
-msgid "Policies"
+#: mod/admin.php:305
+msgid ""
+"Enter the Terms of Service for your node here. You can use BBCode. Headers "
+"of sections should be [h2] and below."
 msgstr ""
 
-#: mod/admin.php:1352
-msgid "Auto Discovered Contact Directory"
+#: mod/admin.php:353
+msgid "The blocked domain"
 msgstr ""
 
-#: mod/admin.php:1353
-msgid "Performance"
+#: mod/admin.php:354 mod/admin.php:367
+msgid "The reason why you blocked this domain."
 msgstr ""
 
-#: mod/admin.php:1354
-msgid "Worker"
+#: mod/admin.php:355
+msgid "Delete domain"
 msgstr ""
 
-#: mod/admin.php:1355
-msgid "Message Relay"
+#: mod/admin.php:355
+msgid "Check to delete this entry from the blocklist"
 msgstr ""
 
-#: mod/admin.php:1356
+#: mod/admin.php:363
 msgid ""
-"Relocate - WARNING: advanced function. Could make this server unreachable."
+"This page can be used to define a black list of servers from the federated "
+"network that are not allowed to interact with your node. For all entered "
+"domains you should also give a reason why you have blocked the remote server."
 msgstr ""
 
-#: mod/admin.php:1359
-msgid "Site name"
+#: mod/admin.php:364
+msgid ""
+"The list of blocked servers will be made publically available on the /"
+"friendica page so that your users and people investigating communication "
+"problems can find the reason easily."
 msgstr ""
 
-#: mod/admin.php:1360
-msgid "Host name"
+#: mod/admin.php:365
+msgid "Add new entry to block list"
 msgstr ""
 
-#: mod/admin.php:1361
-msgid "Sender Email"
+#: mod/admin.php:366
+msgid "Server Domain"
 msgstr ""
 
-#: mod/admin.php:1361
+#: mod/admin.php:366
 msgid ""
-"The email address your server shall use to send notification emails from."
+"The domain of the new server to add to the block list. Do not include the "
+"protocol."
 msgstr ""
 
-#: mod/admin.php:1362
-msgid "Banner/Logo"
+#: mod/admin.php:367
+msgid "Block reason"
 msgstr ""
 
-#: mod/admin.php:1363
-msgid "Shortcut icon"
+#: mod/admin.php:368
+msgid "Add Entry"
 msgstr ""
 
-#: mod/admin.php:1363
-msgid "Link to an icon that will be used for browsers."
+#: mod/admin.php:369
+msgid "Save changes to the blocklist"
 msgstr ""
 
-#: mod/admin.php:1364
-msgid "Touch icon"
+#: mod/admin.php:370
+msgid "Current Entries in the Blocklist"
 msgstr ""
 
-#: mod/admin.php:1364
-msgid "Link to an icon that will be used for tablets and mobiles."
+#: mod/admin.php:373
+msgid "Delete entry from blocklist"
 msgstr ""
 
-#: mod/admin.php:1365
-msgid "Additional Info"
+#: mod/admin.php:376
+msgid "Delete entry from blocklist?"
 msgstr ""
 
-#: mod/admin.php:1365
-#, php-format
-msgid ""
-"For public servers: you can add additional information here that will be "
-"listed at %s/servers."
+#: mod/admin.php:402
+msgid "Server added to blocklist."
 msgstr ""
 
-#: mod/admin.php:1366
-msgid "System language"
+#: mod/admin.php:418
+msgid "Site blocklist updated."
 msgstr ""
 
-#: mod/admin.php:1367
-msgid "System theme"
+#: mod/admin.php:450
+#, php-format
+msgid "%s contact unblocked"
+msgid_plural "%s contacts unblocked"
+msgstr[0] ""
+msgstr[1] ""
+
+#: mod/admin.php:479
+msgid "Remote Contact Blocklist"
 msgstr ""
 
-#: mod/admin.php:1367
+#: mod/admin.php:480
 msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
+"This page allows you to prevent any message from a remote contact to reach "
+"your node."
 msgstr ""
 
-#: mod/admin.php:1368
-msgid "Mobile system theme"
+#: mod/admin.php:481
+msgid "Block Remote Contact"
 msgstr ""
 
-#: mod/admin.php:1368
-msgid "Theme for mobile devices"
+#: mod/admin.php:482 mod/admin.php:1804
+msgid "select all"
 msgstr ""
 
-#: mod/admin.php:1369
-msgid "SSL link policy"
+#: mod/admin.php:483
+msgid "select none"
 msgstr ""
 
-#: mod/admin.php:1369
-msgid "Determines whether generated links should be forced to use SSL"
+#: mod/admin.php:484 mod/admin.php:1813 mod/contacts.php:637
+#: mod/contacts.php:827 mod/contacts.php:1011
+msgid "Block"
 msgstr ""
 
-#: mod/admin.php:1370
-msgid "Force SSL"
+#: mod/admin.php:485 mod/admin.php:1814 mod/contacts.php:637
+#: mod/contacts.php:827 mod/contacts.php:1011
+msgid "Unblock"
 msgstr ""
 
-#: mod/admin.php:1370
-msgid ""
-"Force all Non-SSL requests to SSL - Attention: on some systems it could lead "
-"to endless loops."
+#: mod/admin.php:486
+msgid "No remote contact is blocked from this node."
 msgstr ""
 
-#: mod/admin.php:1371
-msgid "Hide help entry from navigation menu"
+#: mod/admin.php:488
+msgid "Blocked Remote Contacts"
 msgstr ""
 
-#: mod/admin.php:1371
-msgid ""
-"Hides the menu entry for the Help pages from the navigation menu. You can "
-"still access it calling /help directly."
+#: mod/admin.php:489
+msgid "Block New Remote Contact"
 msgstr ""
 
-#: mod/admin.php:1372
-msgid "Single user instance"
+#: mod/admin.php:490
+msgid "Photo"
 msgstr ""
 
-#: mod/admin.php:1372
-msgid "Make this instance multi-user or single-user for the named user"
+#: mod/admin.php:490 mod/admin.php:500 mod/unfollow.php:122
+#: mod/notifications.php:258 mod/follow.php:166 mod/contacts.php:656
+msgid "Profile URL"
 msgstr ""
 
-#: mod/admin.php:1373
-msgid "Maximum image size"
+#: mod/admin.php:498
+#, php-format
+msgid "%s total blocked contact"
+msgid_plural "%s total blocked contacts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: mod/admin.php:500
+msgid "URL of the remote contact to block."
 msgstr ""
 
-#: mod/admin.php:1373
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
+#: mod/admin.php:522
+msgid "Delete this Item"
 msgstr ""
 
-#: mod/admin.php:1374
-msgid "Maximum image length"
+#: mod/admin.php:523
+msgid ""
+"On this page you can delete an item from your node. If the item is a top "
+"level posting, the entire thread will be deleted."
 msgstr ""
 
-#: mod/admin.php:1374
+#: mod/admin.php:524
 msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
+"You need to know the GUID of the item. You can find it e.g. by looking at "
+"the display URL. The last part of http://example.com/display/123456 is the "
+"GUID, here 123456."
 msgstr ""
 
-#: mod/admin.php:1375
-msgid "JPEG image quality"
+#: mod/admin.php:525
+msgid "GUID"
 msgstr ""
 
-#: mod/admin.php:1375
-msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
+#: mod/admin.php:525
+msgid "The GUID of the item you want to delete."
 msgstr ""
 
-#: mod/admin.php:1377
-msgid "Register policy"
+#: mod/admin.php:564
+msgid "Item marked for deletion."
 msgstr ""
 
-#: mod/admin.php:1378
-msgid "Maximum Daily Registrations"
+#: mod/admin.php:635
+msgid "unknown"
+msgstr ""
+
+#: mod/admin.php:711
+msgid ""
+"This page offers you some numbers to the known part of the federated social "
+"network your Friendica node is part of. These numbers are not complete but "
+"only reflect the part of the network your node is aware of."
 msgstr ""
 
-#: mod/admin.php:1378
+#: mod/admin.php:712
 msgid ""
-"If registration is permitted above, this sets the maximum number of new user "
-"registrations to accept per day.  If register is set to closed, this setting "
-"has no effect."
+"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
+"will improve the data displayed here."
 msgstr ""
 
-#: mod/admin.php:1379
-msgid "Register text"
+#: mod/admin.php:724
+#, php-format
+msgid ""
+"Currently this node is aware of %d nodes with %d registered users from the "
+"following platforms:"
 msgstr ""
 
-#: mod/admin.php:1379
-msgid ""
-"Will be displayed prominently on the registration page. You can use BBCode "
-"here."
+#: mod/admin.php:755
+msgid "ID"
 msgstr ""
 
-#: mod/admin.php:1380
-msgid "Accounts abandoned after x days"
+#: mod/admin.php:756
+msgid "Recipient Name"
 msgstr ""
 
-#: mod/admin.php:1380
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
+#: mod/admin.php:757
+msgid "Recipient Profile"
 msgstr ""
 
-#: mod/admin.php:1381
-msgid "Allowed friend domains"
+#: mod/admin.php:759
+msgid "Created"
 msgstr ""
 
-#: mod/admin.php:1381
-msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
+#: mod/admin.php:760
+msgid "Last Tried"
 msgstr ""
 
-#: mod/admin.php:1382
-msgid "Allowed email domains"
+#: mod/admin.php:761
+msgid ""
+"This page lists the content of the queue for outgoing postings. These are "
+"postings the initial delivery failed for. They will be resend later and "
+"eventually deleted if the delivery fails permanently."
 msgstr ""
 
-#: mod/admin.php:1382
+#: mod/admin.php:785
+#, php-format
 msgid ""
-"Comma separated list of domains which are allowed in email addresses for "
-"registrations to this site. Wildcards are accepted. Empty to allow any "
-"domains"
+"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 bin/"
+"console.php dbstructure toinnodb</tt> of your Friendica installation for an "
+"automatic conversion.<br />"
 msgstr ""
 
-#: mod/admin.php:1383
-msgid "No OEmbed rich content"
+#: mod/admin.php:792
+#, php-format
+msgid ""
+"There is a new version of Friendica available for download. Your current "
+"version is %1$s, upstream version is %2$s"
 msgstr ""
 
-#: mod/admin.php:1383
+#: mod/admin.php:802
 msgid ""
-"Don't show the rich content (e.g. embedded PDF), except from the domains "
-"listed below."
+"The database update failed. Please run \"php bin/console.php dbstructure "
+"update\" from the command line and have a look at the errors that might "
+"appear."
 msgstr ""
 
-#: mod/admin.php:1384
-msgid "Allowed OEmbed domains"
+#: mod/admin.php:808
+msgid "The worker was never executed. Please check your database structure!"
 msgstr ""
 
-#: mod/admin.php:1384
+#: mod/admin.php:811
+#, php-format
 msgid ""
-"Comma separated list of domains which oembed content is allowed to be "
-"displayed. Wildcards are accepted."
+"The last worker execution was on %s UTC. This is older than one hour. Please "
+"check your crontab settings."
 msgstr ""
 
-#: mod/admin.php:1385
-msgid "Block public"
+#: mod/admin.php:816
+msgid "Normal Account"
 msgstr ""
 
-#: mod/admin.php:1385
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
+#: mod/admin.php:817
+msgid "Automatic Follower Account"
 msgstr ""
 
-#: mod/admin.php:1386
-msgid "Force publish"
+#: mod/admin.php:818
+msgid "Public Forum Account"
 msgstr ""
 
-#: mod/admin.php:1386
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
+#: mod/admin.php:819
+msgid "Automatic Friend Account"
 msgstr ""
 
-#: mod/admin.php:1387
-msgid "Global directory URL"
+#: mod/admin.php:820
+msgid "Blog Account"
 msgstr ""
 
-#: mod/admin.php:1387
-msgid ""
-"URL to the global directory. If this is not set, the global directory is "
-"completely unavailable to the application."
+#: mod/admin.php:821
+msgid "Private Forum Account"
 msgstr ""
 
-#: mod/admin.php:1388
-msgid "Private posts by default for new users"
+#: mod/admin.php:843
+msgid "Message queues"
 msgstr ""
 
-#: mod/admin.php:1388
-msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
+#: mod/admin.php:849
+msgid "Summary"
 msgstr ""
 
-#: mod/admin.php:1389
-msgid "Don't include post content in email notifications"
+#: mod/admin.php:851
+msgid "Registered users"
 msgstr ""
 
-#: mod/admin.php:1389
-msgid ""
-"Don't include the content of a post/comment/private message/etc. in the "
-"email notifications that are sent out from this site, as a privacy measure."
+#: mod/admin.php:853
+msgid "Pending registrations"
 msgstr ""
 
-#: mod/admin.php:1390
-msgid "Disallow public access to addons listed in the apps menu."
+#: mod/admin.php:854
+msgid "Version"
 msgstr ""
 
-#: mod/admin.php:1390
-msgid ""
-"Checking this box will restrict addons listed in the apps menu to members "
-"only."
+#: mod/admin.php:859
+msgid "Active addons"
 msgstr ""
 
-#: mod/admin.php:1391
-msgid "Don't embed private images in posts"
+#: mod/admin.php:890
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
 msgstr ""
 
-#: mod/admin.php:1391
-msgid ""
-"Don't replace locally-hosted private photos in posts with an embedded copy "
-"of the image. This means that contacts who receive posts containing private "
-"photos will have to authenticate and load each image, which may take a while."
+#: mod/admin.php:1209
+msgid "Site settings updated."
 msgstr ""
 
-#: mod/admin.php:1392
-msgid "Allow Users to set remote_self"
+#: mod/admin.php:1265
+msgid "No community page"
 msgstr ""
 
-#: mod/admin.php:1392
-msgid ""
-"With checking this, every user is allowed to mark every contact as a "
-"remote_self in the repair contact dialog. Setting this flag on a contact "
-"causes mirroring every posting of that contact in the users stream."
+#: mod/admin.php:1266
+msgid "Public postings from users of this site"
 msgstr ""
 
-#: mod/admin.php:1393
-msgid "Block multiple registrations"
+#: mod/admin.php:1267
+msgid "Public postings from the federated network"
 msgstr ""
 
-#: mod/admin.php:1393
-msgid "Disallow users to register additional accounts for use as pages."
+#: mod/admin.php:1268
+msgid "Public postings from local users and the federated network"
 msgstr ""
 
-#: mod/admin.php:1394
-msgid "OpenID support"
+#: mod/admin.php:1272 mod/admin.php:1435 mod/admin.php:1445
+#: mod/contacts.php:572
+msgid "Disabled"
 msgstr ""
 
-#: mod/admin.php:1394
-msgid "OpenID support for registration and logins."
+#: mod/admin.php:1274
+msgid "Users, Global Contacts"
 msgstr ""
 
-#: mod/admin.php:1395
-msgid "Fullname check"
+#: mod/admin.php:1275
+msgid "Users, Global Contacts/fallback"
 msgstr ""
 
-#: mod/admin.php:1395
-msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
+#: mod/admin.php:1279
+msgid "One month"
 msgstr ""
 
-#: mod/admin.php:1396
-msgid "Community pages for visitors"
+#: mod/admin.php:1280
+msgid "Three months"
 msgstr ""
 
-#: mod/admin.php:1396
-msgid ""
-"Which community pages should be available for visitors. Local users always "
-"see both pages."
+#: mod/admin.php:1281
+msgid "Half a year"
 msgstr ""
 
-#: mod/admin.php:1397
-msgid "Posts per user on community page"
+#: mod/admin.php:1282
+msgid "One year"
 msgstr ""
 
-#: mod/admin.php:1397
-msgid ""
-"The maximum number of posts per user on the community page. (Not valid for "
-"'Global Community')"
+#: mod/admin.php:1287
+msgid "Multi user instance"
 msgstr ""
 
-#: mod/admin.php:1398
-msgid "Enable OStatus support"
+#: mod/admin.php:1310
+msgid "Closed"
 msgstr ""
 
-#: mod/admin.php:1398
-msgid ""
-"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
-"communications in OStatus are public, so privacy warnings will be "
-"occasionally displayed."
+#: mod/admin.php:1311
+msgid "Requires approval"
 msgstr ""
 
-#: mod/admin.php:1399
-msgid "Only import OStatus threads from our contacts"
+#: mod/admin.php:1312
+msgid "Open"
 msgstr ""
 
-#: mod/admin.php:1399
-msgid ""
-"Normally we import every content from our OStatus contacts. With this option "
-"we only store threads that are started by a contact that is known on our "
-"system."
+#: mod/admin.php:1316
+msgid "No SSL policy, links will track page SSL state"
 msgstr ""
 
-#: mod/admin.php:1400
-msgid "OStatus support can only be enabled if threading is enabled."
+#: mod/admin.php:1317
+msgid "Force all links to use SSL"
 msgstr ""
 
-#: mod/admin.php:1402
-msgid ""
-"Diaspora support can't be enabled because Friendica was installed into a sub "
-"directory."
+#: mod/admin.php:1318
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
 msgstr ""
 
-#: mod/admin.php:1403
-msgid "Enable Diaspora support"
+#: mod/admin.php:1322
+msgid "Don't check"
 msgstr ""
 
-#: mod/admin.php:1403
-msgid "Provide built-in Diaspora network compatibility."
+#: mod/admin.php:1323
+msgid "check the stable version"
 msgstr ""
 
-#: mod/admin.php:1404
-msgid "Only allow Friendica contacts"
+#: mod/admin.php:1324
+msgid "check the development version"
 msgstr ""
-
-#: mod/admin.php:1404
-msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
+
+#: mod/admin.php:1347
+msgid "Republish users to directory"
 msgstr ""
 
-#: mod/admin.php:1405
-msgid "Verify SSL"
+#: mod/admin.php:1348 mod/register.php:264
+msgid "Registration"
 msgstr ""
 
-#: mod/admin.php:1405
-msgid ""
-"If you wish, you can turn on strict certificate checking. This will mean you "
-"cannot connect (at all) to self-signed SSL sites."
+#: mod/admin.php:1349
+msgid "File upload"
 msgstr ""
 
-#: mod/admin.php:1406
-msgid "Proxy user"
+#: mod/admin.php:1350
+msgid "Policies"
 msgstr ""
 
-#: mod/admin.php:1407
-msgid "Proxy URL"
+#: mod/admin.php:1352
+msgid "Auto Discovered Contact Directory"
 msgstr ""
 
-#: mod/admin.php:1408
-msgid "Network timeout"
+#: mod/admin.php:1353
+msgid "Performance"
 msgstr ""
 
-#: mod/admin.php:1408
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+#: mod/admin.php:1354
+msgid "Worker"
 msgstr ""
 
-#: mod/admin.php:1409
-msgid "Maximum Load Average"
+#: mod/admin.php:1355
+msgid "Message Relay"
 msgstr ""
 
-#: mod/admin.php:1409
+#: mod/admin.php:1356
 msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
+"Relocate - WARNING: advanced function. Could make this server unreachable."
 msgstr ""
 
-#: mod/admin.php:1410
-msgid "Maximum Load Average (Frontend)"
+#: mod/admin.php:1359
+msgid "Site name"
 msgstr ""
 
-#: mod/admin.php:1410
-msgid "Maximum system load before the frontend quits service - default 50."
+#: mod/admin.php:1360
+msgid "Host name"
 msgstr ""
 
-#: mod/admin.php:1411
-msgid "Minimal Memory"
+#: mod/admin.php:1361
+msgid "Sender Email"
 msgstr ""
 
-#: mod/admin.php:1411
+#: mod/admin.php:1361
 msgid ""
-"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
-"default 0 (deactivated)."
+"The email address your server shall use to send notification emails from."
 msgstr ""
 
-#: mod/admin.php:1412
-msgid "Maximum table size for optimization"
+#: mod/admin.php:1362
+msgid "Banner/Logo"
 msgstr ""
 
-#: mod/admin.php:1412
-msgid ""
-"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
-"Enter -1 to disable it."
+#: mod/admin.php:1363
+msgid "Shortcut icon"
 msgstr ""
 
-#: mod/admin.php:1413
-msgid "Minimum level of fragmentation"
+#: mod/admin.php:1363
+msgid "Link to an icon that will be used for browsers."
 msgstr ""
 
-#: mod/admin.php:1413
-msgid ""
-"Minimum fragmenation level to start the automatic optimization - default "
-"value is 30%."
+#: mod/admin.php:1364
+msgid "Touch icon"
 msgstr ""
 
-#: mod/admin.php:1415
-msgid "Periodical check of global contacts"
+#: mod/admin.php:1364
+msgid "Link to an icon that will be used for tablets and mobiles."
 msgstr ""
 
-#: mod/admin.php:1415
-msgid ""
-"If enabled, the global contacts are checked periodically for missing or "
-"outdated data and the vitality of the contacts and servers."
+#: mod/admin.php:1365
+msgid "Additional Info"
 msgstr ""
 
-#: mod/admin.php:1416
-msgid "Days between requery"
+#: mod/admin.php:1365
+#, php-format
+msgid ""
+"For public servers: you can add additional information here that will be "
+"listed at %s/servers."
 msgstr ""
 
-#: mod/admin.php:1416
-msgid "Number of days after which a server is requeried for his contacts."
+#: mod/admin.php:1366
+msgid "System language"
 msgstr ""
 
-#: mod/admin.php:1417
-msgid "Discover contacts from other servers"
+#: mod/admin.php:1367
+msgid "System theme"
 msgstr ""
 
-#: mod/admin.php:1417
+#: mod/admin.php:1367
 msgid ""
-"Periodically query other servers for contacts. You can choose between "
-"'users': the users on the remote system, 'Global Contacts': active contacts "
-"that are known on the system. The fallback is meant for Redmatrix servers "
-"and older friendica servers, where global contacts weren't available. The "
-"fallback increases the server load, so the recommened setting is 'Users, "
-"Global Contacts'."
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
 msgstr ""
 
-#: mod/admin.php:1418
-msgid "Timeframe for fetching global contacts"
+#: mod/admin.php:1368
+msgid "Mobile system theme"
 msgstr ""
 
-#: mod/admin.php:1418
-msgid ""
-"When the discovery is activated, this value defines the timeframe for the "
-"activity of the global contacts that are fetched from other servers."
+#: mod/admin.php:1368
+msgid "Theme for mobile devices"
 msgstr ""
 
-#: mod/admin.php:1419
-msgid "Search the local directory"
+#: mod/admin.php:1369
+msgid "SSL link policy"
 msgstr ""
 
-#: mod/admin.php:1419
-msgid ""
-"Search the local directory instead of the global directory. When searching "
-"locally, every search will be executed on the global directory in the "
-"background. This improves the search results when the search is repeated."
+#: mod/admin.php:1369
+msgid "Determines whether generated links should be forced to use SSL"
 msgstr ""
 
-#: mod/admin.php:1421
-msgid "Publish server information"
+#: mod/admin.php:1370
+msgid "Force SSL"
 msgstr ""
 
-#: mod/admin.php:1421
+#: mod/admin.php:1370
 msgid ""
-"If enabled, general server and usage data will be published. The data "
-"contains the name and version of the server, number of users with public "
-"profiles, number of posts and the activated protocols and connectors. See <a "
-"href='http://the-federation.info/'>the-federation.info</a> for details."
+"Force all Non-SSL requests to SSL - Attention: on some systems it could lead "
+"to endless loops."
 msgstr ""
 
-#: mod/admin.php:1423
-msgid "Check upstream version"
+#: mod/admin.php:1371
+msgid "Hide help entry from navigation menu"
 msgstr ""
 
-#: mod/admin.php:1423
+#: mod/admin.php:1371
 msgid ""
-"Enables checking for new Friendica versions at github. If there is a new "
-"version, you will be informed in the admin panel overview."
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
 msgstr ""
 
-#: mod/admin.php:1424
-msgid "Suppress Tags"
+#: mod/admin.php:1372
+msgid "Single user instance"
 msgstr ""
 
-#: mod/admin.php:1424
-msgid "Suppress showing a list of hashtags at the end of the posting."
+#: mod/admin.php:1372
+msgid "Make this instance multi-user or single-user for the named user"
 msgstr ""
 
-#: mod/admin.php:1425
-msgid "Path to item cache"
+#: mod/admin.php:1373
+msgid "Maximum image size"
 msgstr ""
 
-#: mod/admin.php:1425
-msgid "The item caches buffers generated bbcode and external images."
+#: mod/admin.php:1373
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
 msgstr ""
 
-#: mod/admin.php:1426
-msgid "Cache duration in seconds"
+#: mod/admin.php:1374
+msgid "Maximum image length"
 msgstr ""
 
-#: mod/admin.php:1426
+#: mod/admin.php:1374
 msgid ""
-"How long should the cache files be hold? Default value is 86400 seconds (One "
-"day). To disable the item cache, set the value to -1."
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
 msgstr ""
 
-#: mod/admin.php:1427
-msgid "Maximum numbers of comments per post"
+#: mod/admin.php:1375
+msgid "JPEG image quality"
 msgstr ""
 
-#: mod/admin.php:1427
-msgid "How much comments should be shown for each post? Default value is 100."
+#: mod/admin.php:1375
+msgid ""
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
 msgstr ""
 
-#: mod/admin.php:1428
-msgid "Temp path"
+#: mod/admin.php:1377
+msgid "Register policy"
 msgstr ""
 
-#: mod/admin.php:1428
+#: mod/admin.php:1378
+msgid "Maximum Daily Registrations"
+msgstr ""
+
+#: mod/admin.php:1378
 msgid ""
-"If you have a restricted system where the webserver can't access the system "
-"temp path, enter another path here."
+"If registration is permitted above, this sets the maximum number of new user "
+"registrations to accept per day.  If register is set to closed, this setting "
+"has no effect."
 msgstr ""
 
-#: mod/admin.php:1429
-msgid "Base path to installation"
+#: mod/admin.php:1379
+msgid "Register text"
 msgstr ""
 
-#: mod/admin.php:1429
+#: mod/admin.php:1379
 msgid ""
-"If the system cannot detect the correct path to your installation, enter the "
-"correct path here. This setting should only be set if you are using a "
-"restricted system and symbolic links to your webroot."
+"Will be displayed prominently on the registration page. You can use BBCode "
+"here."
 msgstr ""
 
-#: mod/admin.php:1430
-msgid "Disable picture proxy"
+#: mod/admin.php:1380
+msgid "Accounts abandoned after x days"
 msgstr ""
 
-#: mod/admin.php:1430
+#: mod/admin.php:1380
 msgid ""
-"The picture proxy increases performance and privacy. It shouldn't be used on "
-"systems with very low bandwith."
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
 msgstr ""
 
-#: mod/admin.php:1431
-msgid "Only search in tags"
+#: mod/admin.php:1381
+msgid "Allowed friend domains"
 msgstr ""
 
-#: mod/admin.php:1431
-msgid "On large systems the text search can slow down the system extremely."
+#: mod/admin.php:1381
+msgid ""
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
 msgstr ""
 
-#: mod/admin.php:1433
-msgid "New base url"
+#: mod/admin.php:1382
+msgid "Allowed email domains"
 msgstr ""
 
-#: mod/admin.php:1433
+#: mod/admin.php:1382
 msgid ""
-"Change base url for this server. Sends relocate message to all Friendica and "
-"Diaspora* contacts of all users."
+"Comma separated list of domains which are allowed in email addresses for "
+"registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains"
 msgstr ""
 
-#: mod/admin.php:1435
-msgid "RINO Encryption"
+#: mod/admin.php:1383
+msgid "No OEmbed rich content"
+msgstr ""
+
+#: mod/admin.php:1383
+msgid ""
+"Don't show the rich content (e.g. embedded PDF), except from the domains "
+"listed below."
 msgstr ""
 
-#: mod/admin.php:1435
-msgid "Encryption layer between nodes."
+#: mod/admin.php:1384
+msgid "Allowed OEmbed domains"
 msgstr ""
 
-#: mod/admin.php:1435
-msgid "Enabled"
+#: mod/admin.php:1384
+msgid ""
+"Comma separated list of domains which oembed content is allowed to be "
+"displayed. Wildcards are accepted."
 msgstr ""
 
-#: mod/admin.php:1437
-msgid "Maximum number of parallel workers"
+#: mod/admin.php:1385
+msgid "Block public"
 msgstr ""
 
-#: mod/admin.php:1437
+#: mod/admin.php:1385
 msgid ""
-"On shared hosters set this to 2. On larger systems, values of 10 are great. "
-"Default value is 4."
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
 msgstr ""
 
-#: mod/admin.php:1438
-msgid "Don't use 'proc_open' with the worker"
+#: mod/admin.php:1386
+msgid "Force publish"
 msgstr ""
 
-#: mod/admin.php:1438
+#: mod/admin.php:1386
 msgid ""
-"Enable this if your system doesn't allow the use of 'proc_open'. This can "
-"happen on shared hosters. If this is enabled you should increase the "
-"frequency of worker calls in your crontab."
+"Check to force all profiles on this site to be listed in the site directory."
 msgstr ""
 
-#: mod/admin.php:1439
-msgid "Enable fastlane"
+#: mod/admin.php:1387
+msgid "Global directory URL"
 msgstr ""
 
-#: mod/admin.php:1439
+#: mod/admin.php:1387
 msgid ""
-"When enabed, the fastlane mechanism starts an additional worker if processes "
-"with higher priority are blocked by processes of lower priority."
+"URL to the global directory. If this is not set, the global directory is "
+"completely unavailable to the application."
 msgstr ""
 
-#: mod/admin.php:1440
-msgid "Enable frontend worker"
+#: mod/admin.php:1388
+msgid "Private posts by default for new users"
 msgstr ""
 
-#: mod/admin.php:1440
-#, php-format
+#: mod/admin.php:1388
 msgid ""
-"When enabled the Worker process is triggered when backend access is "
-"performed \\x28e.g. messages being delivered\\x29. On smaller sites you "
-"might want to call %s/worker on a regular basis via an external cron job. "
-"You should only enable this option if you cannot utilize cron/scheduled jobs "
-"on your server."
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
 msgstr ""
 
-#: mod/admin.php:1442
-msgid "Subscribe to relay"
+#: mod/admin.php:1389
+msgid "Don't include post content in email notifications"
 msgstr ""
 
-#: mod/admin.php:1442
+#: mod/admin.php:1389
 msgid ""
-"Enables the receiving of public posts from the relay. They will be included "
-"in the search, subscribed tags and on the global community page."
+"Don't include the content of a post/comment/private message/etc. in the "
+"email notifications that are sent out from this site, as a privacy measure."
 msgstr ""
 
-#: mod/admin.php:1443
-msgid "Relay server"
+#: mod/admin.php:1390
+msgid "Disallow public access to addons listed in the apps menu."
 msgstr ""
 
-#: mod/admin.php:1443
+#: mod/admin.php:1390
 msgid ""
-"Address of the relay server where public posts should be send to. For "
-"example https://relay.diasp.org"
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
 msgstr ""
 
-#: mod/admin.php:1444
-msgid "Direct relay transfer"
+#: mod/admin.php:1391
+msgid "Don't embed private images in posts"
 msgstr ""
 
-#: mod/admin.php:1444
+#: mod/admin.php:1391
 msgid ""
-"Enables the direct transfer to other servers without using the relay servers"
+"Don't replace locally-hosted private photos in posts with an embedded copy "
+"of the image. This means that contacts who receive posts containing private "
+"photos will have to authenticate and load each image, which may take a while."
 msgstr ""
 
-#: mod/admin.php:1445
-msgid "Relay scope"
+#: mod/admin.php:1392
+msgid "Allow Users to set remote_self"
 msgstr ""
 
-#: mod/admin.php:1445
+#: mod/admin.php:1392
 msgid ""
-"Can be 'all' or 'tags'. 'all' means that every public post should be "
-"received. 'tags' means that only posts with selected tags should be received."
+"With checking this, every user is allowed to mark every contact as a "
+"remote_self in the repair contact dialog. Setting this flag on a contact "
+"causes mirroring every posting of that contact in the users stream."
 msgstr ""
 
-#: mod/admin.php:1445
-msgid "all"
+#: mod/admin.php:1393
+msgid "Block multiple registrations"
 msgstr ""
 
-#: mod/admin.php:1445
-msgid "tags"
+#: mod/admin.php:1393
+msgid "Disallow users to register additional accounts for use as pages."
 msgstr ""
 
-#: mod/admin.php:1446
-msgid "Server tags"
+#: mod/admin.php:1394
+msgid "OpenID support"
 msgstr ""
 
-#: mod/admin.php:1446
-msgid "Comma separated list of tags for the 'tags' subscription."
+#: mod/admin.php:1394
+msgid "OpenID support for registration and logins."
 msgstr ""
 
-#: mod/admin.php:1447
-msgid "Allow user tags"
+#: mod/admin.php:1395
+msgid "Fullname check"
 msgstr ""
 
-#: mod/admin.php:1447
+#: mod/admin.php:1395
 msgid ""
-"If enabled, the tags from the saved searches will used for the 'tags' "
-"subscription in addition to the 'relay_server_tags'."
-msgstr ""
-
-#: mod/admin.php:1475
-msgid "Update has been marked successful"
+"Force users to register with a space between firstname and lastname in Full "
+"name, as an antispam measure"
 msgstr ""
 
-#: mod/admin.php:1482
-#, php-format
-msgid "Database structure update %s was successfully applied."
+#: mod/admin.php:1396
+msgid "Community pages for visitors"
 msgstr ""
 
-#: mod/admin.php:1485
-#, php-format
-msgid "Executing of database structure update %s failed with error: %s"
+#: mod/admin.php:1396
+msgid ""
+"Which community pages should be available for visitors. Local users always "
+"see both pages."
 msgstr ""
 
-#: mod/admin.php:1498
-#, php-format
-msgid "Executing %s failed with error: %s"
+#: mod/admin.php:1397
+msgid "Posts per user on community page"
 msgstr ""
 
-#: mod/admin.php:1500
-#, php-format
-msgid "Update %s was successfully applied."
+#: mod/admin.php:1397
+msgid ""
+"The maximum number of posts per user on the community page. (Not valid for "
+"'Global Community')"
 msgstr ""
 
-#: mod/admin.php:1503
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
+#: mod/admin.php:1398
+msgid "Enable OStatus support"
 msgstr ""
 
-#: mod/admin.php:1506
-#, php-format
-msgid "There was no additional update function %s that needed to be called."
+#: mod/admin.php:1398
+msgid ""
+"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
+"communications in OStatus are public, so privacy warnings will be "
+"occasionally displayed."
 msgstr ""
 
-#: mod/admin.php:1526
-msgid "No failed updates."
+#: mod/admin.php:1399
+msgid "Only import OStatus threads from our contacts"
 msgstr ""
 
-#: mod/admin.php:1527
-msgid "Check database structure"
+#: mod/admin.php:1399
+msgid ""
+"Normally we import every content from our OStatus contacts. With this option "
+"we only store threads that are started by a contact that is known on our "
+"system."
 msgstr ""
 
-#: mod/admin.php:1532
-msgid "Failed Updates"
+#: mod/admin.php:1400
+msgid "OStatus support can only be enabled if threading is enabled."
 msgstr ""
 
-#: mod/admin.php:1533
+#: mod/admin.php:1402
 msgid ""
-"This does not include updates prior to 1139, which did not return a status."
+"Diaspora support can't be enabled because Friendica was installed into a sub "
+"directory."
 msgstr ""
 
-#: mod/admin.php:1534
-msgid "Mark success (if update was manually applied)"
+#: mod/admin.php:1403
+msgid "Enable Diaspora support"
 msgstr ""
 
-#: mod/admin.php:1535
-msgid "Attempt to execute this update step automatically"
+#: mod/admin.php:1403
+msgid "Provide built-in Diaspora network compatibility."
 msgstr ""
 
-#: mod/admin.php:1574
-#, php-format
-msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tthe administrator of %2$s has set up an account for you."
+#: mod/admin.php:1404
+msgid "Only allow Friendica contacts"
 msgstr ""
 
-#: mod/admin.php:1577
-#, php-format
+#: mod/admin.php:1404
 msgid ""
-"\n"
-"\t\t\tThe login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%1$s\n"
-"\t\t\tLogin Name:\t\t%2$s\n"
-"\t\t\tPassword:\t\t%3$s\n"
-"\n"
-"\t\t\tYou may change your password from your account \"Settings\" page after "
-"logging\n"
-"\t\t\tin.\n"
-"\n"
-"\t\t\tPlease take a few moments to review the other account settings on that "
-"page.\n"
-"\n"
-"\t\t\tYou may also wish to add some basic information to your default "
-"profile\n"
-"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
-"\n"
-"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
-"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - "
-"and\n"
-"\t\t\tperhaps what country you live in; if you do not wish to be more "
-"specific\n"
-"\t\t\tthan that.\n"
-"\n"
-"\t\t\tWe fully respect your right to privacy, and none of these items are "
-"necessary.\n"
-"\t\t\tIf you are new and do not know anybody here, they may help\n"
-"\t\t\tyou to make some new and interesting friends.\n"
-"\n"
-"\t\t\tIf you ever want to delete your account, you can do so at %1$s/"
-"removeme\n"
-"\n"
-"\t\t\tThank you and welcome to %4$s."
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
 msgstr ""
 
-#: mod/admin.php:1611 src/Model/User.php:649
-#, php-format
-msgid "Registration details for %s"
+#: mod/admin.php:1405
+msgid "Verify SSL"
 msgstr ""
 
-#: mod/admin.php:1621
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] ""
-msgstr[1] ""
-
-#: mod/admin.php:1627
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] ""
-msgstr[1] ""
-
-#: mod/admin.php:1674
-#, php-format
-msgid "User '%s' deleted"
+#: mod/admin.php:1405
+msgid ""
+"If you wish, you can turn on strict certificate checking. This will mean you "
+"cannot connect (at all) to self-signed SSL sites."
 msgstr ""
 
-#: mod/admin.php:1682
-#, php-format
-msgid "User '%s' unblocked"
+#: mod/admin.php:1406
+msgid "Proxy user"
 msgstr ""
 
-#: mod/admin.php:1682
-#, php-format
-msgid "User '%s' blocked"
+#: mod/admin.php:1407
+msgid "Proxy URL"
 msgstr ""
 
-#: mod/admin.php:1781 mod/admin.php:1793 mod/admin.php:1806 mod/admin.php:1824
-#: src/Content/ContactSelector.php:82
-msgid "Email"
+#: mod/admin.php:1408
+msgid "Network timeout"
 msgstr ""
 
-#: mod/admin.php:1781 mod/admin.php:1806
-msgid "Register date"
+#: mod/admin.php:1408
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
 msgstr ""
 
-#: mod/admin.php:1781 mod/admin.php:1806
-msgid "Last login"
+#: mod/admin.php:1409
+msgid "Maximum Load Average"
 msgstr ""
 
-#: mod/admin.php:1781 mod/admin.php:1806
-msgid "Last item"
+#: mod/admin.php:1409
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
 msgstr ""
 
-#: mod/admin.php:1781 mod/settings.php:55
-msgid "Account"
+#: mod/admin.php:1410
+msgid "Maximum Load Average (Frontend)"
 msgstr ""
 
-#: mod/admin.php:1789
-msgid "Add User"
+#: mod/admin.php:1410
+msgid "Maximum system load before the frontend quits service - default 50."
 msgstr ""
 
-#: mod/admin.php:1791
-msgid "User registrations waiting for confirm"
+#: mod/admin.php:1411
+msgid "Minimal Memory"
 msgstr ""
 
-#: mod/admin.php:1792
-msgid "User waiting for permanent deletion"
+#: mod/admin.php:1411
+msgid ""
+"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
+"default 0 (deactivated)."
 msgstr ""
 
-#: mod/admin.php:1793
-msgid "Request date"
+#: mod/admin.php:1412
+msgid "Maximum table size for optimization"
 msgstr ""
 
-#: mod/admin.php:1794
-msgid "No registrations."
+#: mod/admin.php:1412
+msgid ""
+"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
+"Enter -1 to disable it."
 msgstr ""
 
-#: mod/admin.php:1795
-msgid "Note from the user"
+#: mod/admin.php:1413
+msgid "Minimum level of fragmentation"
 msgstr ""
 
-#: mod/admin.php:1797
-msgid "Deny"
+#: mod/admin.php:1413
+msgid ""
+"Minimum fragmenation level to start the automatic optimization - default "
+"value is 30%."
 msgstr ""
 
-#: mod/admin.php:1801
-msgid "Site admin"
+#: mod/admin.php:1415
+msgid "Periodical check of global contacts"
 msgstr ""
 
-#: mod/admin.php:1802
-msgid "Account expired"
+#: mod/admin.php:1415
+msgid ""
+"If enabled, the global contacts are checked periodically for missing or "
+"outdated data and the vitality of the contacts and servers."
 msgstr ""
 
-#: mod/admin.php:1805
-msgid "New User"
+#: mod/admin.php:1416
+msgid "Days between requery"
 msgstr ""
 
-#: mod/admin.php:1806
-msgid "Deleted since"
+#: mod/admin.php:1416
+msgid "Number of days after which a server is requeried for his contacts."
 msgstr ""
 
-#: mod/admin.php:1811
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
+#: mod/admin.php:1417
+msgid "Discover contacts from other servers"
 msgstr ""
 
-#: mod/admin.php:1812
+#: mod/admin.php:1417
 msgid ""
-"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
-"site will be permanently deleted!\\n\\nAre you sure?"
+"Periodically query other servers for contacts. You can choose between "
+"'users': the users on the remote system, 'Global Contacts': active contacts "
+"that are known on the system. The fallback is meant for Redmatrix servers "
+"and older friendica servers, where global contacts weren't available. The "
+"fallback increases the server load, so the recommened setting is 'Users, "
+"Global Contacts'."
 msgstr ""
 
-#: mod/admin.php:1822
-msgid "Name of the new user."
+#: mod/admin.php:1418
+msgid "Timeframe for fetching global contacts"
 msgstr ""
 
-#: mod/admin.php:1823
-msgid "Nickname"
+#: mod/admin.php:1418
+msgid ""
+"When the discovery is activated, this value defines the timeframe for the "
+"activity of the global contacts that are fetched from other servers."
 msgstr ""
 
-#: mod/admin.php:1823
-msgid "Nickname of the new user."
+#: mod/admin.php:1419
+msgid "Search the local directory"
 msgstr ""
 
-#: mod/admin.php:1824
-msgid "Email address of the new user."
+#: mod/admin.php:1419
+msgid ""
+"Search the local directory instead of the global directory. When searching "
+"locally, every search will be executed on the global directory in the "
+"background. This improves the search results when the search is repeated."
 msgstr ""
 
-#: mod/admin.php:1866
-#, php-format
-msgid "Addon %s disabled."
+#: mod/admin.php:1421
+msgid "Publish server information"
 msgstr ""
 
-#: mod/admin.php:1870
-#, php-format
-msgid "Addon %s enabled."
+#: mod/admin.php:1421
+msgid ""
+"If enabled, general server and usage data will be published. The data "
+"contains the name and version of the server, number of users with public "
+"profiles, number of posts and the activated protocols and connectors. See <a "
+"href='http://the-federation.info/'>the-federation.info</a> for details."
 msgstr ""
 
-#: mod/admin.php:1880 mod/admin.php:2129
-msgid "Disable"
+#: mod/admin.php:1423
+msgid "Check upstream version"
 msgstr ""
 
-#: mod/admin.php:1883 mod/admin.php:2132
-msgid "Enable"
+#: mod/admin.php:1423
+msgid ""
+"Enables checking for new Friendica versions at github. If there is a new "
+"version, you will be informed in the admin panel overview."
 msgstr ""
 
-#: mod/admin.php:1905 mod/admin.php:2174
-msgid "Toggle"
+#: mod/admin.php:1424
+msgid "Suppress Tags"
 msgstr ""
 
-#: mod/admin.php:1913 mod/admin.php:2183
-msgid "Author: "
+#: mod/admin.php:1424
+msgid "Suppress showing a list of hashtags at the end of the posting."
 msgstr ""
 
-#: mod/admin.php:1914 mod/admin.php:2184
-msgid "Maintainer: "
+#: mod/admin.php:1425
+msgid "Path to item cache"
 msgstr ""
 
-#: mod/admin.php:1966
-msgid "Reload active addons"
+#: mod/admin.php:1425
+msgid "The item caches buffers generated bbcode and external images."
 msgstr ""
 
-#: mod/admin.php:1971
-#, php-format
-msgid ""
-"There are currently no addons available on your node. You can find the "
-"official addon repository at %1$s and might find other interesting addons in "
-"the open addon registry at %2$s"
+#: mod/admin.php:1426
+msgid "Cache duration in seconds"
 msgstr ""
 
-#: mod/admin.php:2091
-msgid "No themes found."
+#: mod/admin.php:1426
+msgid ""
+"How long should the cache files be hold? Default value is 86400 seconds (One "
+"day). To disable the item cache, set the value to -1."
 msgstr ""
 
-#: mod/admin.php:2165
-msgid "Screenshot"
+#: mod/admin.php:1427
+msgid "Maximum numbers of comments per post"
 msgstr ""
 
-#: mod/admin.php:2219
-msgid "Reload active themes"
+#: mod/admin.php:1427
+msgid "How much comments should be shown for each post? Default value is 100."
 msgstr ""
 
-#: mod/admin.php:2224
-#, php-format
-msgid "No themes found on the system. They should be placed in %1$s"
+#: mod/admin.php:1428
+msgid "Temp path"
 msgstr ""
 
-#: mod/admin.php:2225
-msgid "[Experimental]"
+#: mod/admin.php:1428
+msgid ""
+"If you have a restricted system where the webserver can't access the system "
+"temp path, enter another path here."
 msgstr ""
 
-#: mod/admin.php:2226
-msgid "[Unsupported]"
+#: mod/admin.php:1429
+msgid "Base path to installation"
 msgstr ""
 
-#: mod/admin.php:2250
-msgid "Log settings updated."
+#: mod/admin.php:1429
+msgid ""
+"If the system cannot detect the correct path to your installation, enter the "
+"correct path here. This setting should only be set if you are using a "
+"restricted system and symbolic links to your webroot."
 msgstr ""
 
-#: mod/admin.php:2282
-msgid "PHP log currently enabled."
+#: mod/admin.php:1430
+msgid "Disable picture proxy"
 msgstr ""
 
-#: mod/admin.php:2284
-msgid "PHP log currently disabled."
+#: mod/admin.php:1430
+msgid ""
+"The picture proxy increases performance and privacy. It shouldn't be used on "
+"systems with very low bandwith."
 msgstr ""
 
-#: mod/admin.php:2293
-msgid "Clear"
+#: mod/admin.php:1431
+msgid "Only search in tags"
 msgstr ""
 
-#: mod/admin.php:2297
-msgid "Enable Debugging"
+#: mod/admin.php:1431
+msgid "On large systems the text search can slow down the system extremely."
 msgstr ""
 
-#: mod/admin.php:2298
-msgid "Log file"
+#: mod/admin.php:1433
+msgid "New base url"
 msgstr ""
 
-#: mod/admin.php:2298
+#: mod/admin.php:1433
 msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
+"Change base url for this server. Sends relocate message to all Friendica and "
+"Diaspora* contacts of all users."
 msgstr ""
 
-#: mod/admin.php:2299
-msgid "Log level"
+#: mod/admin.php:1435
+msgid "RINO Encryption"
 msgstr ""
 
-#: mod/admin.php:2301
-msgid "PHP logging"
+#: mod/admin.php:1435
+msgid "Encryption layer between nodes."
 msgstr ""
 
-#: mod/admin.php:2302
-msgid ""
-"To enable logging of PHP errors and warnings you can add the following to "
-"the .htconfig.php file of your installation. The filename set in the "
-"'error_log' line is relative to the friendica top-level directory and must "
-"be writeable by the web server. The option '1' for 'log_errors' and "
-"'display_errors' is to enable these options, set to '0' to disable them."
+#: mod/admin.php:1435
+msgid "Enabled"
 msgstr ""
 
-#: mod/admin.php:2333
-#, php-format
+#: mod/admin.php:1437
+msgid "Maximum number of parallel workers"
+msgstr ""
+
+#: mod/admin.php:1437
 msgid ""
-"Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see "
-"if file %1$s exist and is readable."
+"On shared hosters set this to 2. On larger systems, values of 10 are great. "
+"Default value is 4."
 msgstr ""
 
-#: mod/admin.php:2337
-#, php-format
+#: mod/admin.php:1438
+msgid "Don't use 'proc_open' with the worker"
+msgstr ""
+
+#: mod/admin.php:1438
 msgid ""
-"Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file "
-"%1$s is readable."
+"Enable this if your system doesn't allow the use of 'proc_open'. This can "
+"happen on shared hosters. If this is enabled you should increase the "
+"frequency of worker calls in your crontab."
 msgstr ""
 
-#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775
-msgid "Off"
+#: mod/admin.php:1439
+msgid "Enable fastlane"
 msgstr ""
 
-#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775
-msgid "On"
+#: mod/admin.php:1439
+msgid ""
+"When enabed, the fastlane mechanism starts an additional worker if processes "
+"with higher priority are blocked by processes of lower priority."
+msgstr ""
+
+#: mod/admin.php:1440
+msgid "Enable frontend worker"
 msgstr ""
 
-#: mod/admin.php:2429
+#: mod/admin.php:1440
 #, php-format
-msgid "Lock feature %s"
+msgid ""
+"When enabled the Worker process is triggered when backend access is "
+"performed \\x28e.g. messages being delivered\\x29. On smaller sites you "
+"might want to call %s/worker on a regular basis via an external cron job. "
+"You should only enable this option if you cannot utilize cron/scheduled jobs "
+"on your server."
 msgstr ""
 
-#: mod/admin.php:2437
-msgid "Manage Additional Features"
+#: mod/admin.php:1442
+msgid "Subscribe to relay"
 msgstr ""
 
-#: mod/settings.php:72
-msgid "Display"
+#: mod/admin.php:1442
+msgid ""
+"Enables the receiving of public posts from the relay. They will be included "
+"in the search, subscribed tags and on the global community page."
 msgstr ""
 
-#: mod/settings.php:79 mod/settings.php:842
-msgid "Social Networks"
+#: mod/admin.php:1443
+msgid "Relay server"
 msgstr ""
 
-#: mod/settings.php:93 src/Content/Nav.php:204
-msgid "Delegations"
+#: mod/admin.php:1443
+msgid ""
+"Address of the relay server where public posts should be send to. For "
+"example https://relay.diasp.org"
 msgstr ""
 
-#: mod/settings.php:100
-msgid "Connected apps"
+#: mod/admin.php:1444
+msgid "Direct relay transfer"
 msgstr ""
 
-#: mod/settings.php:114
-msgid "Remove account"
+#: mod/admin.php:1444
+msgid ""
+"Enables the direct transfer to other servers without using the relay servers"
 msgstr ""
 
-#: mod/settings.php:168
-msgid "Missing some important data!"
+#: mod/admin.php:1445
+msgid "Relay scope"
 msgstr ""
 
-#: mod/settings.php:279
-msgid "Failed to connect with email account using the settings provided."
+#: mod/admin.php:1445
+msgid ""
+"Can be 'all' or 'tags'. 'all' means that every public post should be "
+"received. 'tags' means that only posts with selected tags should be received."
 msgstr ""
 
-#: mod/settings.php:284
-msgid "Email settings updated."
+#: mod/admin.php:1445
+msgid "all"
 msgstr ""
 
-#: mod/settings.php:300
-msgid "Features updated"
+#: mod/admin.php:1445
+msgid "tags"
 msgstr ""
 
-#: mod/settings.php:372
-msgid "Relocate message has been send to your contacts"
+#: mod/admin.php:1446
+msgid "Server tags"
 msgstr ""
 
-#: mod/settings.php:384 src/Model/User.php:325
-msgid "Passwords do not match. Password unchanged."
+#: mod/admin.php:1446
+msgid "Comma separated list of tags for the 'tags' subscription."
 msgstr ""
 
-#: mod/settings.php:389
-msgid "Empty passwords are not allowed. Password unchanged."
+#: mod/admin.php:1447
+msgid "Allow user tags"
 msgstr ""
 
-#: mod/settings.php:394 src/Core/Console/NewPassword.php:78
+#: mod/admin.php:1447
 msgid ""
-"The new password has been exposed in a public data dump, please choose "
-"another."
+"If enabled, the tags from the saved searches will used for the 'tags' "
+"subscription in addition to the 'relay_server_tags'."
 msgstr ""
 
-#: mod/settings.php:400
-msgid "Wrong password."
+#: mod/admin.php:1475
+msgid "Update has been marked successful"
 msgstr ""
 
-#: mod/settings.php:407 src/Core/Console/NewPassword.php:85
-msgid "Password changed."
+#: mod/admin.php:1482
+#, php-format
+msgid "Database structure update %s was successfully applied."
 msgstr ""
 
-#: mod/settings.php:409 src/Core/Console/NewPassword.php:82
-msgid "Password update failed. Please try again."
+#: mod/admin.php:1485
+#, php-format
+msgid "Executing of database structure update %s failed with error: %s"
 msgstr ""
 
-#: mod/settings.php:496
-msgid " Please use a shorter name."
+#: mod/admin.php:1498
+#, php-format
+msgid "Executing %s failed with error: %s"
 msgstr ""
 
-#: mod/settings.php:499
-msgid " Name too short."
+#: mod/admin.php:1500
+#, php-format
+msgid "Update %s was successfully applied."
 msgstr ""
 
-#: mod/settings.php:507
-msgid "Wrong Password"
+#: mod/admin.php:1503
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
 msgstr ""
 
-#: mod/settings.php:512
-msgid "Invalid email."
+#: mod/admin.php:1506
+#, php-format
+msgid "There was no additional update function %s that needed to be called."
 msgstr ""
 
-#: mod/settings.php:519
-msgid "Cannot change to that email."
+#: mod/admin.php:1526
+msgid "No failed updates."
 msgstr ""
 
-#: mod/settings.php:572
-msgid "Private forum has no privacy permissions. Using default privacy group."
+#: mod/admin.php:1527
+msgid "Check database structure"
 msgstr ""
 
-#: mod/settings.php:575
-msgid "Private forum has no privacy permissions and no default privacy group."
+#: mod/admin.php:1532
+msgid "Failed Updates"
 msgstr ""
 
-#: mod/settings.php:615
-msgid "Settings updated."
+#: mod/admin.php:1533
+msgid ""
+"This does not include updates prior to 1139, which did not return a status."
 msgstr ""
 
-#: mod/settings.php:674 mod/settings.php:700 mod/settings.php:736
-msgid "Add application"
+#: mod/admin.php:1534
+msgid "Mark success (if update was manually applied)"
 msgstr ""
 
-#: mod/settings.php:678 mod/settings.php:704
-msgid "Consumer Key"
+#: mod/admin.php:1535
+msgid "Attempt to execute this update step automatically"
 msgstr ""
 
-#: mod/settings.php:679 mod/settings.php:705
-msgid "Consumer Secret"
+#: mod/admin.php:1574
+#, php-format
+msgid ""
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tthe administrator of %2$s has set up an account for you."
 msgstr ""
 
-#: mod/settings.php:680 mod/settings.php:706
-msgid "Redirect"
+#: mod/admin.php:1577
+#, php-format
+msgid ""
+"\n"
+"\t\t\tThe login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%1$s\n"
+"\t\t\tLogin Name:\t\t%2$s\n"
+"\t\t\tPassword:\t\t%3$s\n"
+"\n"
+"\t\t\tYou may change your password from your account \"Settings\" page after "
+"logging\n"
+"\t\t\tin.\n"
+"\n"
+"\t\t\tPlease take a few moments to review the other account settings on that "
+"page.\n"
+"\n"
+"\t\t\tYou may also wish to add some basic information to your default "
+"profile\n"
+"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
+"\n"
+"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
+"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - "
+"and\n"
+"\t\t\tperhaps what country you live in; if you do not wish to be more "
+"specific\n"
+"\t\t\tthan that.\n"
+"\n"
+"\t\t\tWe fully respect your right to privacy, and none of these items are "
+"necessary.\n"
+"\t\t\tIf you are new and do not know anybody here, they may help\n"
+"\t\t\tyou to make some new and interesting friends.\n"
+"\n"
+"\t\t\tIf you ever want to delete your account, you can do so at %1$s/"
+"removeme\n"
+"\n"
+"\t\t\tThank you and welcome to %4$s."
 msgstr ""
 
-#: mod/settings.php:681 mod/settings.php:707
-msgid "Icon url"
-msgstr ""
+#: mod/admin.php:1621
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] ""
+msgstr[1] ""
 
-#: mod/settings.php:692
-msgid "You can't edit this application."
-msgstr ""
+#: mod/admin.php:1627
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] ""
+msgstr[1] ""
 
-#: mod/settings.php:735
-msgid "Connected Apps"
+#: mod/admin.php:1674
+#, php-format
+msgid "User '%s' deleted"
 msgstr ""
 
-#: mod/settings.php:737 src/Object/Post.php:155 src/Object/Post.php:157
-msgid "Edit"
+#: mod/admin.php:1682
+#, php-format
+msgid "User '%s' unblocked"
 msgstr ""
 
-#: mod/settings.php:739
-msgid "Client key starts with"
+#: mod/admin.php:1682
+#, php-format
+msgid "User '%s' blocked"
 msgstr ""
 
-#: mod/settings.php:740
-msgid "No name"
+#: mod/admin.php:1743
+msgid "Private Forum"
 msgstr ""
 
-#: mod/settings.php:741
-msgid "Remove authorization"
+#: mod/admin.php:1796 mod/admin.php:1820
+msgid "Register date"
 msgstr ""
 
-#: mod/settings.php:752
-msgid "No Addon settings configured"
+#: mod/admin.php:1796 mod/admin.php:1820
+msgid "Last login"
 msgstr ""
 
-#: mod/settings.php:761
-msgid "Addon Settings"
+#: mod/admin.php:1796 mod/admin.php:1820
+msgid "Last item"
 msgstr ""
 
-#: mod/settings.php:782
-msgid "Additional Features"
+#: mod/admin.php:1796
+msgid "Type"
 msgstr ""
 
-#: mod/settings.php:805 src/Content/ContactSelector.php:83
-msgid "Diaspora"
+#: mod/admin.php:1803
+msgid "Add User"
 msgstr ""
 
-#: mod/settings.php:805 mod/settings.php:806
-msgid "enabled"
+#: mod/admin.php:1805
+msgid "User registrations waiting for confirm"
 msgstr ""
 
-#: mod/settings.php:805 mod/settings.php:806
-msgid "disabled"
+#: mod/admin.php:1806
+msgid "User waiting for permanent deletion"
 msgstr ""
 
-#: mod/settings.php:805 mod/settings.php:806
-#, php-format
-msgid "Built-in support for %s connectivity is %s"
+#: mod/admin.php:1807
+msgid "Request date"
 msgstr ""
 
-#: mod/settings.php:806
-msgid "GNU Social (OStatus)"
+#: mod/admin.php:1808
+msgid "No registrations."
 msgstr ""
 
-#: mod/settings.php:837
-msgid "Email access is disabled on this site."
+#: mod/admin.php:1809
+msgid "Note from the user"
 msgstr ""
 
-#: mod/settings.php:847
-msgid "General Social Media Settings"
+#: mod/admin.php:1810 mod/notifications.php:179 mod/notifications.php:264
+msgid "Approve"
 msgstr ""
 
-#: mod/settings.php:848
-msgid "Disable Content Warning"
+#: mod/admin.php:1811
+msgid "Deny"
 msgstr ""
 
-#: mod/settings.php:848
-msgid ""
-"Users on networks like Mastodon or Pleroma are able to set a content warning "
-"field which collapse their post by default. This disables the automatic "
-"collapsing and sets the content warning as the post title. Doesn't affect "
-"any other content filtering you eventually set up."
+#: mod/admin.php:1815
+msgid "Site admin"
 msgstr ""
 
-#: mod/settings.php:849
-msgid "Disable intelligent shortening"
+#: mod/admin.php:1816
+msgid "Account expired"
 msgstr ""
 
-#: mod/settings.php:849
-msgid ""
-"Normally the system tries to find the best link to add to shortened posts. "
-"If this option is enabled then every shortened post will always point to the "
-"original friendica post."
+#: mod/admin.php:1819
+msgid "New User"
 msgstr ""
 
-#: mod/settings.php:850
-msgid "Automatically follow any GNU Social (OStatus) followers/mentioners"
+#: mod/admin.php:1820
+msgid "Deleted since"
 msgstr ""
 
-#: mod/settings.php:850
+#: mod/admin.php:1825
 msgid ""
-"If you receive a message from an unknown OStatus user, this option decides "
-"what to do. If it is checked, a new contact will be created for every "
-"unknown user."
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
 msgstr ""
 
-#: mod/settings.php:851
-msgid "Default group for OStatus contacts"
+#: mod/admin.php:1826
+msgid ""
+"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
+"site will be permanently deleted!\\n\\nAre you sure?"
 msgstr ""
 
-#: mod/settings.php:852
-msgid "Your legacy GNU Social account"
+#: mod/admin.php:1836
+msgid "Name of the new user."
 msgstr ""
 
-#: mod/settings.php:852
-msgid ""
-"If you enter your old GNU Social/Statusnet account name here (in the format "
-"user@domain.tld), your contacts will be added automatically. The field will "
-"be emptied when done."
+#: mod/admin.php:1837
+msgid "Nickname"
 msgstr ""
 
-#: mod/settings.php:855
-msgid "Repair OStatus subscriptions"
+#: mod/admin.php:1837
+msgid "Nickname of the new user."
 msgstr ""
 
-#: mod/settings.php:859
-msgid "Email/Mailbox Setup"
+#: mod/admin.php:1838
+msgid "Email address of the new user."
 msgstr ""
 
-#: mod/settings.php:860
-msgid ""
-"If you wish to communicate with email contacts using this service "
-"(optional), please specify how to connect to your mailbox."
+#: mod/admin.php:1880
+#, php-format
+msgid "Addon %s disabled."
 msgstr ""
 
-#: mod/settings.php:861
-msgid "Last successful email check:"
+#: mod/admin.php:1884
+#, php-format
+msgid "Addon %s enabled."
 msgstr ""
 
-#: mod/settings.php:863
-msgid "IMAP server name:"
+#: mod/admin.php:1894 mod/admin.php:2143
+msgid "Disable"
 msgstr ""
 
-#: mod/settings.php:864
-msgid "IMAP port:"
+#: mod/admin.php:1897 mod/admin.php:2146
+msgid "Enable"
 msgstr ""
 
-#: mod/settings.php:865
-msgid "Security:"
+#: mod/admin.php:1919 mod/admin.php:2188
+msgid "Toggle"
 msgstr ""
 
-#: mod/settings.php:865 mod/settings.php:870
-msgid "None"
+#: mod/admin.php:1927 mod/admin.php:2197
+msgid "Author: "
 msgstr ""
 
-#: mod/settings.php:866
-msgid "Email login name:"
+#: mod/admin.php:1928 mod/admin.php:2198
+msgid "Maintainer: "
 msgstr ""
 
-#: mod/settings.php:867
-msgid "Email password:"
+#: mod/admin.php:1980
+msgid "Reload active addons"
 msgstr ""
 
-#: mod/settings.php:868
-msgid "Reply-to address:"
+#: mod/admin.php:1985
+#, php-format
+msgid ""
+"There are currently no addons available on your node. You can find the "
+"official addon repository at %1$s and might find other interesting addons in "
+"the open addon registry at %2$s"
 msgstr ""
 
-#: mod/settings.php:869
-msgid "Send public posts to all email contacts:"
+#: mod/admin.php:2105
+msgid "No themes found."
 msgstr ""
 
-#: mod/settings.php:870
-msgid "Action after import:"
+#: mod/admin.php:2179
+msgid "Screenshot"
 msgstr ""
 
-#: mod/settings.php:870 src/Content/Nav.php:191
-msgid "Mark as seen"
+#: mod/admin.php:2233
+msgid "Reload active themes"
 msgstr ""
 
-#: mod/settings.php:870
-msgid "Move to folder"
+#: mod/admin.php:2238
+#, php-format
+msgid "No themes found on the system. They should be placed in %1$s"
 msgstr ""
 
-#: mod/settings.php:871
-msgid "Move to folder:"
+#: mod/admin.php:2239
+msgid "[Experimental]"
 msgstr ""
 
-#: mod/settings.php:914
-#, php-format
-msgid "%s - (Unsupported)"
+#: mod/admin.php:2240
+msgid "[Unsupported]"
 msgstr ""
 
-#: mod/settings.php:916
-#, php-format
-msgid "%s - (Experimental)"
+#: mod/admin.php:2264
+msgid "Log settings updated."
 msgstr ""
 
-#: mod/settings.php:959
-msgid "Display Settings"
+#: mod/admin.php:2296
+msgid "PHP log currently enabled."
 msgstr ""
 
-#: mod/settings.php:965 mod/settings.php:989
-msgid "Display Theme:"
+#: mod/admin.php:2298
+msgid "PHP log currently disabled."
 msgstr ""
 
-#: mod/settings.php:966
-msgid "Mobile Theme:"
+#: mod/admin.php:2307
+msgid "Clear"
 msgstr ""
 
-#: mod/settings.php:967
-msgid "Suppress warning of insecure networks"
+#: mod/admin.php:2311
+msgid "Enable Debugging"
 msgstr ""
 
-#: mod/settings.php:967
-msgid ""
-"Should the system suppress the warning that the current group contains "
-"members of networks that can't receive non public postings."
+#: mod/admin.php:2312
+msgid "Log file"
 msgstr ""
 
-#: mod/settings.php:968
-msgid "Update browser every xx seconds"
+#: mod/admin.php:2312
+msgid ""
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
 msgstr ""
 
-#: mod/settings.php:968
-msgid "Minimum of 10 seconds. Enter -1 to disable it."
+#: mod/admin.php:2313
+msgid "Log level"
 msgstr ""
 
-#: mod/settings.php:969
-msgid "Number of items to display per page:"
+#: mod/admin.php:2315
+msgid "PHP logging"
 msgstr ""
 
-#: mod/settings.php:969 mod/settings.php:970
-msgid "Maximum of 100 items"
+#: mod/admin.php:2316
+msgid ""
+"To enable logging of PHP errors and warnings you can add the following to "
+"the .htconfig.php file of your installation. The filename set in the "
+"'error_log' line is relative to the friendica top-level directory and must "
+"be writeable by the web server. The option '1' for 'log_errors' and "
+"'display_errors' is to enable these options, set to '0' to disable them."
 msgstr ""
 
-#: mod/settings.php:970
-msgid "Number of items to display per page when viewed from mobile device:"
+#: mod/admin.php:2347
+#, php-format
+msgid ""
+"Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see "
+"if file %1$s exist and is readable."
 msgstr ""
 
-#: mod/settings.php:971
-msgid "Don't show emoticons"
+#: mod/admin.php:2351
+#, php-format
+msgid ""
+"Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file "
+"%1$s is readable."
 msgstr ""
 
-#: mod/settings.php:972
-msgid "Calendar"
+#: mod/admin.php:2443
+#, php-format
+msgid "Lock feature %s"
 msgstr ""
 
-#: mod/settings.php:973
-msgid "Beginning of week:"
+#: mod/admin.php:2451
+msgid "Manage Additional Features"
 msgstr ""
 
-#: mod/settings.php:974
-msgid "Don't show notices"
+#: mod/delegate.php:37
+msgid "Parent user not found."
 msgstr ""
 
-#: mod/settings.php:975
-msgid "Infinite scroll"
+#: mod/delegate.php:144
+msgid "No parent user"
 msgstr ""
 
-#: mod/settings.php:976
-msgid "Automatic updates only at the top of the network page"
+#: mod/delegate.php:159
+msgid "Parent Password:"
 msgstr ""
 
-#: mod/settings.php:976
+#: mod/delegate.php:159
 msgid ""
-"When disabled, the network page is updated all the time, which could be "
-"confusing while reading."
+"Please enter the password of the parent account to legitimize your request."
 msgstr ""
 
-#: mod/settings.php:977
-msgid "Bandwith Saver Mode"
+#: mod/delegate.php:164
+msgid "Parent User"
 msgstr ""
 
-#: mod/settings.php:977
+#: mod/delegate.php:167
 msgid ""
-"When enabled, embedded content is not displayed on automatic updates, they "
-"only show on page reload."
+"Parent users have total control about this account, including the account "
+"settings. Please double check whom you give this access."
 msgstr ""
 
-#: mod/settings.php:978
-msgid "Smart Threading"
+#: mod/delegate.php:170
+msgid "Delegates"
 msgstr ""
 
-#: mod/settings.php:978
+#: mod/delegate.php:172
 msgid ""
-"When enabled, suppress extraneous thread indentation while keeping it where "
-"it matters. Only works if threading is available and enabled."
+"Delegates are able to manage all aspects of this account/page except for "
+"basic account settings. Please do not delegate your personal account to "
+"anybody that you do not trust completely."
 msgstr ""
 
-#: mod/settings.php:980
-msgid "General Theme Settings"
+#: mod/delegate.php:173
+msgid "Existing Page Delegates"
 msgstr ""
 
-#: mod/settings.php:981
-msgid "Custom Theme Settings"
+#: mod/delegate.php:175
+msgid "Potential Delegates"
 msgstr ""
 
-#: mod/settings.php:982
-msgid "Content Settings"
+#: mod/delegate.php:177 mod/tagrm.php:98
+msgid "Remove"
 msgstr ""
 
-#: mod/settings.php:983 view/theme/duepuntozero/config.php:73
-#: view/theme/frio/config.php:115 view/theme/quattro/config.php:75
-#: view/theme/vier/config.php:121
-msgid "Theme settings"
+#: mod/delegate.php:178
+msgid "Add"
 msgstr ""
 
-#: mod/settings.php:1002
-msgid "Unable to find your profile. Please contact your admin."
+#: mod/delegate.php:179
+msgid "No entries."
 msgstr ""
 
-#: mod/settings.php:1044
-msgid "Account Types"
+#: mod/photos.php:109 mod/photos.php:1713
+msgid "Recent Photos"
 msgstr ""
 
-#: mod/settings.php:1045
-msgid "Personal Page Subtypes"
+#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715
+msgid "Upload New Photos"
 msgstr ""
 
-#: mod/settings.php:1046
-msgid "Community Forum Subtypes"
+#: mod/photos.php:184
+msgid "Contact information unavailable"
 msgstr ""
 
-#: mod/settings.php:1053
-msgid "Personal Page"
+#: mod/photos.php:204
+msgid "Album not found."
 msgstr ""
 
-#: mod/settings.php:1054
-msgid "Account for a personal profile."
+#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161
+msgid "Delete Album"
 msgstr ""
 
-#: mod/settings.php:1057
-msgid "Organisation Page"
+#: mod/photos.php:243
+msgid "Do you really want to delete this photo album and all its photos?"
 msgstr ""
 
-#: mod/settings.php:1058
-msgid ""
-"Account for an organisation that automatically approves contact requests as "
-"\"Followers\"."
+#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446
+msgid "Delete Photo"
 msgstr ""
 
-#: mod/settings.php:1061
-msgid "News Page"
+#: mod/photos.php:319
+msgid "Do you really want to delete this photo?"
 msgstr ""
 
-#: mod/settings.php:1062
-msgid ""
-"Account for a news reflector that automatically approves contact requests as "
-"\"Followers\"."
+#: mod/photos.php:667
+msgid "a photo"
 msgstr ""
 
-#: mod/settings.php:1065
-msgid "Community Forum"
+#: mod/photos.php:667
+#, php-format
+msgid "%1$s was tagged in %2$s by %3$s"
 msgstr ""
 
-#: mod/settings.php:1066
-msgid "Account for community discussions."
+#: mod/photos.php:769
+msgid "Image upload didn't complete, please try again"
 msgstr ""
 
-#: mod/settings.php:1069
-msgid "Normal Account Page"
+#: mod/photos.php:772
+msgid "Image file is missing"
 msgstr ""
 
-#: mod/settings.php:1070
+#: mod/photos.php:777
 msgid ""
-"Account for a regular personal profile that requires manual approval of "
-"\"Friends\" and \"Followers\"."
+"Server can't accept new file upload at this time, please contact your "
+"administrator"
+msgstr ""
+
+#: mod/photos.php:803
+msgid "Image file is empty."
+msgstr ""
+
+#: mod/photos.php:940
+msgid "No photos selected"
 msgstr ""
 
-#: mod/settings.php:1073
-msgid "Soapbox Page"
+#: mod/photos.php:1036 mod/videos.php:309
+msgid "Access to this item is restricted."
 msgstr ""
 
-#: mod/settings.php:1074
-msgid ""
-"Account for a public profile that automatically approves contact requests as "
-"\"Followers\"."
+#: mod/photos.php:1090
+msgid "Upload Photos"
 msgstr ""
 
-#: mod/settings.php:1077
-msgid "Public Forum"
+#: mod/photos.php:1094 mod/photos.php:1156
+msgid "New album name: "
 msgstr ""
 
-#: mod/settings.php:1078
-msgid "Automatically approves all contact requests."
+#: mod/photos.php:1095
+msgid "or existing album name: "
 msgstr ""
 
-#: mod/settings.php:1081
-msgid "Automatic Friend Page"
+#: mod/photos.php:1096
+msgid "Do not show a status post for this upload"
 msgstr ""
 
-#: mod/settings.php:1082
-msgid ""
-"Account for a popular profile that automatically approves contact requests "
-"as \"Friends\"."
+#: mod/photos.php:1167
+msgid "Edit Album"
 msgstr ""
 
-#: mod/settings.php:1085
-msgid "Private Forum [Experimental]"
+#: mod/photos.php:1172
+msgid "Show Newest First"
 msgstr ""
 
-#: mod/settings.php:1086
-msgid "Requires manual approval of contact requests."
+#: mod/photos.php:1174
+msgid "Show Oldest First"
 msgstr ""
 
-#: mod/settings.php:1097
-msgid "OpenID:"
+#: mod/photos.php:1195 mod/photos.php:1698
+msgid "View Photo"
 msgstr ""
 
-#: mod/settings.php:1097
-msgid "(Optional) Allow this OpenID to login to this account."
+#: mod/photos.php:1236
+msgid "Permission denied. Access to this item may be restricted."
 msgstr ""
 
-#: mod/settings.php:1105
-msgid "Publish your default profile in your local site directory?"
+#: mod/photos.php:1238
+msgid "Photo not available"
 msgstr ""
 
-#: mod/settings.php:1105
-#, php-format
-msgid ""
-"Your profile will be published in the global friendica directories (e.g. <a "
-"href=\"%s\">%s</a>). Your profile will be visible in public."
+#: mod/photos.php:1301
+msgid "View photo"
 msgstr ""
 
-#: mod/settings.php:1111
-msgid "Publish your default profile in the global social directory?"
+#: mod/photos.php:1301
+msgid "Edit photo"
 msgstr ""
 
-#: mod/settings.php:1111
-#, php-format
-msgid ""
-"Your profile will be published in this node's <a href=\"%s\">local "
-"directory</a>. Your profile details may be publicly visible depending on the "
-"system settings."
+#: mod/photos.php:1302
+msgid "Use as profile photo"
 msgstr ""
 
-#: mod/settings.php:1118
-msgid "Hide your contact/friend list from viewers of your default profile?"
+#: mod/photos.php:1327
+msgid "View Full Size"
 msgstr ""
 
-#: mod/settings.php:1118
-msgid ""
-"Your contact list won't be shown in your default profile page. You can "
-"decide to show your contact list separately for each additional profile you "
-"create"
+#: mod/photos.php:1414
+msgid "Tags: "
 msgstr ""
 
-#: mod/settings.php:1122
-msgid "Hide your profile details from anonymous viewers?"
+#: mod/photos.php:1417
+msgid "[Remove any tag]"
 msgstr ""
 
-#: mod/settings.php:1122
-msgid ""
-"Anonymous visitors will only see your profile picture, your display name and "
-"the nickname you are using on your profile page. Disables posting public "
-"messages to Diaspora and other networks."
+#: mod/photos.php:1432
+msgid "New album name"
 msgstr ""
 
-#: mod/settings.php:1126
-msgid "Allow friends to post to your profile page?"
+#: mod/photos.php:1433
+msgid "Caption"
 msgstr ""
 
-#: mod/settings.php:1126
-msgid ""
-"Your contacts may write posts on your profile wall. These posts will be "
-"distributed to your contacts"
+#: mod/photos.php:1434
+msgid "Add a Tag"
 msgstr ""
 
-#: mod/settings.php:1130
-msgid "Allow friends to tag your posts?"
+#: mod/photos.php:1434
+msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
 msgstr ""
 
-#: mod/settings.php:1130
-msgid "Your contacts can add additional tags to your posts."
+#: mod/photos.php:1435
+msgid "Do not rotate"
 msgstr ""
 
-#: mod/settings.php:1134
-msgid "Allow us to suggest you as a potential friend to new members?"
+#: mod/photos.php:1436
+msgid "Rotate CW (right)"
 msgstr ""
 
-#: mod/settings.php:1134
-msgid "If you like, Friendica may suggest new members to add you as a contact."
+#: mod/photos.php:1437
+msgid "Rotate CCW (left)"
 msgstr ""
 
-#: mod/settings.php:1138
-msgid "Permit unknown people to send you private mail?"
+#: mod/photos.php:1634
+msgid "Map"
 msgstr ""
 
-#: mod/settings.php:1138
-msgid ""
-"Friendica network users may send you private messages even if they are not "
-"in your contact list."
+#: mod/photos.php:1704 mod/videos.php:387
+msgid "View Album"
 msgstr ""
 
-#: mod/settings.php:1142
-msgid "Profile is <strong>not published</strong>."
+#: mod/nogroup.php:43 mod/contacts.php:960
+msgid "Edit contact"
 msgstr ""
 
-#: mod/settings.php:1148
-#, php-format
-msgid "Your Identity Address is <strong>'%s'</strong> or '%s'."
+#: mod/nogroup.php:63
+msgid "Contacts who are not members of a group"
 msgstr ""
 
-#: mod/settings.php:1155
-msgid "Automatically expire posts after this many days:"
+#: mod/community.php:46
+msgid "Community option not available."
 msgstr ""
 
-#: mod/settings.php:1155
-msgid "If empty, posts will not expire. Expired posts will be deleted"
+#: mod/community.php:63
+msgid "Not available."
 msgstr ""
 
-#: mod/settings.php:1156
-msgid "Advanced expiration settings"
+#: mod/community.php:76
+msgid "Local Community"
 msgstr ""
 
-#: mod/settings.php:1157
-msgid "Advanced Expiration"
+#: mod/community.php:79
+msgid "Posts from local users on this server"
 msgstr ""
 
-#: mod/settings.php:1158
-msgid "Expire posts:"
+#: mod/community.php:87
+msgid "Global Community"
 msgstr ""
 
-#: mod/settings.php:1159
-msgid "Expire personal notes:"
+#: mod/community.php:90
+msgid "Posts from users of the whole federated network"
 msgstr ""
 
-#: mod/settings.php:1160
-msgid "Expire starred posts:"
+#: mod/community.php:136 mod/search.php:228
+msgid "No results."
 msgstr ""
 
-#: mod/settings.php:1161
-msgid "Expire photos:"
+#: mod/community.php:180
+msgid ""
+"This community stream shows all public posts received by this node. They may "
+"not reflect the opinions of this node’s users."
 msgstr ""
 
-#: mod/settings.php:1162
-msgid "Only expire posts by others:"
+#: mod/message.php:73 mod/wallmessage.php:57
+msgid "No recipient selected."
 msgstr ""
 
-#: mod/settings.php:1192
-msgid "Account Settings"
+#: mod/message.php:77
+msgid "Unable to locate contact information."
 msgstr ""
 
-#: mod/settings.php:1200
-msgid "Password Settings"
+#: mod/message.php:80 mod/wallmessage.php:63
+msgid "Message could not be sent."
 msgstr ""
 
-#: mod/settings.php:1202
-msgid "Leave password fields blank unless changing"
+#: mod/message.php:83 mod/wallmessage.php:66
+msgid "Message collection failure."
 msgstr ""
 
-#: mod/settings.php:1203
-msgid "Current Password:"
+#: mod/message.php:86 mod/wallmessage.php:69
+msgid "Message sent."
 msgstr ""
 
-#: mod/settings.php:1203 mod/settings.php:1204
-msgid "Your current password to confirm the changes"
+#: mod/message.php:136
+msgid "Do you really want to delete this message?"
 msgstr ""
 
-#: mod/settings.php:1204
-msgid "Password:"
+#: mod/message.php:156
+msgid "Message deleted."
 msgstr ""
 
-#: mod/settings.php:1208
-msgid "Basic Settings"
+#: mod/message.php:185
+msgid "Conversation removed."
 msgstr ""
 
-#: mod/settings.php:1209 src/Model/Profile.php:738
-msgid "Full Name:"
+#: mod/message.php:250 mod/wallmessage.php:132
+msgid "Send Private Message"
 msgstr ""
 
-#: mod/settings.php:1210
-msgid "Email Address:"
+#: mod/message.php:251 mod/message.php:421 mod/wallmessage.php:134
+msgid "To:"
 msgstr ""
 
-#: mod/settings.php:1211
-msgid "Your Timezone:"
+#: mod/message.php:255 mod/message.php:423 mod/wallmessage.php:135
+msgid "Subject:"
 msgstr ""
 
-#: mod/settings.php:1212
-msgid "Your Language:"
+#: mod/message.php:291
+msgid "No messages."
 msgstr ""
 
-#: mod/settings.php:1212
-msgid ""
-"Set the language we use to show you friendica interface and to send you "
-"emails"
+#: mod/message.php:330
+msgid "Message not available."
 msgstr ""
 
-#: mod/settings.php:1213
-msgid "Default Post Location:"
+#: mod/message.php:397
+msgid "Delete message"
 msgstr ""
 
-#: mod/settings.php:1214
-msgid "Use Browser Location:"
+#: mod/message.php:399 mod/message.php:500
+msgid "D, d M Y - g:i A"
 msgstr ""
 
-#: mod/settings.php:1217
-msgid "Security and Privacy Settings"
+#: mod/message.php:414 mod/message.php:497
+msgid "Delete conversation"
 msgstr ""
 
-#: mod/settings.php:1219
-msgid "Maximum Friend Requests/Day:"
+#: mod/message.php:416
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
 msgstr ""
 
-#: mod/settings.php:1219 mod/settings.php:1248
-msgid "(to prevent spam abuse)"
+#: mod/message.php:420
+msgid "Send Reply"
 msgstr ""
 
-#: mod/settings.php:1220
-msgid "Default Post Permissions"
+#: mod/message.php:471
+#, php-format
+msgid "Unknown sender - %s"
 msgstr ""
 
-#: mod/settings.php:1221
-msgid "(click to open/close)"
+#: mod/message.php:473
+#, php-format
+msgid "You and %s"
 msgstr ""
 
-#: mod/settings.php:1231
-msgid "Default Private Post"
+#: mod/message.php:475
+#, php-format
+msgid "%s and You"
 msgstr ""
 
-#: mod/settings.php:1232
-msgid "Default Public Post"
+#: mod/message.php:503
+#, php-format
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] ""
+msgstr[1] ""
+
+#: mod/videos.php:139
+msgid "Do you really want to delete this video?"
 msgstr ""
 
-#: mod/settings.php:1236
-msgid "Default Permissions for New Posts"
+#: mod/videos.php:144
+msgid "Delete Video"
 msgstr ""
 
-#: mod/settings.php:1248
-msgid "Maximum private messages per day from unknown people:"
+#: mod/videos.php:207
+msgid "No videos selected"
 msgstr ""
 
-#: mod/settings.php:1251
-msgid "Notification Settings"
+#: mod/videos.php:396
+msgid "Recent Videos"
 msgstr ""
 
-#: mod/settings.php:1252
-msgid "By default post a status message when:"
+#: mod/videos.php:398
+msgid "Upload New Videos"
 msgstr ""
 
-#: mod/settings.php:1253
-msgid "accepting a friend request"
+#: mod/credits.php:18
+msgid "Credits"
 msgstr ""
 
-#: mod/settings.php:1254
-msgid "joining a forum/community"
+#: mod/credits.php:19
+msgid ""
+"Friendica is a community project, that would not be possible without the "
+"help of many people. Here is a list of those who have contributed to the "
+"code or the translation of Friendica. Thank you all!"
 msgstr ""
 
-#: mod/settings.php:1255
-msgid "making an <em>interesting</em> profile change"
+#: mod/unfollow.php:34
+msgid "Contact wasn't found or can't be unfollowed."
 msgstr ""
 
-#: mod/settings.php:1256
-msgid "Send a notification email when:"
+#: mod/unfollow.php:47
+msgid "Contact unfollowed"
 msgstr ""
 
-#: mod/settings.php:1257
-msgid "You receive an introduction"
+#: mod/unfollow.php:65 mod/dfrn_request.php:662 mod/follow.php:62
+msgid "Submit Request"
 msgstr ""
 
-#: mod/settings.php:1258
-msgid "Your introductions are confirmed"
+#: mod/unfollow.php:73
+msgid "You aren't a friend of this contact."
 msgstr ""
 
-#: mod/settings.php:1259
-msgid "Someone writes on your profile wall"
+#: mod/unfollow.php:79
+msgid "Unfollowing is currently not supported by your network."
 msgstr ""
 
-#: mod/settings.php:1260
-msgid "Someone writes a followup comment"
+#: mod/unfollow.php:100 mod/contacts.php:599
+msgid "Disconnect/Unfollow"
 msgstr ""
 
-#: mod/settings.php:1261
-msgid "You receive a private message"
+#: mod/unfollow.php:113 mod/dfrn_request.php:660 mod/follow.php:157
+msgid "Your Identity Address:"
 msgstr ""
 
-#: mod/settings.php:1262
-msgid "You receive a friend suggestion"
+#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83
+#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112
+#: mod/wall_upload.php:155 mod/wall_upload.php:158
+msgid "Invalid request."
 msgstr ""
 
-#: mod/settings.php:1263
-msgid "You are tagged in a post"
+#: mod/wall_attach.php:101
+msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
 msgstr ""
 
-#: mod/settings.php:1264
-msgid "You are poked/prodded/etc. in a post"
+#: mod/wall_attach.php:101
+msgid "Or - did you try to upload an empty file?"
 msgstr ""
 
-#: mod/settings.php:1266
-msgid "Activate desktop notifications"
+#: mod/wall_attach.php:112
+#, php-format
+msgid "File exceeds size limit of %s"
 msgstr ""
 
-#: mod/settings.php:1266
-msgid "Show desktop popup on new notifications"
+#: mod/wall_attach.php:136 mod/wall_attach.php:152
+msgid "File upload failed."
 msgstr ""
 
-#: mod/settings.php:1268
-msgid "Text-only notification emails"
+#: mod/profile.php:194
+msgid "Tips for New Members"
 msgstr ""
 
-#: mod/settings.php:1270
-msgid "Send text only notification emails, without the html part"
+#: mod/localtime.php:33
+msgid "Time Conversion"
 msgstr ""
 
-#: mod/settings.php:1272
-msgid "Show detailled notifications"
+#: mod/localtime.php:35
+msgid ""
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
 msgstr ""
 
-#: mod/settings.php:1274
-msgid ""
-"Per default, notifications are condensed to a single notification per item. "
-"When enabled every notification is displayed."
+#: mod/localtime.php:39
+#, php-format
+msgid "UTC time: %s"
 msgstr ""
 
-#: mod/settings.php:1276
-msgid "Advanced Account/Page Type Settings"
+#: mod/localtime.php:42
+#, php-format
+msgid "Current timezone: %s"
 msgstr ""
 
-#: mod/settings.php:1277
-msgid "Change the behaviour of this account for special situations"
+#: mod/localtime.php:46
+#, php-format
+msgid "Converted localtime: %s"
 msgstr ""
 
-#: mod/settings.php:1280
-msgid "Relocate"
+#: mod/localtime.php:52
+msgid "Please select your timezone:"
 msgstr ""
 
-#: mod/settings.php:1281
-msgid ""
-"If you have moved this profile from another server, and some of your "
-"contacts don't receive your updates, try pushing this button."
+#: mod/dfrn_request.php:94
+msgid "This introduction has already been accepted."
 msgstr ""
 
-#: mod/settings.php:1282
-msgid "Resend relocate message to contacts"
+#: mod/dfrn_request.php:112 mod/dfrn_request.php:359
+msgid "Profile location is not valid or does not contain profile information."
 msgstr ""
 
-#: src/Core/UserImport.php:104
-msgid "Error decoding account file"
+#: mod/dfrn_request.php:116 mod/dfrn_request.php:363
+msgid "Warning: profile location has no identifiable owner name."
 msgstr ""
 
-#: src/Core/UserImport.php:110
-msgid "Error! No version data in file! This is not a Friendica account file?"
+#: mod/dfrn_request.php:119 mod/dfrn_request.php:366
+msgid "Warning: profile location has no profile photo."
 msgstr ""
 
-#: src/Core/UserImport.php:118
+#: mod/dfrn_request.php:123 mod/dfrn_request.php:370
 #, php-format
-msgid "User '%s' already exists on this server!"
+msgid "%d required parameter was not found at the given location"
+msgid_plural "%d required parameters were not found at the given location"
+msgstr[0] ""
+msgstr[1] ""
+
+#: mod/dfrn_request.php:162
+msgid "Introduction complete."
 msgstr ""
 
-#: src/Core/UserImport.php:151
-msgid "User creation error"
+#: mod/dfrn_request.php:199
+msgid "Unrecoverable protocol error."
 msgstr ""
 
-#: src/Core/UserImport.php:169
-msgid "User profile creation error"
+#: mod/dfrn_request.php:226
+msgid "Profile unavailable."
 msgstr ""
 
-#: src/Core/UserImport.php:213
+#: mod/dfrn_request.php:248
 #, php-format
-msgid "%d contact not imported"
-msgid_plural "%d contacts not imported"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/Core/UserImport.php:278
-msgid "Done. You can now login with your username and password"
+msgid "%s has received too many connection requests today."
 msgstr ""
 
-#: src/Core/NotificationsManager.php:171
-msgid "System"
+#: mod/dfrn_request.php:249
+msgid "Spam protection measures have been invoked."
 msgstr ""
 
-#: src/Core/NotificationsManager.php:192 src/Content/Nav.php:124
-#: src/Content/Nav.php:181
-msgid "Home"
+#: mod/dfrn_request.php:250
+msgid "Friends are advised to please try again in 24 hours."
 msgstr ""
 
-#: src/Core/NotificationsManager.php:199 src/Content/Nav.php:186
-msgid "Introductions"
+#: mod/dfrn_request.php:280
+msgid "Invalid locator"
 msgstr ""
 
-#: src/Core/NotificationsManager.php:256 src/Core/NotificationsManager.php:268
-#, php-format
-msgid "%s commented on %s's post"
+#: mod/dfrn_request.php:316
+msgid "You have already introduced yourself here."
 msgstr ""
 
-#: src/Core/NotificationsManager.php:267
+#: mod/dfrn_request.php:319
 #, php-format
-msgid "%s created a new post"
+msgid "Apparently you are already friends with %s."
 msgstr ""
 
-#: src/Core/NotificationsManager.php:281
-#, php-format
-msgid "%s liked %s's post"
+#: mod/dfrn_request.php:339
+msgid "Invalid profile URL."
 msgstr ""
 
-#: src/Core/NotificationsManager.php:294
-#, php-format
-msgid "%s disliked %s's post"
+#: mod/dfrn_request.php:419 mod/contacts.php:230
+msgid "Failed to update contact record."
 msgstr ""
 
-#: src/Core/NotificationsManager.php:307
-#, php-format
-msgid "%s is attending %s's event"
+#: mod/dfrn_request.php:439
+msgid "Your introduction has been sent."
 msgstr ""
 
-#: src/Core/NotificationsManager.php:320
-#, php-format
-msgid "%s is not attending %s's event"
+#: mod/dfrn_request.php:477
+msgid ""
+"Remote subscription can't be done for your network. Please subscribe "
+"directly on your system."
 msgstr ""
 
-#: src/Core/NotificationsManager.php:333
-#, php-format
-msgid "%s may attend %s's event"
+#: mod/dfrn_request.php:493
+msgid "Please login to confirm introduction."
 msgstr ""
 
-#: src/Core/NotificationsManager.php:350
-#, php-format
-msgid "%s is now friends with %s"
+#: mod/dfrn_request.php:501
+msgid ""
+"Incorrect identity currently logged in. Please login to <strong>this</"
+"strong> profile."
 msgstr ""
 
-#: src/Core/NotificationsManager.php:825
-msgid "Friend Suggestion"
+#: mod/dfrn_request.php:515 mod/dfrn_request.php:532
+msgid "Confirm"
 msgstr ""
 
-#: src/Core/NotificationsManager.php:851
-msgid "Friend/Connect Request"
+#: mod/dfrn_request.php:527
+msgid "Hide this contact"
 msgstr ""
 
-#: src/Core/NotificationsManager.php:851
-msgid "New Follower"
+#: mod/dfrn_request.php:530
+#, php-format
+msgid "Welcome home %s."
 msgstr ""
 
-#: src/Core/ACL.php:295
-msgid "Post to Email"
+#: mod/dfrn_request.php:531
+#, php-format
+msgid "Please confirm your introduction/connection request to %s."
 msgstr ""
 
-#: src/Core/ACL.php:301
-msgid "Hide your profile details from unknown viewers?"
+#: mod/dfrn_request.php:642
+msgid ""
+"Please enter your 'Identity Address' from one of the following supported "
+"communications networks:"
 msgstr ""
 
-#: src/Core/ACL.php:300
+#: mod/dfrn_request.php:645
 #, php-format
-msgid "Connectors disabled, since \"%s\" is enabled."
-msgstr ""
-
-#: src/Core/ACL.php:307
-msgid "Visible to everybody"
+msgid ""
+"If you are not yet a member of the free social web, <a href=\"%s\">follow "
+"this link to find a public Friendica site and join us today</a>."
 msgstr ""
 
-#: src/Core/ACL.php:308 view/theme/vier/config.php:115
-msgid "show"
+#: mod/dfrn_request.php:650
+msgid "Friend/Connection Request"
 msgstr ""
 
-#: src/Core/ACL.php:309 view/theme/vier/config.php:115
-msgid "don't show"
+#: mod/dfrn_request.php:651
+msgid ""
+"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
+"testuser@gnusocial.de"
 msgstr ""
 
-#: src/Core/ACL.php:319
-msgid "Close"
+#: mod/dfrn_request.php:652 mod/follow.php:149
+msgid "Please answer the following:"
 msgstr ""
 
-#: src/Util/Temporal.php:147 src/Model/Profile.php:758
-msgid "Birthday:"
+#: mod/dfrn_request.php:653 mod/follow.php:150
+#, php-format
+msgid "Does %s know you?"
 msgstr ""
 
-#: src/Util/Temporal.php:151
-msgid "YYYY-MM-DD or MM-DD"
+#: mod/dfrn_request.php:654 mod/follow.php:151
+msgid "Add a personal note:"
 msgstr ""
 
-#: src/Util/Temporal.php:294
-msgid "never"
+#: mod/dfrn_request.php:657
+msgid "GNU Social (Pleroma, Mastodon)"
 msgstr ""
 
-#: src/Util/Temporal.php:300
-msgid "less than a second ago"
+#: mod/dfrn_request.php:658
+msgid "Diaspora (Socialhome, Hubzilla)"
 msgstr ""
 
-#: src/Util/Temporal.php:303
-msgid "year"
+#: mod/dfrn_request.php:659
+#, php-format
+msgid ""
+" - please do not use this form.  Instead, enter %s into your Diaspora search "
+"bar."
 msgstr ""
 
-#: src/Util/Temporal.php:303
-msgid "years"
+#: mod/crepair.php:87
+msgid "Contact settings applied."
 msgstr ""
 
-#: src/Util/Temporal.php:304
-msgid "months"
+#: mod/crepair.php:89
+msgid "Contact update failed."
 msgstr ""
 
-#: src/Util/Temporal.php:305
-msgid "weeks"
+#: mod/crepair.php:114
+msgid ""
+"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect "
+"information your communications with this contact may stop working."
 msgstr ""
 
-#: src/Util/Temporal.php:306
-msgid "days"
+#: mod/crepair.php:115
+msgid ""
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
 msgstr ""
 
-#: src/Util/Temporal.php:307
-msgid "hour"
+#: mod/crepair.php:129 mod/crepair.php:131
+msgid "No mirroring"
 msgstr ""
 
-#: src/Util/Temporal.php:307
-msgid "hours"
+#: mod/crepair.php:129
+msgid "Mirror as forwarded posting"
 msgstr ""
 
-#: src/Util/Temporal.php:308
-msgid "minute"
+#: mod/crepair.php:129 mod/crepair.php:131
+msgid "Mirror as my own posting"
 msgstr ""
 
-#: src/Util/Temporal.php:308
-msgid "minutes"
+#: mod/crepair.php:144
+msgid "Return to contact editor"
 msgstr ""
 
-#: src/Util/Temporal.php:309
-msgid "second"
+#: mod/crepair.php:146
+msgid "Refetch contact data"
 msgstr ""
 
-#: src/Util/Temporal.php:309
-msgid "seconds"
+#: mod/crepair.php:149
+msgid "Remote Self"
 msgstr ""
 
-#: src/Util/Temporal.php:318
-#, php-format
-msgid "%1$d %2$s ago"
+#: mod/crepair.php:152
+msgid "Mirror postings from this contact"
 msgstr ""
 
-#: src/Content/Text/BBCode.php:555
-msgid "view full size"
+#: mod/crepair.php:154
+msgid ""
+"Mark this contact as remote_self, this will cause friendica to repost new "
+"entries from this contact."
 msgstr ""
 
-#: src/Content/Text/BBCode.php:981 src/Content/Text/BBCode.php:1750
-#: src/Content/Text/BBCode.php:1751
-msgid "Image/photo"
+#: mod/crepair.php:159
+msgid "Account Nickname"
 msgstr ""
 
-#: src/Content/Text/BBCode.php:1119
-#, php-format
-msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
+#: mod/crepair.php:160
+msgid "@Tagname - overrides Name/Nickname"
 msgstr ""
 
-#: src/Content/Text/BBCode.php:1677 src/Content/Text/BBCode.php:1699
-msgid "$1 wrote:"
+#: mod/crepair.php:161
+msgid "Account URL"
 msgstr ""
 
-#: src/Content/Text/BBCode.php:1759 src/Content/Text/BBCode.php:1760
-msgid "Encrypted content"
+#: mod/crepair.php:162
+msgid "Friend Request URL"
 msgstr ""
 
-#: src/Content/Text/BBCode.php:1879
-msgid "Invalid source protocol"
+#: mod/crepair.php:163
+msgid "Friend Confirm URL"
 msgstr ""
 
-#: src/Content/Text/BBCode.php:1890
-msgid "Invalid link protocol"
+#: mod/crepair.php:164
+msgid "Notification Endpoint URL"
 msgstr ""
 
-#: src/Content/ForumManager.php:127 view/theme/vier/theme.php:256
-msgid "External link to forum"
+#: mod/crepair.php:165
+msgid "Poll/Feed URL"
 msgstr ""
 
-#: src/Content/Nav.php:53
-msgid "Nothing new here"
+#: mod/crepair.php:166
+msgid "New photo from this URL"
 msgstr ""
 
-#: src/Content/Nav.php:57
-msgid "Clear notifications"
+#: mod/home.php:39
+#, php-format
+msgid "Welcome to %s"
 msgstr ""
 
-#: src/Content/Nav.php:97 src/Module/Login.php:311
-#: view/theme/frio/theme.php:256
-msgid "Logout"
+#: mod/dfrn_poll.php:123 mod/dfrn_poll.php:543
+#, php-format
+msgid "%1$s welcomes %2$s"
 msgstr ""
 
-#: src/Content/Nav.php:97 view/theme/frio/theme.php:256
-msgid "End this session"
+#: mod/poke.php:192
+msgid "Poke/Prod"
 msgstr ""
 
-#: src/Content/Nav.php:100 src/Content/Nav.php:181
-#: view/theme/frio/theme.php:259
-msgid "Your posts and conversations"
+#: mod/poke.php:193
+msgid "poke, prod or do other things to somebody"
 msgstr ""
 
-#: src/Content/Nav.php:101 view/theme/frio/theme.php:260
-msgid "Your profile page"
+#: mod/poke.php:194
+msgid "Recipient"
 msgstr ""
 
-#: src/Content/Nav.php:102 view/theme/frio/theme.php:261
-msgid "Your photos"
+#: mod/poke.php:195
+msgid "Choose what you wish to do to recipient"
 msgstr ""
 
-#: src/Content/Nav.php:103 src/Model/Profile.php:912 src/Model/Profile.php:915
-#: view/theme/frio/theme.php:262
-msgid "Videos"
+#: mod/poke.php:198
+msgid "Make this post private"
 msgstr ""
 
-#: src/Content/Nav.php:103 view/theme/frio/theme.php:262
-msgid "Your videos"
+#: mod/oexchange.php:30
+msgid "Post successful."
 msgstr ""
 
-#: src/Content/Nav.php:104 view/theme/frio/theme.php:263
-msgid "Your events"
+#: mod/viewsrc.php:12
+msgid "Access denied."
 msgstr ""
 
-#: src/Content/Nav.php:105
-msgid "Personal notes"
+#: mod/notifications.php:37
+msgid "Invalid request identifier."
 msgstr ""
 
-#: src/Content/Nav.php:105
-msgid "Your personal notes"
+#: mod/notifications.php:46 mod/notifications.php:183 mod/notifications.php:230
+msgid "Discard"
 msgstr ""
 
-#: src/Content/Nav.php:114
-msgid "Sign in"
+#: mod/notifications.php:62 mod/notifications.php:182 mod/notifications.php:266
+#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019
+msgid "Ignore"
 msgstr ""
 
-#: src/Content/Nav.php:124
-msgid "Home Page"
+#: mod/notifications.php:107
+msgid "Network Notifications"
 msgstr ""
 
-#: src/Content/Nav.php:128
-msgid "Create an account"
+#: mod/notifications.php:119
+msgid "Personal Notifications"
 msgstr ""
 
-#: src/Content/Nav.php:134
-msgid "Help and documentation"
+#: mod/notifications.php:125
+msgid "Home Notifications"
 msgstr ""
 
-#: src/Content/Nav.php:138
-msgid "Apps"
+#: mod/notifications.php:155
+msgid "Show Ignored Requests"
 msgstr ""
 
-#: src/Content/Nav.php:138
-msgid "Addon applications, utilities, games"
+#: mod/notifications.php:155
+msgid "Hide Ignored Requests"
 msgstr ""
 
-#: src/Content/Nav.php:142
-msgid "Search site content"
+#: mod/notifications.php:167 mod/notifications.php:237
+msgid "Notification type: "
 msgstr ""
 
-#: src/Content/Nav.php:165
-msgid "Community"
+#: mod/notifications.php:170
+#, php-format
+msgid "suggested by %s"
 msgstr ""
 
-#: src/Content/Nav.php:165
-msgid "Conversations on this and other servers"
+#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:646
+msgid "Hide this contact from others"
 msgstr ""
 
-#: src/Content/Nav.php:169 src/Model/Profile.php:927 src/Model/Profile.php:938
-#: view/theme/frio/theme.php:267
-msgid "Events and Calendar"
+#: mod/notifications.php:176 mod/notifications.php:255
+msgid "Post a new friend activity"
 msgstr ""
 
-#: src/Content/Nav.php:172
-msgid "Directory"
+#: mod/notifications.php:176 mod/notifications.php:255
+msgid "if applicable"
 msgstr ""
 
-#: src/Content/Nav.php:172
-msgid "People directory"
+#: mod/notifications.php:198
+msgid "Claims to be known to you: "
 msgstr ""
 
-#: src/Content/Nav.php:174
-msgid "Information about this friendica instance"
+#: mod/notifications.php:199
+msgid "yes"
 msgstr ""
 
-#: src/Content/Nav.php:178 view/theme/frio/theme.php:266
-msgid "Conversations from your friends"
+#: mod/notifications.php:199
+msgid "no"
 msgstr ""
 
-#: src/Content/Nav.php:179
-msgid "Network Reset"
+#: mod/notifications.php:200 mod/notifications.php:205
+msgid "Shall your connection be bidirectional or not?"
 msgstr ""
 
-#: src/Content/Nav.php:179
-msgid "Load Network page with no filters"
+#: mod/notifications.php:201 mod/notifications.php:206
+#, php-format
+msgid ""
+"Accepting %s as a friend allows %s to subscribe to your posts, and you will "
+"also receive updates from them in your news feed."
 msgstr ""
 
-#: src/Content/Nav.php:186
-msgid "Friend Requests"
+#: mod/notifications.php:202
+#, php-format
+msgid ""
+"Accepting %s as a subscriber allows them to subscribe to your posts, but you "
+"will not receive updates from them in your news feed."
 msgstr ""
 
-#: src/Content/Nav.php:190
-msgid "See all notifications"
+#: mod/notifications.php:207
+#, php-format
+msgid ""
+"Accepting %s as a sharer allows them to subscribe to your posts, but you "
+"will not receive updates from them in your news feed."
 msgstr ""
 
-#: src/Content/Nav.php:191
-msgid "Mark all system notifications seen"
+#: mod/notifications.php:218
+msgid "Friend"
 msgstr ""
 
-#: src/Content/Nav.php:195 view/theme/frio/theme.php:268
-msgid "Private mail"
+#: mod/notifications.php:219
+msgid "Sharer"
 msgstr ""
 
-#: src/Content/Nav.php:196
-msgid "Inbox"
+#: mod/notifications.php:219
+msgid "Subscriber"
 msgstr ""
 
-#: src/Content/Nav.php:197
-msgid "Outbox"
+#: mod/notifications.php:275
+msgid "No introductions."
 msgstr ""
 
-#: src/Content/Nav.php:201
-msgid "Manage"
+#: mod/notifications.php:316
+msgid "Show unread"
 msgstr ""
 
-#: src/Content/Nav.php:201
-msgid "Manage other pages"
+#: mod/notifications.php:316
+msgid "Show all"
 msgstr ""
 
-#: src/Content/Nav.php:206 view/theme/frio/theme.php:269
-msgid "Account settings"
+#: mod/notifications.php:322
+#, php-format
+msgid "No more %s notifications."
 msgstr ""
 
-#: src/Content/Nav.php:209 src/Model/Profile.php:372
-msgid "Profiles"
+#: mod/p.php:14
+msgid "Not Extended"
 msgstr ""
 
-#: src/Content/Nav.php:209
-msgid "Manage/Edit Profiles"
+#: mod/p.php:21 mod/p.php:48 mod/p.php:57 mod/fetch.php:16 mod/fetch.php:52
+#: mod/fetch.php:65 mod/help.php:60 index.php:320
+msgid "Not Found"
 msgstr ""
 
-#: src/Content/Nav.php:212 view/theme/frio/theme.php:270
-msgid "Manage/edit friends and contacts"
+#: mod/follow.php:45
+msgid "The contact could not be added."
 msgstr ""
 
-#: src/Content/Nav.php:217
-msgid "Site setup and configuration"
+#: mod/follow.php:73
+msgid "You already added this contact."
 msgstr ""
 
-#: src/Content/Nav.php:220
-msgid "Navigation"
+#: mod/follow.php:83
+msgid "Diaspora support isn't enabled. Contact can't be added."
 msgstr ""
 
-#: src/Content/Nav.php:220
-msgid "Site map"
+#: mod/follow.php:90
+msgid "OStatus support is disabled. Contact can't be added."
 msgstr ""
 
-#: src/Content/OEmbed.php:253
-msgid "Embedding disabled"
+#: mod/follow.php:97
+msgid "The network type couldn't be detected. Contact can't be added."
 msgstr ""
 
-#: src/Content/OEmbed.php:373
-msgid "Embedded content"
+#: mod/cal.php:313
+msgid "This calendar format is not supported"
 msgstr ""
 
-#: src/Content/Widget/CalendarExport.php:61
-msgid "Export"
+#: mod/cal.php:315
+msgid "No exportable data found"
 msgstr ""
 
-#: src/Content/Widget/CalendarExport.php:62
-msgid "Export calendar as ical"
+#: mod/cal.php:332
+msgid "calendar"
 msgstr ""
 
-#: src/Content/Widget/CalendarExport.php:63
-msgid "Export calendar as csv"
+#: mod/contacts.php:157
+#, php-format
+msgid "%d contact edited."
+msgid_plural "%d contacts edited."
+msgstr[0] ""
+msgstr[1] ""
+
+#: mod/contacts.php:184 mod/contacts.php:400
+msgid "Could not access contact record."
 msgstr ""
 
-#: src/Content/Feature.php:79
-msgid "General Features"
+#: mod/contacts.php:194
+msgid "Could not locate selected profile."
 msgstr ""
 
-#: src/Content/Feature.php:81
-msgid "Multiple Profiles"
+#: mod/contacts.php:228
+msgid "Contact updated."
 msgstr ""
 
-#: src/Content/Feature.php:81
-msgid "Ability to create multiple profiles"
+#: mod/contacts.php:421
+msgid "Contact has been blocked"
 msgstr ""
 
-#: src/Content/Feature.php:82
-msgid "Photo Location"
+#: mod/contacts.php:421
+msgid "Contact has been unblocked"
 msgstr ""
 
-#: src/Content/Feature.php:82
-msgid ""
-"Photo metadata is normally stripped. This extracts the location (if present) "
-"prior to stripping metadata and links it to a map."
+#: mod/contacts.php:432
+msgid "Contact has been ignored"
 msgstr ""
 
-#: src/Content/Feature.php:83
-msgid "Export Public Calendar"
+#: mod/contacts.php:432
+msgid "Contact has been unignored"
 msgstr ""
 
-#: src/Content/Feature.php:83
-msgid "Ability for visitors to download the public calendar"
+#: mod/contacts.php:443
+msgid "Contact has been archived"
 msgstr ""
 
-#: src/Content/Feature.php:88
-msgid "Post Composition Features"
+#: mod/contacts.php:443
+msgid "Contact has been unarchived"
 msgstr ""
 
-#: src/Content/Feature.php:89
-msgid "Post Preview"
+#: mod/contacts.php:467
+msgid "Drop contact"
 msgstr ""
 
-#: src/Content/Feature.php:89
-msgid "Allow previewing posts and comments before publishing them"
+#: mod/contacts.php:470 mod/contacts.php:823
+msgid "Do you really want to delete this contact?"
 msgstr ""
 
-#: src/Content/Feature.php:90
-msgid "Auto-mention Forums"
+#: mod/contacts.php:488
+msgid "Contact has been removed."
 msgstr ""
 
-#: src/Content/Feature.php:90
-msgid ""
-"Add/remove mention when a forum page is selected/deselected in ACL window."
+#: mod/contacts.php:519
+#, php-format
+msgid "You are mutual friends with %s"
 msgstr ""
 
-#: src/Content/Feature.php:95
-msgid "Network Sidebar Widgets"
+#: mod/contacts.php:523
+#, php-format
+msgid "You are sharing with %s"
 msgstr ""
 
-#: src/Content/Feature.php:96
-msgid "Search by Date"
+#: mod/contacts.php:527
+#, php-format
+msgid "%s is sharing with you"
 msgstr ""
 
-#: src/Content/Feature.php:96
-msgid "Ability to select posts by date ranges"
+#: mod/contacts.php:547
+msgid "Private communications are not available for this contact."
 msgstr ""
 
-#: src/Content/Feature.php:97 src/Content/Feature.php:127
-msgid "List Forums"
+#: mod/contacts.php:549
+msgid "Never"
 msgstr ""
 
-#: src/Content/Feature.php:97
-msgid "Enable widget to display the forums your are connected with"
+#: mod/contacts.php:552
+msgid "(Update was successful)"
 msgstr ""
 
-#: src/Content/Feature.php:98
-msgid "Group Filter"
+#: mod/contacts.php:552
+msgid "(Update was not successful)"
 msgstr ""
 
-#: src/Content/Feature.php:98
-msgid "Enable widget to display Network posts only from selected group"
+#: mod/contacts.php:554 mod/contacts.php:992
+msgid "Suggest friends"
 msgstr ""
 
-#: src/Content/Feature.php:99
-msgid "Network Filter"
+#: mod/contacts.php:558
+#, php-format
+msgid "Network type: %s"
 msgstr ""
 
-#: src/Content/Feature.php:99
-msgid "Enable widget to display Network posts only from selected network"
+#: mod/contacts.php:563
+msgid "Communications lost with this contact!"
 msgstr ""
 
-#: src/Content/Feature.php:100
-msgid "Save search terms for re-use"
+#: mod/contacts.php:569
+msgid "Fetch further information for feeds"
 msgstr ""
 
-#: src/Content/Feature.php:105
-msgid "Network Tabs"
+#: mod/contacts.php:571
+msgid ""
+"Fetch information like preview pictures, title and teaser from the feed "
+"item. You can activate this if the feed doesn't contain much text. Keywords "
+"are taken from the meta header in the feed item and are posted as hash tags."
 msgstr ""
 
-#: src/Content/Feature.php:106
-msgid "Network Personal Tab"
+#: mod/contacts.php:573
+msgid "Fetch information"
 msgstr ""
 
-#: src/Content/Feature.php:106
-msgid "Enable tab to display only Network posts that you've interacted on"
+#: mod/contacts.php:574
+msgid "Fetch keywords"
 msgstr ""
 
-#: src/Content/Feature.php:107
-msgid "Network New Tab"
+#: mod/contacts.php:575
+msgid "Fetch information and keywords"
 msgstr ""
 
-#: src/Content/Feature.php:107
-msgid "Enable tab to display only new Network posts (from the last 12 hours)"
+#: mod/contacts.php:608
+msgid "Contact"
 msgstr ""
 
-#: src/Content/Feature.php:108
-msgid "Network Shared Links Tab"
+#: mod/contacts.php:611
+msgid "Profile Visibility"
 msgstr ""
 
-#: src/Content/Feature.php:108
-msgid "Enable tab to display only Network posts with links in them"
+#: mod/contacts.php:612
+#, php-format
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
 msgstr ""
 
-#: src/Content/Feature.php:113
-msgid "Post/Comment Tools"
+#: mod/contacts.php:613
+msgid "Contact Information / Notes"
 msgstr ""
 
-#: src/Content/Feature.php:114
-msgid "Multiple Deletion"
+#: mod/contacts.php:614
+msgid "Their personal note"
 msgstr ""
 
-#: src/Content/Feature.php:114
-msgid "Select and delete multiple posts/comments at once"
+#: mod/contacts.php:616
+msgid "Edit contact notes"
 msgstr ""
 
-#: src/Content/Feature.php:115
-msgid "Edit Sent Posts"
+#: mod/contacts.php:620
+msgid "Block/Unblock contact"
 msgstr ""
 
-#: src/Content/Feature.php:115
-msgid "Edit and correct posts and comments after sending"
+#: mod/contacts.php:621
+msgid "Ignore contact"
 msgstr ""
 
-#: src/Content/Feature.php:116
-msgid "Tagging"
+#: mod/contacts.php:622
+msgid "Repair URL settings"
 msgstr ""
 
-#: src/Content/Feature.php:116
-msgid "Ability to tag existing posts"
+#: mod/contacts.php:623
+msgid "View conversations"
 msgstr ""
 
-#: src/Content/Feature.php:117
-msgid "Post Categories"
+#: mod/contacts.php:628
+msgid "Last update:"
 msgstr ""
 
-#: src/Content/Feature.php:117
-msgid "Add categories to your posts"
+#: mod/contacts.php:630
+msgid "Update public posts"
 msgstr ""
 
-#: src/Content/Feature.php:118 src/Content/Widget.php:200
-msgid "Saved Folders"
+#: mod/contacts.php:632 mod/contacts.php:1002
+msgid "Update now"
 msgstr ""
 
-#: src/Content/Feature.php:118
-msgid "Ability to file posts under folders"
+#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019
+msgid "Unignore"
 msgstr ""
 
-#: src/Content/Feature.php:119
-msgid "Dislike Posts"
+#: mod/contacts.php:642
+msgid "Currently blocked"
 msgstr ""
 
-#: src/Content/Feature.php:119
-msgid "Ability to dislike posts/comments"
+#: mod/contacts.php:643
+msgid "Currently ignored"
 msgstr ""
 
-#: src/Content/Feature.php:120
-msgid "Star Posts"
+#: mod/contacts.php:644
+msgid "Currently archived"
 msgstr ""
 
-#: src/Content/Feature.php:120
-msgid "Ability to mark special posts with a star indicator"
+#: mod/contacts.php:645
+msgid "Awaiting connection acknowledge"
 msgstr ""
 
-#: src/Content/Feature.php:121
-msgid "Mute Post Notifications"
+#: mod/contacts.php:646
+msgid ""
+"Replies/likes to your public posts <strong>may</strong> still be visible"
 msgstr ""
 
-#: src/Content/Feature.php:121
-msgid "Ability to mute notifications for a thread"
+#: mod/contacts.php:647
+msgid "Notification for new posts"
 msgstr ""
 
-#: src/Content/Feature.php:126
-msgid "Advanced Profile Settings"
+#: mod/contacts.php:647
+msgid "Send a notification of every new post of this contact"
 msgstr ""
 
-#: src/Content/Feature.php:127
-msgid "Show visitors public community forums at the Advanced Profile Page"
+#: mod/contacts.php:650
+msgid "Blacklisted keywords"
 msgstr ""
 
-#: src/Content/Feature.php:128
-msgid "Tag Cloud"
+#: mod/contacts.php:650
+msgid ""
+"Comma separated list of keywords that should not be converted to hashtags, "
+"when \"Fetch information and keywords\" is selected"
 msgstr ""
 
-#: src/Content/Feature.php:128
-msgid "Provide a personal tag cloud on your profile page"
+#: mod/contacts.php:667
+msgid "Actions"
 msgstr ""
 
-#: src/Content/Feature.php:129
-msgid "Display Membership Date"
+#: mod/contacts.php:670
+msgid "Contact Settings"
 msgstr ""
 
-#: src/Content/Feature.php:129
-msgid "Display membership date in profile"
+#: mod/contacts.php:711
+msgid "Suggestions"
 msgstr ""
 
-#: src/Content/Widget.php:33
-msgid "Add New Contact"
+#: mod/contacts.php:714
+msgid "Suggest potential friends"
 msgstr ""
 
-#: src/Content/Widget.php:34
-msgid "Enter address or web location"
+#: mod/contacts.php:722
+msgid "Show all contacts"
 msgstr ""
 
-#: src/Content/Widget.php:35
-msgid "Example: bob@example.com, http://example.com/barbara"
+#: mod/contacts.php:727
+msgid "Unblocked"
 msgstr ""
 
-#: src/Content/Widget.php:53
-#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] ""
-msgstr[1] ""
+#: mod/contacts.php:730
+msgid "Only show unblocked contacts"
+msgstr ""
 
-#: src/Content/Widget.php:59
-msgid "Find People"
+#: mod/contacts.php:735
+msgid "Blocked"
 msgstr ""
 
-#: src/Content/Widget.php:60
-msgid "Enter name or interest"
+#: mod/contacts.php:738
+msgid "Only show blocked contacts"
 msgstr ""
 
-#: src/Content/Widget.php:62
-msgid "Examples: Robert Morgenstein, Fishing"
+#: mod/contacts.php:743
+msgid "Ignored"
 msgstr ""
 
-#: src/Content/Widget.php:65 view/theme/vier/theme.php:202
-msgid "Similar Interests"
+#: mod/contacts.php:746
+msgid "Only show ignored contacts"
 msgstr ""
 
-#: src/Content/Widget.php:66
-msgid "Random Profile"
+#: mod/contacts.php:751
+msgid "Archived"
 msgstr ""
 
-#: src/Content/Widget.php:67 view/theme/vier/theme.php:204
-msgid "Invite Friends"
+#: mod/contacts.php:754
+msgid "Only show archived contacts"
 msgstr ""
 
-#: src/Content/Widget.php:68
-msgid "View Global Directory"
+#: mod/contacts.php:759
+msgid "Hidden"
 msgstr ""
 
-#: src/Content/Widget.php:159
-msgid "Networks"
+#: mod/contacts.php:762
+msgid "Only show hidden contacts"
 msgstr ""
 
-#: src/Content/Widget.php:162
-msgid "All Networks"
+#: mod/contacts.php:818
+msgid "Search your contacts"
 msgstr ""
 
-#: src/Content/Widget.php:203 src/Content/Widget.php:243
-msgid "Everything"
+#: mod/contacts.php:819 mod/search.php:236
+#, php-format
+msgid "Results for: %s"
 msgstr ""
 
-#: src/Content/Widget.php:240
-msgid "Categories"
+#: mod/contacts.php:829 mod/contacts.php:1027
+msgid "Archive"
 msgstr ""
 
-#: src/Content/Widget.php:307
-#, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] ""
-msgstr[1] ""
+#: mod/contacts.php:829 mod/contacts.php:1027
+msgid "Unarchive"
+msgstr ""
 
-#: src/Content/ContactSelector.php:55
-msgid "Frequently"
+#: mod/contacts.php:832
+msgid "Batch Actions"
 msgstr ""
 
-#: src/Content/ContactSelector.php:56
-msgid "Hourly"
+#: mod/contacts.php:878
+msgid "View all contacts"
 msgstr ""
 
-#: src/Content/ContactSelector.php:57
-msgid "Twice daily"
+#: mod/contacts.php:886 mod/common.php:140
+msgid "Common Friends"
 msgstr ""
 
-#: src/Content/ContactSelector.php:58
-msgid "Daily"
+#: mod/contacts.php:889
+msgid "View all common friends"
 msgstr ""
 
-#: src/Content/ContactSelector.php:59
-msgid "Weekly"
+#: mod/contacts.php:898
+msgid "Advanced Contact Settings"
 msgstr ""
 
-#: src/Content/ContactSelector.php:60
-msgid "Monthly"
+#: mod/contacts.php:930
+msgid "Mutual Friendship"
 msgstr ""
 
-#: src/Content/ContactSelector.php:80
-msgid "OStatus"
+#: mod/contacts.php:934
+msgid "is a fan of yours"
 msgstr ""
 
-#: src/Content/ContactSelector.php:81
-msgid "RSS/Atom"
+#: mod/contacts.php:938
+msgid "you are a fan of"
 msgstr ""
 
-#: src/Content/ContactSelector.php:84
-msgid "Facebook"
+#: mod/contacts.php:1013
+msgid "Toggle Blocked status"
 msgstr ""
 
-#: src/Content/ContactSelector.php:85
-msgid "Zot!"
+#: mod/contacts.php:1021
+msgid "Toggle Ignored status"
 msgstr ""
 
-#: src/Content/ContactSelector.php:86
-msgid "LinkedIn"
+#: mod/contacts.php:1029
+msgid "Toggle Archive status"
 msgstr ""
 
-#: src/Content/ContactSelector.php:87
-msgid "XMPP/IM"
+#: mod/contacts.php:1037
+msgid "Delete contact"
 msgstr ""
 
-#: src/Content/ContactSelector.php:88
-msgid "MySpace"
+#: mod/bookmarklet.php:51
+msgid "The post was created"
 msgstr ""
 
-#: src/Content/ContactSelector.php:89
-msgid "Google+"
+#: mod/lostpass.php:27
+msgid "No valid account found."
 msgstr ""
 
-#: src/Content/ContactSelector.php:90
-msgid "pump.io"
+#: mod/lostpass.php:39
+msgid "Password reset request issued. Check your email."
 msgstr ""
 
-#: src/Content/ContactSelector.php:91
-msgid "Twitter"
+#: mod/lostpass.php:45
+#, php-format
+msgid ""
+"\n"
+"\t\tDear %1$s,\n"
+"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
+"\t\tpassword. In order to confirm this request, please select the "
+"verification link\n"
+"\t\tbelow or paste it into your web browser address bar.\n"
+"\n"
+"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
+"\t\tprovided and ignore and/or delete this email, the request will expire "
+"shortly.\n"
+"\n"
+"\t\tYour password will not be changed unless we can verify that you\n"
+"\t\tissued this request."
 msgstr ""
 
-#: src/Content/ContactSelector.php:92
-msgid "Diaspora Connector"
+#: mod/lostpass.php:56
+#, php-format
+msgid ""
+"\n"
+"\t\tFollow this link soon to verify your identity:\n"
+"\n"
+"\t\t%1$s\n"
+"\n"
+"\t\tYou will then receive a follow-up message containing the new password.\n"
+"\t\tYou may change that password from your account settings page after "
+"logging in.\n"
+"\n"
+"\t\tThe login details are as follows:\n"
+"\n"
+"\t\tSite Location:\t%2$s\n"
+"\t\tLogin Name:\t%3$s"
 msgstr ""
 
-#: src/Content/ContactSelector.php:93
-msgid "GNU Social Connector"
+#: mod/lostpass.php:73
+#, php-format
+msgid "Password reset requested at %s"
 msgstr ""
 
-#: src/Content/ContactSelector.php:94
-msgid "pnut"
+#: mod/lostpass.php:89
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
 msgstr ""
 
-#: src/Content/ContactSelector.php:95
-msgid "App.net"
+#: mod/lostpass.php:102
+msgid "Request has expired, please make a new one."
 msgstr ""
 
-#: src/Content/ContactSelector.php:125
-msgid "Male"
+#: mod/lostpass.php:117
+msgid "Forgot your Password?"
 msgstr ""
 
-#: src/Content/ContactSelector.php:125
-msgid "Female"
+#: mod/lostpass.php:118
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
 msgstr ""
 
-#: src/Content/ContactSelector.php:125
-msgid "Currently Male"
+#: mod/lostpass.php:120
+msgid "Reset"
 msgstr ""
 
-#: src/Content/ContactSelector.php:125
-msgid "Currently Female"
+#: mod/lostpass.php:137
+msgid "Your password has been reset as requested."
 msgstr ""
 
-#: src/Content/ContactSelector.php:125
-msgid "Mostly Male"
+#: mod/lostpass.php:138
+msgid "Your new password is"
 msgstr ""
 
-#: src/Content/ContactSelector.php:125
-msgid "Mostly Female"
+#: mod/lostpass.php:139
+msgid "Save or copy your new password - and then"
 msgstr ""
 
-#: src/Content/ContactSelector.php:125
-msgid "Transgender"
+#: mod/lostpass.php:140
+msgid "click here to login"
 msgstr ""
 
-#: src/Content/ContactSelector.php:125
-msgid "Intersex"
+#: mod/lostpass.php:141
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
 msgstr ""
 
-#: src/Content/ContactSelector.php:125
-msgid "Transsexual"
+#: mod/lostpass.php:149
+#, php-format
+msgid ""
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tYour password has been changed as requested. Please retain this\n"
+"\t\t\tinformation for your records (or change your password immediately to\n"
+"\t\t\tsomething that you will remember).\n"
+"\t\t"
 msgstr ""
 
-#: src/Content/ContactSelector.php:125
-msgid "Hermaphrodite"
+#: mod/lostpass.php:155
+#, php-format
+msgid ""
+"\n"
+"\t\t\tYour login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%1$s\n"
+"\t\t\tLogin Name:\t%2$s\n"
+"\t\t\tPassword:\t%3$s\n"
+"\n"
+"\t\t\tYou may change that password from your account settings page after "
+"logging in.\n"
+"\t\t"
 msgstr ""
 
-#: src/Content/ContactSelector.php:125
-msgid "Neuter"
+#: mod/lostpass.php:169
+#, php-format
+msgid "Your password has been changed at %s"
 msgstr ""
 
-#: src/Content/ContactSelector.php:125
-msgid "Non-specific"
+#: mod/install.php:114
+msgid "Friendica Communications Server - Setup"
 msgstr ""
 
-#: src/Content/ContactSelector.php:125
-msgid "Other"
+#: mod/install.php:120
+msgid "Could not connect to database."
 msgstr ""
 
-#: src/Content/ContactSelector.php:147
-msgid "Males"
+#: mod/install.php:124
+msgid "Could not create table."
 msgstr ""
 
-#: src/Content/ContactSelector.php:147
-msgid "Females"
+#: mod/install.php:130
+msgid "Your Friendica site database has been installed."
 msgstr ""
 
-#: src/Content/ContactSelector.php:147
-msgid "Gay"
+#: mod/install.php:135
+msgid ""
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
 msgstr ""
 
-#: src/Content/ContactSelector.php:147
-msgid "Lesbian"
+#: mod/install.php:136 mod/install.php:208 mod/install.php:558
+msgid "Please see the file \"INSTALL.txt\"."
 msgstr ""
 
-#: src/Content/ContactSelector.php:147
-msgid "No Preference"
+#: mod/install.php:148
+msgid "Database already in use."
 msgstr ""
 
-#: src/Content/ContactSelector.php:147
-msgid "Bisexual"
+#: mod/install.php:205
+msgid "System check"
 msgstr ""
 
-#: src/Content/ContactSelector.php:147
-msgid "Autosexual"
+#: mod/install.php:210
+msgid "Check again"
 msgstr ""
 
-#: src/Content/ContactSelector.php:147
-msgid "Abstinent"
+#: mod/install.php:230
+msgid "Database connection"
 msgstr ""
 
-#: src/Content/ContactSelector.php:147
-msgid "Virgin"
+#: mod/install.php:231
+msgid ""
+"In order to install Friendica we need to know how to connect to your "
+"database."
 msgstr ""
 
-#: src/Content/ContactSelector.php:147
-msgid "Deviant"
+#: mod/install.php:232
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
 msgstr ""
 
-#: src/Content/ContactSelector.php:147
-msgid "Fetish"
+#: mod/install.php:233
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
 msgstr ""
 
-#: src/Content/ContactSelector.php:147
-msgid "Oodles"
+#: mod/install.php:237
+msgid "Database Server Name"
 msgstr ""
 
-#: src/Content/ContactSelector.php:147
-msgid "Nonsexual"
+#: mod/install.php:238
+msgid "Database Login Name"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Single"
+#: mod/install.php:239
+msgid "Database Login Password"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Lonely"
+#: mod/install.php:239
+msgid "For security reasons the password must not be empty"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Available"
+#: mod/install.php:240
+msgid "Database Name"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Unavailable"
+#: mod/install.php:241 mod/install.php:281
+msgid "Site administrator email address"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Has crush"
+#: mod/install.php:241 mod/install.php:281
+msgid ""
+"Your account email address must match this in order to use the web admin "
+"panel."
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Infatuated"
+#: mod/install.php:245 mod/install.php:284
+msgid "Please select a default timezone for your website"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Dating"
+#: mod/install.php:271
+msgid "Site settings"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Unfaithful"
+#: mod/install.php:285
+msgid "System Language:"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Sex Addict"
+#: mod/install.php:285
+msgid ""
+"Set the default language for your Friendica installation interface and to "
+"send emails."
 msgstr ""
 
-#: src/Content/ContactSelector.php:169 src/Model/User.php:505
-msgid "Friends"
+#: mod/install.php:325
+msgid "Could not find a command line version of PHP in the web server PATH."
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Friends/Benefits"
+#: mod/install.php:326
+msgid ""
+"If you don't have a command line version of PHP installed on your server, "
+"you will not be able to run the background processing. See <a href='https://"
+"github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-"
+"worker'>'Setup the worker'</a>"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Casual"
+#: mod/install.php:330
+msgid "PHP executable path"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Engaged"
+#: mod/install.php:330
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Married"
+#: mod/install.php:335
+msgid "Command line PHP"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Imaginarily married"
+#: mod/install.php:344
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Partners"
+#: mod/install.php:345
+msgid "Found PHP version: "
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Cohabiting"
+#: mod/install.php:347
+msgid "PHP cli binary"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Common law"
+#: mod/install.php:358
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Happy"
+#: mod/install.php:359
+msgid "This is required for message delivery to work."
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Not looking"
+#: mod/install.php:361
+msgid "PHP register_argc_argv"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Swinger"
+#: mod/install.php:384
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Betrayed"
+#: mod/install.php:385
+msgid ""
+"If running under Windows, please see \"http://www.php.net/manual/en/openssl."
+"installation.php\"."
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Separated"
+#: mod/install.php:387
+msgid "Generate encryption keys"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Unstable"
+#: mod/install.php:394
+msgid "libCurl PHP module"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Divorced"
+#: mod/install.php:395
+msgid "GD graphics PHP module"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Imaginarily divorced"
+#: mod/install.php:396
+msgid "OpenSSL PHP module"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Widowed"
+#: mod/install.php:397
+msgid "PDO or MySQLi PHP module"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Uncertain"
+#: mod/install.php:398
+msgid "mb_string PHP module"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "It's complicated"
+#: mod/install.php:399
+msgid "XML PHP module"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Don't care"
+#: mod/install.php:400
+msgid "iconv PHP module"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Ask me"
+#: mod/install.php:401
+msgid "POSIX PHP module"
 msgstr ""
 
-#: src/Database/DBStructure.php:32
-msgid "There are no tables on MyISAM."
+#: mod/install.php:405 mod/install.php:407
+msgid "Apache mod_rewrite module"
 msgstr ""
 
-#: src/Database/DBStructure.php:75
-#, php-format
+#: mod/install.php:405
 msgid ""
-"\n"
-"\t\t\t\tThe friendica developers released update %s recently,\n"
-"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n"
-"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact "
-"a\n"
-"\t\t\t\tfriendica developer if you can not help me on your own. My database "
-"might be invalid."
+"Error: Apache webserver mod-rewrite module is required but not installed."
 msgstr ""
 
-#: src/Database/DBStructure.php:80
-#, php-format
-msgid ""
-"The error message is\n"
-"[pre]%s[/pre]"
+#: mod/install.php:413
+msgid "Error: libCURL PHP module required but not installed."
 msgstr ""
 
-#: src/Database/DBStructure.php:191
-#, php-format
+#: mod/install.php:417
 msgid ""
-"\n"
-"Error %d occurred during database update:\n"
-"%s\n"
+"Error: GD graphics PHP module with JPEG support required but not installed."
 msgstr ""
 
-#: src/Database/DBStructure.php:194
-msgid "Errors encountered performing database changes: "
+#: mod/install.php:421
+msgid "Error: openssl PHP module required but not installed."
 msgstr ""
 
-#: src/Database/DBStructure.php:210
-msgid ": Database update"
+#: mod/install.php:425
+msgid "Error: PDO or MySQLi PHP module required but not installed."
 msgstr ""
 
-#: src/Database/DBStructure.php:460
-#, php-format
-msgid "%s: updating %s table."
+#: mod/install.php:429
+msgid "Error: The MySQL driver for PDO is not installed."
 msgstr ""
 
-#: src/Model/Mail.php:40 src/Model/Mail.php:174
-msgid "[no subject]"
+#: mod/install.php:433
+msgid "Error: mb_string PHP module required but not installed."
 msgstr ""
 
-#: src/Model/Profile.php:97
-msgid "Requested account is not available."
+#: mod/install.php:437
+msgid "Error: iconv PHP module required but not installed."
 msgstr ""
 
-#: src/Model/Profile.php:168 src/Model/Profile.php:399
-#: src/Model/Profile.php:859
-msgid "Edit profile"
+#: mod/install.php:441
+msgid "Error: POSIX PHP module required but not installed."
 msgstr ""
 
-#: src/Model/Profile.php:336
-msgid "Atom feed"
+#: mod/install.php:451
+msgid "Error, XML PHP module required but not installed."
 msgstr ""
 
-#: src/Model/Profile.php:372
-msgid "Manage/edit profiles"
+#: mod/install.php:463
+msgid ""
+"The web installer needs to be able to create a file called \".htconfig.php\" "
+"in the top folder of your web server and it is unable to do so."
 msgstr ""
 
-#: src/Model/Profile.php:548 src/Model/Profile.php:641
-msgid "g A l F d"
+#: mod/install.php:464
+msgid ""
+"This is most often a permission setting, as the web server may not be able "
+"to write files in your folder - even if you can."
 msgstr ""
 
-#: src/Model/Profile.php:549
-msgid "F d"
+#: mod/install.php:465
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named .htconfig.php in your Friendica top folder."
 msgstr ""
 
-#: src/Model/Profile.php:606 src/Model/Profile.php:703
-msgid "[today]"
+#: mod/install.php:466
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation. "
+"Please see the file \"INSTALL.txt\" for instructions."
 msgstr ""
 
-#: src/Model/Profile.php:617
-msgid "Birthday Reminders"
+#: mod/install.php:469
+msgid ".htconfig.php is writable"
 msgstr ""
 
-#: src/Model/Profile.php:618
-msgid "Birthdays this week:"
+#: mod/install.php:479
+msgid ""
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
 msgstr ""
 
-#: src/Model/Profile.php:690
-msgid "[No description]"
+#: mod/install.php:480
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory view/smarty3/ under the Friendica top level "
+"folder."
 msgstr ""
 
-#: src/Model/Profile.php:717
-msgid "Event Reminders"
+#: mod/install.php:481
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has "
+"write access to this folder."
 msgstr ""
 
-#: src/Model/Profile.php:718
-msgid "Events this week:"
+#: mod/install.php:482
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"view/smarty3/ only--not the template files (.tpl) that it contains."
 msgstr ""
 
-#: src/Model/Profile.php:741
-msgid "Member since:"
+#: mod/install.php:485
+msgid "view/smarty3 is writable"
 msgstr ""
 
-#: src/Model/Profile.php:749
-msgid "j F, Y"
+#: mod/install.php:501
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
 msgstr ""
 
-#: src/Model/Profile.php:750
-msgid "j F"
+#: mod/install.php:503
+msgid "Url rewrite is working"
 msgstr ""
 
-#: src/Model/Profile.php:765
-msgid "Age:"
+#: mod/install.php:522
+msgid "ImageMagick PHP extension is not installed"
 msgstr ""
 
-#: src/Model/Profile.php:778
-#, php-format
-msgid "for %1$d %2$s"
+#: mod/install.php:524
+msgid "ImageMagick PHP extension is installed"
 msgstr ""
 
-#: src/Model/Profile.php:802
-msgid "Religion:"
+#: mod/install.php:526
+msgid "ImageMagick supports GIF"
 msgstr ""
 
-#: src/Model/Profile.php:810
-msgid "Hobbies/Interests:"
+#: mod/install.php:533
+msgid ""
+"The database configuration file \".htconfig.php\" could not be written. "
+"Please use the enclosed text to create a configuration file in your web "
+"server root."
 msgstr ""
 
-#: src/Model/Profile.php:822
-msgid "Contact information and Social Networks:"
+#: mod/install.php:556
+msgid "<h1>What next</h1>"
 msgstr ""
 
-#: src/Model/Profile.php:826
-msgid "Musical interests:"
+#: mod/install.php:557
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the worker."
 msgstr ""
 
-#: src/Model/Profile.php:830
-msgid "Books, literature:"
+#: mod/install.php:560
+#, php-format
+msgid ""
+"Go to your new Friendica node <a href=\"%s/register\">registration page</a> "
+"and register as new user. Remember to use the same email you have entered as "
+"administrator email. This will allow you to enter the site admin panel."
 msgstr ""
 
-#: src/Model/Profile.php:834
-msgid "Television:"
+#: mod/babel.php:23
+msgid "Source input"
 msgstr ""
 
-#: src/Model/Profile.php:838
-msgid "Film/dance/culture/entertainment:"
+#: mod/babel.php:29
+msgid "BBCode::toPlaintext"
 msgstr ""
 
-#: src/Model/Profile.php:842
-msgid "Love/Romance:"
+#: mod/babel.php:35
+msgid "BBCode::convert (raw HTML)"
 msgstr ""
 
-#: src/Model/Profile.php:846
-msgid "Work/employment:"
+#: mod/babel.php:40
+msgid "BBCode::convert"
 msgstr ""
 
-#: src/Model/Profile.php:850
-msgid "School/education:"
+#: mod/babel.php:46
+msgid "BBCode::convert => HTML::toBBCode"
 msgstr ""
 
-#: src/Model/Profile.php:855
-msgid "Forums:"
+#: mod/babel.php:52
+msgid "BBCode::toMarkdown"
 msgstr ""
 
-#: src/Model/Profile.php:949
-msgid "Only You Can See This"
+#: mod/babel.php:58
+msgid "BBCode::toMarkdown => Markdown::convert"
 msgstr ""
 
-#: src/Model/Item.php:1676
-#, php-format
-msgid "%1$s is attending %2$s's %3$s"
+#: mod/babel.php:64
+msgid "BBCode::toMarkdown => Markdown::toBBCode"
 msgstr ""
 
-#: src/Model/Item.php:1681
-#, php-format
-msgid "%1$s is not attending %2$s's %3$s"
+#: mod/babel.php:70
+msgid "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
 msgstr ""
 
-#: src/Model/Item.php:1686
-#, php-format
-msgid "%1$s may attend %2$s's %3$s"
+#: mod/babel.php:77
+msgid "Source input \\x28Diaspora format\\x29"
 msgstr ""
 
-#: src/Model/Group.php:44
-msgid ""
-"A deleted group with this name was revived. Existing item permissions "
-"<strong>may</strong> apply to this group and any future members. If this is "
-"not what you intended, please create another group with a different name."
+#: mod/babel.php:83
+msgid "Markdown::toBBCode"
 msgstr ""
 
-#: src/Model/Group.php:328
-msgid "Default privacy group for new contacts"
+#: mod/babel.php:90
+msgid "Raw HTML input"
 msgstr ""
 
-#: src/Model/Group.php:361
-msgid "Everybody"
+#: mod/babel.php:95
+msgid "HTML Input"
 msgstr ""
 
-#: src/Model/Group.php:381
-msgid "edit"
+#: mod/babel.php:101
+msgid "HTML::toBBCode"
 msgstr ""
 
-#: src/Model/Group.php:405
-msgid "Edit group"
+#: mod/babel.php:107
+msgid "HTML::toPlaintext"
 msgstr ""
 
-#: src/Model/Group.php:406
-msgid "Contacts not in any group"
+#: mod/babel.php:115
+msgid "Source text"
 msgstr ""
 
-#: src/Model/Group.php:407
-msgid "Create a new group"
+#: mod/babel.php:116
+msgid "BBCode"
 msgstr ""
 
-#: src/Model/Group.php:409
-msgid "Edit groups"
+#: mod/babel.php:117
+msgid "Markdown"
 msgstr ""
 
-#: src/Model/Contact.php:645
-msgid "Drop Contact"
+#: mod/babel.php:118
+msgid "HTML"
 msgstr ""
 
-#: src/Model/Contact.php:1048
-msgid "Organisation"
+#: mod/lockview.php:38 mod/lockview.php:46
+msgid "Remote privacy information not available."
 msgstr ""
 
-#: src/Model/Contact.php:1051
-msgid "News"
+#: mod/lockview.php:55
+msgid "Visible to:"
 msgstr ""
 
-#: src/Model/Contact.php:1054
-msgid "Forum"
+#: mod/wallmessage.php:49 mod/wallmessage.php:112
+#, php-format
+msgid "Number of daily wall messages for %s exceeded. Message failed."
 msgstr ""
 
-#: src/Model/Contact.php:1233
-msgid "Connect URL missing."
+#: mod/wallmessage.php:60
+msgid "Unable to check your home location."
 msgstr ""
 
-#: src/Model/Contact.php:1242
-msgid ""
-"The contact could not be added. Please check the relevant network "
-"credentials in your Settings -> Social Networks page."
+#: mod/wallmessage.php:86 mod/wallmessage.php:95
+msgid "No recipient."
 msgstr ""
 
-#: src/Model/Contact.php:1289
+#: mod/wallmessage.php:133
+#, php-format
 msgid ""
-"This site is not configured to allow communications with other networks."
+"If you wish for %s to respond, please check that the privacy settings on "
+"your site allow private mail from unknown senders."
 msgstr ""
 
-#: src/Model/Contact.php:1290 src/Model/Contact.php:1304
-msgid "No compatible communication protocols or feeds were discovered."
+#: mod/match.php:48
+msgid "No keywords to match. Please add keywords to your default profile."
 msgstr ""
 
-#: src/Model/Contact.php:1302
-msgid "The profile address specified does not provide adequate information."
+#: mod/match.php:104
+msgid "is interested in:"
 msgstr ""
 
-#: src/Model/Contact.php:1307
-msgid "An author or name was not found."
+#: mod/match.php:120
+msgid "Profile Match"
 msgstr ""
 
-#: src/Model/Contact.php:1310
-msgid "No browser URL could be matched to this address."
+#: mod/maintenance.php:24
+msgid "System down for maintenance"
 msgstr ""
 
-#: src/Model/Contact.php:1313
-msgid ""
-"Unable to match @-style Identity Address with a known protocol or email "
-"contact."
+#: mod/tagrm.php:47
+msgid "Tag removed"
 msgstr ""
 
-#: src/Model/Contact.php:1314
-msgid "Use mailto: in front of address to force email check."
+#: mod/tagrm.php:85
+msgid "Remove Item Tag"
 msgstr ""
 
-#: src/Model/Contact.php:1320
-msgid ""
-"The profile address specified belongs to a network which has been disabled "
-"on this site."
+#: mod/tagrm.php:87
+msgid "Select a tag to remove: "
 msgstr ""
 
-#: src/Model/Contact.php:1325
-msgid ""
-"Limited profile. This person will be unable to receive direct/personal "
-"notifications from you."
+#: mod/feedtest.php:20
+msgid "You must be logged in to use this module"
 msgstr ""
 
-#: src/Model/Contact.php:1376
-msgid "Unable to retrieve contact information."
+#: mod/feedtest.php:48
+msgid "Source URL"
 msgstr ""
 
-#: src/Model/Contact.php:1588
-#, php-format
-msgid "%s's birthday"
+#: mod/search.php:105
+msgid "Only logged in users are permitted to perform a search."
 msgstr ""
 
-#: src/Model/Contact.php:1589 src/Protocol/DFRN.php:1478
-#, php-format
-msgid "Happy Birthday %s"
+#: mod/search.php:129
+msgid "Too Many Requests"
 msgstr ""
 
-#: src/Model/Event.php:53 src/Model/Event.php:70 src/Model/Event.php:419
-#: src/Model/Event.php:882
-msgid "Starts:"
+#: mod/search.php:130
+msgid "Only one search per minute is permitted for not logged in users."
 msgstr ""
 
-#: src/Model/Event.php:56 src/Model/Event.php:76 src/Model/Event.php:420
-#: src/Model/Event.php:886
-msgid "Finishes:"
+#: mod/search.php:234
+#, php-format
+msgid "Items tagged with: %s"
 msgstr ""
 
-#: src/Model/Event.php:368
-msgid "all-day"
+#: mod/uexport.php:44
+msgid "Export account"
 msgstr ""
 
-#: src/Model/Event.php:391
-msgid "Jun"
+#: mod/uexport.php:44
+msgid ""
+"Export your account info and contacts. Use this to make a backup of your "
+"account and/or to move it to another server."
 msgstr ""
 
-#: src/Model/Event.php:394
-msgid "Sept"
+#: mod/uexport.php:45
+msgid "Export all"
 msgstr ""
-
-#: src/Model/Event.php:417
-msgid "No events to display"
+
+#: mod/uexport.php:45
+msgid ""
+"Export your accout info, contacts and all your items as json. Could be a "
+"very big file, and could take a lot of time. Use this to make a full backup "
+"of your account (photos are not exported)"
 msgstr ""
 
-#: src/Model/Event.php:543
-msgid "l, F j"
+#: mod/newmember.php:11
+msgid "Welcome to Friendica"
 msgstr ""
 
-#: src/Model/Event.php:566
-msgid "Edit event"
+#: mod/newmember.php:12
+msgid "New Member Checklist"
 msgstr ""
 
-#: src/Model/Event.php:567
-msgid "Duplicate event"
+#: mod/newmember.php:14
+msgid ""
+"We would like to offer some tips and links to help make your experience "
+"enjoyable. Click any item to visit the relevant page. A link to this page "
+"will be visible from your home page for two weeks after your initial "
+"registration and then will quietly disappear."
 msgstr ""
 
-#: src/Model/Event.php:568
-msgid "Delete event"
+#: mod/newmember.php:15
+msgid "Getting Started"
 msgstr ""
 
-#: src/Model/Event.php:815
-msgid "D g:i A"
+#: mod/newmember.php:17
+msgid "Friendica Walk-Through"
 msgstr ""
 
-#: src/Model/Event.php:816
-msgid "g:i A"
+#: mod/newmember.php:17
+msgid ""
+"On your <em>Quick Start</em> page - find a brief introduction to your "
+"profile and network tabs, make some new connections, and find some groups to "
+"join."
 msgstr ""
 
-#: src/Model/Event.php:901 src/Model/Event.php:903
-msgid "Show map"
+#: mod/newmember.php:21
+msgid "Go to Your Settings"
 msgstr ""
 
-#: src/Model/Event.php:902
-msgid "Hide map"
+#: mod/newmember.php:21
+msgid ""
+"On your <em>Settings</em> page -  change your initial password. Also make a "
+"note of your Identity Address. This looks just like an email address - and "
+"will be useful in making friends on the free social web."
 msgstr ""
 
-#: src/Model/User.php:144
-msgid "Login failed"
+#: mod/newmember.php:22
+msgid ""
+"Review the other settings, particularly the privacy settings. An unpublished "
+"directory listing is like having an unlisted phone number. In general, you "
+"should probably publish your listing - unless all of your friends and "
+"potential friends know exactly how to find you."
 msgstr ""
 
-#: src/Model/User.php:175
-msgid "Not enough information to authenticate"
+#: mod/newmember.php:26
+msgid ""
+"Upload a profile photo if you have not done so already. Studies have shown "
+"that people with real photos of themselves are ten times more likely to make "
+"friends than people who do not."
 msgstr ""
 
-#: src/Model/User.php:332
-msgid "An invitation is required."
+#: mod/newmember.php:27
+msgid "Edit Your Profile"
 msgstr ""
 
-#: src/Model/User.php:336
-msgid "Invitation could not be verified."
+#: mod/newmember.php:27
+msgid ""
+"Edit your <strong>default</strong> profile to your liking. Review the "
+"settings for hiding your list of friends and hiding the profile from unknown "
+"visitors."
 msgstr ""
 
-#: src/Model/User.php:343
-msgid "Invalid OpenID url"
+#: mod/newmember.php:28
+msgid "Profile Keywords"
 msgstr ""
 
-#: src/Model/User.php:356 src/Module/Login.php:100
+#: mod/newmember.php:28
 msgid ""
-"We encountered a problem while logging in with the OpenID you provided. "
-"Please check the correct spelling of the ID."
+"Set some public keywords for your default profile which describe your "
+"interests. We may be able to find other people with similar interests and "
+"suggest friendships."
 msgstr ""
 
-#: src/Model/User.php:356 src/Module/Login.php:100
-msgid "The error message was:"
+#: mod/newmember.php:30
+msgid "Connecting"
 msgstr ""
 
-#: src/Model/User.php:362
-msgid "Please enter the required information."
+#: mod/newmember.php:36
+msgid "Importing Emails"
 msgstr ""
 
-#: src/Model/User.php:375
-msgid "Please use a shorter name."
+#: mod/newmember.php:36
+msgid ""
+"Enter your email access information on your Connector Settings page if you "
+"wish to import and interact with friends or mailing lists from your email "
+"INBOX"
 msgstr ""
 
-#: src/Model/User.php:378
-msgid "Name too short."
+#: mod/newmember.php:39
+msgid "Go to Your Contacts Page"
 msgstr ""
 
-#: src/Model/User.php:386
-msgid "That doesn't appear to be your full (First Last) name."
+#: mod/newmember.php:39
+msgid ""
+"Your Contacts page is your gateway to managing friendships and connecting "
+"with friends on other networks. Typically you enter their address or site "
+"URL in the <em>Add New Contact</em> dialog."
 msgstr ""
 
-#: src/Model/User.php:391
-msgid "Your email domain is not among those allowed on this site."
+#: mod/newmember.php:40
+msgid "Go to Your Site's Directory"
 msgstr ""
 
-#: src/Model/User.php:395
-msgid "Not a valid email address."
+#: mod/newmember.php:40
+msgid ""
+"The Directory page lets you find other people in this network or other "
+"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
+"their profile page. Provide your own Identity Address if requested."
 msgstr ""
 
-#: src/Model/User.php:399 src/Model/User.php:407
-msgid "Cannot use that email."
+#: mod/newmember.php:41
+msgid "Finding New People"
 msgstr ""
 
-#: src/Model/User.php:414
-msgid "Your nickname can only contain a-z, 0-9 and _."
+#: mod/newmember.php:41
+msgid ""
+"On the side panel of the Contacts page are several tools to find new "
+"friends. We can match people by interest, look up people by name or "
+"interest, and provide suggestions based on network relationships. On a brand "
+"new site, friend suggestions will usually begin to be populated within 24 "
+"hours."
 msgstr ""
 
-#: src/Model/User.php:421 src/Model/User.php:477
-msgid "Nickname is already registered. Please choose another."
+#: mod/newmember.php:45
+msgid "Group Your Contacts"
 msgstr ""
 
-#: src/Model/User.php:431
-msgid "SERIOUS ERROR: Generation of security keys failed."
+#: mod/newmember.php:45
+msgid ""
+"Once you have made some friends, organize them into private conversation "
+"groups from the sidebar of your Contacts page and then you can interact with "
+"each group privately on your Network page."
 msgstr ""
 
-#: src/Model/User.php:464 src/Model/User.php:468
-msgid "An error occurred during registration. Please try again."
+#: mod/newmember.php:48
+msgid "Why Aren't My Posts Public?"
 msgstr ""
 
-#: src/Model/User.php:488 view/theme/duepuntozero/config.php:54
-msgid "default"
+#: mod/newmember.php:48
+msgid ""
+"Friendica respects your privacy. By default, your posts will only show up to "
+"people you've added as friends. For more information, see the help section "
+"from the link above."
 msgstr ""
 
-#: src/Model/User.php:493
-msgid "An error occurred creating your default profile. Please try again."
+#: mod/newmember.php:52
+msgid "Getting Help"
 msgstr ""
 
-#: src/Model/User.php:500
-msgid "An error occurred creating your self contact. Please try again."
+#: mod/newmember.php:54
+msgid "Go to the Help Section"
 msgstr ""
 
-#: src/Model/User.php:509
+#: mod/newmember.php:54
 msgid ""
-"An error occurred creating your default contact group. Please try again."
+"Our <strong>help</strong> pages may be consulted for detail on other program "
+"features and resources."
 msgstr ""
 
-#: src/Model/User.php:583
-#, php-format
+#: mod/dfrn_confirm.php:132
 msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tThank you for registering at %2$s. Your account is pending for "
-"approval by the administrator.\n"
-"\t\t"
+"This may occasionally happen if contact was requested by both persons and it "
+"has already been approved."
 msgstr ""
 
-#: src/Model/User.php:593
-#, php-format
-msgid "Registration at %s"
+#: mod/dfrn_confirm.php:242
+msgid "Response from remote site was not understood."
 msgstr ""
 
-#: src/Model/User.php:611
-#, php-format
-msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n"
-"\t\t"
+#: mod/dfrn_confirm.php:249 mod/dfrn_confirm.php:254
+msgid "Unexpected response from remote site: "
 msgstr ""
 
-#: src/Model/User.php:615
-#, php-format
-msgid ""
-"\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."
+#: mod/dfrn_confirm.php:263
+msgid "Confirmation completed successfully."
 msgstr ""
 
-#: src/Protocol/OStatus.php:1799
-#, php-format
-msgid "%s is now following %s."
+#: mod/dfrn_confirm.php:275
+msgid "Temporary failure. Please wait and try again."
 msgstr ""
 
-#: src/Protocol/OStatus.php:1800
-msgid "following"
+#: mod/dfrn_confirm.php:278
+msgid "Introduction failed or was revoked."
 msgstr ""
 
-#: src/Protocol/OStatus.php:1803
-#, php-format
-msgid "%s stopped following %s."
+#: mod/dfrn_confirm.php:283
+msgid "Remote site reported: "
 msgstr ""
 
-#: src/Protocol/OStatus.php:1804
-msgid "stopped following"
+#: mod/dfrn_confirm.php:396
+msgid "Unable to set contact photo."
 msgstr ""
 
-#: src/Protocol/DFRN.php:1477
+#: mod/dfrn_confirm.php:498
 #, php-format
-msgid "%s\\'s birthday"
-msgstr ""
-
-#: src/Protocol/Diaspora.php:2651
-msgid "Sharing notification from Diaspora network"
+msgid "No user record found for '%s' "
 msgstr ""
 
-#: src/Protocol/Diaspora.php:3738
-msgid "Attachments:"
+#: mod/dfrn_confirm.php:508
+msgid "Our site encryption key is apparently messed up."
 msgstr ""
 
-#: src/Worker/Delivery.php:392
-msgid "(no subject)"
+#: mod/dfrn_confirm.php:519
+msgid "Empty site URL was provided or URL could not be decrypted by us."
 msgstr ""
 
-#: src/Object/Post.php:128
-msgid "This entry was edited"
+#: mod/dfrn_confirm.php:535
+msgid "Contact record was not found for you on our site."
 msgstr ""
 
-#: src/Object/Post.php:182
-msgid "save to folder"
+#: mod/dfrn_confirm.php:549
+#, php-format
+msgid "Site public key not available in contact record for URL %s."
 msgstr ""
 
-#: src/Object/Post.php:235
-msgid "I will attend"
+#: mod/dfrn_confirm.php:565
+msgid ""
+"The ID provided by your system is a duplicate on our system. It should work "
+"if you try again."
 msgstr ""
 
-#: src/Object/Post.php:235
-msgid "I will not attend"
+#: mod/dfrn_confirm.php:576
+msgid "Unable to set your contact credentials on our system."
 msgstr ""
 
-#: src/Object/Post.php:235
-msgid "I might attend"
+#: mod/dfrn_confirm.php:631
+msgid "Unable to update your contact profile details on our system"
 msgstr ""
 
-#: src/Object/Post.php:263
-msgid "add star"
+#: mod/dfrn_confirm.php:694
+#, php-format
+msgid "%1$s has joined %2$s"
 msgstr ""
 
-#: src/Object/Post.php:264
-msgid "remove star"
+#: mod/filer.php:34
+msgid "- select -"
 msgstr ""
 
-#: src/Object/Post.php:265
-msgid "toggle star status"
+#: mod/register.php:99
+msgid ""
+"Registration successful. Please check your email for further instructions."
 msgstr ""
 
-#: src/Object/Post.php:268
-msgid "starred"
+#: mod/register.php:103
+#, php-format
+msgid ""
+"Failed to send email message. Here your accout details:<br> login: %s<br> "
+"password: %s<br><br>You can change your password after login."
 msgstr ""
 
-#: src/Object/Post.php:274
-msgid "ignore thread"
+#: mod/register.php:110
+msgid "Registration successful."
 msgstr ""
 
-#: src/Object/Post.php:275
-msgid "unignore thread"
+#: mod/register.php:115
+msgid "Your registration can not be processed."
 msgstr ""
 
-#: src/Object/Post.php:276
-msgid "toggle ignore status"
+#: mod/register.php:162
+msgid "Your registration is pending approval by the site owner."
 msgstr ""
 
-#: src/Object/Post.php:285
-msgid "add tag"
+#: mod/register.php:220
+msgid ""
+"You may (optionally) fill in this form via OpenID by supplying your OpenID "
+"and clicking 'Register'."
 msgstr ""
 
-#: src/Object/Post.php:296
-msgid "like"
+#: mod/register.php:221
+msgid ""
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
 msgstr ""
 
-#: src/Object/Post.php:297
-msgid "dislike"
+#: mod/register.php:222
+msgid "Your OpenID (optional): "
 msgstr ""
 
-#: src/Object/Post.php:300
-msgid "Share this"
+#: mod/register.php:234
+msgid "Include your profile in member directory?"
 msgstr ""
 
-#: src/Object/Post.php:300
-msgid "share"
+#: mod/register.php:259
+msgid "Note for the admin"
 msgstr ""
 
-#: src/Object/Post.php:365
-msgid "to"
+#: mod/register.php:259
+msgid "Leave a message for the admin, why you want to join this node"
 msgstr ""
 
-#: src/Object/Post.php:366
-msgid "via"
+#: mod/register.php:260
+msgid "Membership on this site is by invitation only."
 msgstr ""
 
-#: src/Object/Post.php:367
-msgid "Wall-to-Wall"
+#: mod/register.php:261
+msgid "Your invitation code: "
 msgstr ""
 
-#: src/Object/Post.php:368
-msgid "via Wall-To-Wall:"
+#: mod/register.php:270
+msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
 msgstr ""
 
-#: src/Object/Post.php:427
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/Object/Post.php:797
-msgid "Bold"
+#: mod/register.php:271
+msgid ""
+"Your Email Address: (Initial information will be send there, so this has to "
+"be an existing address.)"
 msgstr ""
 
-#: src/Object/Post.php:798
-msgid "Italic"
+#: mod/register.php:273
+msgid "Leave empty for an auto generated password."
 msgstr ""
 
-#: src/Object/Post.php:799
-msgid "Underline"
+#: mod/register.php:275
+#, php-format
+msgid ""
+"Choose a profile nickname. This must begin with a text character. Your "
+"profile address on this site will then be '<strong>nickname@%s</strong>'."
 msgstr ""
 
-#: src/Object/Post.php:800
-msgid "Quote"
+#: mod/register.php:276
+msgid "Choose a nickname: "
 msgstr ""
 
-#: src/Object/Post.php:801
-msgid "Code"
+#: mod/register.php:286
+msgid "Import your profile to this friendica instance"
 msgstr ""
 
-#: src/Object/Post.php:802
-msgid "Image"
+#: mod/common.php:91
+msgid "No contacts in common."
 msgstr ""
 
-#: src/Object/Post.php:803
-msgid "Link"
+#: mod/probe.php:14 mod/webfinger.php:17
+msgid "Only logged in users are permitted to perform a probing."
 msgstr ""
 
-#: src/Object/Post.php:804
-msgid "Video"
+#: mod/help.php:48
+msgid "Help:"
 msgstr ""
 
-#: src/Module/Login.php:282
-msgid "Create a New Account"
+#: mod/help.php:63 index.php:325
+msgid "Page not found."
 msgstr ""
 
-#: src/Module/Login.php:315
-msgid "Password: "
+#: mod/profperm.php:34 mod/profperm.php:65
+msgid "Invalid profile identifier."
 msgstr ""
 
-#: src/Module/Login.php:316
-msgid "Remember me"
+#: mod/profperm.php:111
+msgid "Profile Visibility Editor"
 msgstr ""
 
-#: src/Module/Login.php:319
-msgid "Or login using OpenID: "
+#: mod/profperm.php:124
+msgid "Visible To"
 msgstr ""
 
-#: src/Module/Login.php:325
-msgid "Forgot your password?"
+#: mod/profperm.php:140
+msgid "All Contacts (with secure profile access)"
 msgstr ""
 
-#: src/Module/Login.php:328
-msgid "Website Terms of Service"
+#: mod/item.php:114
+msgid "Unable to locate original post."
 msgstr ""
 
-#: src/Module/Login.php:329
-msgid "terms of service"
+#: mod/item.php:274
+msgid "Empty post discarded."
 msgstr ""
 
-#: src/Module/Login.php:331
-msgid "Website Privacy Policy"
+#: mod/item.php:799
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social network."
 msgstr ""
 
-#: src/Module/Login.php:332
-msgid "privacy policy"
+#: mod/item.php:801
+#, php-format
+msgid "You may visit them online at %s"
 msgstr ""
 
-#: src/Module/Logout.php:28
-msgid "Logged out."
+#: mod/item.php:802
+msgid ""
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
 msgstr ""
 
-#: src/App.php:511
-msgid "Delete this item?"
+#: mod/item.php:806
+#, php-format
+msgid "%s posted an update."
 msgstr ""
 
-#: src/App.php:513
-msgid "show fewer"
+#: mod/editpost.php:25 mod/editpost.php:35
+msgid "Item not found"
 msgstr ""
 
-#: view/theme/duepuntozero/config.php:55
-msgid "greenzero"
+#: mod/editpost.php:42
+msgid "Edit post"
 msgstr ""
 
-#: view/theme/duepuntozero/config.php:56
-msgid "purplezero"
+#: view/theme/quattro/config.php:76
+msgid "Alignment"
 msgstr ""
 
-#: view/theme/duepuntozero/config.php:57
-msgid "easterbunny"
+#: view/theme/quattro/config.php:76
+msgid "Left"
 msgstr ""
 
-#: view/theme/duepuntozero/config.php:58
-msgid "darkzero"
+#: view/theme/quattro/config.php:76
+msgid "Center"
 msgstr ""
 
-#: view/theme/duepuntozero/config.php:59
-msgid "comix"
+#: view/theme/quattro/config.php:77
+msgid "Color scheme"
 msgstr ""
 
-#: view/theme/duepuntozero/config.php:60
-msgid "slackr"
+#: view/theme/quattro/config.php:78
+msgid "Posts font size"
 msgstr ""
 
-#: view/theme/duepuntozero/config.php:74
-msgid "Variations"
+#: view/theme/quattro/config.php:79
+msgid "Textareas font size"
 msgstr ""
 
 #: view/theme/frio/php/Image.php:25
@@ -9420,30 +9450,6 @@ msgstr ""
 msgid "Visitor"
 msgstr ""
 
-#: view/theme/quattro/config.php:76
-msgid "Alignment"
-msgstr ""
-
-#: view/theme/quattro/config.php:76
-msgid "Left"
-msgstr ""
-
-#: view/theme/quattro/config.php:76
-msgid "Center"
-msgstr ""
-
-#: view/theme/quattro/config.php:77
-msgid "Color scheme"
-msgstr ""
-
-#: view/theme/quattro/config.php:78
-msgid "Posts font size"
-msgstr ""
-
-#: view/theme/quattro/config.php:79
-msgid "Textareas font size"
-msgstr ""
-
 #: view/theme/vier/config.php:75
 msgid "Comma separated list of helper forums"
 msgstr ""
@@ -9484,11 +9490,34 @@ msgstr ""
 msgid "Quick Start"
 msgstr ""
 
-#: index.php:444
-msgid "toggle mobile"
+#: view/theme/duepuntozero/config.php:55
+msgid "greenzero"
 msgstr ""
 
-#: boot.php:791
-#, php-format
-msgid "Update %s failed. See error logs."
+#: view/theme/duepuntozero/config.php:56
+msgid "purplezero"
+msgstr ""
+
+#: view/theme/duepuntozero/config.php:57
+msgid "easterbunny"
+msgstr ""
+
+#: view/theme/duepuntozero/config.php:58
+msgid "darkzero"
+msgstr ""
+
+#: view/theme/duepuntozero/config.php:59
+msgid "comix"
+msgstr ""
+
+#: view/theme/duepuntozero/config.php:60
+msgid "slackr"
+msgstr ""
+
+#: view/theme/duepuntozero/config.php:74
+msgid "Variations"
+msgstr ""
+
+#: index.php:472
+msgid "toggle mobile"
 msgstr ""
index ec01163665ebe2b394c3c6edf87947a8b2a94ba0..7341e1729feb920289ea306f99c19f11a1b2552f 100644 (file)
@@ -41,9 +41,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-04-06 16:58+0200\n"
-"PO-Revision-Date: 2018-04-11 09:54+0000\n"
-"Last-Translator: S.Krumbholz <alfred@skrumbholz.de>\n"
+"POT-Creation-Date: 2018-04-20 09:30+0200\n"
+"PO-Revision-Date: 2018-04-21 05:39+0000\n"
+"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
 "Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -51,37 +51,76 @@ msgstr ""
 "Language: de\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: include/security.php:81
-msgid "Welcome "
-msgstr "Willkommen "
+#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21
+#: mod/display.php:72 mod/display.php:252 mod/display.php:354
+#: mod/admin.php:276 mod/admin.php:1854 mod/admin.php:2102
+msgid "Item not found."
+msgstr "Beitrag nicht gefunden."
 
-#: include/security.php:82
-msgid "Please upload a profile photo."
-msgstr "Bitte lade ein Profilbild hoch."
+#: include/items.php:382
+msgid "Do you really want to delete this item?"
+msgstr "Möchtest Du wirklich dieses Item löschen?"
 
-#: include/security.php:84
-msgid "Welcome back "
-msgstr "Willkommen zurück "
+#: include/items.php:384 mod/api.php:110 mod/suggest.php:38
+#: mod/dfrn_request.php:653 mod/message.php:138 mod/contacts.php:472
+#: mod/follow.php:150 mod/profiles.php:636 mod/profiles.php:639
+#: mod/profiles.php:661 mod/register.php:237 mod/settings.php:1105
+#: mod/settings.php:1111 mod/settings.php:1118 mod/settings.php:1122
+#: mod/settings.php:1126 mod/settings.php:1130 mod/settings.php:1134
+#: mod/settings.php:1138 mod/settings.php:1158 mod/settings.php:1159
+#: mod/settings.php:1160 mod/settings.php:1161 mod/settings.php:1162
+msgid "Yes"
+msgstr "Ja"
 
-#: include/security.php:431
-msgid ""
-"The form security token was not correct. This probably happened because the "
-"form has been opened for too long (>3 hours) before submitting it."
-msgstr "Das Sicherheitsmerkmal war nicht korrekt. Das passiert meistens wenn das Formular vor dem Absenden zu lange geöffnet war (länger als 3 Stunden)."
+#: include/items.php:387 include/conversation.php:1352 mod/fbrowser.php:103
+#: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663
+#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141
+#: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147
+#: mod/contacts.php:475 mod/unfollow.php:117 mod/follow.php:161
+#: mod/settings.php:676 mod/settings.php:702
+msgid "Cancel"
+msgstr "Abbrechen"
 
-#: include/dba.php:57
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr "Kann die DNS Informationen für den Datenbankserver '%s' nicht ermitteln."
+#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40
+#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28
+#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/uimport.php:28
+#: mod/notifications.php:73 mod/dfrn_confirm.php:68 mod/manage.php:131
+#: mod/wall_attach.php:74 mod/wall_attach.php:77 mod/poke.php:150
+#: mod/regmod.php:108 mod/viewcontacts.php:57 mod/wall_upload.php:103
+#: mod/wall_upload.php:106 mod/wallmessage.php:16 mod/wallmessage.php:40
+#: mod/wallmessage.php:79 mod/wallmessage.php:103 mod/editpost.php:18
+#: mod/fsuggest.php:80 mod/group.php:26 mod/message.php:59 mod/message.php:104
+#: mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051 mod/cal.php:304
+#: mod/contacts.php:386 mod/delegate.php:25 mod/delegate.php:43
+#: mod/delegate.php:54 mod/events.php:194 mod/item.php:160
+#: mod/ostatus_subscribe.php:16 mod/profile_photo.php:30
+#: mod/profile_photo.php:176 mod/profile_photo.php:187
+#: mod/profile_photo.php:200 mod/unfollow.php:15 mod/unfollow.php:57
+#: mod/unfollow.php:90 mod/dirfind.php:25 mod/follow.php:17 mod/follow.php:54
+#: mod/follow.php:118 mod/invite.php:20 mod/invite.php:111 mod/network.php:32
+#: mod/profiles.php:182 mod/profiles.php:606 mod/register.php:53
+#: mod/settings.php:42 mod/settings.php:141 mod/settings.php:665 index.php:444
+msgid "Permission denied."
+msgstr "Zugriff verweigert."
+
+#: include/items.php:471
+msgid "Archives"
+msgstr "Archiv"
+
+#: include/items.php:477 view/theme/vier/theme.php:259
+#: src/Content/ForumManager.php:130 src/Content/Widget.php:312
+#: src/Object/Post.php:430 src/App.php:512
+msgid "show more"
+msgstr "mehr anzeigen"
 
-#: include/api.php:1199
+#: include/api.php:1202
 #, php-format
 msgid "Daily posting limit of %d post reached. The post was rejected."
 msgid_plural "Daily posting limit of %d posts reached. The post was rejected."
 msgstr[0] "Das tägliche Limit von %d Beitrag wurde erreicht. Die Nachricht wurde verworfen."
 msgstr[1] "Das tägliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen."
 
-#: include/api.php:1223
+#: include/api.php:1226
 #, php-format
 msgid "Weekly posting limit of %d post reached. The post was rejected."
 msgid_plural ""
@@ -89,813 +128,774 @@ msgid_plural ""
 msgstr[0] "Das wöchentliche Limit von %d Beitrag wurde erreicht. Die Nachricht wurde verworfen."
 msgstr[1] "Das wöchentliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen."
 
-#: include/api.php:1247
+#: include/api.php:1250
 #, php-format
 msgid "Monthly posting limit of %d post reached. The post was rejected."
 msgstr "Das monatliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen."
 
-#: include/api.php:4400 mod/photos.php:88 mod/photos.php:194
+#: include/api.php:4523 mod/photos.php:88 mod/photos.php:194
 #: mod/photos.php:722 mod/photos.php:1149 mod/photos.php:1166
 #: mod/photos.php:1684 mod/profile_photo.php:85 mod/profile_photo.php:93
 #: mod/profile_photo.php:101 mod/profile_photo.php:211
-#: mod/profile_photo.php:302 mod/profile_photo.php:312 src/Model/User.php:539
-#: src/Model/User.php:547 src/Model/User.php:555
+#: mod/profile_photo.php:302 mod/profile_photo.php:312 src/Model/User.php:553
+#: src/Model/User.php:561 src/Model/User.php:569
 msgid "Profile Photos"
 msgstr "Profilbilder"
 
-#: include/enotify.php:31
-msgid "Friendica Notification"
-msgstr "Friendica-Benachrichtigung"
+#: include/conversation.php:144 include/conversation.php:282
+#: include/text.php:1753 src/Model/Item.php:1795
+msgid "event"
+msgstr "Event"
 
-#: include/enotify.php:34
-msgid "Thank You,"
-msgstr "Danke,"
+#: include/conversation.php:147 include/conversation.php:157
+#: include/conversation.php:285 include/conversation.php:294
+#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1793
+#: src/Protocol/Diaspora.php:2039
+msgid "status"
+msgstr "Status"
 
-#: include/enotify.php:37
-#, php-format
-msgid "%s Administrator"
-msgstr "der Administrator von %s"
+#: include/conversation.php:152 include/conversation.php:290
+#: include/text.php:1755 mod/subthread.php:97 mod/tagger.php:72
+#: src/Model/Item.php:1793
+msgid "photo"
+msgstr "Foto"
 
-#: include/enotify.php:39
+#: include/conversation.php:164 src/Model/Item.php:1666
+#: src/Protocol/Diaspora.php:2035
 #, php-format
-msgid "%1$s, %2$s Administrator"
-msgstr "%1$s, %2$s Administrator"
-
-#: include/enotify.php:50 src/Worker/Delivery.php:404
-msgid "noreply"
-msgstr "noreply"
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s mag %2$ss %3$s"
 
-#: include/enotify.php:98
+#: include/conversation.php:167 src/Model/Item.php:1671
 #, php-format
-msgid "[Friendica:Notify] New mail received at %s"
-msgstr "[Friendica-Meldung] Neue Email erhalten um %s"
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s mag %2$ss %3$s nicht"
 
-#: include/enotify.php:100
+#: include/conversation.php:170
 #, php-format
-msgid "%1$s sent you a new private message at %2$s."
-msgstr "%1$s hat Dir eine neue private Nachricht um %2$s geschickt."
-
-#: include/enotify.php:101
-msgid "a private message"
-msgstr "eine private Nachricht"
+msgid "%1$s attends %2$s's %3$s"
+msgstr "%1$s nimmt an %2$ss %3$s teil."
 
-#: include/enotify.php:101
+#: include/conversation.php:173
 #, php-format
-msgid "%1$s sent you %2$s."
-msgstr "%1$s schickte Dir %2$s."
+msgid "%1$s doesn't attend %2$s's %3$s"
+msgstr "%1$s nimmt nicht an %2$ss %3$s teil."
 
-#: include/enotify.php:103
+#: include/conversation.php:176
 #, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
-msgstr "Bitte besuche %s, um Deine privaten Nachrichten anzusehen und/oder zu beantworten."
+msgid "%1$s attends maybe %2$s's %3$s"
+msgstr "%1$s nimmt eventuell an %2$ss %3$s teil."
 
-#: include/enotify.php:141
+#: include/conversation.php:209 mod/dfrn_confirm.php:431
+#: src/Protocol/Diaspora.php:2510
 #, php-format
-msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
-msgstr "%1$s kommentierte [url=%2$s]a %3$s[/url]"
+msgid "%1$s is now friends with %2$s"
+msgstr "%1$s ist nun mit %2$s befreundet"
 
-#: include/enotify.php:149
+#: include/conversation.php:250
 #, php-format
-msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
-msgstr "%1$s kommentierte [url=%2$s]%3$ss %4$s[/url]"
+msgid "%1$s poked %2$s"
+msgstr "%1$s stupste %2$s"
 
-#: include/enotify.php:159
+#: include/conversation.php:304 mod/tagger.php:110
 #, php-format
-msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
-msgstr "%1$s kommentierte [url=%2$s]deinen %3$s[/url]"
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s hat %2$ss %3$s mit %4$s getaggt"
 
-#: include/enotify.php:171
-#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
-msgstr "[Friendica-Meldung] Kommentar zum Beitrag #%1$d von %2$s"
+#: include/conversation.php:331
+msgid "post/item"
+msgstr "Nachricht/Beitrag"
 
-#: include/enotify.php:173
+#: include/conversation.php:332
 #, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr "%s hat einen Beitrag kommentiert, dem Du folgst."
+msgid "%1$s marked %2$s's %3$s as favorite"
+msgstr "%1$s hat %2$s\\s %3$s als Favorit markiert"
 
-#: include/enotify.php:176 include/enotify.php:191 include/enotify.php:206
-#: include/enotify.php:221 include/enotify.php:240 include/enotify.php:255
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr "Bitte besuche %s, um die Konversation anzusehen und/oder zu kommentieren."
+#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:355
+msgid "Likes"
+msgstr "Likes"
 
-#: include/enotify.php:183
-#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr "[Friendica-Meldung] %s hat auf Deine Pinnwand geschrieben"
+#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:359
+msgid "Dislikes"
+msgstr "Dislikes"
 
-#: include/enotify.php:185
-#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr "%1$s schrieb um %2$s auf Deine Pinnwand"
+#: include/conversation.php:606 include/conversation.php:1661
+#: mod/photos.php:1502
+msgid "Attending"
+msgid_plural "Attending"
+msgstr[0] "Teilnehmend"
+msgstr[1] "Teilnehmend"
 
-#: include/enotify.php:186
-#, php-format
-msgid "%1$s posted to [url=%2$s]your wall[/url]"
-msgstr "%1$s hat etwas auf [url=%2$s]Deiner Pinnwand[/url] gepostet"
+#: include/conversation.php:606 mod/photos.php:1502
+msgid "Not attending"
+msgstr "Nicht teilnehmend"
 
-#: include/enotify.php:198
-#, php-format
-msgid "[Friendica:Notify] %s tagged you"
-msgstr "[Friendica-Meldung] %s hat Dich erwähnt"
+#: include/conversation.php:606 mod/photos.php:1502
+msgid "Might attend"
+msgstr "Eventuell teilnehmend"
 
-#: include/enotify.php:200
-#, php-format
-msgid "%1$s tagged you at %2$s"
-msgstr "%1$s erwähnte Dich auf %2$s"
+#: include/conversation.php:718 mod/photos.php:1569 src/Object/Post.php:178
+msgid "Select"
+msgstr "Auswählen"
 
-#: include/enotify.php:201
-#, php-format
-msgid "%1$s [url=%2$s]tagged you[/url]."
-msgstr "%1$s [url=%2$s]erwähnte Dich[/url]."
+#: include/conversation.php:719 mod/photos.php:1570 mod/contacts.php:830
+#: mod/contacts.php:1035 mod/admin.php:1798 mod/settings.php:738
+#: src/Object/Post.php:179
+msgid "Delete"
+msgstr "Löschen"
 
-#: include/enotify.php:213
+#: include/conversation.php:757 src/Object/Post.php:363
+#: src/Object/Post.php:364
 #, php-format
-msgid "[Friendica:Notify] %s shared a new post"
-msgstr "[Friendica Benachrichtigung] %s hat einen Beitrag geteilt"
+msgid "View %s's profile @ %s"
+msgstr "Das Profil von %s auf %s betrachten."
 
-#: include/enotify.php:215
-#, php-format
-msgid "%1$s shared a new post at %2$s"
-msgstr "%1$s hat einen neuen Beitrag auf %2$s geteilt"
+#: include/conversation.php:769 src/Object/Post.php:351
+msgid "Categories:"
+msgstr "Kategorien:"
 
-#: include/enotify.php:216
-#, php-format
-msgid "%1$s [url=%2$s]shared a post[/url]."
-msgstr "%1$s [url=%2$s]hat einen Beitrag geteilt[/url]."
+#: include/conversation.php:770 src/Object/Post.php:352
+msgid "Filed under:"
+msgstr "Abgelegt unter:"
 
-#: include/enotify.php:228
+#: include/conversation.php:777 src/Object/Post.php:377
 #, php-format
-msgid "[Friendica:Notify] %1$s poked you"
-msgstr "[Friendica-Meldung] %1$s hat Dich angestupst"
+msgid "%s from %s"
+msgstr "%s von %s"
 
-#: include/enotify.php:230
-#, php-format
-msgid "%1$s poked you at %2$s"
-msgstr "%1$s hat Dich auf %2$s angestupst"
+#: include/conversation.php:792
+msgid "View in context"
+msgstr "Im Zusammenhang betrachten"
 
-#: include/enotify.php:231
-#, php-format
-msgid "%1$s [url=%2$s]poked you[/url]."
-msgstr "%1$s [url=%2$s]hat Dich angestupst[/url]."
+#: include/conversation.php:794 include/conversation.php:1334
+#: mod/wallmessage.php:145 mod/editpost.php:125 mod/message.php:264
+#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:402
+msgid "Please wait"
+msgstr "Bitte warten"
 
-#: include/enotify.php:247
-#, php-format
-msgid "[Friendica:Notify] %s tagged your post"
-msgstr "[Friendica-Meldung] %s hat Deinen Beitrag getaggt"
+#: include/conversation.php:865
+msgid "remove"
+msgstr "löschen"
 
-#: include/enotify.php:249
-#, php-format
-msgid "%1$s tagged your post at %2$s"
-msgstr "%1$s erwähnte Deinen Beitrag auf %2$s"
+#: include/conversation.php:869
+msgid "Delete Selected Items"
+msgstr "Lösche die markierten Beiträge"
 
-#: include/enotify.php:250
-#, php-format
-msgid "%1$s tagged [url=%2$s]your post[/url]"
-msgstr "%1$s erwähnte [url=%2$s]Deinen Beitrag[/url]"
+#: include/conversation.php:1039 view/theme/frio/theme.php:352
+msgid "Follow Thread"
+msgstr "Folge der Unterhaltung"
 
-#: include/enotify.php:262
-msgid "[Friendica:Notify] Introduction received"
-msgstr "[Friendica-Meldung] Kontaktanfrage erhalten"
+#: include/conversation.php:1040 src/Model/Contact.php:652
+msgid "View Status"
+msgstr "Pinnwand anschauen"
 
-#: include/enotify.php:264
-#, php-format
-msgid "You've received an introduction from '%1$s' at %2$s"
-msgstr "Du hast eine Kontaktanfrage von '%1$s' auf %2$s erhalten"
+#: include/conversation.php:1041 include/conversation.php:1057
+#: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89
+#: mod/directory.php:159 mod/dirfind.php:217 src/Model/Contact.php:592
+#: src/Model/Contact.php:605 src/Model/Contact.php:653
+msgid "View Profile"
+msgstr "Profil anschauen"
 
-#: include/enotify.php:265
-#, php-format
-msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
-msgstr "Du hast eine [url=%1$s]Kontaktanfrage[/url] von %2$s erhalten."
+#: include/conversation.php:1042 src/Model/Contact.php:654
+msgid "View Photos"
+msgstr "Bilder anschauen"
 
-#: include/enotify.php:270 include/enotify.php:316
-#, php-format
-msgid "You may visit their profile at %s"
-msgstr "Hier kannst Du das Profil betrachten: %s"
+#: include/conversation.php:1043 src/Model/Contact.php:655
+msgid "Network Posts"
+msgstr "Netzwerkbeiträge"
 
-#: include/enotify.php:272
-#, php-format
-msgid "Please visit %s to approve or reject the introduction."
-msgstr "Bitte besuche %s, um die Kontaktanfrage anzunehmen oder abzulehnen."
+#: include/conversation.php:1044 src/Model/Contact.php:656
+msgid "View Contact"
+msgstr "Kontakt anzeigen"
 
-#: include/enotify.php:280
-msgid "[Friendica:Notify] A new person is sharing with you"
-msgstr "[Friendica Benachrichtigung] Eine neue Person teilt mit Dir"
+#: include/conversation.php:1045 src/Model/Contact.php:658
+msgid "Send PM"
+msgstr "Private Nachricht senden"
 
-#: include/enotify.php:282 include/enotify.php:283
-#, php-format
-msgid "%1$s is sharing with you at %2$s"
-msgstr "%1$s teilt mit Dir auf %2$s"
+#: include/conversation.php:1049 src/Model/Contact.php:659
+msgid "Poke"
+msgstr "Anstupsen"
 
-#: include/enotify.php:290
-msgid "[Friendica:Notify] You have a new follower"
-msgstr "[Friendica Benachrichtigung] Du hast einen neuen Kontakt auf "
+#: include/conversation.php:1054 mod/allfriends.php:74 mod/suggest.php:83
+#: mod/match.php:90 mod/contacts.php:596 mod/dirfind.php:218
+#: mod/follow.php:143 src/Content/Widget.php:61 src/Model/Contact.php:606
+msgid "Connect/Follow"
+msgstr "Verbinden/Folgen"
 
-#: include/enotify.php:292 include/enotify.php:293
+#: include/conversation.php:1173
 #, php-format
-msgid "You have a new follower at %2$s : %1$s"
-msgstr "Du hast einen neuen Kontakt auf %2$s: %1$s"
-
-#: include/enotify.php:305
-msgid "[Friendica:Notify] Friend suggestion received"
-msgstr "[Friendica-Meldung] Kontaktvorschlag erhalten"
+msgid "%s likes this."
+msgstr "%s mag das."
 
-#: include/enotify.php:307
+#: include/conversation.php:1176
 #, php-format
-msgid "You've received a friend suggestion from '%1$s' at %2$s"
-msgstr "Du hast einen Kontakt-Vorschlag von '%1$s' auf %2$s erhalten"
+msgid "%s doesn't like this."
+msgstr "%s mag das nicht."
 
-#: include/enotify.php:308
+#: include/conversation.php:1179
 #, php-format
-msgid ""
-"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
-msgstr "Du hast einen [url=%1$s]Kontakt-Vorschlag[/url] %2$s von %3$s erhalten."
-
-#: include/enotify.php:314
-msgid "Name:"
-msgstr "Name:"
+msgid "%s attends."
+msgstr "%s nimmt teil."
 
-#: include/enotify.php:315
-msgid "Photo:"
-msgstr "Foto:"
+#: include/conversation.php:1182
+#, php-format
+msgid "%s doesn't attend."
+msgstr "%s nimmt nicht teil."
 
-#: include/enotify.php:318
+#: include/conversation.php:1185
 #, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr "Bitte besuche %s, um den Vorschlag zu akzeptieren oder abzulehnen."
+msgid "%s attends maybe."
+msgstr "%s nimmt eventuell teil."
 
-#: include/enotify.php:326 include/enotify.php:341
-msgid "[Friendica:Notify] Connection accepted"
-msgstr "[Friendica-Benachrichtigung] Kontaktanfrage bestätigt"
+#: include/conversation.php:1196
+msgid "and"
+msgstr "und"
 
-#: include/enotify.php:328 include/enotify.php:343
+#: include/conversation.php:1202
 #, php-format
-msgid "'%1$s' has accepted your connection request at %2$s"
-msgstr "'%1$s' hat Deine Kontaktanfrage auf  %2$s bestätigt"
+msgid "and %d other people"
+msgstr "und %dandere"
 
-#: include/enotify.php:329 include/enotify.php:344
+#: include/conversation.php:1211
 #, php-format
-msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
-msgstr "%2$s hat Deine [url=%1$s]Kontaktanfrage[/url] akzeptiert."
-
-#: include/enotify.php:334
-msgid ""
-"You are now mutual friends and may exchange status updates, photos, and "
-"email without restriction."
-msgstr "Ihr seid nun beidseitige Kontakte und könnt Statusmitteilungen, Bilder und Emails ohne Einschränkungen austauschen."
+msgid "<span  %1$s>%2$d people</span> like this"
+msgstr "<span  %1$s>%2$d Personen</span> mögen das"
 
-#: include/enotify.php:336
+#: include/conversation.php:1212
 #, php-format
-msgid "Please visit %s if you wish to make any changes to this relationship."
-msgstr "Bitte besuche %s, wenn Du Änderungen an eurer Beziehung vornehmen willst."
+msgid "%s like this."
+msgstr "%s mögen das."
 
-#: include/enotify.php:349
+#: include/conversation.php:1215
 #, php-format
-msgid ""
-"'%1$s' has chosen to accept you a fan, which restricts some forms of "
-"communication - such as private messaging and some profile interactions. If "
-"this is a celebrity or community page, these settings were applied "
-"automatically."
-msgstr "'%1$s' hat sich entschieden Dich als Fan zu akzeptieren, dies schränkt einige Kommunikationswege - wie private Nachrichten und einige Interaktionsmöglichkeiten auf der Profilseite - ein. Wenn dies eine Berühmtheiten- oder Gemeinschaftsseite ist, werden diese Einstellungen automatisch vorgenommen."
+msgid "<span  %1$s>%2$d people</span> don't like this"
+msgstr "<span  %1$s>%2$d Personen</span> mögen das nicht"
 
-#: include/enotify.php:351
+#: include/conversation.php:1216
 #, php-format
-msgid ""
-"'%1$s' may choose to extend this into a two-way or more permissive "
-"relationship in the future."
-msgstr "'%1$s' kann den Kontaktstatus zu einem späteren Zeitpunkt erweitern und diese Einschränkungen aufheben. "
+msgid "%s don't like this."
+msgstr "%s mögen dies nicht."
 
-#: include/enotify.php:353
+#: include/conversation.php:1219
 #, php-format
-msgid "Please visit %s  if you wish to make any changes to this relationship."
-msgstr "Bitte besuche %s, wenn Du Änderungen an eurer Beziehung vornehmen willst."
+msgid "<span  %1$s>%2$d people</span> attend"
+msgstr "<span %1$s>%2$d Personen</span> nehmen teil"
 
-#: include/enotify.php:363
-msgid "[Friendica System:Notify] registration request"
-msgstr "[Friendica System:Benachrichtigung] Registrationsanfrage"
+#: include/conversation.php:1220
+#, php-format
+msgid "%s attend."
+msgstr "%s nehmen teil."
 
-#: include/enotify.php:365
+#: include/conversation.php:1223
 #, php-format
-msgid "You've received a registration request from '%1$s' at %2$s"
-msgstr "Du hast eine Registrierungsanfrage von %2$s auf '%1$s' erhalten"
+msgid "<span  %1$s>%2$d people</span> don't attend"
+msgstr "<span %1$s>%2$d Personen</span> nehmen nicht teil"
 
-#: include/enotify.php:366
+#: include/conversation.php:1224
 #, php-format
-msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
-msgstr "Du hast eine [url=%1$s]Registrierungsanfrage[/url] von %2$s erhalten."
+msgid "%s don't attend."
+msgstr "%s nehmen nicht teil."
 
-#: include/enotify.php:371
+#: include/conversation.php:1227
 #, php-format
-msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
-msgstr "Kompletter Name:\t%1$s\\nURL der Seite:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
+msgid "<span  %1$s>%2$d people</span> attend maybe"
+msgstr "<span %1$s>%2$d Personen</span> nehmen eventuell teil"
 
-#: include/enotify.php:377
+#: include/conversation.php:1228
 #, php-format
-msgid "Please visit %s to approve or reject the request."
-msgstr "Bitte besuche %s um die Anfrage zu bearbeiten."
+msgid "%s attend maybe."
+msgstr "%s nimmt eventuell teil."
 
-#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21
-#: mod/display.php:72 mod/display.php:252 mod/display.php:354
-#: mod/admin.php:276 mod/admin.php:1854 mod/admin.php:2102
-msgid "Item not found."
-msgstr "Beitrag nicht gefunden."
+#: include/conversation.php:1258 include/conversation.php:1274
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Für <strong>jedermann</strong> sichtbar"
 
-#: include/items.php:382
-msgid "Do you really want to delete this item?"
-msgstr "Möchtest Du wirklich dieses Item löschen?"
+#: include/conversation.php:1259 include/conversation.php:1275
+#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200
+#: mod/message.php:207 mod/message.php:343 mod/message.php:350
+msgid "Please enter a link URL:"
+msgstr "Bitte gib die URL des Links ein:"
 
-#: include/items.php:384 mod/api.php:110 mod/suggest.php:38
-#: mod/dfrn_request.php:653 mod/message.php:138 mod/follow.php:150
-#: mod/profiles.php:636 mod/profiles.php:639 mod/profiles.php:661
-#: mod/contacts.php:472 mod/register.php:237 mod/settings.php:1105
-#: mod/settings.php:1111 mod/settings.php:1118 mod/settings.php:1122
-#: mod/settings.php:1126 mod/settings.php:1130 mod/settings.php:1134
-#: mod/settings.php:1138 mod/settings.php:1158 mod/settings.php:1159
-#: mod/settings.php:1160 mod/settings.php:1161 mod/settings.php:1162
-msgid "Yes"
-msgstr "Ja"
+#: include/conversation.php:1260 include/conversation.php:1276
+msgid "Please enter a video link/URL:"
+msgstr "Bitte Link/URL zum Video einfügen:"
 
-#: include/items.php:387 include/conversation.php:1378 mod/fbrowser.php:103
-#: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663
-#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141
-#: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147
-#: mod/unfollow.php:117 mod/follow.php:161 mod/contacts.php:475
-#: mod/settings.php:676 mod/settings.php:702
-msgid "Cancel"
-msgstr "Abbrechen"
+#: include/conversation.php:1261 include/conversation.php:1277
+msgid "Please enter an audio link/URL:"
+msgstr "Bitte Link/URL zum Audio einfügen:"
 
-#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40
-#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28
-#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/uimport.php:28
-#: mod/notifications.php:73 mod/dfrn_confirm.php:68 mod/invite.php:20
-#: mod/invite.php:106 mod/wall_attach.php:74 mod/wall_attach.php:77
-#: mod/manage.php:131 mod/regmod.php:108 mod/viewcontacts.php:57
-#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79
-#: mod/wallmessage.php:103 mod/poke.php:150 mod/wall_upload.php:103
-#: mod/wall_upload.php:106 mod/editpost.php:18 mod/fsuggest.php:80
-#: mod/group.php:26 mod/item.php:160 mod/message.php:59 mod/message.php:104
-#: mod/network.php:32 mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051
-#: mod/delegate.php:25 mod/delegate.php:43 mod/delegate.php:54
-#: mod/dirfind.php:25 mod/ostatus_subscribe.php:16 mod/unfollow.php:15
-#: mod/unfollow.php:57 mod/unfollow.php:90 mod/cal.php:304 mod/events.php:194
-#: mod/profile_photo.php:30 mod/profile_photo.php:176
-#: mod/profile_photo.php:187 mod/profile_photo.php:200 mod/follow.php:17
-#: mod/follow.php:54 mod/follow.php:118 mod/profiles.php:182
-#: mod/profiles.php:606 mod/contacts.php:386 mod/register.php:53
-#: mod/settings.php:42 mod/settings.php:141 mod/settings.php:665 index.php:416
-msgid "Permission denied."
-msgstr "Zugriff verweigert."
+#: include/conversation.php:1262 include/conversation.php:1278
+msgid "Tag term:"
+msgstr "Tag:"
 
-#: include/items.php:471
-msgid "Archives"
-msgstr "Archiv"
+#: include/conversation.php:1263 include/conversation.php:1279
+#: mod/filer.php:34
+msgid "Save to Folder:"
+msgstr "In diesem Ordner speichern:"
 
-#: include/items.php:477 src/Content/ForumManager.php:130
-#: src/Content/Widget.php:312 src/Object/Post.php:430 src/App.php:512
-#: view/theme/vier/theme.php:259
-msgid "show more"
-msgstr "mehr anzeigen"
+#: include/conversation.php:1264 include/conversation.php:1280
+msgid "Where are you right now?"
+msgstr "Wo hältst Du Dich jetzt gerade auf?"
 
-#: include/conversation.php:144 include/conversation.php:282
-#: include/text.php:1774 src/Model/Item.php:1795
-msgid "event"
-msgstr "Event"
+#: include/conversation.php:1265
+msgid "Delete item(s)?"
+msgstr "Einträge löschen?"
 
-#: include/conversation.php:147 include/conversation.php:157
-#: include/conversation.php:285 include/conversation.php:294
-#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1793
-#: src/Protocol/Diaspora.php:2010
-msgid "status"
-msgstr "Status"
+#: include/conversation.php:1312
+msgid "New Post"
+msgstr "Neuer Beitrag"
 
-#: include/conversation.php:152 include/conversation.php:290
-#: include/text.php:1776 mod/subthread.php:97 mod/tagger.php:72
-#: src/Model/Item.php:1793
-msgid "photo"
-msgstr "Foto"
+#: include/conversation.php:1315
+msgid "Share"
+msgstr "Teilen"
 
-#: include/conversation.php:164 src/Model/Item.php:1666
-#: src/Protocol/Diaspora.php:2006
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "%1$s mag %2$ss %3$s"
+#: include/conversation.php:1316 mod/wallmessage.php:143 mod/editpost.php:111
+#: mod/message.php:262 mod/message.php:430
+msgid "Upload photo"
+msgstr "Foto hochladen"
 
-#: include/conversation.php:167 src/Model/Item.php:1671
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "%1$s mag %2$ss %3$s nicht"
+#: include/conversation.php:1317 mod/editpost.php:112
+msgid "upload photo"
+msgstr "Bild hochladen"
 
-#: include/conversation.php:170
-#, php-format
-msgid "%1$s attends %2$s's %3$s"
-msgstr "%1$s nimmt an %2$ss %3$s teil."
+#: include/conversation.php:1318 mod/editpost.php:113
+msgid "Attach file"
+msgstr "Datei anhängen"
 
-#: include/conversation.php:173
-#, php-format
-msgid "%1$s doesn't attend %2$s's %3$s"
-msgstr "%1$s nimmt nicht an %2$ss %3$s teil."
+#: include/conversation.php:1319 mod/editpost.php:114
+msgid "attach file"
+msgstr "Datei anhängen"
 
-#: include/conversation.php:176
-#, php-format
-msgid "%1$s attends maybe %2$s's %3$s"
-msgstr "%1$s nimmt eventuell an %2$ss %3$s teil."
+#: include/conversation.php:1320 mod/wallmessage.php:144 mod/editpost.php:115
+#: mod/message.php:263 mod/message.php:431
+msgid "Insert web link"
+msgstr "Einen Link einfügen"
 
-#: include/conversation.php:209 mod/dfrn_confirm.php:431
-#: src/Protocol/Diaspora.php:2481
-#, php-format
-msgid "%1$s is now friends with %2$s"
-msgstr "%1$s ist nun mit %2$s befreundet"
+#: include/conversation.php:1321 mod/editpost.php:116
+msgid "web link"
+msgstr "Weblink"
 
-#: include/conversation.php:250
-#, php-format
-msgid "%1$s poked %2$s"
-msgstr "%1$s stupste %2$s"
+#: include/conversation.php:1322 mod/editpost.php:117
+msgid "Insert video link"
+msgstr "Video-Adresse einfügen"
 
-#: include/conversation.php:304 mod/tagger.php:110
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s hat %2$ss %3$s mit %4$s getaggt"
+#: include/conversation.php:1323 mod/editpost.php:118
+msgid "video link"
+msgstr "Video-Link"
 
-#: include/conversation.php:331
-msgid "post/item"
-msgstr "Nachricht/Beitrag"
+#: include/conversation.php:1324 mod/editpost.php:119
+msgid "Insert audio link"
+msgstr "Audio-Adresse einfügen"
 
-#: include/conversation.php:332
-#, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
-msgstr "%1$s hat %2$s\\s %3$s als Favorit markiert"
+#: include/conversation.php:1325 mod/editpost.php:120
+msgid "audio link"
+msgstr "Audio-Link"
 
-#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:355
-msgid "Likes"
-msgstr "Likes"
+#: include/conversation.php:1326 mod/editpost.php:121
+msgid "Set your location"
+msgstr "Deinen Standort festlegen"
 
-#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:359
-msgid "Dislikes"
-msgstr "Dislikes"
+#: include/conversation.php:1327 mod/editpost.php:122
+msgid "set location"
+msgstr "Ort setzen"
 
-#: include/conversation.php:606 include/conversation.php:1687
-#: mod/photos.php:1502
-msgid "Attending"
-msgid_plural "Attending"
-msgstr[0] "Teilnehmend"
-msgstr[1] "Teilnehmend"
+#: include/conversation.php:1328 mod/editpost.php:123
+msgid "Clear browser location"
+msgstr "Browser-Standort leeren"
 
-#: include/conversation.php:606 mod/photos.php:1502
-msgid "Not attending"
-msgstr "Nicht teilnehmend"
+#: include/conversation.php:1329 mod/editpost.php:124
+msgid "clear location"
+msgstr "Ort löschen"
 
-#: include/conversation.php:606 mod/photos.php:1502
-msgid "Might attend"
-msgstr "Eventuell teilnehmend"
+#: include/conversation.php:1331 mod/editpost.php:138
+msgid "Set title"
+msgstr "Titel setzen"
 
-#: include/conversation.php:744 mod/photos.php:1569 src/Object/Post.php:178
-msgid "Select"
-msgstr "Auswählen"
-
-#: include/conversation.php:745 mod/photos.php:1570 mod/contacts.php:830
-#: mod/contacts.php:1035 mod/admin.php:1798 mod/settings.php:738
-#: src/Object/Post.php:179
-msgid "Delete"
-msgstr "Löschen"
+#: include/conversation.php:1333 mod/editpost.php:140
+msgid "Categories (comma-separated list)"
+msgstr "Kategorien (kommasepariert)"
 
-#: include/conversation.php:783 src/Object/Post.php:363
-#: src/Object/Post.php:364
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr "Das Profil von %s auf %s betrachten."
+#: include/conversation.php:1335 mod/editpost.php:126
+msgid "Permission settings"
+msgstr "Berechtigungseinstellungen"
 
-#: include/conversation.php:795 src/Object/Post.php:351
-msgid "Categories:"
-msgstr "Kategorien:"
+#: include/conversation.php:1336 mod/editpost.php:155
+msgid "permissions"
+msgstr "Zugriffsrechte"
 
-#: include/conversation.php:796 src/Object/Post.php:352
-msgid "Filed under:"
-msgstr "Abgelegt unter:"
+#: include/conversation.php:1344 mod/editpost.php:135
+msgid "Public post"
+msgstr "Öffentlicher Beitrag"
 
-#: include/conversation.php:803 src/Object/Post.php:377
-#, php-format
-msgid "%s from %s"
-msgstr "%s von %s"
+#: include/conversation.php:1348 mod/editpost.php:146 mod/photos.php:1492
+#: mod/photos.php:1531 mod/photos.php:1604 mod/events.php:528
+#: src/Object/Post.php:805
+msgid "Preview"
+msgstr "Vorschau"
 
-#: include/conversation.php:818
-msgid "View in context"
-msgstr "Im Zusammenhang betrachten"
+#: include/conversation.php:1357
+msgid "Post to Groups"
+msgstr "Poste an Gruppe"
 
-#: include/conversation.php:820 include/conversation.php:1360
-#: mod/wallmessage.php:145 mod/editpost.php:125 mod/message.php:264
-#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:402
-msgid "Please wait"
-msgstr "Bitte warten"
+#: include/conversation.php:1358
+msgid "Post to Contacts"
+msgstr "Poste an Kontakte"
 
-#: include/conversation.php:891
-msgid "remove"
-msgstr "löschen"
+#: include/conversation.php:1359
+msgid "Private post"
+msgstr "Privater Beitrag"
 
-#: include/conversation.php:895
-msgid "Delete Selected Items"
-msgstr "Lösche die markierten Beiträge"
+#: include/conversation.php:1364 mod/editpost.php:153
+#: src/Model/Profile.php:342
+msgid "Message"
+msgstr "Nachricht"
 
-#: include/conversation.php:1065 view/theme/frio/theme.php:352
-msgid "Follow Thread"
-msgstr "Folge der Unterhaltung"
+#: include/conversation.php:1365 mod/editpost.php:154
+msgid "Browser"
+msgstr "Browser"
 
-#: include/conversation.php:1066 src/Model/Contact.php:640
-msgid "View Status"
-msgstr "Pinnwand anschauen"
+#: include/conversation.php:1632
+msgid "View all"
+msgstr "Zeige alle"
 
-#: include/conversation.php:1067 include/conversation.php:1083
-#: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89
-#: mod/dirfind.php:217 mod/directory.php:159 src/Model/Contact.php:580
-#: src/Model/Contact.php:593 src/Model/Contact.php:641
-msgid "View Profile"
-msgstr "Profil anschauen"
+#: include/conversation.php:1655
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "mag ich"
+msgstr[1] "Mag ich"
 
-#: include/conversation.php:1068 src/Model/Contact.php:642
-msgid "View Photos"
-msgstr "Bilder anschauen"
+#: include/conversation.php:1658
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "mag ich nicht"
+msgstr[1] "Mag ich nicht"
 
-#: include/conversation.php:1069 src/Model/Contact.php:643
-msgid "Network Posts"
-msgstr "Netzwerkbeiträge"
+#: include/conversation.php:1664
+msgid "Not Attending"
+msgid_plural "Not Attending"
+msgstr[0] "Nicht teilnehmend "
+msgstr[1] "Nicht teilnehmend"
 
-#: include/conversation.php:1070 src/Model/Contact.php:644
-msgid "View Contact"
-msgstr "Kontakt anzeigen"
+#: include/conversation.php:1667 src/Content/ContactSelector.php:125
+msgid "Undecided"
+msgid_plural "Undecided"
+msgstr[0] "Unentschieden"
+msgstr[1] "Unentschieden"
 
-#: include/conversation.php:1071 src/Model/Contact.php:646
-msgid "Send PM"
-msgstr "Private Nachricht senden"
+#: include/dba.php:58
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "Kann die DNS Informationen für den Datenbankserver '%s' nicht ermitteln."
 
-#: include/conversation.php:1075 src/Model/Contact.php:647
-msgid "Poke"
-msgstr "Anstupsen"
+#: include/enotify.php:31
+msgid "Friendica Notification"
+msgstr "Friendica-Benachrichtigung"
 
-#: include/conversation.php:1080 mod/allfriends.php:74 mod/suggest.php:83
-#: mod/match.php:90 mod/dirfind.php:218 mod/follow.php:143
-#: mod/contacts.php:596 src/Content/Widget.php:61 src/Model/Contact.php:594
-msgid "Connect/Follow"
-msgstr "Verbinden/Folgen"
+#: include/enotify.php:34
+msgid "Thank You,"
+msgstr "Danke,"
 
-#: include/conversation.php:1199
+#: include/enotify.php:37
 #, php-format
-msgid "%s likes this."
-msgstr "%s mag das."
+msgid "%s Administrator"
+msgstr "der Administrator von %s"
 
-#: include/conversation.php:1202
+#: include/enotify.php:39
 #, php-format
-msgid "%s doesn't like this."
-msgstr "%s mag das nicht."
+msgid "%1$s, %2$s Administrator"
+msgstr "%1$s, %2$s Administrator"
 
-#: include/conversation.php:1205
+#: include/enotify.php:95
 #, php-format
-msgid "%s attends."
-msgstr "%s nimmt teil."
+msgid "[Friendica:Notify] New mail received at %s"
+msgstr "[Friendica-Meldung] Neue Email erhalten um %s"
 
-#: include/conversation.php:1208
+#: include/enotify.php:97
 #, php-format
-msgid "%s doesn't attend."
-msgstr "%s nimmt nicht teil."
+msgid "%1$s sent you a new private message at %2$s."
+msgstr "%1$s hat Dir eine neue private Nachricht um %2$s geschickt."
 
-#: include/conversation.php:1211
+#: include/enotify.php:98
+msgid "a private message"
+msgstr "eine private Nachricht"
+
+#: include/enotify.php:98
 #, php-format
-msgid "%s attends maybe."
-msgstr "%s nimmt eventuell teil."
+msgid "%1$s sent you %2$s."
+msgstr "%1$s schickte Dir %2$s."
 
-#: include/conversation.php:1222
-msgid "and"
-msgstr "und"
+#: include/enotify.php:100
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "Bitte besuche %s, um Deine privaten Nachrichten anzusehen und/oder zu beantworten."
 
-#: include/conversation.php:1228
+#: include/enotify.php:138
 #, php-format
-msgid "and %d other people"
-msgstr "und %dandere"
+msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s kommentierte [url=%2$s]a %3$s[/url]"
 
-#: include/conversation.php:1237
+#: include/enotify.php:146
 #, php-format
-msgid "<span  %1$s>%2$d people</span> like this"
-msgstr "<span  %1$s>%2$d Personen</span> mögen das"
+msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$s kommentierte [url=%2$s]%3$ss %4$s[/url]"
 
-#: include/conversation.php:1238
+#: include/enotify.php:156
 #, php-format
-msgid "%s like this."
-msgstr "%s mögen das."
+msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
+msgstr "%1$s kommentierte [url=%2$s]deinen %3$s[/url]"
 
-#: include/conversation.php:1241
+#: include/enotify.php:168
 #, php-format
-msgid "<span  %1$s>%2$d people</span> don't like this"
-msgstr "<span  %1$s>%2$d Personen</span> mögen das nicht"
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Friendica-Meldung] Kommentar zum Beitrag #%1$d von %2$s"
 
-#: include/conversation.php:1242
+#: include/enotify.php:170
 #, php-format
-msgid "%s don't like this."
-msgstr "%s mögen dies nicht."
+msgid "%s commented on an item/conversation you have been following."
+msgstr "%s hat einen Beitrag kommentiert, dem Du folgst."
 
-#: include/conversation.php:1245
+#: include/enotify.php:173 include/enotify.php:188 include/enotify.php:203
+#: include/enotify.php:218 include/enotify.php:237 include/enotify.php:252
 #, php-format
-msgid "<span  %1$s>%2$d people</span> attend"
-msgstr "<span %1$s>%2$d Personen</span> nehmen teil"
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "Bitte besuche %s, um die Konversation anzusehen und/oder zu kommentieren."
 
-#: include/conversation.php:1246
+#: include/enotify.php:180
 #, php-format
-msgid "%s attend."
-msgstr "%s nehmen teil."
+msgid "[Friendica:Notify] %s posted to your profile wall"
+msgstr "[Friendica-Meldung] %s hat auf Deine Pinnwand geschrieben"
 
-#: include/conversation.php:1249
+#: include/enotify.php:182
 #, php-format
-msgid "<span  %1$s>%2$d people</span> don't attend"
-msgstr "<span %1$s>%2$d Personen</span> nehmen nicht teil"
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "%1$s schrieb um %2$s auf Deine Pinnwand"
 
-#: include/conversation.php:1250
+#: include/enotify.php:183
 #, php-format
-msgid "%s don't attend."
-msgstr "%s nehmen nicht teil."
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
+msgstr "%1$s hat etwas auf [url=%2$s]Deiner Pinnwand[/url] gepostet"
 
-#: include/conversation.php:1253
+#: include/enotify.php:195
 #, php-format
-msgid "<span  %1$s>%2$d people</span> attend maybe"
-msgstr "<span %1$s>%2$d Personen</span> nehmen eventuell teil"
+msgid "[Friendica:Notify] %s tagged you"
+msgstr "[Friendica-Meldung] %s hat Dich erwähnt"
 
-#: include/conversation.php:1254
+#: include/enotify.php:197
 #, php-format
-msgid "%s attend maybe."
-msgstr "%s nimmt eventuell teil."
+msgid "%1$s tagged you at %2$s"
+msgstr "%1$s erwähnte Dich auf %2$s"
 
-#: include/conversation.php:1284 include/conversation.php:1300
-msgid "Visible to <strong>everybody</strong>"
-msgstr "Für <strong>jedermann</strong> sichtbar"
+#: include/enotify.php:198
+#, php-format
+msgid "%1$s [url=%2$s]tagged you[/url]."
+msgstr "%1$s [url=%2$s]erwähnte Dich[/url]."
 
-#: include/conversation.php:1285 include/conversation.php:1301
-#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200
-#: mod/message.php:207 mod/message.php:343 mod/message.php:350
-msgid "Please enter a link URL:"
-msgstr "Bitte gib die URL des Links ein:"
+#: include/enotify.php:210
+#, php-format
+msgid "[Friendica:Notify] %s shared a new post"
+msgstr "[Friendica Benachrichtigung] %s hat einen Beitrag geteilt"
 
-#: include/conversation.php:1286 include/conversation.php:1302
-msgid "Please enter a video link/URL:"
-msgstr "Bitte Link/URL zum Video einfügen:"
+#: include/enotify.php:212
+#, php-format
+msgid "%1$s shared a new post at %2$s"
+msgstr "%1$s hat einen neuen Beitrag auf %2$s geteilt"
 
-#: include/conversation.php:1287 include/conversation.php:1303
-msgid "Please enter an audio link/URL:"
-msgstr "Bitte Link/URL zum Audio einfügen:"
+#: include/enotify.php:213
+#, php-format
+msgid "%1$s [url=%2$s]shared a post[/url]."
+msgstr "%1$s [url=%2$s]hat einen Beitrag geteilt[/url]."
 
-#: include/conversation.php:1288 include/conversation.php:1304
-msgid "Tag term:"
-msgstr "Tag:"
+#: include/enotify.php:225
+#, php-format
+msgid "[Friendica:Notify] %1$s poked you"
+msgstr "[Friendica-Meldung] %1$s hat Dich angestupst"
 
-#: include/conversation.php:1289 include/conversation.php:1305
-#: mod/filer.php:34
-msgid "Save to Folder:"
-msgstr "In diesem Ordner speichern:"
+#: include/enotify.php:227
+#, php-format
+msgid "%1$s poked you at %2$s"
+msgstr "%1$s hat Dich auf %2$s angestupst"
 
-#: include/conversation.php:1290 include/conversation.php:1306
-msgid "Where are you right now?"
-msgstr "Wo hältst Du Dich jetzt gerade auf?"
+#: include/enotify.php:228
+#, php-format
+msgid "%1$s [url=%2$s]poked you[/url]."
+msgstr "%1$s [url=%2$s]hat Dich angestupst[/url]."
 
-#: include/conversation.php:1291
-msgid "Delete item(s)?"
-msgstr "Einträge löschen?"
+#: include/enotify.php:244
+#, php-format
+msgid "[Friendica:Notify] %s tagged your post"
+msgstr "[Friendica-Meldung] %s hat Deinen Beitrag getaggt"
 
-#: include/conversation.php:1338
-msgid "New Post"
-msgstr "Neuer Beitrag"
+#: include/enotify.php:246
+#, php-format
+msgid "%1$s tagged your post at %2$s"
+msgstr "%1$s erwähnte Deinen Beitrag auf %2$s"
 
-#: include/conversation.php:1341
-msgid "Share"
-msgstr "Teilen"
+#: include/enotify.php:247
+#, php-format
+msgid "%1$s tagged [url=%2$s]your post[/url]"
+msgstr "%1$s erwähnte [url=%2$s]Deinen Beitrag[/url]"
 
-#: include/conversation.php:1342 mod/wallmessage.php:143 mod/editpost.php:111
-#: mod/message.php:262 mod/message.php:430
-msgid "Upload photo"
-msgstr "Foto hochladen"
+#: include/enotify.php:259
+msgid "[Friendica:Notify] Introduction received"
+msgstr "[Friendica-Meldung] Kontaktanfrage erhalten"
 
-#: include/conversation.php:1343 mod/editpost.php:112
-msgid "upload photo"
-msgstr "Bild hochladen"
+#: include/enotify.php:261
+#, php-format
+msgid "You've received an introduction from '%1$s' at %2$s"
+msgstr "Du hast eine Kontaktanfrage von '%1$s' auf %2$s erhalten"
 
-#: include/conversation.php:1344 mod/editpost.php:113
-msgid "Attach file"
-msgstr "Datei anhängen"
+#: include/enotify.php:262
+#, php-format
+msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
+msgstr "Du hast eine [url=%1$s]Kontaktanfrage[/url] von %2$s erhalten."
 
-#: include/conversation.php:1345 mod/editpost.php:114
-msgid "attach file"
-msgstr "Datei anhängen"
+#: include/enotify.php:267 include/enotify.php:313
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "Hier kannst Du das Profil betrachten: %s"
 
-#: include/conversation.php:1346 mod/wallmessage.php:144 mod/editpost.php:115
-#: mod/message.php:263 mod/message.php:431
-msgid "Insert web link"
-msgstr "Einen Link einfügen"
+#: include/enotify.php:269
+#, php-format
+msgid "Please visit %s to approve or reject the introduction."
+msgstr "Bitte besuche %s, um die Kontaktanfrage anzunehmen oder abzulehnen."
 
-#: include/conversation.php:1347 mod/editpost.php:116
-msgid "web link"
-msgstr "Weblink"
+#: include/enotify.php:277
+msgid "[Friendica:Notify] A new person is sharing with you"
+msgstr "[Friendica Benachrichtigung] Eine neue Person teilt mit Dir"
 
-#: include/conversation.php:1348 mod/editpost.php:117
-msgid "Insert video link"
-msgstr "Video-Adresse einfügen"
+#: include/enotify.php:279 include/enotify.php:280
+#, php-format
+msgid "%1$s is sharing with you at %2$s"
+msgstr "%1$s teilt mit Dir auf %2$s"
 
-#: include/conversation.php:1349 mod/editpost.php:118
-msgid "video link"
-msgstr "Video-Link"
+#: include/enotify.php:287
+msgid "[Friendica:Notify] You have a new follower"
+msgstr "[Friendica Benachrichtigung] Du hast einen neuen Kontakt auf "
 
-#: include/conversation.php:1350 mod/editpost.php:119
-msgid "Insert audio link"
-msgstr "Audio-Adresse einfügen"
+#: include/enotify.php:289 include/enotify.php:290
+#, php-format
+msgid "You have a new follower at %2$s : %1$s"
+msgstr "Du hast einen neuen Kontakt auf %2$s: %1$s"
 
-#: include/conversation.php:1351 mod/editpost.php:120
-msgid "audio link"
-msgstr "Audio-Link"
+#: include/enotify.php:302
+msgid "[Friendica:Notify] Friend suggestion received"
+msgstr "[Friendica-Meldung] Kontaktvorschlag erhalten"
 
-#: include/conversation.php:1352 mod/editpost.php:121
-msgid "Set your location"
-msgstr "Deinen Standort festlegen"
+#: include/enotify.php:304
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr "Du hast einen Kontakt-Vorschlag von '%1$s' auf %2$s erhalten"
 
-#: include/conversation.php:1353 mod/editpost.php:122
-msgid "set location"
-msgstr "Ort setzen"
+#: include/enotify.php:305
+#, php-format
+msgid ""
+"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+msgstr "Du hast einen [url=%1$s]Kontakt-Vorschlag[/url] %2$s von %3$s erhalten."
 
-#: include/conversation.php:1354 mod/editpost.php:123
-msgid "Clear browser location"
-msgstr "Browser-Standort leeren"
+#: include/enotify.php:311
+msgid "Name:"
+msgstr "Name:"
 
-#: include/conversation.php:1355 mod/editpost.php:124
-msgid "clear location"
-msgstr "Ort löschen"
+#: include/enotify.php:312
+msgid "Photo:"
+msgstr "Foto:"
 
-#: include/conversation.php:1357 mod/editpost.php:138
-msgid "Set title"
-msgstr "Titel setzen"
+#: include/enotify.php:315
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "Bitte besuche %s, um den Vorschlag zu akzeptieren oder abzulehnen."
 
-#: include/conversation.php:1359 mod/editpost.php:140
-msgid "Categories (comma-separated list)"
-msgstr "Kategorien (kommasepariert)"
+#: include/enotify.php:323 include/enotify.php:338
+msgid "[Friendica:Notify] Connection accepted"
+msgstr "[Friendica-Benachrichtigung] Kontaktanfrage bestätigt"
 
-#: include/conversation.php:1361 mod/editpost.php:126
-msgid "Permission settings"
-msgstr "Berechtigungseinstellungen"
+#: include/enotify.php:325 include/enotify.php:340
+#, php-format
+msgid "'%1$s' has accepted your connection request at %2$s"
+msgstr "'%1$s' hat Deine Kontaktanfrage auf  %2$s bestätigt"
 
-#: include/conversation.php:1362 mod/editpost.php:155
-msgid "permissions"
-msgstr "Zugriffsrechte"
+#: include/enotify.php:326 include/enotify.php:341
+#, php-format
+msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
+msgstr "%2$s hat Deine [url=%1$s]Kontaktanfrage[/url] akzeptiert."
 
-#: include/conversation.php:1370 mod/editpost.php:135
-msgid "Public post"
-msgstr "Öffentlicher Beitrag"
+#: include/enotify.php:331
+msgid ""
+"You are now mutual friends and may exchange status updates, photos, and "
+"email without restriction."
+msgstr "Ihr seid nun beidseitige Kontakte und könnt Statusmitteilungen, Bilder und Emails ohne Einschränkungen austauschen."
 
-#: include/conversation.php:1374 mod/editpost.php:146 mod/photos.php:1492
-#: mod/photos.php:1531 mod/photos.php:1604 mod/events.php:528
-#: src/Object/Post.php:805
-msgid "Preview"
-msgstr "Vorschau"
+#: include/enotify.php:333
+#, php-format
+msgid "Please visit %s if you wish to make any changes to this relationship."
+msgstr "Bitte besuche %s, wenn Du Änderungen an eurer Beziehung vornehmen willst."
 
-#: include/conversation.php:1383
-msgid "Post to Groups"
-msgstr "Poste an Gruppe"
+#: include/enotify.php:346
+#, php-format
+msgid ""
+"'%1$s' has chosen to accept you a fan, which restricts some forms of "
+"communication - such as private messaging and some profile interactions. If "
+"this is a celebrity or community page, these settings were applied "
+"automatically."
+msgstr "'%1$s' hat sich entschieden Dich als Fan zu akzeptieren, dies schränkt einige Kommunikationswege - wie private Nachrichten und einige Interaktionsmöglichkeiten auf der Profilseite - ein. Wenn dies eine Berühmtheiten- oder Gemeinschaftsseite ist, werden diese Einstellungen automatisch vorgenommen."
 
-#: include/conversation.php:1384
-msgid "Post to Contacts"
-msgstr "Poste an Kontakte"
+#: include/enotify.php:348
+#, php-format
+msgid ""
+"'%1$s' may choose to extend this into a two-way or more permissive "
+"relationship in the future."
+msgstr "'%1$s' kann den Kontaktstatus zu einem späteren Zeitpunkt erweitern und diese Einschränkungen aufheben. "
 
-#: include/conversation.php:1385
-msgid "Private post"
-msgstr "Privater Beitrag"
+#: include/enotify.php:350
+#, php-format
+msgid "Please visit %s  if you wish to make any changes to this relationship."
+msgstr "Bitte besuche %s, wenn Du Änderungen an eurer Beziehung vornehmen willst."
 
-#: include/conversation.php:1390 mod/editpost.php:153
-#: src/Model/Profile.php:342
-msgid "Message"
-msgstr "Nachricht"
+#: include/enotify.php:360 mod/removeme.php:43
+msgid "[Friendica System Notify]"
+msgstr "[Friendica System Benachrichtigung]"
 
-#: include/conversation.php:1391 mod/editpost.php:154
-msgid "Browser"
-msgstr "Browser"
+#: include/enotify.php:360
+msgid "registration request"
+msgstr "Registrierungsanfrage"
 
-#: include/conversation.php:1658
-msgid "View all"
-msgstr "Zeige alle"
+#: include/enotify.php:362
+#, php-format
+msgid "You've received a registration request from '%1$s' at %2$s"
+msgstr "Du hast eine Registrierungsanfrage von %2$s auf '%1$s' erhalten"
 
-#: include/conversation.php:1681
-msgid "Like"
-msgid_plural "Likes"
-msgstr[0] "mag ich"
-msgstr[1] "Mag ich"
+#: include/enotify.php:363
+#, php-format
+msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
+msgstr "Du hast eine [url=%1$s]Registrierungsanfrage[/url] von %2$s erhalten."
 
-#: include/conversation.php:1684
-msgid "Dislike"
-msgid_plural "Dislikes"
-msgstr[0] "mag ich nicht"
-msgstr[1] "Mag ich nicht"
+#: include/enotify.php:368
+#, php-format
+msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
+msgstr "Kompletter Name:\t%1$s\\nURL der Seite:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
 
-#: include/conversation.php:1690
-msgid "Not Attending"
-msgid_plural "Not Attending"
-msgstr[0] "Nicht teilnehmend "
-msgstr[1] "Nicht teilnehmend"
+#: include/enotify.php:374
+#, php-format
+msgid "Please visit %s to approve or reject the request."
+msgstr "Bitte besuche %s um die Anfrage zu bearbeiten."
 
-#: include/conversation.php:1693 src/Content/ContactSelector.php:125
-msgid "Undecided"
-msgid_plural "Undecided"
-msgstr[0] "Unentschieden"
-msgstr[1] "Unentschieden"
+#: include/security.php:81
+msgid "Welcome "
+msgstr "Willkommen "
+
+#: include/security.php:82
+msgid "Please upload a profile photo."
+msgstr "Bitte lade ein Profilbild hoch."
+
+#: include/security.php:84
+msgid "Welcome back "
+msgstr "Willkommen zurück "
+
+#: include/security.php:440
+msgid ""
+"The form security token was not correct. This probably happened because the "
+"form has been opened for too long (>3 hours) before submitting it."
+msgstr "Das Sicherheitsmerkmal war nicht korrekt. Das passiert meistens wenn das Formular vor dem Absenden zu lange geöffnet war (länger als 3 Stunden)."
 
 #: include/text.php:302
 msgid "newer"
@@ -971,14 +971,13 @@ msgid "Tags"
 msgstr "Tags"
 
 #: include/text.php:1027 mod/viewcontacts.php:131 mod/contacts.php:814
-#: mod/contacts.php:875 src/Content/Nav.php:147 src/Content/Nav.php:212
-#: src/Model/Profile.php:957 src/Model/Profile.php:960
-#: view/theme/frio/theme.php:270
+#: mod/contacts.php:875 view/theme/frio/theme.php:270 src/Content/Nav.php:147
+#: src/Content/Nav.php:212 src/Model/Profile.php:959 src/Model/Profile.php:962
 msgid "Contacts"
 msgstr "Kontakte"
 
-#: include/text.php:1030 src/Content/ForumManager.php:125
-#: src/Content/Nav.php:151 view/theme/vier/theme.php:254
+#: include/text.php:1030 view/theme/vier/theme.php:254
+#: src/Content/ForumManager.php:125 src/Content/Nav.php:151
 msgid "Forums"
 msgstr "Foren"
 
@@ -1175,50 +1174,50 @@ msgstr "Nov"
 msgid "Dec"
 msgstr "Dez"
 
-#: include/text.php:1275
+#: include/text.php:1254
 #, php-format
 msgid "Content warning: %s"
 msgstr "Inhaltswarnung: %s"
 
-#: include/text.php:1345 mod/videos.php:380
+#: include/text.php:1324 mod/videos.php:380
 msgid "View Video"
 msgstr "Video ansehen"
 
-#: include/text.php:1362
+#: include/text.php:1341
 msgid "bytes"
 msgstr "Byte"
 
-#: include/text.php:1395 include/text.php:1406 include/text.php:1442
+#: include/text.php:1374 include/text.php:1385 include/text.php:1421
 msgid "Click to open/close"
 msgstr "Zum öffnen/schließen klicken"
 
-#: include/text.php:1559
+#: include/text.php:1538
 msgid "View on separate page"
 msgstr "Auf separater Seite ansehen"
 
-#: include/text.php:1560
+#: include/text.php:1539
 msgid "view on separate page"
 msgstr "auf separater Seite ansehen"
 
-#: include/text.php:1565 include/text.php:1572 src/Model/Event.php:594
+#: include/text.php:1544 include/text.php:1551 src/Model/Event.php:594
 msgid "link to source"
 msgstr "Link zum Originalbeitrag"
 
-#: include/text.php:1778
+#: include/text.php:1757
 msgid "activity"
 msgstr "Aktivität"
 
-#: include/text.php:1780 src/Object/Post.php:429 src/Object/Post.php:441
+#: include/text.php:1759 src/Object/Post.php:429 src/Object/Post.php:441
 msgid "comment"
 msgid_plural "comments"
 msgstr[0] "Kommentar"
 msgstr[1] "Kommentare"
 
-#: include/text.php:1783
+#: include/text.php:1762
 msgid "post"
 msgstr "Beitrag"
 
-#: include/text.php:1940
+#: include/text.php:1919
 msgid "Item filed"
 msgstr "Beitrag abgelegt"
 
@@ -1259,7 +1258,7 @@ msgstr "Möchtest Du dieser Anwendung den Zugriff auf Deine Beiträge und Kontak
 msgid "No"
 msgstr "Nein"
 
-#: mod/apps.php:14 index.php:245
+#: mod/apps.php:14 index.php:273
 msgid "You must be logged in to use addons. "
 msgstr "Sie müssen angemeldet sein um Addons benutzen zu können."
 
@@ -1343,15 +1342,15 @@ msgstr "Zurück zum Kontakteditor"
 msgid "Refetch contact data"
 msgstr "Kontaktdaten neu laden"
 
-#: mod/crepair.php:148 mod/invite.php:150 mod/manage.php:184
-#: mod/localtime.php:56 mod/poke.php:199 mod/fsuggest.php:114
-#: mod/message.php:265 mod/message.php:432 mod/photos.php:1080
-#: mod/photos.php:1160 mod/photos.php:1445 mod/photos.php:1491
-#: mod/photos.php:1530 mod/photos.php:1603 mod/install.php:251
-#: mod/install.php:290 mod/events.php:530 mod/profiles.php:672
-#: mod/contacts.php:610 src/Object/Post.php:796
-#: view/theme/duepuntozero/config.php:71 view/theme/frio/config.php:113
-#: view/theme/quattro/config.php:73 view/theme/vier/config.php:119
+#: mod/crepair.php:148 mod/manage.php:184 mod/localtime.php:56
+#: mod/poke.php:199 mod/fsuggest.php:114 mod/message.php:265
+#: mod/message.php:432 mod/photos.php:1080 mod/photos.php:1160
+#: mod/photos.php:1445 mod/photos.php:1491 mod/photos.php:1530
+#: mod/photos.php:1603 mod/contacts.php:610 mod/events.php:530
+#: mod/install.php:251 mod/install.php:290 mod/invite.php:155
+#: mod/profiles.php:672 view/theme/duepuntozero/config.php:71
+#: view/theme/frio/config.php:113 view/theme/quattro/config.php:73
+#: view/theme/vier/config.php:119 src/Object/Post.php:796
 msgid "Submit"
 msgstr "Senden"
 
@@ -1407,8 +1406,8 @@ msgstr "Pull/Feed-URL"
 msgid "New photo from this URL"
 msgstr "Neues Foto von dieser URL"
 
-#: mod/fbrowser.php:34 src/Content/Nav.php:102 src/Model/Profile.php:904
-#: view/theme/frio/theme.php:261
+#: mod/fbrowser.php:34 view/theme/frio/theme.php:261 src/Content/Nav.php:102
+#: src/Model/Profile.php:906
 msgid "Photos"
 msgstr "Bilder"
 
@@ -1428,7 +1427,7 @@ msgid "Files"
 msgstr "Dateien"
 
 #: mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 mod/help.php:60
-#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:292
+#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:320
 msgid "Not Found"
 msgstr "Nicht gefunden"
 
@@ -1440,11 +1439,11 @@ msgstr "Kein Profil"
 msgid "Help:"
 msgstr "Hilfe:"
 
-#: mod/help.php:54 src/Content/Nav.php:134 view/theme/vier/theme.php:298
+#: mod/help.php:54 view/theme/vier/theme.php:298 src/Content/Nav.php:134
 msgid "Help"
 msgstr "Hilfe"
 
-#: mod/help.php:63 index.php:297
+#: mod/help.php:63 index.php:325
 msgid "Page not found."
 msgstr "Seite nicht gefunden."
 
@@ -1497,7 +1496,7 @@ msgid ""
 msgstr "Auf der <em>Quick Start</em> Seite findest Du eine kurze Einleitung in die einzelnen Funktionen Deines Profils und die Netzwerk-Reiter, wo Du interessante Foren findest und neue Kontakte knüpfst."
 
 #: mod/newmember.php:19 mod/admin.php:1906 mod/admin.php:2175
-#: mod/settings.php:123 src/Content/Nav.php:206 view/theme/frio/theme.php:269
+#: mod/settings.php:123 view/theme/frio/theme.php:269 src/Content/Nav.php:206
 msgid "Settings"
 msgstr "Einstellungen"
 
@@ -1521,9 +1520,9 @@ msgid ""
 msgstr "Überprüfe die restlichen Einstellungen, insbesondere die Einstellungen zur Privatsphäre. Wenn Du Dein Profil nicht veröffentlichst, ist das als wenn Du Deine Telefonnummer nicht ins Telefonbuch einträgst. Im Allgemeinen solltest Du es veröffentlichen - außer all Deine Kontakte und potentiellen Kontakte wissen genau, wie sie Dich finden können."
 
 #: mod/newmember.php:24 mod/profperm.php:113 mod/contacts.php:671
-#: mod/contacts.php:863 src/Content/Nav.php:101 src/Model/Profile.php:730
-#: src/Model/Profile.php:863 src/Model/Profile.php:896
-#: view/theme/frio/theme.php:260
+#: mod/contacts.php:863 view/theme/frio/theme.php:260 src/Content/Nav.php:101
+#: src/Model/Profile.php:732 src/Model/Profile.php:865
+#: src/Model/Profile.php:898
 msgid "Profile"
 msgstr "Profil"
 
@@ -1610,7 +1609,7 @@ msgid ""
 "hours."
 msgstr "Im seitlichen Bedienfeld der Kontakteseite gibt es diverse Werkzeuge, um neue Personen zu finden. Wir können Menschen mit den gleichen Interessen finden, anhand von Namen oder Interessen suchen oder aber aufgrund vorhandener Kontakte neue Leute vorschlagen.\nAuf einer brandneuen - soeben erstellten - Seite starten die Kontaktvorschläge innerhalb von 24 Stunden."
 
-#: mod/newmember.php:43 src/Model/Group.php:401
+#: mod/newmember.php:43 src/Model/Group.php:414
 msgid "Groups"
 msgstr "Gruppen"
 
@@ -1698,10 +1697,15 @@ msgstr "Keine Vorschläge verfügbar. Falls der Server frisch aufgesetzt wurde,
 msgid "Ignore/Hide"
 msgstr "Ignorieren/Verbergen"
 
-#: mod/suggest.php:114 src/Content/Widget.php:64 view/theme/vier/theme.php:203
+#: mod/suggest.php:114 view/theme/vier/theme.php:203 src/Content/Widget.php:64
 msgid "Friend Suggestions"
 msgstr "Kontaktvorschläge"
 
+#: mod/update_community.php:27 mod/update_display.php:27
+#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33
+msgid "[Embedded content - reload page to view]"
+msgstr "[Eingebetteter Inhalt - Seite neu laden zum Betrachten]"
+
 #: mod/uimport.php:55 mod/register.php:191
 msgid ""
 "This site has exceeded the number of allowed daily account registrations. "
@@ -1743,11 +1747,6 @@ msgid ""
 "select \"Export account\""
 msgstr "Um Deinen Account zu exportieren, rufe \"Einstellungen -> Persönliche Daten exportieren\" auf und wähle \"Account exportieren\""
 
-#: mod/update_community.php:27 mod/update_display.php:27
-#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33
-msgid "[Embedded content - reload page to view]"
-msgstr "[Eingebetteter Inhalt - Seite neu laden zum Betrachten]"
-
 #: mod/dfrn_poll.php:123 mod/dfrn_poll.php:543
 #, php-format
 msgid "%1$s welcomes %2$s"
@@ -1886,33 +1885,33 @@ msgstr "Teilenden"
 msgid "Subscriber"
 msgstr "Abonnent"
 
-#: mod/notifications.php:247 mod/events.php:518 mod/directory.php:148
-#: mod/contacts.php:660 src/Model/Profile.php:417 src/Model/Event.php:60
-#: src/Model/Event.php:85 src/Model/Event.php:421 src/Model/Event.php:900
+#: mod/notifications.php:247 mod/contacts.php:660 mod/events.php:518
+#: mod/directory.php:148 src/Model/Event.php:60 src/Model/Event.php:85
+#: src/Model/Event.php:421 src/Model/Event.php:900 src/Model/Profile.php:417
 msgid "Location:"
 msgstr "Ort:"
 
-#: mod/notifications.php:249 mod/directory.php:154 mod/contacts.php:664
-#: src/Model/Profile.php:423 src/Model/Profile.php:806
+#: mod/notifications.php:249 mod/contacts.php:664 mod/directory.php:154
+#: src/Model/Profile.php:423 src/Model/Profile.php:808
 msgid "About:"
 msgstr "Über:"
 
-#: mod/notifications.php:251 mod/follow.php:174 mod/contacts.php:666
-#: src/Model/Profile.php:794
+#: mod/notifications.php:251 mod/contacts.php:666 mod/follow.php:174
+#: src/Model/Profile.php:796
 msgid "Tags:"
 msgstr "Tags:"
 
 #: mod/notifications.php:253 mod/directory.php:151 src/Model/Profile.php:420
-#: src/Model/Profile.php:745
+#: src/Model/Profile.php:747
 msgid "Gender:"
 msgstr "Geschlecht:"
 
-#: mod/notifications.php:258 mod/unfollow.php:122 mod/follow.php:166
-#: mod/contacts.php:656 mod/admin.php:490 mod/admin.php:500
+#: mod/notifications.php:258 mod/contacts.php:656 mod/unfollow.php:122
+#: mod/admin.php:490 mod/admin.php:500 mod/follow.php:166
 msgid "Profile URL"
 msgstr "Profil URL"
 
-#: mod/notifications.php:261 mod/contacts.php:71 src/Model/Profile.php:518
+#: mod/notifications.php:261 mod/contacts.php:71 src/Model/Profile.php:520
 msgid "Network:"
 msgstr "Netzwerk:"
 
@@ -2022,7 +2021,7 @@ msgid "Unable to update your contact profile details on our system"
 msgstr "Die Updates für Dein Profil konnten nicht gespeichert werden"
 
 #: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568
-#: src/Model/Contact.php:1520
+#: src/Model/Contact.php:1537
 msgid "[Name Withheld]"
 msgstr "[Name unterdrückt]"
 
@@ -2031,169 +2030,60 @@ msgstr "[Name unterdrückt]"
 msgid "%1$s has joined %2$s"
 msgstr "%1$s ist %2$s beigetreten"
 
-#: mod/invite.php:33
-msgid "Total invitation limit exceeded."
-msgstr "Limit für Einladungen erreicht."
-
-#: mod/invite.php:55
-#, php-format
-msgid "%s : Not a valid email address."
-msgstr "%s: Keine gültige Email Adresse."
+#: mod/manage.php:180
+msgid "Manage Identities and/or Pages"
+msgstr "Verwalte Identitäten und/oder Seiten"
 
-#: mod/invite.php:80
-msgid "Please join us on Friendica"
-msgstr "Ich lade Dich zu unserem sozialen Netzwerk Friendica ein"
+#: mod/manage.php:181
+msgid ""
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
+msgstr "Zwischen verschiedenen Identitäten oder Gemeinschafts-/Gruppenseiten wechseln, die Deine Kontoinformationen teilen oder zu denen Du „Verwalten“-Befugnisse bekommen hast."
 
-#: mod/invite.php:91
-msgid "Invitation limit exceeded. Please contact your site administrator."
-msgstr "Limit für Einladungen erreicht. Bitte kontaktiere des Administrator der Seite."
+#: mod/manage.php:182
+msgid "Select an identity to manage: "
+msgstr "Wähle eine Identität zum Verwalten aus: "
 
-#: mod/invite.php:95
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s: Zustellung der Nachricht fehlgeschlagen."
+#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83
+#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112
+#: mod/wall_upload.php:155 mod/wall_upload.php:158
+msgid "Invalid request."
+msgstr "Ungültige Anfrage"
 
-#: mod/invite.php:99
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] "%d Nachricht gesendet."
-msgstr[1] "%d Nachrichten gesendet."
+#: mod/wall_attach.php:101
+msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
+msgstr "Entschuldige, die Datei scheint größer zu sein als es die PHP Konfiguration erlaubt."
 
-#: mod/invite.php:117
-msgid "You have no more invitations available"
-msgstr "Du hast keine weiteren Einladungen"
+#: mod/wall_attach.php:101
+msgid "Or - did you try to upload an empty file?"
+msgstr "Oder - hast Du versucht, eine leere Datei hochzuladen?"
 
-#: mod/invite.php:125
+#: mod/wall_attach.php:112
 #, php-format
-msgid ""
-"Visit %s for a list of public sites that you can join. Friendica members on "
-"other sites can all connect with each other, as well as with members of many"
-" other social networks."
-msgstr "Besuche %s für eine Liste der öffentlichen Server, denen Du beitreten kannst. Friendica Mitglieder unterschiedlicher Server können sich sowohl alle miteinander verbinden, als auch mit Mitgliedern anderer Sozialer Netzwerke."
+msgid "File exceeds size limit of %s"
+msgstr "Die Datei ist größer als das erlaubte Limit von %s"
 
-#: mod/invite.php:127
-#, php-format
-msgid ""
-"To accept this invitation, please visit and register at %s or any other "
-"public Friendica website."
-msgstr "Um diese Kontaktanfrage zu akzeptieren, besuche und registriere Dich bitte bei %s oder einer anderen öffentlichen Friendica Website."
+#: mod/wall_attach.php:136 mod/wall_attach.php:152
+msgid "File upload failed."
+msgstr "Hochladen der Datei fehlgeschlagen."
 
-#: mod/invite.php:128
-#, php-format
-msgid ""
-"Friendica sites all inter-connect to create a huge privacy-enhanced social "
-"web that is owned and controlled by its members. They can also connect with "
-"many traditional social networks. See %s for a list of alternate Friendica "
-"sites you can join."
-msgstr "Friendica Server verbinden sich alle untereinander, um ein großes datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Sie können sich auch mit vielen üblichen Sozialen Netzwerken verbinden. Besuche %s für eine Liste alternativer Friendica Server, denen Du beitreten kannst."
+#: mod/dfrn_request.php:94
+msgid "This introduction has already been accepted."
+msgstr "Diese Kontaktanfrage wurde bereits akzeptiert."
 
-#: mod/invite.php:132
-msgid ""
-"Our apologies. This system is not currently configured to connect with other"
-" public sites or invite members."
-msgstr "Es tut uns leid. Dieses System ist zurzeit nicht dafür konfiguriert, sich mit anderen öffentlichen Seiten zu verbinden oder Mitglieder einzuladen."
+#: mod/dfrn_request.php:112 mod/dfrn_request.php:359
+msgid "Profile location is not valid or does not contain profile information."
+msgstr "Profiladresse ist ungültig oder stellt keine Profildaten zur Verfügung."
 
-#: mod/invite.php:136
-msgid ""
-"Friendica sites all inter-connect to create a huge privacy-enhanced social "
-"web that is owned and controlled by its members. They can also connect with "
-"many traditional social networks."
-msgstr "Friendica Server verbinden sich alle untereinander, um ein großes datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Sie können sich auch mit vielen üblichen Sozialen Netzwerken verbinden."
+#: mod/dfrn_request.php:116 mod/dfrn_request.php:363
+msgid "Warning: profile location has no identifiable owner name."
+msgstr "Warnung: Es konnte kein Name des Besitzers von der angegebenen Profiladresse gefunden werden."
+
+#: mod/dfrn_request.php:119 mod/dfrn_request.php:366
+msgid "Warning: profile location has no profile photo."
+msgstr "Warnung: Es gibt kein Profilbild bei der angegebenen Profiladresse."
 
-#: mod/invite.php:135
-#, php-format
-msgid "To accept this invitation, please visit and register at %s."
-msgstr "Um diese Kontaktanfrage zu akzeptieren, besuche und registriere Dich bitte bei %s."
-
-#: mod/invite.php:142
-msgid "Send invitations"
-msgstr "Einladungen senden"
-
-#: mod/invite.php:143
-msgid "Enter email addresses, one per line:"
-msgstr "E-Mail-Adressen eingeben, eine pro Zeile:"
-
-#: mod/invite.php:144 mod/wallmessage.php:141 mod/message.php:259
-#: mod/message.php:426
-msgid "Your message:"
-msgstr "Deine Nachricht:"
-
-#: mod/invite.php:145
-msgid ""
-"You are cordially invited to join me and other close friends on Friendica - "
-"and help us to create a better social web."
-msgstr "Du bist herzlich dazu eingeladen, Dich mir und anderen guten Freunden auf Friendica anzuschließen - und ein besseres Soziales Netz aufzubauen."
-
-#: mod/invite.php:147
-msgid "You will need to supply this invitation code: $invite_code"
-msgstr "Du benötigst den folgenden Einladungscode: $invite_code"
-
-#: mod/invite.php:147
-msgid ""
-"Once you have registered, please connect with me via my profile page at:"
-msgstr "Sobald Du registriert bist, kontaktiere mich bitte auf meiner Profilseite:"
-
-#: mod/invite.php:149
-msgid ""
-"For more information about the Friendica project and why we feel it is "
-"important, please visit http://friendi.ca"
-msgstr "Für weitere Informationen über das Friendica Projekt und warum wir es für ein wichtiges Projekt halten, besuche bitte http://friendi.ca."
-
-#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83
-#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112
-#: mod/wall_upload.php:155 mod/wall_upload.php:158
-msgid "Invalid request."
-msgstr "Ungültige Anfrage"
-
-#: mod/wall_attach.php:101
-msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
-msgstr "Entschuldige, die Datei scheint größer zu sein als es die PHP Konfiguration erlaubt."
-
-#: mod/wall_attach.php:101
-msgid "Or - did you try to upload an empty file?"
-msgstr "Oder - hast Du versucht, eine leere Datei hochzuladen?"
-
-#: mod/wall_attach.php:112
-#, php-format
-msgid "File exceeds size limit of %s"
-msgstr "Die Datei ist größer als das erlaubte Limit von %s"
-
-#: mod/wall_attach.php:136 mod/wall_attach.php:152
-msgid "File upload failed."
-msgstr "Hochladen der Datei fehlgeschlagen."
-
-#: mod/manage.php:180
-msgid "Manage Identities and/or Pages"
-msgstr "Verwalte Identitäten und/oder Seiten"
-
-#: mod/manage.php:181
-msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
-msgstr "Zwischen verschiedenen Identitäten oder Gemeinschafts-/Gruppenseiten wechseln, die Deine Kontoinformationen teilen oder zu denen Du „Verwalten“-Befugnisse bekommen hast."
-
-#: mod/manage.php:182
-msgid "Select an identity to manage: "
-msgstr "Wähle eine Identität zum Verwalten aus: "
-
-#: mod/dfrn_request.php:94
-msgid "This introduction has already been accepted."
-msgstr "Diese Kontaktanfrage wurde bereits akzeptiert."
-
-#: mod/dfrn_request.php:112 mod/dfrn_request.php:359
-msgid "Profile location is not valid or does not contain profile information."
-msgstr "Profiladresse ist ungültig oder stellt keine Profildaten zur Verfügung."
-
-#: mod/dfrn_request.php:116 mod/dfrn_request.php:363
-msgid "Warning: profile location has no identifiable owner name."
-msgstr "Warnung: Es konnte kein Name des Besitzers von der angegebenen Profiladresse gefunden werden."
-
-#: mod/dfrn_request.php:119 mod/dfrn_request.php:366
-msgid "Warning: profile location has no profile photo."
-msgstr "Warnung: Es gibt kein Profilbild bei der angegebenen Profiladresse."
-
-#: mod/dfrn_request.php:123 mod/dfrn_request.php:370
+#: mod/dfrn_request.php:123 mod/dfrn_request.php:370
 #, php-format
 msgid "%d required parameter was not found at the given location"
 msgid_plural "%d required parameters were not found at the given location"
@@ -2242,12 +2132,12 @@ msgstr "Es scheint so, als ob Du bereits mit %s in Kontakt stehst."
 msgid "Invalid profile URL."
 msgstr "Ungültige Profil-URL."
 
-#: mod/dfrn_request.php:345 src/Model/Contact.php:1223
+#: mod/dfrn_request.php:345 src/Model/Contact.php:1235
 msgid "Disallowed profile URL."
 msgstr "Nicht erlaubte Profil-URL."
 
-#: mod/dfrn_request.php:351 mod/friendica.php:128 mod/admin.php:353
-#: mod/admin.php:371 src/Model/Contact.php:1228
+#: mod/dfrn_request.php:351 mod/admin.php:353 mod/admin.php:371
+#: mod/friendica.php:128 src/Model/Contact.php:1240
 msgid "Blocked domain"
 msgstr "Blockierte Domain"
 
@@ -2293,8 +2183,8 @@ msgstr "Willkommen zurück %s."
 msgid "Please confirm your introduction/connection request to %s."
 msgstr "Bitte bestätige Deine Kontaktanfrage bei %s."
 
-#: mod/dfrn_request.php:607 mod/probe.php:13 mod/viewcontacts.php:45
-#: mod/webfinger.php:16 mod/search.php:98 mod/search.php:104
+#: mod/dfrn_request.php:607 mod/probe.php:13 mod/search.php:98
+#: mod/search.php:104 mod/viewcontacts.php:45 mod/webfinger.php:16
 #: mod/community.php:27 mod/photos.php:932 mod/videos.php:199
 #: mod/display.php:203 mod/directory.php:42
 msgid "Public access denied."
@@ -2363,6 +2253,10 @@ msgstr "Adresse Deines Profils:"
 msgid "Submit Request"
 msgstr "Anfrage abschicken"
 
+#: mod/filer.php:34
+msgid "- select -"
+msgstr "- auswählen -"
+
 #: mod/localtime.php:19 src/Model/Event.php:36 src/Model/Event.php:814
 msgid "l F d, Y \\@ g:i A"
 msgstr "l, d. F Y\\, H:i"
@@ -2396,11 +2290,47 @@ msgstr "Umgerechnete lokale Zeit: %s"
 msgid "Please select your timezone:"
 msgstr "Bitte wähle Deine Zeitzone:"
 
+#: mod/notify.php:77
+msgid "No more system notifications."
+msgstr "Keine weiteren Systembenachrichtigungen."
+
+#: mod/ping.php:292
+msgid "{0} wants to be your friend"
+msgstr "{0} möchte mit Dir in Kontakt treten"
+
+#: mod/ping.php:307
+msgid "{0} sent you a message"
+msgstr "{0} schickte Dir eine Nachricht"
+
+#: mod/ping.php:322
+msgid "{0} requested registration"
+msgstr "{0} möchte sich registrieren"
+
+#: mod/poke.php:192
+msgid "Poke/Prod"
+msgstr "Anstupsen"
+
+#: mod/poke.php:193
+msgid "poke, prod or do other things to somebody"
+msgstr "Stupse Leute an oder mache anderes mit ihnen"
+
+#: mod/poke.php:194
+msgid "Recipient"
+msgstr "Empfänger"
+
+#: mod/poke.php:195
+msgid "Choose what you wish to do to recipient"
+msgstr "Was willst Du mit dem Empfänger machen:"
+
+#: mod/poke.php:198
+msgid "Make this post private"
+msgstr "Diesen Beitrag privat machen"
+
 #: mod/probe.php:14 mod/webfinger.php:17
 msgid "Only logged in users are permitted to perform a probing."
 msgstr "Nur eingeloggten Benutzern ist das Untersuchen von Adressen gestattet."
 
-#: mod/profperm.php:28 mod/group.php:83 index.php:415
+#: mod/profperm.php:28 mod/group.php:83 index.php:443
 msgid "Permission denied"
 msgstr "Zugriff verweigert"
 
@@ -2437,19 +2367,85 @@ msgstr "Registrierung für %s wurde zurückgezogen"
 msgid "Please login."
 msgstr "Bitte melde Dich an."
 
-#: mod/removeme.php:55 mod/removeme.php:58
-msgid "Remove My Account"
-msgstr "Konto löschen"
+#: mod/search.php:37 mod/network.php:194
+msgid "Remove term"
+msgstr "Begriff entfernen"
+
+#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100
+msgid "Saved Searches"
+msgstr "Gespeicherte Suchen"
+
+#: mod/search.php:105
+msgid "Only logged in users are permitted to perform a search."
+msgstr "Nur eingeloggten Benutzern ist das Suchen gestattet."
+
+#: mod/search.php:129
+msgid "Too Many Requests"
+msgstr "Zu viele Abfragen"
+
+#: mod/search.php:130
+msgid "Only one search per minute is permitted for not logged in users."
+msgstr "Es ist nur eine Suchanfrage pro Minute für nicht eingeloggte Benutzer gestattet."
+
+#: mod/search.php:228 mod/community.php:136
+msgid "No results."
+msgstr "Keine Ergebnisse."
+
+#: mod/search.php:234
+#, php-format
+msgid "Items tagged with: %s"
+msgstr "Beiträge die mit %s getaggt sind"
+
+#: mod/search.php:236 mod/contacts.php:819
+#, php-format
+msgid "Results for: %s"
+msgstr "Ergebnisse für: %s"
+
+#: mod/subthread.php:113
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s folgt %2$s %3$s"
+
+#: mod/tagrm.php:47
+msgid "Tag removed"
+msgstr "Tag entfernt"
+
+#: mod/tagrm.php:85
+msgid "Remove Item Tag"
+msgstr "Gegenstands-Tag entfernen"
+
+#: mod/tagrm.php:87
+msgid "Select a tag to remove: "
+msgstr "Wähle ein Tag zum Entfernen aus: "
+
+#: mod/tagrm.php:98 mod/delegate.php:177
+msgid "Remove"
+msgstr "Entfernen"
+
+#: mod/uexport.php:44
+msgid "Export account"
+msgstr "Account exportieren"
 
-#: mod/removeme.php:56
+#: mod/uexport.php:44
 msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr "Dein Konto wird endgültig gelöscht. Es gibt keine Möglichkeit, es wiederherzustellen."
+"Export your account info and contacts. Use this to make a backup of your "
+"account and/or to move it to another server."
+msgstr "Exportiere Deine Accountinformationen und Kontakte. Verwende dies um ein Backup Deines Accounts anzulegen und/oder damit auf einen anderen Server umzuziehen."
 
-#: mod/removeme.php:57
-msgid "Please enter your password for verification:"
-msgstr "Bitte gib Dein Passwort zur Verifikation ein:"
+#: mod/uexport.php:45
+msgid "Export all"
+msgstr "Alles exportieren"
+
+#: mod/uexport.php:45
+msgid ""
+"Export your accout info, contacts and all your items as json. Could be a "
+"very big file, and could take a lot of time. Use this to make a full backup "
+"of your account (photos are not exported)"
+msgstr "Exportiere Deine Account Informationen, Kontakte und alle Einträge als JSON Datei. Dies könnte eine sehr große Datei werden und dementsprechend viel Zeit benötigen. Verwende dies um ein komplettes Backup Deines Accounts anzulegen (Fotos werden nicht exportiert)."
+
+#: mod/uexport.php:52 mod/settings.php:107
+msgid "Export personal data"
+msgstr "Persönliche Daten exportieren"
 
 #: mod/viewcontacts.php:87
 msgid "No contacts."
@@ -2459,6 +2455,25 @@ msgstr "Keine Kontakte."
 msgid "Access denied."
 msgstr "Zugriff verweigert."
 
+#: mod/wall_upload.php:186 mod/photos.php:763 mod/photos.php:766
+#: mod/photos.php:795 mod/profile_photo.php:153
+#, php-format
+msgid "Image exceeds size limit of %s"
+msgstr "Bildgröße überschreitet das Limit von %s"
+
+#: mod/wall_upload.php:200 mod/photos.php:818 mod/profile_photo.php:162
+msgid "Unable to process image."
+msgstr "Konnte das Bild nicht bearbeiten."
+
+#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:953
+#: src/Object/Image.php:969 src/Object/Image.php:977 src/Object/Image.php:1002
+msgid "Wall Photos"
+msgstr "Pinnwand-Bilder"
+
+#: mod/wall_upload.php:239 mod/photos.php:847 mod/profile_photo.php:307
+msgid "Image upload failed."
+msgstr "Hochladen des Bildes gescheitert."
+
 #: mod/wallmessage.php:49 mod/wallmessage.php:112
 #, php-format
 msgid "Number of daily wall messages for %s exceeded. Message failed."
@@ -2507,152 +2522,18 @@ msgstr "An:"
 msgid "Subject:"
 msgstr "Betreff:"
 
-#: mod/uexport.php:44
-msgid "Export account"
-msgstr "Account exportieren"
-
-#: mod/uexport.php:44
-msgid ""
-"Export your account info and contacts. Use this to make a backup of your "
-"account and/or to move it to another server."
-msgstr "Exportiere Deine Accountinformationen und Kontakte. Verwende dies um ein Backup Deines Accounts anzulegen und/oder damit auf einen anderen Server umzuziehen."
+#: mod/wallmessage.php:141 mod/message.php:259 mod/message.php:426
+#: mod/invite.php:149
+msgid "Your message:"
+msgstr "Deine Nachricht:"
 
-#: mod/uexport.php:45
-msgid "Export all"
-msgstr "Alles exportieren"
+#: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312
+msgid "Login"
+msgstr "Anmeldung"
 
-#: mod/uexport.php:45
-msgid ""
-"Export your accout info, contacts and all your items as json. Could be a "
-"very big file, and could take a lot of time. Use this to make a full backup "
-"of your account (photos are not exported)"
-msgstr "Exportiere Deine Account Informationen, Kontakte und alle Einträge als JSON Datei. Dies könnte eine sehr große Datei werden und dementsprechend viel Zeit benötigen. Verwende dies um ein komplettes Backup Deines Accounts anzulegen (Fotos werden nicht exportiert)."
-
-#: mod/uexport.php:52 mod/settings.php:107
-msgid "Export personal data"
-msgstr "Persönliche Daten exportieren"
-
-#: mod/filer.php:34
-msgid "- select -"
-msgstr "- auswählen -"
-
-#: mod/notify.php:77
-msgid "No more system notifications."
-msgstr "Keine weiteren Systembenachrichtigungen."
-
-#: mod/ping.php:292
-msgid "{0} wants to be your friend"
-msgstr "{0} möchte mit Dir in Kontakt treten"
-
-#: mod/ping.php:307
-msgid "{0} sent you a message"
-msgstr "{0} schickte Dir eine Nachricht"
-
-#: mod/ping.php:322
-msgid "{0} requested registration"
-msgstr "{0} möchte sich registrieren"
-
-#: mod/poke.php:192
-msgid "Poke/Prod"
-msgstr "Anstupsen"
-
-#: mod/poke.php:193
-msgid "poke, prod or do other things to somebody"
-msgstr "Stupse Leute an oder mache anderes mit ihnen"
-
-#: mod/poke.php:194
-msgid "Recipient"
-msgstr "Empfänger"
-
-#: mod/poke.php:195
-msgid "Choose what you wish to do to recipient"
-msgstr "Was willst Du mit dem Empfänger machen:"
-
-#: mod/poke.php:198
-msgid "Make this post private"
-msgstr "Diesen Beitrag privat machen"
-
-#: mod/subthread.php:113
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr "%1$s folgt %2$s %3$s"
-
-#: mod/tagrm.php:47
-msgid "Tag removed"
-msgstr "Tag entfernt"
-
-#: mod/tagrm.php:85
-msgid "Remove Item Tag"
-msgstr "Gegenstands-Tag entfernen"
-
-#: mod/tagrm.php:87
-msgid "Select a tag to remove: "
-msgstr "Wähle ein Tag zum Entfernen aus: "
-
-#: mod/tagrm.php:98 mod/delegate.php:177
-msgid "Remove"
-msgstr "Entfernen"
-
-#: mod/wall_upload.php:186 mod/photos.php:763 mod/photos.php:766
-#: mod/photos.php:795 mod/profile_photo.php:153
-#, php-format
-msgid "Image exceeds size limit of %s"
-msgstr "Bildgröße überschreitet das Limit von %s"
-
-#: mod/wall_upload.php:200 mod/photos.php:818 mod/profile_photo.php:162
-msgid "Unable to process image."
-msgstr "Konnte das Bild nicht bearbeiten."
-
-#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:953
-#: src/Object/Image.php:969 src/Object/Image.php:977 src/Object/Image.php:1002
-msgid "Wall Photos"
-msgstr "Pinnwand-Bilder"
-
-#: mod/wall_upload.php:239 mod/photos.php:847 mod/profile_photo.php:307
-msgid "Image upload failed."
-msgstr "Hochladen des Bildes gescheitert."
-
-#: mod/search.php:37 mod/network.php:194
-msgid "Remove term"
-msgstr "Begriff entfernen"
-
-#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100
-msgid "Saved Searches"
-msgstr "Gespeicherte Suchen"
-
-#: mod/search.php:105
-msgid "Only logged in users are permitted to perform a search."
-msgstr "Nur eingeloggten Benutzern ist das Suchen gestattet."
-
-#: mod/search.php:129
-msgid "Too Many Requests"
-msgstr "Zu viele Abfragen"
-
-#: mod/search.php:130
-msgid "Only one search per minute is permitted for not logged in users."
-msgstr "Es ist nur eine Suchanfrage pro Minute für nicht eingeloggte Benutzer gestattet."
-
-#: mod/search.php:228 mod/community.php:136
-msgid "No results."
-msgstr "Keine Ergebnisse."
-
-#: mod/search.php:234
-#, php-format
-msgid "Items tagged with: %s"
-msgstr "Beiträge die mit %s getaggt sind"
-
-#: mod/search.php:236 mod/contacts.php:819
-#, php-format
-msgid "Results for: %s"
-msgstr "Ergebnisse für: %s"
-
-#: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312
-msgid "Login"
-msgstr "Anmeldung"
-
-#: mod/bookmarklet.php:51
-msgid "The post was created"
-msgstr "Der Beitrag wurde angelegt"
+#: mod/bookmarklet.php:51
+msgid "The post was created"
+msgstr "Der Beitrag wurde angelegt"
 
 #: mod/community.php:46
 msgid "Community option not available."
@@ -2700,14 +2581,6 @@ msgstr "Cc: E-Mail-Addressen"
 msgid "Example: bob@example.com, mary@example.com"
 msgstr "Z.B.: bob@example.com, mary@example.com"
 
-#: mod/feedtest.php:20
-msgid "You must be logged in to use this module"
-msgstr "Du musst eingeloggt sein um dieses Modul benutzen zu können."
-
-#: mod/feedtest.php:48
-msgid "Source URL"
-msgstr "URL der Quelle"
-
 #: mod/fsuggest.php:72
 msgid "Friend suggestion sent."
 msgstr "Kontaktvorschlag gesendet."
@@ -2745,7 +2618,7 @@ msgstr "Gruppe speichern"
 msgid "Create a group of contacts/friends."
 msgstr "Eine Kontaktgruppe anlegen."
 
-#: mod/group.php:103 mod/group.php:199 src/Model/Group.php:408
+#: mod/group.php:103 mod/group.php:199 src/Model/Group.php:421
 msgid "Group Name: "
 msgstr "Gruppenname:"
 
@@ -2789,37 +2662,6 @@ msgstr "Kontakt löschen"
 msgid "Add Contact"
 msgstr "Kontakt hinzufügen"
 
-#: mod/item.php:114
-msgid "Unable to locate original post."
-msgstr "Konnte den Originalbeitrag nicht finden."
-
-#: mod/item.php:274
-msgid "Empty post discarded."
-msgstr "Leerer Beitrag wurde verworfen."
-
-#: mod/item.php:799
-#, php-format
-msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr "Diese Nachricht wurde dir von %s geschickt, einem Mitglied des Sozialen Netzwerks Friendica."
-
-#: mod/item.php:801
-#, php-format
-msgid "You may visit them online at %s"
-msgstr "Du kannst sie online unter %s besuchen"
-
-#: mod/item.php:802
-msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr "Falls Du diese Beiträge nicht erhalten möchtest, kontaktiere bitte den Autor, indem Du auf diese Nachricht antwortest."
-
-#: mod/item.php:806
-#, php-format
-msgid "%s posted an update."
-msgstr "%s hat ein Update veröffentlicht."
-
 #: mod/message.php:30 src/Content/Nav.php:198
 msgid "New Message"
 msgstr "Neue Nachricht"
@@ -2828,7 +2670,7 @@ msgstr "Neue Nachricht"
 msgid "Unable to locate contact information."
 msgstr "Konnte die Kontaktinformationen nicht finden."
 
-#: mod/message.php:112 src/Content/Nav.php:195 view/theme/frio/theme.php:268
+#: mod/message.php:112 view/theme/frio/theme.php:268 src/Content/Nav.php:195
 msgid "Messages"
 msgstr "Nachrichten"
 
@@ -2896,100 +2738,11 @@ msgid_plural "%d messages"
 msgstr[0] "%d Nachricht"
 msgstr[1] "%d Nachrichten"
 
-#: mod/network.php:202 src/Model/Group.php:400
-msgid "add"
-msgstr "hinzufügen"
-
-#: mod/network.php:547
-#, php-format
-msgid ""
-"Warning: This group contains %s member from a network that doesn't allow non"
-" public messages."
-msgid_plural ""
-"Warning: This group contains %s members from a network that doesn't allow "
-"non public messages."
-msgstr[0] "Warnung: Diese Gruppe beinhaltet %s Person aus einem Netzwerk das keine nicht öffentlichen Beiträge empfangen kann."
-msgstr[1] "Warnung: Diese Gruppe beinhaltet %s Personen aus Netzwerken die keine nicht-öffentlichen Beiträge empfangen können."
-
-#: mod/network.php:550
-msgid "Messages in this group won't be send to these receivers."
-msgstr "Beiträge in dieser Gruppe werden deshalb nicht an diese Personen zugestellt werden."
-
-#: mod/network.php:618
-msgid "No such group"
-msgstr "Es gibt keine solche Gruppe"
-
-#: mod/network.php:643
-#, php-format
-msgid "Group: %s"
-msgstr "Gruppe: %s"
-
-#: mod/network.php:669
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr "Private Nachrichten an diese Person könnten an die Öffentlichkeit gelangen."
-
-#: mod/network.php:672
-msgid "Invalid contact."
-msgstr "Ungültiger Kontakt."
-
-#: mod/network.php:921
-msgid "Commented Order"
-msgstr "Neueste Kommentare"
-
-#: mod/network.php:924
-msgid "Sort by Comment Date"
-msgstr "Nach Kommentardatum sortieren"
-
-#: mod/network.php:929
-msgid "Posted Order"
-msgstr "Neueste Beiträge"
-
-#: mod/network.php:932
-msgid "Sort by Post Date"
-msgstr "Nach Beitragsdatum sortieren"
-
-#: mod/network.php:940 mod/profiles.php:687
-#: src/Core/NotificationsManager.php:185
-msgid "Personal"
-msgstr "Persönlich"
-
-#: mod/network.php:943
-msgid "Posts that mention or involve you"
-msgstr "Beiträge, in denen es um Dich geht"
-
-#: mod/network.php:951
-msgid "New"
-msgstr "Neue"
-
-#: mod/network.php:954
-msgid "Activity Stream - by date"
-msgstr "Aktivitäten-Stream - nach Datum"
-
-#: mod/network.php:962
-msgid "Shared Links"
-msgstr "Geteilte Links"
-
-#: mod/network.php:965
-msgid "Interesting Links"
-msgstr "Interessante Links"
-
-#: mod/network.php:973
-msgid "Starred"
-msgstr "Markierte"
-
-#: mod/network.php:976
-msgid "Favourite Posts"
-msgstr "Favorisierte Beiträge"
-
-#: mod/notes.php:52 src/Model/Profile.php:946
+#: mod/notes.php:52 src/Model/Profile.php:948
 msgid "Personal Notes"
 msgstr "Persönliche Notizen"
 
-#: mod/oexchange.php:30
-msgid "Post successful."
-msgstr "Beitrag erfolgreich veröffentlicht."
-
-#: mod/photos.php:108 src/Model/Profile.php:907
+#: mod/photos.php:108 src/Model/Profile.php:909
 msgid "Photo Albums"
 msgstr "Fotoalben"
 
@@ -3219,7 +2972,7 @@ msgstr "Kommentare von %s"
 msgid "%s's timeline"
 msgstr "Timeline von %s"
 
-#: mod/profile.php:173 mod/display.php:313 mod/cal.php:142
+#: mod/profile.php:173 mod/cal.php:142 mod/display.php:313
 msgid "Access to this profile has been restricted."
 msgstr "Der Zugriff zu diesem Profil wurde eingeschränkt."
 
@@ -3247,551 +3000,517 @@ msgstr "Neueste Videos"
 msgid "Upload New Videos"
 msgstr "Neues Video hochladen"
 
-#: mod/delegate.php:37
-msgid "Parent user not found."
-msgstr "Verwalter nicht gefunden."
-
-#: mod/delegate.php:144
-msgid "No parent user"
-msgstr "Kein Verwalter"
+#: mod/cal.php:274 mod/events.php:391 view/theme/frio/theme.php:263
+#: view/theme/frio/theme.php:267 src/Content/Nav.php:104
+#: src/Content/Nav.php:169 src/Model/Profile.php:926 src/Model/Profile.php:937
+msgid "Events"
+msgstr "Veranstaltungen"
 
-#: mod/delegate.php:159
-msgid "Parent Password:"
-msgstr "Passwort des Verwalters"
+#: mod/cal.php:275 mod/events.php:392
+msgid "View"
+msgstr "Ansehen"
 
-#: mod/delegate.php:159
-msgid ""
-"Please enter the password of the parent account to legitimize your request."
-msgstr "Bitte gib das Passwort des Verwalters ein um deine Anfrage zu bestätigen."
-
-#: mod/delegate.php:164
-msgid "Parent User"
-msgstr "Verwalter"
+#: mod/cal.php:276 mod/events.php:394
+msgid "Previous"
+msgstr "Vorherige"
 
-#: mod/delegate.php:167
-msgid ""
-"Parent users have total control about this account, including the account "
-"settings. Please double check whom you give this access."
-msgstr "Verwalter haben Zugriff auf alle Funktionen dieses Benutzerkontos und können dessen Einstellungen ändern."
+#: mod/cal.php:277 mod/events.php:395 mod/install.php:209
+msgid "Next"
+msgstr "Nächste"
 
-#: mod/delegate.php:168 mod/admin.php:307 mod/admin.php:1346
-#: mod/admin.php:1965 mod/admin.php:2218 mod/admin.php:2292 mod/admin.php:2439
-#: mod/settings.php:675 mod/settings.php:784 mod/settings.php:872
-#: mod/settings.php:961 mod/settings.php:1194
-msgid "Save Settings"
-msgstr "Einstellungen speichern"
+#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412
+msgid "today"
+msgstr "Heute"
 
-#: mod/delegate.php:169 src/Content/Nav.php:204
-msgid "Delegate Page Management"
-msgstr "Delegiere das Management für die Seite"
+#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304
+#: src/Model/Event.php:413
+msgid "month"
+msgstr "Monat"
 
-#: mod/delegate.php:170
-msgid "Delegates"
-msgstr "Bevollmächtigte"
+#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305
+#: src/Model/Event.php:414
+msgid "week"
+msgstr "Woche"
 
-#: mod/delegate.php:172
-msgid ""
-"Delegates are able to manage all aspects of this account/page except for "
-"basic account settings. Please do not delegate your personal account to "
-"anybody that you do not trust completely."
-msgstr "Bevollmächtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Bitte gib niemandem eine Bevollmächtigung für Deinen privaten Account, dem Du nicht absolut vertraust!"
+#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306
+#: src/Model/Event.php:415
+msgid "day"
+msgstr "Tag"
 
-#: mod/delegate.php:173
-msgid "Existing Page Delegates"
-msgstr "Vorhandene Bevollmächtigte für die Seite"
+#: mod/cal.php:284 mod/events.php:404
+msgid "list"
+msgstr "Liste"
 
-#: mod/delegate.php:175
-msgid "Potential Delegates"
-msgstr "Potentielle Bevollmächtigte"
+#: mod/cal.php:297 src/Core/Console/NewPassword.php:73 src/Model/User.php:214
+msgid "User not found"
+msgstr "Nutzer nicht gefunden"
 
-#: mod/delegate.php:178
-msgid "Add"
-msgstr "Hinzufügen"
+#: mod/cal.php:313
+msgid "This calendar format is not supported"
+msgstr "Dieses Kalenderformat wird nicht unterstützt."
 
-#: mod/delegate.php:179
-msgid "No entries."
-msgstr "Keine Einträge."
+#: mod/cal.php:315
+msgid "No exportable data found"
+msgstr "Keine exportierbaren Daten gefunden"
 
-#: mod/dirfind.php:49
-#, php-format
-msgid "People Search - %s"
-msgstr "Personensuche - %s"
+#: mod/cal.php:332
+msgid "calendar"
+msgstr "Kalender"
 
-#: mod/dirfind.php:60
+#: mod/contacts.php:157
 #, php-format
-msgid "Forum Search - %s"
-msgstr "Forensuche - %s"
-
-#: mod/install.php:114
-msgid "Friendica Communications Server - Setup"
-msgstr "Friendica-Server für soziale Netzwerke – Setup"
+msgid "%d contact edited."
+msgid_plural "%d contacts edited."
+msgstr[0] "%d Kontakt bearbeitet."
+msgstr[1] "%d Kontakte bearbeitet."
 
-#: mod/install.php:120
-msgid "Could not connect to database."
-msgstr "Verbindung zur Datenbank gescheitert."
+#: mod/contacts.php:184 mod/contacts.php:400
+msgid "Could not access contact record."
+msgstr "Konnte nicht auf die Kontaktdaten zugreifen."
 
-#: mod/install.php:124
-msgid "Could not create table."
-msgstr "Tabelle konnte nicht angelegt werden."
+#: mod/contacts.php:194
+msgid "Could not locate selected profile."
+msgstr "Konnte das ausgewählte Profil nicht finden."
 
-#: mod/install.php:130
-msgid "Your Friendica site database has been installed."
-msgstr "Die Datenbank Deiner Friendicaseite wurde installiert."
+#: mod/contacts.php:228
+msgid "Contact updated."
+msgstr "Kontakt aktualisiert."
 
-#: mod/install.php:135
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr "Möglicherweise musst Du die Datei \"database.sql\" manuell mit phpmyadmin oder mysql importieren."
+#: mod/contacts.php:421
+msgid "Contact has been blocked"
+msgstr "Kontakt wurde blockiert"
 
-#: mod/install.php:136 mod/install.php:208 mod/install.php:558
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr "Lies bitte die \"INSTALL.txt\"."
+#: mod/contacts.php:421
+msgid "Contact has been unblocked"
+msgstr "Kontakt wurde wieder freigegeben"
 
-#: mod/install.php:148
-msgid "Database already in use."
-msgstr "Die Datenbank wird bereits verwendet."
+#: mod/contacts.php:432
+msgid "Contact has been ignored"
+msgstr "Kontakt wurde ignoriert"
 
-#: mod/install.php:205
-msgid "System check"
-msgstr "Systemtest"
+#: mod/contacts.php:432
+msgid "Contact has been unignored"
+msgstr "Kontakt wird nicht mehr ignoriert"
 
-#: mod/install.php:209 mod/cal.php:277 mod/events.php:395
-msgid "Next"
-msgstr "Nächste"
+#: mod/contacts.php:443
+msgid "Contact has been archived"
+msgstr "Kontakt wurde archiviert"
 
-#: mod/install.php:210
-msgid "Check again"
-msgstr "Noch einmal testen"
+#: mod/contacts.php:443
+msgid "Contact has been unarchived"
+msgstr "Kontakt wurde aus dem Archiv geholt"
 
-#: mod/install.php:230
-msgid "Database connection"
-msgstr "Datenbankverbindung"
+#: mod/contacts.php:467
+msgid "Drop contact"
+msgstr "Kontakt löschen"
 
-#: mod/install.php:231
-msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
-msgstr "Um Friendica installieren zu können, müssen wir wissen, wie wir mit Deiner Datenbank Kontakt aufnehmen können."
+#: mod/contacts.php:470 mod/contacts.php:823
+msgid "Do you really want to delete this contact?"
+msgstr "Möchtest Du wirklich diesen Kontakt löschen?"
 
-#: mod/install.php:232
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr "Bitte kontaktiere den Hosting Provider oder den Administrator der Seite, falls Du Fragen zu diesen Einstellungen haben solltest."
+#: mod/contacts.php:488
+msgid "Contact has been removed."
+msgstr "Kontakt wurde entfernt."
 
-#: mod/install.php:233
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "Die Datenbank, die Du unten angibst, sollte bereits existieren. Ist dies noch nicht der Fall, erzeuge sie bitte bevor Du mit der Installation fortfährst."
+#: mod/contacts.php:519
+#, php-format
+msgid "You are mutual friends with %s"
+msgstr "Du hast mit %s eine beidseitige Freundschaft"
 
-#: mod/install.php:237
-msgid "Database Server Name"
-msgstr "Datenbank-Server"
+#: mod/contacts.php:523
+#, php-format
+msgid "You are sharing with %s"
+msgstr "Du teilst mit %s"
 
-#: mod/install.php:238
-msgid "Database Login Name"
-msgstr "Datenbank-Nutzer"
+#: mod/contacts.php:527
+#, php-format
+msgid "%s is sharing with you"
+msgstr "%s teilt mit Dir"
 
-#: mod/install.php:239
-msgid "Database Login Password"
-msgstr "Datenbank-Passwort"
+#: mod/contacts.php:547
+msgid "Private communications are not available for this contact."
+msgstr "Private Kommunikation ist für diesen Kontakt nicht verfügbar."
 
-#: mod/install.php:239
-msgid "For security reasons the password must not be empty"
-msgstr "Aus Sicherheitsgründen darf das Passwort nicht leer sein."
+#: mod/contacts.php:549
+msgid "Never"
+msgstr "Niemals"
 
-#: mod/install.php:240
-msgid "Database Name"
-msgstr "Datenbank-Name"
+#: mod/contacts.php:552
+msgid "(Update was successful)"
+msgstr "(Aktualisierung war erfolgreich)"
 
-#: mod/install.php:241 mod/install.php:281
-msgid "Site administrator email address"
-msgstr "E-Mail-Adresse des Administrators"
+#: mod/contacts.php:552
+msgid "(Update was not successful)"
+msgstr "(Aktualisierung war nicht erfolgreich)"
 
-#: mod/install.php:241 mod/install.php:281
-msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr "Die E-Mail-Adresse, die in Deinem Friendica-Account eingetragen ist, muss mit dieser Adresse übereinstimmen, damit Du das Admin-Panel benutzen kannst."
+#: mod/contacts.php:554 mod/contacts.php:992
+msgid "Suggest friends"
+msgstr "Kontakte vorschlagen"
 
-#: mod/install.php:245 mod/install.php:284
-msgid "Please select a default timezone for your website"
-msgstr "Bitte wähle die Standardzeitzone Deiner Webseite"
+#: mod/contacts.php:558
+#, php-format
+msgid "Network type: %s"
+msgstr "Netzwerktyp: %s"
 
-#: mod/install.php:271
-msgid "Site settings"
-msgstr "Server-Einstellungen"
+#: mod/contacts.php:563
+msgid "Communications lost with this contact!"
+msgstr "Verbindungen mit diesem Kontakt verloren!"
 
-#: mod/install.php:285
-msgid "System Language:"
-msgstr "Systemsprache:"
+#: mod/contacts.php:569
+msgid "Fetch further information for feeds"
+msgstr "Weitere Informationen zu Feeds holen"
 
-#: mod/install.php:285
+#: mod/contacts.php:571
 msgid ""
-"Set the default language for your Friendica installation interface and to "
-"send emails."
-msgstr "Wähle die Standardsprache für deine Friendica-Installations-Oberfläche und den E-Mail-Versand"
+"Fetch information like preview pictures, title and teaser from the feed "
+"item. You can activate this if the feed doesn't contain much text. Keywords "
+"are taken from the meta header in the feed item and are posted as hash tags."
+msgstr "Zusätzliche Informationen wie Vorschaubilder, Titel und Zusammenfassungen vom Feed-Eintrag laden. Du kannst diese Option aktivieren, wenn der Feed nicht all zu viel Text beinhaltet. Schlagwörter werden auf den Meta-Informationen des Feed-Headers bezogen und als Hash-Tags verwendet."
 
-#: mod/install.php:325
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "Konnte keine Kommandozeilenversion von PHP im PATH des Servers finden."
-
-#: mod/install.php:326
-msgid ""
-"If you don't have a command line version of PHP installed on your server, "
-"you will not be able to run the background processing. See <a "
-"href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-"
-"up-the-worker'>'Setup the worker'</a>"
-msgstr "Wenn auf deinem Server keine Kommandozeilenversion von PHP installiert ist, kannst du den Hintergrundprozess nicht einrichten. Hier findest du alternative Möglichkeiten<a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-poller'>'für das Worker Setup'</a>"
+#: mod/contacts.php:572 mod/admin.php:1272 mod/admin.php:1435
+#: mod/admin.php:1445
+msgid "Disabled"
+msgstr "Deaktiviert"
 
-#: mod/install.php:330
-msgid "PHP executable path"
-msgstr "Pfad zu PHP"
+#: mod/contacts.php:573
+msgid "Fetch information"
+msgstr "Beziehe Information"
 
-#: mod/install.php:330
-msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr "Gib den kompletten Pfad zur ausführbaren Datei von PHP an. Du kannst dieses Feld auch frei lassen und mit der Installation fortfahren."
+#: mod/contacts.php:574
+msgid "Fetch keywords"
+msgstr "Schlüsselwprter abrufen"
 
-#: mod/install.php:335
-msgid "Command line PHP"
-msgstr "Kommandozeilen-PHP"
+#: mod/contacts.php:575
+msgid "Fetch information and keywords"
+msgstr "Beziehe Information und Schlüsselworte"
 
-#: mod/install.php:344
-msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
-msgstr "Die ausführbare Datei von PHP stimmt nicht mit der PHP cli Version überein (es könnte sich um die cgi-fgci Version handeln)"
+#: mod/contacts.php:599 mod/unfollow.php:100
+msgid "Disconnect/Unfollow"
+msgstr "Verbindung lösen/Nicht mehr folgen"
 
-#: mod/install.php:345
-msgid "Found PHP version: "
-msgstr "Gefundene PHP Version:"
+#: mod/contacts.php:608
+msgid "Contact"
+msgstr "Kontakt"
 
-#: mod/install.php:347
-msgid "PHP cli binary"
-msgstr "PHP CLI Binary"
+#: mod/contacts.php:611
+msgid "Profile Visibility"
+msgstr "Profil-Sichtbarkeit"
 
-#: mod/install.php:358
+#: mod/contacts.php:612
+#, php-format
 msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "Die Kommandozeilenversion von PHP auf Deinem System hat \"register_argc_argv\" nicht aktiviert."
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "Bitte wähle eines Deiner Profile das angezeigt werden soll, wenn %s Dein Profil aufruft."
 
-#: mod/install.php:359
-msgid "This is required for message delivery to work."
-msgstr "Dies wird für die Auslieferung von Nachrichten benötigt."
+#: mod/contacts.php:613
+msgid "Contact Information / Notes"
+msgstr "Kontakt Informationen / Notizen"
 
-#: mod/install.php:361
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: mod/contacts.php:614
+msgid "Their personal note"
+msgstr "Die persönliche Mitteilung"
 
-#: mod/install.php:384
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "Fehler: Die Funktion \"openssl_pkey_new\" auf diesem System ist nicht in der Lage, Verschlüsselungsschlüssel zu erzeugen"
+#: mod/contacts.php:616
+msgid "Edit contact notes"
+msgstr "Notizen zum Kontakt bearbeiten"
 
-#: mod/install.php:385
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "Wenn der Server unter Windows läuft, schau Dir bitte \"http://www.php.net/manual/en/openssl.installation.php\" an."
+#: mod/contacts.php:620
+msgid "Block/Unblock contact"
+msgstr "Kontakt blockieren/freischalten"
 
-#: mod/install.php:387
-msgid "Generate encryption keys"
-msgstr "Schlüssel erzeugen"
+#: mod/contacts.php:621
+msgid "Ignore contact"
+msgstr "Ignoriere den Kontakt"
 
-#: mod/install.php:394
-msgid "libCurl PHP module"
-msgstr "PHP: libCurl-Modul"
+#: mod/contacts.php:622
+msgid "Repair URL settings"
+msgstr "URL Einstellungen reparieren"
 
-#: mod/install.php:395
-msgid "GD graphics PHP module"
-msgstr "PHP: GD-Grafikmodul"
+#: mod/contacts.php:623
+msgid "View conversations"
+msgstr "Unterhaltungen anzeigen"
 
-#: mod/install.php:396
-msgid "OpenSSL PHP module"
-msgstr "PHP: OpenSSL-Modul"
+#: mod/contacts.php:628
+msgid "Last update:"
+msgstr "Letzte Aktualisierung: "
 
-#: mod/install.php:397
-msgid "PDO or MySQLi PHP module"
-msgstr "PDO oder MySQLi PHP Modul"
+#: mod/contacts.php:630
+msgid "Update public posts"
+msgstr "Öffentliche Beiträge aktualisieren"
 
-#: mod/install.php:398
-msgid "mb_string PHP module"
-msgstr "PHP: mb_string-Modul"
+#: mod/contacts.php:632 mod/contacts.php:1002
+msgid "Update now"
+msgstr "Jetzt aktualisieren"
 
-#: mod/install.php:399
-msgid "XML PHP module"
-msgstr "XML PHP Modul"
+#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011
+#: mod/admin.php:485 mod/admin.php:1800
+msgid "Unblock"
+msgstr "Entsperren"
 
-#: mod/install.php:400
-msgid "iconv PHP module"
-msgstr "PHP iconv Modul"
+#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011
+#: mod/admin.php:484 mod/admin.php:1799
+msgid "Block"
+msgstr "Sperren"
 
-#: mod/install.php:401
-msgid "POSIX PHP module"
-msgstr "PHP POSIX Modul"
+#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019
+msgid "Unignore"
+msgstr "Ignorieren aufheben"
 
-#: mod/install.php:405 mod/install.php:407
-msgid "Apache mod_rewrite module"
-msgstr "Apache mod_rewrite module"
+#: mod/contacts.php:642
+msgid "Currently blocked"
+msgstr "Derzeit geblockt"
 
-#: mod/install.php:405
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Fehler: Das Apache-Modul mod-rewrite wird benötigt, es ist allerdings nicht installiert."
+#: mod/contacts.php:643
+msgid "Currently ignored"
+msgstr "Derzeit ignoriert"
 
-#: mod/install.php:413
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Fehler: Das libCURL PHP Modul wird benötigt, ist aber nicht installiert."
+#: mod/contacts.php:644
+msgid "Currently archived"
+msgstr "Momentan archiviert"
 
-#: mod/install.php:417
+#: mod/contacts.php:645
+msgid "Awaiting connection acknowledge"
+msgstr "Bedarf der Bestätigung des Kontakts"
+
+#: mod/contacts.php:646
 msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "Fehler: Das GD-Graphikmodul für PHP mit JPEG-Unterstützung ist nicht installiert."
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr "Antworten/Likes auf deine öffentlichen Beiträge <strong>könnten</strong> weiterhin sichtbar sein"
 
-#: mod/install.php:421
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Fehler: Das openssl-Modul von PHP ist nicht installiert."
+#: mod/contacts.php:647
+msgid "Notification for new posts"
+msgstr "Benachrichtigung bei neuen Beiträgen"
 
-#: mod/install.php:425
-msgid "Error: PDO or MySQLi PHP module required but not installed."
-msgstr "Fehler: PDO oder MySQLi PHP Modul erforderlich, aber nicht installiert."
+#: mod/contacts.php:647
+msgid "Send a notification of every new post of this contact"
+msgstr "Sende eine Benachrichtigung, wann immer dieser Kontakt einen neuen Beitrag schreibt."
 
-#: mod/install.php:429
-msgid "Error: The MySQL driver for PDO is not installed."
-msgstr "Fehler: der MySQL Treiber für PDO ist nicht installiert"
+#: mod/contacts.php:650
+msgid "Blacklisted keywords"
+msgstr "Blacklistete Schlüsselworte "
 
-#: mod/install.php:433
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Fehler: mb_string PHP Module wird benötigt ist aber nicht installiert."
+#: mod/contacts.php:650
+msgid ""
+"Comma separated list of keywords that should not be converted to hashtags, "
+"when \"Fetch information and keywords\" is selected"
+msgstr "Komma-Separierte Liste mit Schlüsselworten, die nicht in Hashtags konvertiert werden, wenn \"Beziehe Information und Schlüsselworte\" aktiviert wurde"
 
-#: mod/install.php:437
-msgid "Error: iconv PHP module required but not installed."
-msgstr "Fehler: Das iconv-Modul von PHP ist nicht installiert."
+#: mod/contacts.php:662 src/Model/Profile.php:424
+msgid "XMPP:"
+msgstr "XMPP:"
 
-#: mod/install.php:441
-msgid "Error: POSIX PHP module required but not installed."
-msgstr "Fehler POSIX PHP Modul erforderlich aber nicht installiert."
+#: mod/contacts.php:667
+msgid "Actions"
+msgstr "Aktionen"
 
-#: mod/install.php:451
-msgid "Error, XML PHP module required but not installed."
-msgstr "Fehler: XML PHP Modul erforderlich aber nicht installiert."
+#: mod/contacts.php:669 mod/contacts.php:855 view/theme/frio/theme.php:259
+#: src/Content/Nav.php:100 src/Model/Profile.php:890
+msgid "Status"
+msgstr "Status"
 
-#: mod/install.php:463
-msgid ""
-"The web installer needs to be able to create a file called \".htconfig.php\""
-" in the top folder of your web server and it is unable to do so."
-msgstr "Der Installationswizard muss in der Lage sein, eine Datei im Stammverzeichnis Deines Webservers anzulegen, ist allerdings derzeit nicht in der Lage, dies zu tun."
+#: mod/contacts.php:670
+msgid "Contact Settings"
+msgstr "Kontakteinstellungen"
 
-#: mod/install.php:464
-msgid ""
-"This is most often a permission setting, as the web server may not be able "
-"to write files in your folder - even if you can."
-msgstr "In den meisten Fällen ist dies ein Problem mit den Schreibrechten. Der Webserver könnte keine Schreiberlaubnis haben, selbst wenn Du sie hast."
+#: mod/contacts.php:711
+msgid "Suggestions"
+msgstr "Kontaktvorschläge"
 
-#: mod/install.php:465
-msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named .htconfig.php in your Friendica top folder."
-msgstr "Nachdem Du alles ausgefüllt hast, erhältst Du einen Text, den Du in eine Datei namens .htconfig.php in Deinem Friendica-Wurzelverzeichnis kopieren musst."
+#: mod/contacts.php:714
+msgid "Suggest potential friends"
+msgstr "Kontakte vorschlagen"
 
-#: mod/install.php:466
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"INSTALL.txt\" for instructions."
-msgstr "Alternativ kannst Du diesen Schritt aber auch überspringen und die Installation manuell durchführen. Eine Anleitung dazu (Englisch) findest Du in der Datei INSTALL.txt."
+#: mod/contacts.php:722
+msgid "Show all contacts"
+msgstr "Alle Kontakte anzeigen"
 
-#: mod/install.php:469
-msgid ".htconfig.php is writable"
-msgstr "Schreibrechte auf .htconfig.php"
+#: mod/contacts.php:727
+msgid "Unblocked"
+msgstr "Ungeblockt"
 
-#: mod/install.php:479
-msgid ""
-"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
-msgstr "Friendica nutzt die Smarty3 Template Engine um die Webansichten zu rendern. Smarty3 kompiliert Templates zu PHP um das Rendern zu beschleunigen."
+#: mod/contacts.php:730
+msgid "Only show unblocked contacts"
+msgstr "Nur nicht-blockierte Kontakte anzeigen"
 
-#: mod/install.php:480
-msgid ""
-"In order to store these compiled templates, the web server needs to have "
-"write access to the directory view/smarty3/ under the Friendica top level "
-"folder."
-msgstr "Um diese kompilierten Templates zu speichern benötigt der Webserver Schreibrechte zum Verzeichnis view/smarty3/ im obersten Ordner von Friendica."
+#: mod/contacts.php:735
+msgid "Blocked"
+msgstr "Geblockt"
 
-#: mod/install.php:481
-msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has"
-" write access to this folder."
-msgstr "Bitte stelle sicher, dass der Nutzer unter dem der Webserver läuft (z.B. www-data) Schreibrechte zu diesem Verzeichnis hat."
+#: mod/contacts.php:738
+msgid "Only show blocked contacts"
+msgstr "Nur blockierte Kontakte anzeigen"
 
-#: mod/install.php:482
-msgid ""
-"Note: as a security measure, you should give the web server write access to "
-"view/smarty3/ only--not the template files (.tpl) that it contains."
-msgstr "Hinweis: aus Sicherheitsgründen solltest Du dem Webserver nur Schreibrechte für view/smarty3/ geben -- Nicht den Templatedateien (.tpl) die sie enthalten."
+#: mod/contacts.php:743
+msgid "Ignored"
+msgstr "Ignoriert"
 
-#: mod/install.php:485
-msgid "view/smarty3 is writable"
-msgstr "view/smarty3 ist schreibbar"
+#: mod/contacts.php:746
+msgid "Only show ignored contacts"
+msgstr "Nur ignorierte Kontakte anzeigen"
 
-#: mod/install.php:501
-msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
-msgstr "Umschreiben der URLs in der .htaccess funktioniert nicht. Überprüfe die Konfiguration des Servers."
+#: mod/contacts.php:751
+msgid "Archived"
+msgstr "Archiviert"
 
-#: mod/install.php:503
-msgid "Url rewrite is working"
-msgstr "URL rewrite funktioniert"
+#: mod/contacts.php:754
+msgid "Only show archived contacts"
+msgstr "Nur archivierte Kontakte anzeigen"
 
-#: mod/install.php:522
-msgid "ImageMagick PHP extension is not installed"
-msgstr "ImageMagicx PHP Erweiterung ist nicht installiert."
+#: mod/contacts.php:759
+msgid "Hidden"
+msgstr "Verborgen"
 
-#: mod/install.php:524
-msgid "ImageMagick PHP extension is installed"
-msgstr "ImageMagick PHP Erweiterung ist installiert"
+#: mod/contacts.php:762
+msgid "Only show hidden contacts"
+msgstr "Nur verborgene Kontakte anzeigen"
 
-#: mod/install.php:526
-msgid "ImageMagick supports GIF"
-msgstr "ImageMagick unterstützt GIF"
+#: mod/contacts.php:818
+msgid "Search your contacts"
+msgstr "Suche in deinen Kontakten"
 
-#: mod/install.php:533
-msgid ""
-"The database configuration file \".htconfig.php\" could not be written. "
-"Please use the enclosed text to create a configuration file in your web "
-"server root."
-msgstr "Die Konfigurationsdatei \".htconfig.php\" konnte nicht angelegt werden. Bitte verwende den angefügten Text, um die Datei im Stammverzeichnis Deiner Friendica-Installation zu erzeugen."
+#: mod/contacts.php:820 mod/directory.php:209 src/Content/Widget.php:63
+msgid "Find"
+msgstr "Finde"
 
-#: mod/install.php:556
-msgid "<h1>What next</h1>"
-msgstr "<h1>Wie geht es weiter?</h1>"
+#: mod/contacts.php:826 mod/settings.php:170 mod/settings.php:701
+msgid "Update"
+msgstr "Aktualisierungen"
 
-#: mod/install.php:557
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"worker."
-msgstr "Wichtig: Du musst [manuell] einen Cronjob (o.ä.) für den Worker einrichten."
+#: mod/contacts.php:829 mod/contacts.php:1027
+msgid "Archive"
+msgstr "Archivieren"
 
-#: mod/install.php:560
-#, php-format
-msgid ""
-"Go to your new Friendica node <a href=\"%s/register\">registration page</a> "
-"and register as new user. Remember to use the same email you have entered as"
-" administrator email. This will allow you to enter the site admin panel."
-msgstr "Du solltest nun die Seite zur <a href=\"%s/register\">Nutzerregistrierung</a> deiner neuen Friendica Instanz besuchen und einen neuen Nutzer einrichten. Bitte denke daran die selbe E-Mail Adresse anzugeben, die du auch als Administrator E-Mail angegeben hast, damit du das Admin-Panel verwenden kannst."
+#: mod/contacts.php:829 mod/contacts.php:1027
+msgid "Unarchive"
+msgstr "Aus Archiv zurückholen"
 
-#: mod/ostatus_subscribe.php:21
-msgid "Subscribing to OStatus contacts"
-msgstr "OStatus Kontakten folgen"
+#: mod/contacts.php:832
+msgid "Batch Actions"
+msgstr "Stapelverarbeitung"
 
-#: mod/ostatus_subscribe.php:33
-msgid "No contact provided."
-msgstr "Keine Kontakte gefunden."
+#: mod/contacts.php:858 mod/unfollow.php:132 mod/follow.php:186
+#: src/Model/Profile.php:893
+msgid "Status Messages and Posts"
+msgstr "Statusnachrichten und Beiträge"
 
-#: mod/ostatus_subscribe.php:40
-msgid "Couldn't fetch information for contact."
-msgstr "Konnte die Kontaktinformationen nicht einholen."
+#: mod/contacts.php:866 src/Model/Profile.php:901
+msgid "Profile Details"
+msgstr "Profildetails"
 
-#: mod/ostatus_subscribe.php:50
-msgid "Couldn't fetch friends for contact."
-msgstr "Konnte die Kontaktliste des Kontakts nicht abfragen."
+#: mod/contacts.php:878
+msgid "View all contacts"
+msgstr "Alle Kontakte anzeigen"
 
-#: mod/ostatus_subscribe.php:78
-msgid "success"
-msgstr "Erfolg"
+#: mod/contacts.php:889
+msgid "View all common friends"
+msgstr "Alle Kontakte anzeigen"
 
-#: mod/ostatus_subscribe.php:80
-msgid "failed"
-msgstr "Fehlgeschlagen"
+#: mod/contacts.php:895 mod/events.php:532 mod/admin.php:1351
+#: src/Model/Profile.php:867
+msgid "Advanced"
+msgstr "Erweitert"
 
-#: mod/ostatus_subscribe.php:83 src/Object/Post.php:279
-msgid "ignored"
-msgstr "Ignoriert"
+#: mod/contacts.php:898
+msgid "Advanced Contact Settings"
+msgstr "Fortgeschrittene Kontakteinstellungen"
 
-#: mod/unfollow.php:34
-msgid "Contact wasn't found or can't be unfollowed."
-msgstr "Der Kontakt konnte nicht gefunden oder nicht entfolgt werden."
+#: mod/contacts.php:930
+msgid "Mutual Friendship"
+msgstr "Beidseitige Freundschaft"
 
-#: mod/unfollow.php:47
-msgid "Contact unfollowed"
-msgstr "Kontakt wird nicht mehr gefolgt"
+#: mod/contacts.php:934
+msgid "is a fan of yours"
+msgstr "ist ein Fan von dir"
 
-#: mod/unfollow.php:73
-msgid "You aren't a friend of this contact."
-msgstr "Du hast keine beidseitige Freundschaft mit diesem Kontakt."
+#: mod/contacts.php:938
+msgid "you are a fan of"
+msgstr "Du bist Fan von"
 
-#: mod/unfollow.php:79
-msgid "Unfollowing is currently not supported by your network."
-msgstr "Bei diesem Netzwerk wird das Entfolgen derzeit nicht unterstützt."
+#: mod/contacts.php:1013
+msgid "Toggle Blocked status"
+msgstr "Geblockt-Status ein-/ausschalten"
 
-#: mod/unfollow.php:100 mod/contacts.php:599
-msgid "Disconnect/Unfollow"
-msgstr "Verbindung lösen/Nicht mehr folgen"
+#: mod/contacts.php:1021
+msgid "Toggle Ignored status"
+msgstr "Ignoriert-Status ein-/ausschalten"
 
-#: mod/unfollow.php:132 mod/follow.php:186 mod/contacts.php:858
-#: src/Model/Profile.php:891
-msgid "Status Messages and Posts"
-msgstr "Statusnachrichten und Beiträge"
+#: mod/contacts.php:1029
+msgid "Toggle Archive status"
+msgstr "Archiviert-Status ein-/ausschalten"
 
-#: mod/cal.php:274 mod/events.php:391 src/Content/Nav.php:104
-#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935
-#: view/theme/frio/theme.php:263 view/theme/frio/theme.php:267
-msgid "Events"
-msgstr "Veranstaltungen"
+#: mod/contacts.php:1037
+msgid "Delete contact"
+msgstr "Lösche den Kontakt"
 
-#: mod/cal.php:275 mod/events.php:392
-msgid "View"
-msgstr "Ansehen"
+#: mod/delegate.php:37
+msgid "Parent user not found."
+msgstr "Verwalter nicht gefunden."
 
-#: mod/cal.php:276 mod/events.php:394
-msgid "Previous"
-msgstr "Vorherige"
+#: mod/delegate.php:144
+msgid "No parent user"
+msgstr "Kein Verwalter"
 
-#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412
-msgid "today"
-msgstr "Heute"
+#: mod/delegate.php:159
+msgid "Parent Password:"
+msgstr "Passwort des Verwalters"
 
-#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304
-#: src/Model/Event.php:413
-msgid "month"
-msgstr "Monat"
+#: mod/delegate.php:159
+msgid ""
+"Please enter the password of the parent account to legitimize your request."
+msgstr "Bitte gib das Passwort des Verwalters ein um deine Anfrage zu bestätigen."
 
-#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305
-#: src/Model/Event.php:414
-msgid "week"
-msgstr "Woche"
+#: mod/delegate.php:164
+msgid "Parent User"
+msgstr "Verwalter"
 
-#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306
-#: src/Model/Event.php:415
-msgid "day"
-msgstr "Tag"
+#: mod/delegate.php:167
+msgid ""
+"Parent users have total control about this account, including the account "
+"settings. Please double check whom you give this access."
+msgstr "Verwalter haben Zugriff auf alle Funktionen dieses Benutzerkontos und können dessen Einstellungen ändern."
 
-#: mod/cal.php:284 mod/events.php:404
-msgid "list"
-msgstr "Liste"
+#: mod/delegate.php:168 mod/admin.php:307 mod/admin.php:1346
+#: mod/admin.php:1965 mod/admin.php:2218 mod/admin.php:2292 mod/admin.php:2439
+#: mod/settings.php:675 mod/settings.php:784 mod/settings.php:872
+#: mod/settings.php:961 mod/settings.php:1194
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
 
-#: mod/cal.php:297 src/Core/Console/NewPassword.php:74 src/Model/User.php:204
-msgid "User not found"
-msgstr "Nutzer nicht gefunden"
+#: mod/delegate.php:169 src/Content/Nav.php:204
+msgid "Delegate Page Management"
+msgstr "Delegiere das Management für die Seite"
 
-#: mod/cal.php:313
-msgid "This calendar format is not supported"
-msgstr "Dieses Kalenderformat wird nicht unterstützt."
+#: mod/delegate.php:170
+msgid "Delegates"
+msgstr "Bevollmächtigte"
 
-#: mod/cal.php:315
-msgid "No exportable data found"
-msgstr "Keine exportierbaren Daten gefunden"
+#: mod/delegate.php:172
+msgid ""
+"Delegates are able to manage all aspects of this account/page except for "
+"basic account settings. Please do not delegate your personal account to "
+"anybody that you do not trust completely."
+msgstr "Bevollmächtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Bitte gib niemandem eine Bevollmächtigung für Deinen privaten Account, dem Du nicht absolut vertraust!"
 
-#: mod/cal.php:332
-msgid "calendar"
-msgstr "Kalender"
+#: mod/delegate.php:173
+msgid "Existing Page Delegates"
+msgstr "Vorhandene Bevollmächtigte für die Seite"
 
-#: mod/events.php:105 mod/events.php:107
-msgid "Event can not end before it has started."
-msgstr "Die Veranstaltung kann nicht enden bevor sie beginnt."
+#: mod/delegate.php:175
+msgid "Potential Delegates"
+msgstr "Potentielle Bevollmächtigte"
+
+#: mod/delegate.php:178
+msgid "Add"
+msgstr "Hinzufügen"
+
+#: mod/delegate.php:179
+msgid "No entries."
+msgstr "Keine Einträge."
+
+#: mod/events.php:105 mod/events.php:107
+msgid "Event can not end before it has started."
+msgstr "Die Veranstaltung kann nicht enden bevor sie beginnt."
 
 #: mod/events.php:114 mod/events.php:116
 msgid "Event title and start time are required."
@@ -3841,15 +3560,10 @@ msgstr "Titel:"
 msgid "Share this event"
 msgstr "Veranstaltung teilen"
 
-#: mod/events.php:531 src/Model/Profile.php:864
+#: mod/events.php:531 src/Model/Profile.php:866
 msgid "Basic"
 msgstr "Allgemein"
 
-#: mod/events.php:532 mod/contacts.php:895 mod/admin.php:1351
-#: src/Model/Profile.php:865
-msgid "Advanced"
-msgstr "Erweitert"
-
 #: mod/events.php:552
 msgid "Failed to remove event"
 msgstr "Entfernen der Veranstaltung fehlgeschlagen"
@@ -3858,2910 +3572,3181 @@ msgstr "Entfernen der Veranstaltung fehlgeschlagen"
 msgid "Event removed"
 msgstr "Veranstaltung enfternt"
 
-#: mod/profile_photo.php:55
-msgid "Image uploaded but image cropping failed."
-msgstr "Bild hochgeladen, aber das Zuschneiden schlug fehl."
+#: mod/feedtest.php:20
+msgid "You must be logged in to use this module"
+msgstr "Du musst eingeloggt sein um dieses Modul benutzen zu können."
 
-#: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104
-#: mod/profile_photo.php:315
-#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "Verkleinern der Bildgröße von [%s] scheiterte."
+#: mod/feedtest.php:48
+msgid "Source URL"
+msgstr "URL der Quelle"
 
-#: mod/profile_photo.php:125
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "Drücke Umschalt+Neu Laden oder leere den Browser-Cache, falls das neue Foto nicht gleich angezeigt wird."
+#: mod/install.php:114
+msgid "Friendica Communications Server - Setup"
+msgstr "Friendica-Server für soziale Netzwerke – Setup"
 
-#: mod/profile_photo.php:134
-msgid "Unable to process image"
-msgstr "Bild konnte nicht verarbeitet werden"
+#: mod/install.php:120
+msgid "Could not connect to database."
+msgstr "Verbindung zur Datenbank gescheitert."
 
-#: mod/profile_photo.php:247
-msgid "Upload File:"
-msgstr "Datei hochladen:"
+#: mod/install.php:124
+msgid "Could not create table."
+msgstr "Tabelle konnte nicht angelegt werden."
 
-#: mod/profile_photo.php:248
-msgid "Select a profile:"
-msgstr "Profil auswählen:"
+#: mod/install.php:130
+msgid "Your Friendica site database has been installed."
+msgstr "Die Datenbank Deiner Friendicaseite wurde installiert."
 
-#: mod/profile_photo.php:253
-msgid "or"
-msgstr "oder"
+#: mod/install.php:135
+msgid ""
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
+msgstr "Möglicherweise musst Du die Datei \"database.sql\" manuell mit phpmyadmin oder mysql importieren."
 
-#: mod/profile_photo.php:253
-msgid "skip this step"
-msgstr "diesen Schritt überspringen"
+#: mod/install.php:136 mod/install.php:208 mod/install.php:558
+msgid "Please see the file \"INSTALL.txt\"."
+msgstr "Lies bitte die \"INSTALL.txt\"."
 
-#: mod/profile_photo.php:253
-msgid "select a photo from your photo albums"
-msgstr "wähle ein Foto aus deinen Fotoalben"
+#: mod/install.php:148
+msgid "Database already in use."
+msgstr "Die Datenbank wird bereits verwendet."
 
-#: mod/profile_photo.php:266
-msgid "Crop Image"
-msgstr "Bild zurechtschneiden"
+#: mod/install.php:205
+msgid "System check"
+msgstr "Systemtest"
 
-#: mod/profile_photo.php:267
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Passe bitte den Bildausschnitt an, damit das Bild optimal dargestellt werden kann."
+#: mod/install.php:210
+msgid "Check again"
+msgstr "Noch einmal testen"
 
-#: mod/profile_photo.php:269
-msgid "Done Editing"
-msgstr "Bearbeitung abgeschlossen"
+#: mod/install.php:230
+msgid "Database connection"
+msgstr "Datenbankverbindung"
 
-#: mod/profile_photo.php:305
-msgid "Image uploaded successfully."
-msgstr "Bild erfolgreich hochgeladen."
+#: mod/install.php:231
+msgid ""
+"In order to install Friendica we need to know how to connect to your "
+"database."
+msgstr "Um Friendica installieren zu können, müssen wir wissen, wie wir mit Deiner Datenbank Kontakt aufnehmen können."
 
-#: mod/directory.php:152 src/Model/Profile.php:421 src/Model/Profile.php:769
-msgid "Status:"
-msgstr "Status:"
+#: mod/install.php:232
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "Bitte kontaktiere den Hosting Provider oder den Administrator der Seite, falls Du Fragen zu diesen Einstellungen haben solltest."
 
-#: mod/directory.php:153 src/Model/Profile.php:422 src/Model/Profile.php:786
-msgid "Homepage:"
-msgstr "Homepage:"
+#: mod/install.php:233
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "Die Datenbank, die Du unten angibst, sollte bereits existieren. Ist dies noch nicht der Fall, erzeuge sie bitte bevor Du mit der Installation fortfährst."
 
-#: mod/directory.php:202 view/theme/vier/theme.php:201
-msgid "Global Directory"
-msgstr "Weltweites Verzeichnis"
+#: mod/install.php:237
+msgid "Database Server Name"
+msgstr "Datenbank-Server"
 
-#: mod/directory.php:204
-msgid "Find on this site"
-msgstr "Auf diesem Server suchen"
+#: mod/install.php:238
+msgid "Database Login Name"
+msgstr "Datenbank-Nutzer"
 
-#: mod/directory.php:206
-msgid "Results for:"
-msgstr "Ergebnisse für:"
+#: mod/install.php:239
+msgid "Database Login Password"
+msgstr "Datenbank-Passwort"
 
-#: mod/directory.php:208
-msgid "Site Directory"
-msgstr "Verzeichnis"
+#: mod/install.php:239
+msgid "For security reasons the password must not be empty"
+msgstr "Aus Sicherheitsgründen darf das Passwort nicht leer sein."
 
-#: mod/directory.php:209 mod/contacts.php:820 src/Content/Widget.php:63
-msgid "Find"
-msgstr "Finde"
+#: mod/install.php:240
+msgid "Database Name"
+msgstr "Datenbank-Name"
 
-#: mod/directory.php:213
-msgid "No entries (some entries may be hidden)."
-msgstr "Keine Einträge (einige Einträge könnten versteckt sein)."
+#: mod/install.php:241 mod/install.php:281
+msgid "Site administrator email address"
+msgstr "E-Mail-Adresse des Administrators"
 
-#: mod/babel.php:22
-msgid "Source input"
-msgstr "Originaltext:"
+#: mod/install.php:241 mod/install.php:281
+msgid ""
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "Die E-Mail-Adresse, die in Deinem Friendica-Account eingetragen ist, muss mit dieser Adresse übereinstimmen, damit Du das Admin-Panel benutzen kannst."
 
-#: mod/babel.php:28
-msgid "BBCode::convert (raw HTML)"
-msgstr "BBCode::convert (pures HTML)"
+#: mod/install.php:245 mod/install.php:284
+msgid "Please select a default timezone for your website"
+msgstr "Bitte wähle die Standardzeitzone Deiner Webseite"
 
-#: mod/babel.php:33
-msgid "BBCode::convert"
-msgstr "BBCode::convert"
+#: mod/install.php:271
+msgid "Site settings"
+msgstr "Server-Einstellungen"
 
-#: mod/babel.php:39
-msgid "BBCode::convert => HTML::toBBCode"
-msgstr "BBCode::convert => HTML::toBBCode"
+#: mod/install.php:285
+msgid "System Language:"
+msgstr "Systemsprache:"
 
-#: mod/babel.php:45
-msgid "BBCode::toMarkdown"
-msgstr "BBCode::toMarkdown"
+#: mod/install.php:285
+msgid ""
+"Set the default language for your Friendica installation interface and to "
+"send emails."
+msgstr "Wähle die Standardsprache für deine Friendica-Installations-Oberfläche und den E-Mail-Versand"
 
-#: mod/babel.php:51
-msgid "BBCode::toMarkdown => Markdown::convert"
-msgstr "BBCode::toMarkdown => Markdown::convert"
+#: mod/install.php:325
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "Konnte keine Kommandozeilenversion von PHP im PATH des Servers finden."
 
-#: mod/babel.php:57
-msgid "BBCode::toMarkdown => Markdown::toBBCode"
-msgstr "BBCode::toMarkdown => Markdown::toBBCode"
+#: mod/install.php:326
+msgid ""
+"If you don't have a command line version of PHP installed on your server, "
+"you will not be able to run the background processing. See <a "
+"href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-"
+"up-the-worker'>'Setup the worker'</a>"
+msgstr "Wenn auf deinem Server keine Kommandozeilenversion von PHP installiert ist, kannst du den Hintergrundprozess nicht einrichten. Hier findest du alternative Möglichkeiten<a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-poller'>'für das Worker Setup'</a>"
 
-#: mod/babel.php:63
-msgid "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
-msgstr "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
+#: mod/install.php:330
+msgid "PHP executable path"
+msgstr "Pfad zu PHP"
 
-#: mod/babel.php:70
-msgid "Source input \\x28Diaspora format\\x29"
-msgstr "Original Text \\x28Diaspora Fromat\\x29"
+#: mod/install.php:330
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Gib den kompletten Pfad zur ausführbaren Datei von PHP an. Du kannst dieses Feld auch frei lassen und mit der Installation fortfahren."
 
-#: mod/babel.php:76
-msgid "Markdown::toBBCode"
-msgstr "Markdown::toBBCode"
+#: mod/install.php:335
+msgid "Command line PHP"
+msgstr "Kommandozeilen-PHP"
 
-#: mod/babel.php:83
-msgid "Raw HTML input"
-msgstr "Reine  HTML  Eingabe"
+#: mod/install.php:344
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
+msgstr "Die ausführbare Datei von PHP stimmt nicht mit der PHP cli Version überein (es könnte sich um die cgi-fgci Version handeln)"
 
-#: mod/babel.php:88
-msgid "HTML Input"
-msgstr "HTML Eingabe"
+#: mod/install.php:345
+msgid "Found PHP version: "
+msgstr "Gefundene PHP Version:"
 
-#: mod/babel.php:94
-msgid "HTML::toBBCode"
-msgstr "HTML::toBBCode"
+#: mod/install.php:347
+msgid "PHP cli binary"
+msgstr "PHP CLI Binary"
 
-#: mod/babel.php:100
-msgid "HTML::toPlaintext"
-msgstr "HTML::toPlaintext"
+#: mod/install.php:358
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "Die Kommandozeilenversion von PHP auf Deinem System hat \"register_argc_argv\" nicht aktiviert."
 
-#: mod/babel.php:108
-msgid "Source text"
-msgstr "Quelltext"
+#: mod/install.php:359
+msgid "This is required for message delivery to work."
+msgstr "Dies wird für die Auslieferung von Nachrichten benötigt."
 
-#: mod/babel.php:109
-msgid "BBCode"
-msgstr "BBCode"
+#: mod/install.php:361
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
 
-#: mod/babel.php:110
-msgid "Markdown"
-msgstr "Markdown"
+#: mod/install.php:384
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "Fehler: Die Funktion \"openssl_pkey_new\" auf diesem System ist nicht in der Lage, Verschlüsselungsschlüssel zu erzeugen"
 
-#: mod/babel.php:111
-msgid "HTML"
-msgstr "HTML"
+#: mod/install.php:385
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "Wenn der Server unter Windows läuft, schau Dir bitte \"http://www.php.net/manual/en/openssl.installation.php\" an."
 
-#: mod/follow.php:45
-msgid "The contact could not be added."
-msgstr "Der Kontakt konnte nicht hinzugefügt werden."
+#: mod/install.php:387
+msgid "Generate encryption keys"
+msgstr "Schlüssel erzeugen"
 
-#: mod/follow.php:73
-msgid "You already added this contact."
-msgstr "Du hast den Kontakt bereits hinzugefügt."
+#: mod/install.php:394
+msgid "libCurl PHP module"
+msgstr "PHP: libCurl-Modul"
 
-#: mod/follow.php:83
-msgid "Diaspora support isn't enabled. Contact can't be added."
-msgstr "Diaspora Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden."
+#: mod/install.php:395
+msgid "GD graphics PHP module"
+msgstr "PHP: GD-Grafikmodul"
 
-#: mod/follow.php:90
-msgid "OStatus support is disabled. Contact can't be added."
-msgstr "OStatus Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden."
+#: mod/install.php:396
+msgid "OpenSSL PHP module"
+msgstr "PHP: OpenSSL-Modul"
 
-#: mod/follow.php:97
-msgid "The network type couldn't be detected. Contact can't be added."
-msgstr "Der Netzwerktype wurde nicht erkannt. Der Kontakt kann nicht hinzugefügt werden."
+#: mod/install.php:397
+msgid "PDO or MySQLi PHP module"
+msgstr "PDO oder MySQLi PHP Modul"
 
-#: mod/profiles.php:58
-msgid "Profile deleted."
-msgstr "Profil gelöscht."
+#: mod/install.php:398
+msgid "mb_string PHP module"
+msgstr "PHP: mb_string-Modul"
 
-#: mod/profiles.php:74 mod/profiles.php:110
-msgid "Profile-"
-msgstr "Profil-"
+#: mod/install.php:399
+msgid "XML PHP module"
+msgstr "XML PHP Modul"
 
-#: mod/profiles.php:93 mod/profiles.php:132
-msgid "New profile created."
-msgstr "Neues Profil angelegt."
+#: mod/install.php:400
+msgid "iconv PHP module"
+msgstr "PHP iconv Modul"
 
-#: mod/profiles.php:116
-msgid "Profile unavailable to clone."
-msgstr "Profil nicht zum Duplizieren verfügbar."
+#: mod/install.php:401
+msgid "POSIX PHP module"
+msgstr "PHP POSIX Modul"
 
-#: mod/profiles.php:206
-msgid "Profile Name is required."
-msgstr "Profilname ist erforderlich."
+#: mod/install.php:405 mod/install.php:407
+msgid "Apache mod_rewrite module"
+msgstr "Apache mod_rewrite module"
 
-#: mod/profiles.php:347
-msgid "Marital Status"
-msgstr "Familienstand"
+#: mod/install.php:405
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Fehler: Das Apache-Modul mod-rewrite wird benötigt, es ist allerdings nicht installiert."
 
-#: mod/profiles.php:351
-msgid "Romantic Partner"
-msgstr "Romanze"
+#: mod/install.php:413
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Fehler: Das libCURL PHP Modul wird benötigt, ist aber nicht installiert."
 
-#: mod/profiles.php:363
-msgid "Work/Employment"
-msgstr "Arbeit / Beschäftigung"
+#: mod/install.php:417
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "Fehler: Das GD-Graphikmodul für PHP mit JPEG-Unterstützung ist nicht installiert."
 
-#: mod/profiles.php:366
-msgid "Religion"
-msgstr "Religion"
+#: mod/install.php:421
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Fehler: Das openssl-Modul von PHP ist nicht installiert."
 
-#: mod/profiles.php:370
-msgid "Political Views"
-msgstr "Politische Ansichten"
+#: mod/install.php:425
+msgid "Error: PDO or MySQLi PHP module required but not installed."
+msgstr "Fehler: PDO oder MySQLi PHP Modul erforderlich, aber nicht installiert."
 
-#: mod/profiles.php:374
-msgid "Gender"
-msgstr "Geschlecht"
+#: mod/install.php:429
+msgid "Error: The MySQL driver for PDO is not installed."
+msgstr "Fehler: der MySQL Treiber für PDO ist nicht installiert"
 
-#: mod/profiles.php:378
-msgid "Sexual Preference"
-msgstr "Sexuelle Vorlieben"
+#: mod/install.php:433
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Fehler: mb_string PHP Module wird benötigt ist aber nicht installiert."
 
-#: mod/profiles.php:382
-msgid "XMPP"
-msgstr "XMPP"
+#: mod/install.php:437
+msgid "Error: iconv PHP module required but not installed."
+msgstr "Fehler: Das iconv-Modul von PHP ist nicht installiert."
 
-#: mod/profiles.php:386
-msgid "Homepage"
-msgstr "Webseite"
+#: mod/install.php:441
+msgid "Error: POSIX PHP module required but not installed."
+msgstr "Fehler POSIX PHP Modul erforderlich aber nicht installiert."
 
-#: mod/profiles.php:390 mod/profiles.php:686
-msgid "Interests"
-msgstr "Interessen"
+#: mod/install.php:451
+msgid "Error, XML PHP module required but not installed."
+msgstr "Fehler: XML PHP Modul erforderlich aber nicht installiert."
 
-#: mod/profiles.php:394 mod/admin.php:490
-msgid "Address"
-msgstr "Adresse"
+#: mod/install.php:463
+msgid ""
+"The web installer needs to be able to create a file called \".htconfig.php\""
+" in the top folder of your web server and it is unable to do so."
+msgstr "Der Installationswizard muss in der Lage sein, eine Datei im Stammverzeichnis Deines Webservers anzulegen, ist allerdings derzeit nicht in der Lage, dies zu tun."
 
-#: mod/profiles.php:401 mod/profiles.php:682
-msgid "Location"
-msgstr "Wohnort"
+#: mod/install.php:464
+msgid ""
+"This is most often a permission setting, as the web server may not be able "
+"to write files in your folder - even if you can."
+msgstr "In den meisten Fällen ist dies ein Problem mit den Schreibrechten. Der Webserver könnte keine Schreiberlaubnis haben, selbst wenn Du sie hast."
 
-#: mod/profiles.php:486
-msgid "Profile updated."
-msgstr "Profil aktualisiert."
+#: mod/install.php:465
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named .htconfig.php in your Friendica top folder."
+msgstr "Nachdem Du alles ausgefüllt hast, erhältst Du einen Text, den Du in eine Datei namens .htconfig.php in Deinem Friendica-Wurzelverzeichnis kopieren musst."
 
-#: mod/profiles.php:564
-msgid " and "
-msgstr " und "
+#: mod/install.php:466
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"INSTALL.txt\" for instructions."
+msgstr "Alternativ kannst Du diesen Schritt aber auch überspringen und die Installation manuell durchführen. Eine Anleitung dazu (Englisch) findest Du in der Datei INSTALL.txt."
 
-#: mod/profiles.php:573
-msgid "public profile"
-msgstr "öffentliches Profil"
+#: mod/install.php:469
+msgid ".htconfig.php is writable"
+msgstr "Schreibrechte auf .htconfig.php"
 
-#: mod/profiles.php:576
-#, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
-msgstr "%1$s hat %2$s geändert auf &ldquo;%3$s&rdquo;"
+#: mod/install.php:479
+msgid ""
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Friendica nutzt die Smarty3 Template Engine um die Webansichten zu rendern. Smarty3 kompiliert Templates zu PHP um das Rendern zu beschleunigen."
 
-#: mod/profiles.php:577
-#, php-format
-msgid " - Visit %1$s's %2$s"
-msgstr " – %1$ss %2$s besuchen"
+#: mod/install.php:480
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory view/smarty3/ under the Friendica top level "
+"folder."
+msgstr "Um diese kompilierten Templates zu speichern benötigt der Webserver Schreibrechte zum Verzeichnis view/smarty3/ im obersten Ordner von Friendica."
 
-#: mod/profiles.php:579
-#, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr "%1$s hat folgendes aktualisiert %2$s, verändert wurde %3$s."
+#: mod/install.php:481
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Bitte stelle sicher, dass der Nutzer unter dem der Webserver läuft (z.B. www-data) Schreibrechte zu diesem Verzeichnis hat."
 
-#: mod/profiles.php:633
-msgid "Hide contacts and friends:"
-msgstr "Kontakte und Freunde verbergen"
+#: mod/install.php:482
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"view/smarty3/ only--not the template files (.tpl) that it contains."
+msgstr "Hinweis: aus Sicherheitsgründen solltest Du dem Webserver nur Schreibrechte für view/smarty3/ geben -- Nicht den Templatedateien (.tpl) die sie enthalten."
 
-#: mod/profiles.php:638
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "Liste der Kontakte vor Betrachtern dieses Profils verbergen?"
+#: mod/install.php:485
+msgid "view/smarty3 is writable"
+msgstr "view/smarty3 ist schreibbar"
 
-#: mod/profiles.php:658
-msgid "Show more profile fields:"
-msgstr "Zeige mehr Profil-Felder:"
+#: mod/install.php:501
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
+msgstr "Umschreiben der URLs in der .htaccess funktioniert nicht. Überprüfe die Konfiguration des Servers."
 
-#: mod/profiles.php:670
-msgid "Profile Actions"
-msgstr "Profilaktionen"
+#: mod/install.php:503
+msgid "Url rewrite is working"
+msgstr "URL rewrite funktioniert"
 
-#: mod/profiles.php:671
-msgid "Edit Profile Details"
-msgstr "Profil bearbeiten"
+#: mod/install.php:522
+msgid "ImageMagick PHP extension is not installed"
+msgstr "ImageMagicx PHP Erweiterung ist nicht installiert."
 
-#: mod/profiles.php:673
-msgid "Change Profile Photo"
-msgstr "Profilbild ändern"
+#: mod/install.php:524
+msgid "ImageMagick PHP extension is installed"
+msgstr "ImageMagick PHP Erweiterung ist installiert"
 
-#: mod/profiles.php:674
-msgid "View this profile"
-msgstr "Dieses Profil anzeigen"
+#: mod/install.php:526
+msgid "ImageMagick supports GIF"
+msgstr "ImageMagick unterstützt GIF"
 
-#: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:393
-msgid "Edit visibility"
-msgstr "Sichtbarkeit bearbeiten"
-
-#: mod/profiles.php:676
-msgid "Create a new profile using these settings"
-msgstr "Neues Profil anlegen und diese Einstellungen verwenden"
+#: mod/install.php:533
+msgid ""
+"The database configuration file \".htconfig.php\" could not be written. "
+"Please use the enclosed text to create a configuration file in your web "
+"server root."
+msgstr "Die Konfigurationsdatei \".htconfig.php\" konnte nicht angelegt werden. Bitte verwende den angefügten Text, um die Datei im Stammverzeichnis Deiner Friendica-Installation zu erzeugen."
 
-#: mod/profiles.php:677
-msgid "Clone this profile"
-msgstr "Dieses Profil duplizieren"
+#: mod/install.php:556
+msgid "<h1>What next</h1>"
+msgstr "<h1>Wie geht es weiter?</h1>"
 
-#: mod/profiles.php:678
-msgid "Delete this profile"
-msgstr "Dieses Profil löschen"
+#: mod/install.php:557
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"worker."
+msgstr "Wichtig: Du musst [manuell] einen Cronjob (o.ä.) für den Worker einrichten."
 
-#: mod/profiles.php:680
-msgid "Basic information"
-msgstr "Grundinformationen"
+#: mod/install.php:560
+#, php-format
+msgid ""
+"Go to your new Friendica node <a href=\"%s/register\">registration page</a> "
+"and register as new user. Remember to use the same email you have entered as"
+" administrator email. This will allow you to enter the site admin panel."
+msgstr "Du solltest nun die Seite zur <a href=\"%s/register\">Nutzerregistrierung</a> deiner neuen Friendica Instanz besuchen und einen neuen Nutzer einrichten. Bitte denke daran die selbe E-Mail Adresse anzugeben, die du auch als Administrator E-Mail angegeben hast, damit du das Admin-Panel verwenden kannst."
 
-#: mod/profiles.php:681
-msgid "Profile picture"
-msgstr "Profilbild"
+#: mod/item.php:114
+msgid "Unable to locate original post."
+msgstr "Konnte den Originalbeitrag nicht finden."
 
-#: mod/profiles.php:683
-msgid "Preferences"
-msgstr "Vorlieben"
+#: mod/item.php:274
+msgid "Empty post discarded."
+msgstr "Leerer Beitrag wurde verworfen."
 
-#: mod/profiles.php:684
-msgid "Status information"
-msgstr "Status Informationen"
+#: mod/item.php:799
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social "
+"network."
+msgstr "Diese Nachricht wurde dir von %s geschickt, einem Mitglied des Sozialen Netzwerks Friendica."
 
-#: mod/profiles.php:685
-msgid "Additional information"
-msgstr "Zusätzliche Informationen"
+#: mod/item.php:801
+#, php-format
+msgid "You may visit them online at %s"
+msgstr "Du kannst sie online unter %s besuchen"
 
-#: mod/profiles.php:688
-msgid "Relation"
-msgstr "Beziehung"
+#: mod/item.php:802
+msgid ""
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
+msgstr "Falls Du diese Beiträge nicht erhalten möchtest, kontaktiere bitte den Autor, indem Du auf diese Nachricht antwortest."
 
-#: mod/profiles.php:689 src/Util/Temporal.php:81 src/Util/Temporal.php:83
-msgid "Miscellaneous"
-msgstr "Verschiedenes"
+#: mod/item.php:806
+#, php-format
+msgid "%s posted an update."
+msgstr "%s hat ein Update veröffentlicht."
 
-#: mod/profiles.php:692
-msgid "Your Gender:"
-msgstr "Dein Geschlecht:"
+#: mod/oexchange.php:30
+msgid "Post successful."
+msgstr "Beitrag erfolgreich veröffentlicht."
 
-#: mod/profiles.php:693
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\">&hearts;</span> Beziehungsstatus:"
+#: mod/ostatus_subscribe.php:21
+msgid "Subscribing to OStatus contacts"
+msgstr "OStatus Kontakten folgen"
 
-#: mod/profiles.php:694 src/Model/Profile.php:782
-msgid "Sexual Preference:"
-msgstr "Sexuelle Vorlieben:"
+#: mod/ostatus_subscribe.php:33
+msgid "No contact provided."
+msgstr "Keine Kontakte gefunden."
 
-#: mod/profiles.php:695
-msgid "Example: fishing photography software"
-msgstr "Beispiel: Fischen Fotografie Software"
+#: mod/ostatus_subscribe.php:40
+msgid "Couldn't fetch information for contact."
+msgstr "Konnte die Kontaktinformationen nicht einholen."
 
-#: mod/profiles.php:700
-msgid "Profile Name:"
-msgstr "Profilname:"
+#: mod/ostatus_subscribe.php:50
+msgid "Couldn't fetch friends for contact."
+msgstr "Konnte die Kontaktliste des Kontakts nicht abfragen."
 
-#: mod/profiles.php:702
-msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
-msgstr "Dies ist Dein <strong>öffentliches</strong> Profil.<br />Es <strong>könnte</strong> für jeden Nutzer des Internets sichtbar sein."
+#: mod/ostatus_subscribe.php:78
+msgid "success"
+msgstr "Erfolg"
 
-#: mod/profiles.php:703
-msgid "Your Full Name:"
-msgstr "Dein kompletter Name:"
+#: mod/ostatus_subscribe.php:80
+msgid "failed"
+msgstr "Fehlgeschlagen"
 
-#: mod/profiles.php:704
-msgid "Title/Description:"
-msgstr "Titel/Beschreibung:"
+#: mod/ostatus_subscribe.php:83 src/Object/Post.php:279
+msgid "ignored"
+msgstr "Ignoriert"
 
-#: mod/profiles.php:707
-msgid "Street Address:"
-msgstr "Adresse:"
+#: mod/profile_photo.php:55
+msgid "Image uploaded but image cropping failed."
+msgstr "Bild hochgeladen, aber das Zuschneiden schlug fehl."
 
-#: mod/profiles.php:708
-msgid "Locality/City:"
-msgstr "Wohnort:"
+#: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104
+#: mod/profile_photo.php:315
+#, php-format
+msgid "Image size reduction [%s] failed."
+msgstr "Verkleinern der Bildgröße von [%s] scheiterte."
 
-#: mod/profiles.php:709
-msgid "Region/State:"
-msgstr "Region/Bundesstaat:"
+#: mod/profile_photo.php:125
+msgid ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Drücke Umschalt+Neu Laden oder leere den Browser-Cache, falls das neue Foto nicht gleich angezeigt wird."
 
-#: mod/profiles.php:710
-msgid "Postal/Zip Code:"
-msgstr "Postleitzahl:"
+#: mod/profile_photo.php:134
+msgid "Unable to process image"
+msgstr "Bild konnte nicht verarbeitet werden"
 
-#: mod/profiles.php:711
-msgid "Country:"
-msgstr "Land:"
+#: mod/profile_photo.php:247
+msgid "Upload File:"
+msgstr "Datei hochladen:"
 
-#: mod/profiles.php:712 src/Util/Temporal.php:149
-msgid "Age: "
-msgstr "Alter: "
+#: mod/profile_photo.php:248
+msgid "Select a profile:"
+msgstr "Profil auswählen:"
 
-#: mod/profiles.php:715
-msgid "Who: (if applicable)"
-msgstr "Wer: (falls anwendbar)"
+#: mod/profile_photo.php:253
+msgid "or"
+msgstr "oder"
 
-#: mod/profiles.php:715
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Beispiele: cathy123, Cathy Williams, cathy@example.com"
+#: mod/profile_photo.php:253
+msgid "skip this step"
+msgstr "diesen Schritt überspringen"
 
-#: mod/profiles.php:716
-msgid "Since [date]:"
-msgstr "Seit [Datum]:"
+#: mod/profile_photo.php:253
+msgid "select a photo from your photo albums"
+msgstr "wähle ein Foto aus deinen Fotoalben"
 
-#: mod/profiles.php:718
-msgid "Tell us about yourself..."
-msgstr "Erzähle uns ein bisschen von Dir …"
+#: mod/profile_photo.php:266
+msgid "Crop Image"
+msgstr "Bild zurechtschneiden"
 
-#: mod/profiles.php:719
-msgid "XMPP (Jabber) address:"
-msgstr "XMPP (Jabber) Adresse"
+#: mod/profile_photo.php:267
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Passe bitte den Bildausschnitt an, damit das Bild optimal dargestellt werden kann."
 
-#: mod/profiles.php:719
-msgid ""
-"The XMPP address will be propagated to your contacts so that they can follow"
-" you."
-msgstr "Die XMPP Adresse wird an deine Kontakte verteilt werden, so dass sie auch über XMPP mit dir in Kontakt treten können."
+#: mod/profile_photo.php:269
+msgid "Done Editing"
+msgstr "Bearbeitung abgeschlossen"
 
-#: mod/profiles.php:720
-msgid "Homepage URL:"
-msgstr "Adresse der Homepage:"
+#: mod/profile_photo.php:305
+msgid "Image uploaded successfully."
+msgstr "Bild erfolgreich hochgeladen."
 
-#: mod/profiles.php:721 src/Model/Profile.php:790
-msgid "Hometown:"
-msgstr "Heimatort:"
+#: mod/unfollow.php:34
+msgid "Contact wasn't found or can't be unfollowed."
+msgstr "Der Kontakt konnte nicht gefunden oder nicht entfolgt werden."
 
-#: mod/profiles.php:722 src/Model/Profile.php:798
-msgid "Political Views:"
-msgstr "Politische Ansichten:"
+#: mod/unfollow.php:47
+msgid "Contact unfollowed"
+msgstr "Kontakt wird nicht mehr gefolgt"
 
-#: mod/profiles.php:723
-msgid "Religious Views:"
-msgstr "Religiöse Ansichten:"
+#: mod/unfollow.php:73
+msgid "You aren't a friend of this contact."
+msgstr "Du hast keine beidseitige Freundschaft mit diesem Kontakt."
 
-#: mod/profiles.php:724
-msgid "Public Keywords:"
-msgstr "Öffentliche Schlüsselwörter:"
+#: mod/unfollow.php:79
+msgid "Unfollowing is currently not supported by your network."
+msgstr "Bei diesem Netzwerk wird das Entfolgen derzeit nicht unterstützt."
 
-#: mod/profiles.php:724
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr "(Wird verwendet, um potentielle Kontakte zu finden, kann von Kontakten eingesehen werden)"
+#: mod/admin.php:106
+msgid "Theme settings updated."
+msgstr "Themeneinstellungen aktualisiert."
 
-#: mod/profiles.php:725
-msgid "Private Keywords:"
-msgstr "Private Schlüsselwörter:"
+#: mod/admin.php:179 src/Content/Nav.php:174
+msgid "Information"
+msgstr "Information"
 
-#: mod/profiles.php:725
-msgid "(Used for searching profiles, never shown to others)"
-msgstr "(Wird für die Suche nach Profilen verwendet und niemals veröffentlicht)"
+#: mod/admin.php:180
+msgid "Overview"
+msgstr "Übersicht"
 
-#: mod/profiles.php:726 src/Model/Profile.php:814
-msgid "Likes:"
-msgstr "Likes:"
+#: mod/admin.php:181 mod/admin.php:718
+msgid "Federation Statistics"
+msgstr "Föderation Statistik"
 
-#: mod/profiles.php:727 src/Model/Profile.php:818
-msgid "Dislikes:"
-msgstr "Dislikes:"
-
-#: mod/profiles.php:728
-msgid "Musical interests"
-msgstr "Musikalische Interessen"
-
-#: mod/profiles.php:729
-msgid "Books, literature"
-msgstr "Bücher, Literatur"
-
-#: mod/profiles.php:730
-msgid "Television"
-msgstr "Fernsehen"
+#: mod/admin.php:182
+msgid "Configuration"
+msgstr "Konfiguration"
 
-#: mod/profiles.php:731
-msgid "Film/dance/culture/entertainment"
-msgstr "Filme/Tänze/Kultur/Unterhaltung"
+#: mod/admin.php:183 mod/admin.php:1345
+msgid "Site"
+msgstr "Seite"
 
-#: mod/profiles.php:732
-msgid "Hobbies/Interests"
-msgstr "Hobbies/Interessen"
+#: mod/admin.php:184 mod/admin.php:1273 mod/admin.php:1788 mod/admin.php:1804
+msgid "Users"
+msgstr "Nutzer"
 
-#: mod/profiles.php:733
-msgid "Love/romance"
-msgstr "Liebe/Romantik"
+#: mod/admin.php:185 mod/admin.php:1904 mod/admin.php:1964 mod/settings.php:86
+msgid "Addons"
+msgstr "Addons"
 
-#: mod/profiles.php:734
-msgid "Work/employment"
-msgstr "Arbeit/Anstellung"
+#: mod/admin.php:186 mod/admin.php:2173 mod/admin.php:2217
+msgid "Themes"
+msgstr "Themen"
 
-#: mod/profiles.php:735
-msgid "School/education"
-msgstr "Schule/Ausbildung"
+#: mod/admin.php:187 mod/settings.php:64
+msgid "Additional features"
+msgstr "Zusätzliche Features"
 
-#: mod/profiles.php:736
-msgid "Contact information and Social Networks"
-msgstr "Kontaktinformationen und Soziale Netzwerke"
+#: mod/admin.php:188 mod/admin.php:302 mod/register.php:288
+#: src/Module/Tos.php:48
+msgid "Terms of Service"
+msgstr "Nutzungsbedingungen"
 
-#: mod/profiles.php:767 src/Model/Profile.php:389
-msgid "Profile Image"
-msgstr "Profilbild"
+#: mod/admin.php:189
+msgid "Database"
+msgstr "Datenbank"
 
-#: mod/profiles.php:769 src/Model/Profile.php:392
-msgid "visible to everybody"
-msgstr "sichtbar für jeden"
+#: mod/admin.php:190
+msgid "DB updates"
+msgstr "DB Updates"
 
-#: mod/profiles.php:776
-msgid "Edit/Manage Profiles"
-msgstr "Bearbeite/Verwalte Profile"
+#: mod/admin.php:191 mod/admin.php:753
+msgid "Inspect Queue"
+msgstr "Warteschlange Inspizieren"
 
-#: mod/profiles.php:777 src/Model/Profile.php:379 src/Model/Profile.php:401
-msgid "Change profile photo"
-msgstr "Profilbild ändern"
+#: mod/admin.php:192
+msgid "Tools"
+msgstr "Werkzeuge"
 
-#: mod/profiles.php:778 src/Model/Profile.php:380
-msgid "Create New Profile"
-msgstr "Neues Profil anlegen"
+#: mod/admin.php:193
+msgid "Contact Blocklist"
+msgstr "Kontakt Sperrliste"
 
-#: mod/contacts.php:157
-#, php-format
-msgid "%d contact edited."
-msgid_plural "%d contacts edited."
-msgstr[0] "%d Kontakt bearbeitet."
-msgstr[1] "%d Kontakte bearbeitet."
+#: mod/admin.php:194 mod/admin.php:362
+msgid "Server Blocklist"
+msgstr "Server Blockliste"
 
-#: mod/contacts.php:184 mod/contacts.php:400
-msgid "Could not access contact record."
-msgstr "Konnte nicht auf die Kontaktdaten zugreifen."
+#: mod/admin.php:195 mod/admin.php:521
+msgid "Delete Item"
+msgstr "Eintrag löschen"
 
-#: mod/contacts.php:194
-msgid "Could not locate selected profile."
-msgstr "Konnte das ausgewählte Profil nicht finden."
+#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2291
+msgid "Logs"
+msgstr "Protokolle"
 
-#: mod/contacts.php:228
-msgid "Contact updated."
-msgstr "Kontakt aktualisiert."
+#: mod/admin.php:198 mod/admin.php:2358
+msgid "View Logs"
+msgstr "Protokolle anzeigen"
 
-#: mod/contacts.php:421
-msgid "Contact has been blocked"
-msgstr "Kontakt wurde blockiert"
+#: mod/admin.php:200
+msgid "Diagnostics"
+msgstr "Diagnostik"
 
-#: mod/contacts.php:421
-msgid "Contact has been unblocked"
-msgstr "Kontakt wurde wieder freigegeben"
+#: mod/admin.php:201
+msgid "PHP Info"
+msgstr "PHP Info"
 
-#: mod/contacts.php:432
-msgid "Contact has been ignored"
-msgstr "Kontakt wurde ignoriert"
+#: mod/admin.php:202
+msgid "probe address"
+msgstr "Adresse untersuchen"
 
-#: mod/contacts.php:432
-msgid "Contact has been unignored"
-msgstr "Kontakt wird nicht mehr ignoriert"
+#: mod/admin.php:203
+msgid "check webfinger"
+msgstr "Webfinger überprüfen"
 
-#: mod/contacts.php:443
-msgid "Contact has been archived"
-msgstr "Kontakt wurde archiviert"
+#: mod/admin.php:222 src/Content/Nav.php:217
+msgid "Admin"
+msgstr "Administration"
 
-#: mod/contacts.php:443
-msgid "Contact has been unarchived"
-msgstr "Kontakt wurde aus dem Archiv geholt"
+#: mod/admin.php:223
+msgid "Addon Features"
+msgstr "Addon Features"
 
-#: mod/contacts.php:467
-msgid "Drop contact"
-msgstr "Kontakt löschen"
+#: mod/admin.php:224
+msgid "User registrations waiting for confirmation"
+msgstr "Nutzeranmeldungen die auf Bestätigung warten"
 
-#: mod/contacts.php:470 mod/contacts.php:823
-msgid "Do you really want to delete this contact?"
-msgstr "Möchtest Du wirklich diesen Kontakt löschen?"
+#: mod/admin.php:301 mod/admin.php:361 mod/admin.php:478 mod/admin.php:520
+#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1344
+#: mod/admin.php:1787 mod/admin.php:1903 mod/admin.php:1963 mod/admin.php:2172
+#: mod/admin.php:2216 mod/admin.php:2290 mod/admin.php:2357
+msgid "Administration"
+msgstr "Administration"
 
-#: mod/contacts.php:488
-msgid "Contact has been removed."
-msgstr "Kontakt wurde entfernt."
+#: mod/admin.php:303
+msgid "Display Terms of Service"
+msgstr "Nutzungsbedingungen anzeigen"
 
-#: mod/contacts.php:519
-#, php-format
-msgid "You are mutual friends with %s"
-msgstr "Du hast mit %s eine beidseitige Freundschaft"
+#: mod/admin.php:303
+msgid ""
+"Enable the Terms of Service page. If this is enabled a link to the terms "
+"will be added to the registration form and the general information page."
+msgstr "Aktiviert die Seite für die Nutzungsbedingungen. Ist dies der Fall werden sie auch von der Registrierungsseite und der allgemeinen Informationsseite verlinkt."
 
-#: mod/contacts.php:523
-#, php-format
-msgid "You are sharing with %s"
-msgstr "Du teilst mit %s"
+#: mod/admin.php:304
+msgid "Display Privacy Statement"
+msgstr "Datenschutzerklärung anzeigen"
 
-#: mod/contacts.php:527
+#: mod/admin.php:304
 #, php-format
-msgid "%s is sharing with you"
-msgstr "%s teilt mit Dir"
+msgid ""
+"Show some informations regarding the needed information to operate the node "
+"according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
+msgstr "Zeige Informationen über die zum Betrieb der Seite notwendigen personenbezogenen Daten an, wie es z.B. die <a href=\"%s\" target=\"_blank\">EU-DSGVO</a> verlangt."
 
-#: mod/contacts.php:547
-msgid "Private communications are not available for this contact."
-msgstr "Private Kommunikation ist für diesen Kontakt nicht verfügbar."
+#: mod/admin.php:305
+msgid "The Terms of Service"
+msgstr "Die Nutzungsbedingungen"
 
-#: mod/contacts.php:549
-msgid "Never"
-msgstr "Niemals"
+#: mod/admin.php:305
+msgid ""
+"Enter the Terms of Service for your node here. You can use BBCode. Headers "
+"of sections should be [h2] and below."
+msgstr "Füge hier die Nutzungsbedingungen deines Knotens ein. Du kannst BBCode zur Formatierung verwenden. Überschriften sollten [h2] oder darunter sein."
 
-#: mod/contacts.php:552
-msgid "(Update was successful)"
-msgstr "(Aktualisierung war erfolgreich)"
+#: mod/admin.php:353
+msgid "The blocked domain"
+msgstr "Die blockierte Domain"
 
-#: mod/contacts.php:552
-msgid "(Update was not successful)"
-msgstr "(Aktualisierung war nicht erfolgreich)"
+#: mod/admin.php:354 mod/admin.php:372 mod/friendica.php:128
+msgid "Reason for the block"
+msgstr "Begründung für die Blockierung"
 
-#: mod/contacts.php:554 mod/contacts.php:992
-msgid "Suggest friends"
-msgstr "Kontakte vorschlagen"
+#: mod/admin.php:354 mod/admin.php:367
+msgid "The reason why you blocked this domain."
+msgstr "Die Begründung warum du diese Domain blockiert hast."
 
-#: mod/contacts.php:558
-#, php-format
-msgid "Network type: %s"
-msgstr "Netzwerktyp: %s"
+#: mod/admin.php:355
+msgid "Delete domain"
+msgstr "Domain löschen"
 
-#: mod/contacts.php:563
-msgid "Communications lost with this contact!"
-msgstr "Verbindungen mit diesem Kontakt verloren!"
+#: mod/admin.php:355
+msgid "Check to delete this entry from the blocklist"
+msgstr "Markieren, um diesen Eintrag von der Blocklist zu entfernen"
 
-#: mod/contacts.php:569
-msgid "Fetch further information for feeds"
-msgstr "Weitere Informationen zu Feeds holen"
+#: mod/admin.php:363
+msgid ""
+"This page can be used to define a black list of servers from the federated "
+"network that are not allowed to interact with your node. For all entered "
+"domains you should also give a reason why you have blocked the remote "
+"server."
+msgstr "Auf dieser Seite kannst du die Liste der blockierten Domains aus dem föderalen Netzwerk verwalten, denen es untersagt ist mit deinem Knoten zu interagieren. Für jede der blockierten Domains musst du außerdem einen Grund für die Sperrung angeben."
 
-#: mod/contacts.php:571
+#: mod/admin.php:364
 msgid ""
-"Fetch information like preview pictures, title and teaser from the feed "
-"item. You can activate this if the feed doesn't contain much text. Keywords "
-"are taken from the meta header in the feed item and are posted as hash tags."
-msgstr "Zusätzliche Informationen wie Vorschaubilder, Titel und Zusammenfassungen vom Feed-Eintrag laden. Du kannst diese Option aktivieren, wenn der Feed nicht all zu viel Text beinhaltet. Schlagwörter werden auf den Meta-Informationen des Feed-Headers bezogen und als Hash-Tags verwendet."
+"The list of blocked servers will be made publically available on the "
+"/friendica page so that your users and people investigating communication "
+"problems can find the reason easily."
+msgstr "Die Liste der blockierten Domains wird auf der /friendica Seite öffentlich einsehbar gemacht, damit deine Nutzer und Personen die Kommunikationsprobleme erkunden, die Ursachen einfach finden können."
 
-#: mod/contacts.php:572 mod/admin.php:1272 mod/admin.php:1435
-#: mod/admin.php:1445
-msgid "Disabled"
-msgstr "Deaktiviert"
+#: mod/admin.php:365
+msgid "Add new entry to block list"
+msgstr "Neuen Eintrag in die Blockliste"
 
-#: mod/contacts.php:573
-msgid "Fetch information"
-msgstr "Beziehe Information"
+#: mod/admin.php:366
+msgid "Server Domain"
+msgstr "Domain des Servers"
 
-#: mod/contacts.php:574
-msgid "Fetch keywords"
-msgstr "Schlüsselwprter abrufen"
+#: mod/admin.php:366
+msgid ""
+"The domain of the new server to add to the block list. Do not include the "
+"protocol."
+msgstr "Der Domain-Name des Servers der geblockt werden soll. Gib das Protokoll nicht mit an!"
 
-#: mod/contacts.php:575
-msgid "Fetch information and keywords"
-msgstr "Beziehe Information und Schlüsselworte"
+#: mod/admin.php:367
+msgid "Block reason"
+msgstr "Begründung der Blockierung"
 
-#: mod/contacts.php:608
-msgid "Contact"
-msgstr "Kontakt"
+#: mod/admin.php:368
+msgid "Add Entry"
+msgstr "Eintrag hinzufügen"
 
-#: mod/contacts.php:611
-msgid "Profile Visibility"
-msgstr "Profil-Sichtbarkeit"
+#: mod/admin.php:369
+msgid "Save changes to the blocklist"
+msgstr "Änderungen der Blockliste speichern"
 
-#: mod/contacts.php:612
-#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr "Bitte wähle eines Deiner Profile das angezeigt werden soll, wenn %s Dein Profil aufruft."
+#: mod/admin.php:370
+msgid "Current Entries in the Blocklist"
+msgstr "Aktuelle Einträge der Blockliste"
 
-#: mod/contacts.php:613
-msgid "Contact Information / Notes"
-msgstr "Kontakt Informationen / Notizen"
+#: mod/admin.php:373
+msgid "Delete entry from blocklist"
+msgstr "Eintrag von der Blockliste entfernen"
 
-#: mod/contacts.php:614
-msgid "Their personal note"
-msgstr "Die persönliche Mitteilung"
+#: mod/admin.php:376
+msgid "Delete entry from blocklist?"
+msgstr "Eintrag von der Blockliste entfernen?"
 
-#: mod/contacts.php:616
-msgid "Edit contact notes"
-msgstr "Notizen zum Kontakt bearbeiten"
+#: mod/admin.php:402
+msgid "Server added to blocklist."
+msgstr "Server zur Blockliste hinzugefügt."
 
-#: mod/contacts.php:620
-msgid "Block/Unblock contact"
-msgstr "Kontakt blockieren/freischalten"
+#: mod/admin.php:418
+msgid "Site blocklist updated."
+msgstr "Blockliste aktualisiert."
 
-#: mod/contacts.php:621
-msgid "Ignore contact"
-msgstr "Ignoriere den Kontakt"
+#: mod/admin.php:441 src/Core/Console/GlobalCommunityBlock.php:72
+msgid "The contact has been blocked from the node"
+msgstr "Der Kontakt wurde von diesem Knoten geblockt"
 
-#: mod/contacts.php:622
-msgid "Repair URL settings"
-msgstr "URL Einstellungen reparieren"
+#: mod/admin.php:443 src/Core/Console/GlobalCommunityBlock.php:69
+#, php-format
+msgid "Could not find any contact entry for this URL (%s)"
+msgstr "Für die URL (%s) konnte kein Kontakt gefunden werden"
 
-#: mod/contacts.php:623
-msgid "View conversations"
-msgstr "Unterhaltungen anzeigen"
+#: mod/admin.php:450
+#, php-format
+msgid "%s contact unblocked"
+msgid_plural "%s contacts unblocked"
+msgstr[0] "%sKontakt wieder freigegeben"
+msgstr[1] "%sKontakte wieder freigegeben"
 
-#: mod/contacts.php:628
-msgid "Last update:"
-msgstr "Letzte Aktualisierung: "
+#: mod/admin.php:479
+msgid "Remote Contact Blocklist"
+msgstr "Sperrliste entfernter Kontakte"
 
-#: mod/contacts.php:630
-msgid "Update public posts"
-msgstr "Öffentliche Beiträge aktualisieren"
+#: mod/admin.php:480
+msgid ""
+"This page allows you to prevent any message from a remote contact to reach "
+"your node."
+msgstr "Auf dieser Seite kannst du Accounts von anderen Knoten blockieren und damit verhindern, dass ihre Beiträge von deinem Knoten angenommen werden."
 
-#: mod/contacts.php:632 mod/contacts.php:1002
-msgid "Update now"
-msgstr "Jetzt aktualisieren"
+#: mod/admin.php:481
+msgid "Block Remote Contact"
+msgstr "Blockiere entfernten Kontakt"
 
-#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011
-#: mod/admin.php:485 mod/admin.php:1800
-msgid "Unblock"
-msgstr "Entsperren"
+#: mod/admin.php:482 mod/admin.php:1790
+msgid "select all"
+msgstr "Alle auswählen"
 
-#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011
-#: mod/admin.php:484 mod/admin.php:1799
-msgid "Block"
-msgstr "Sperren"
+#: mod/admin.php:483
+msgid "select none"
+msgstr "Auswahl aufheben"
 
-#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019
-msgid "Unignore"
-msgstr "Ignorieren aufheben"
+#: mod/admin.php:486
+msgid "No remote contact is blocked from this node."
+msgstr "Derzeit werden keine Kontakte auf diesem Knoten blockiert."
 
-#: mod/contacts.php:642
-msgid "Currently blocked"
-msgstr "Derzeit geblockt"
+#: mod/admin.php:488
+msgid "Blocked Remote Contacts"
+msgstr "Blockierte Kontakte von anderen Knoten"
 
-#: mod/contacts.php:643
-msgid "Currently ignored"
-msgstr "Derzeit ignoriert"
+#: mod/admin.php:489
+msgid "Block New Remote Contact"
+msgstr "Blockieren von weiteren Kontakten"
 
-#: mod/contacts.php:644
-msgid "Currently archived"
-msgstr "Momentan archiviert"
+#: mod/admin.php:490
+msgid "Photo"
+msgstr "Foto:"
 
-#: mod/contacts.php:645
-msgid "Awaiting connection acknowledge"
-msgstr "Bedarf der Bestätigung des Kontakts"
+#: mod/admin.php:490 mod/profiles.php:394
+msgid "Address"
+msgstr "Adresse"
 
-#: mod/contacts.php:646
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr "Antworten/Likes auf deine öffentlichen Beiträge <strong>könnten</strong> weiterhin sichtbar sein"
+#: mod/admin.php:498
+#, php-format
+msgid "%s total blocked contact"
+msgid_plural "%s total blocked contacts"
+msgstr[0] "Insgesamt %s blockierter Kontakt"
+msgstr[1] "Insgesamt %s blockierte Kontakte"
 
-#: mod/contacts.php:647
-msgid "Notification for new posts"
-msgstr "Benachrichtigung bei neuen Beiträgen"
+#: mod/admin.php:500
+msgid "URL of the remote contact to block."
+msgstr "Die URL des Kontakts, vom entfernten Server, der blockiert werden soll."
 
-#: mod/contacts.php:647
-msgid "Send a notification of every new post of this contact"
-msgstr "Sende eine Benachrichtigung, wann immer dieser Kontakt einen neuen Beitrag schreibt."
+#: mod/admin.php:522
+msgid "Delete this Item"
+msgstr "Diesen Eintrag löschen"
 
-#: mod/contacts.php:650
-msgid "Blacklisted keywords"
-msgstr "Blacklistete Schlüsselworte "
+#: mod/admin.php:523
+msgid ""
+"On this page you can delete an item from your node. If the item is a top "
+"level posting, the entire thread will be deleted."
+msgstr "Auf dieser Seite kannst du Einträge von deinem Knoten löschen. Wenn der Eintrag der Anfang einer Diskussion ist, wird der gesamte Diskussionsverlauf gelöscht."
 
-#: mod/contacts.php:650
+#: mod/admin.php:524
 msgid ""
-"Comma separated list of keywords that should not be converted to hashtags, "
-"when \"Fetch information and keywords\" is selected"
-msgstr "Komma-Separierte Liste mit Schlüsselworten, die nicht in Hashtags konvertiert werden, wenn \"Beziehe Information und Schlüsselworte\" aktiviert wurde"
+"You need to know the GUID of the item. You can find it e.g. by looking at "
+"the display URL. The last part of http://example.com/display/123456 is the "
+"GUID, here 123456."
+msgstr "Zur Löschung musst du die GUID des Eintrags kennen. Diese findest du z.B. durch die /display URL des Eintrags. Der letzte Teil der URL ist die GUID. Lautet die URL beispielsweise http://example.com/display/123456 ist die GUID 123456."
 
-#: mod/contacts.php:662 src/Model/Profile.php:424
-msgid "XMPP:"
-msgstr "XMPP:"
+#: mod/admin.php:525
+msgid "GUID"
+msgstr "GUID"
 
-#: mod/contacts.php:667
-msgid "Actions"
-msgstr "Aktionen"
+#: mod/admin.php:525
+msgid "The GUID of the item you want to delete."
+msgstr "Die GUID des zu löschenden Eintrags"
 
-#: mod/contacts.php:669 mod/contacts.php:855 src/Content/Nav.php:100
-#: src/Model/Profile.php:888 view/theme/frio/theme.php:259
-msgid "Status"
-msgstr "Status"
+#: mod/admin.php:564
+msgid "Item marked for deletion."
+msgstr "Eintrag wurden zur Löschung markiert"
 
-#: mod/contacts.php:670
-msgid "Contact Settings"
-msgstr "Kontakteinstellungen"
+#: mod/admin.php:635
+msgid "unknown"
+msgstr "Unbekannt"
 
-#: mod/contacts.php:711
-msgid "Suggestions"
-msgstr "Kontaktvorschläge"
+#: mod/admin.php:711
+msgid ""
+"This page offers you some numbers to the known part of the federated social "
+"network your Friendica node is part of. These numbers are not complete but "
+"only reflect the part of the network your node is aware of."
+msgstr "Diese Seite präsentiert einige Zahlen zu dem bekannten Teil des föderalen sozialen Netzwerks, von dem deine Friendica Installation ein Teil ist. Diese Zahlen sind nicht absolut und reflektieren nur den Teil des Netzwerks, den dein Knoten kennt."
 
-#: mod/contacts.php:714
-msgid "Suggest potential friends"
-msgstr "Kontakte vorschlagen"
+#: mod/admin.php:712
+msgid ""
+"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
+"will improve the data displayed here."
+msgstr "Die Funktion um <em>Automatisch ein Kontaktverzeichnis erstellen</em> ist nicht aktiv. Es wird die hier angezeigten Daten verbessern."
 
-#: mod/contacts.php:722
-msgid "Show all contacts"
-msgstr "Alle Kontakte anzeigen"
+#: mod/admin.php:724
+#, php-format
+msgid ""
+"Currently this node is aware of %d nodes with %d registered users from the "
+"following platforms:"
+msgstr "Momentan kennt dieser Knoten %d Knoten mit insgesamt %d registrierten Nutzern, die die folgenden Plattformen verwenden:"
 
-#: mod/contacts.php:727
-msgid "Unblocked"
-msgstr "Ungeblockt"
+#: mod/admin.php:755
+msgid "ID"
+msgstr "ID"
 
-#: mod/contacts.php:730
-msgid "Only show unblocked contacts"
-msgstr "Nur nicht-blockierte Kontakte anzeigen"
+#: mod/admin.php:756
+msgid "Recipient Name"
+msgstr "Empfänger Name"
 
-#: mod/contacts.php:735
-msgid "Blocked"
-msgstr "Geblockt"
-
-#: mod/contacts.php:738
-msgid "Only show blocked contacts"
-msgstr "Nur blockierte Kontakte anzeigen"
+#: mod/admin.php:757
+msgid "Recipient Profile"
+msgstr "Empfänger Profil"
 
-#: mod/contacts.php:743
-msgid "Ignored"
-msgstr "Ignoriert"
+#: mod/admin.php:758 view/theme/frio/theme.php:266
+#: src/Core/NotificationsManager.php:178 src/Content/Nav.php:178
+msgid "Network"
+msgstr "Netzwerk"
 
-#: mod/contacts.php:746
-msgid "Only show ignored contacts"
-msgstr "Nur ignorierte Kontakte anzeigen"
+#: mod/admin.php:759
+msgid "Created"
+msgstr "Erstellt"
 
-#: mod/contacts.php:751
-msgid "Archived"
-msgstr "Archiviert"
+#: mod/admin.php:760
+msgid "Last Tried"
+msgstr "Zuletzt versucht"
 
-#: mod/contacts.php:754
-msgid "Only show archived contacts"
-msgstr "Nur archivierte Kontakte anzeigen"
+#: mod/admin.php:761
+msgid ""
+"This page lists the content of the queue for outgoing postings. These are "
+"postings the initial delivery failed for. They will be resend later and "
+"eventually deleted if the delivery fails permanently."
+msgstr "Auf dieser Seite werden die in der Warteschlange eingereihten Beiträge aufgelistet. Bei diesen Beiträgen schlug die erste Zustellung fehl. Es wird später wiederholt versucht die Beiträge zuzustellen, bis sie schließlich gelöscht werden."
 
-#: mod/contacts.php:759
-msgid "Hidden"
-msgstr "Verborgen"
+#: mod/admin.php:785
+#, php-format
+msgid ""
+"Your DB still runs with MyISAM tables. You should change the engine type to "
+"InnoDB. As Friendica will use InnoDB only features in the future, you should"
+" change this! See <a href=\"%s\">here</a> for a guide that may be helpful "
+"converting the table engines. You may also use the command <tt>php "
+"bin/console.php dbstructure toinnodb</tt> of your Friendica installation for"
+" an automatic conversion.<br />"
+msgstr "Deine DB verwendet derzeit noch MyISAM Tabellen. Du solltest die Datenbank Engine auf InnoDB umstellen, da Friendica in Zukunft InnoDB Features verwenden wird. Eine Anleitung zur Umstellung der Datenbank kannst du  <a href=\"%s\">hier</a>  finden. Du kannst außerdem mit dem Befehl <tt>php bin/console.php dbstructure toinnodb</tt> auf der Kommandozeile die Umstellung automatisch vornehmen lassen."
 
-#: mod/contacts.php:762
-msgid "Only show hidden contacts"
-msgstr "Nur verborgene Kontakte anzeigen"
+#: mod/admin.php:792
+#, php-format
+msgid ""
+"There is a new version of Friendica available for download. Your current "
+"version is %1$s, upstream version is %2$s"
+msgstr "Es gibt eine neue Version von Friendica. Du verwendest derzeit die Version %1$s, die aktuelle Version ist %2$s."
 
-#: mod/contacts.php:818
-msgid "Search your contacts"
-msgstr "Suche in deinen Kontakten"
+#: mod/admin.php:802
+msgid ""
+"The database update failed. Please run \"php bin/console.php dbstructure "
+"update\" from the command line and have a look at the errors that might "
+"appear."
+msgstr "Das Update der Datenbank ist fehlgeschlagen. Bitte führe 'php bin/console.php dbstructure update' in der Kommandozeile aus und achte auf eventuell auftretende Fehlermeldungen."
 
-#: mod/contacts.php:826 mod/settings.php:170 mod/settings.php:701
-msgid "Update"
-msgstr "Aktualisierungen"
+#: mod/admin.php:808
+msgid "The worker was never executed. Please check your database structure!"
+msgstr "Der Hintergrundprozess (worker) wurde noch nie gestartet. Bitte überprüfe deine Datenbankstruktur."
 
-#: mod/contacts.php:829 mod/contacts.php:1027
-msgid "Archive"
-msgstr "Archivieren"
+#: mod/admin.php:811
+#, php-format
+msgid ""
+"The last worker execution was on %s UTC. This is older than one hour. Please"
+" check your crontab settings."
+msgstr "Der Hintergrundprozess (worker) wurde zuletzt um %s UTC ausgeführt. Das war vor mehr als einer Stunde. Bitte überprüfe deine crontab Einstellungen."
 
-#: mod/contacts.php:829 mod/contacts.php:1027
-msgid "Unarchive"
-msgstr "Aus Archiv zurückholen"
+#: mod/admin.php:816 mod/admin.php:1739
+msgid "Normal Account"
+msgstr "Normales Konto"
 
-#: mod/contacts.php:832
-msgid "Batch Actions"
-msgstr "Stapelverarbeitung"
+#: mod/admin.php:817 mod/admin.php:1740
+msgid "Automatic Follower Account"
+msgstr "Automatisch folgendes Konto (Marktschreier)"
 
-#: mod/contacts.php:866 src/Model/Profile.php:899
-msgid "Profile Details"
-msgstr "Profildetails"
+#: mod/admin.php:818 mod/admin.php:1741
+msgid "Public Forum Account"
+msgstr "Öffentliches Forum Konto"
 
-#: mod/contacts.php:878
-msgid "View all contacts"
-msgstr "Alle Kontakte anzeigen"
+#: mod/admin.php:819 mod/admin.php:1742
+msgid "Automatic Friend Account"
+msgstr "Automatische Freunde Seite"
 
-#: mod/contacts.php:889
-msgid "View all common friends"
-msgstr "Alle Kontakte anzeigen"
+#: mod/admin.php:820
+msgid "Blog Account"
+msgstr "Blog-Konto"
 
-#: mod/contacts.php:898
-msgid "Advanced Contact Settings"
-msgstr "Fortgeschrittene Kontakteinstellungen"
+#: mod/admin.php:821
+msgid "Private Forum Account"
+msgstr "Privates Forum Konto"
 
-#: mod/contacts.php:930
-msgid "Mutual Friendship"
-msgstr "Beidseitige Freundschaft"
+#: mod/admin.php:843
+msgid "Message queues"
+msgstr "Nachrichten-Warteschlangen"
 
-#: mod/contacts.php:934
-msgid "is a fan of yours"
-msgstr "ist ein Fan von dir"
+#: mod/admin.php:849
+msgid "Summary"
+msgstr "Zusammenfassung"
 
-#: mod/contacts.php:938
-msgid "you are a fan of"
-msgstr "Du bist Fan von"
+#: mod/admin.php:851
+msgid "Registered users"
+msgstr "Registrierte Personen"
 
-#: mod/contacts.php:1013
-msgid "Toggle Blocked status"
-msgstr "Geblockt-Status ein-/ausschalten"
+#: mod/admin.php:853
+msgid "Pending registrations"
+msgstr "Anstehende Anmeldungen"
 
-#: mod/contacts.php:1021
-msgid "Toggle Ignored status"
-msgstr "Ignoriert-Status ein-/ausschalten"
+#: mod/admin.php:854
+msgid "Version"
+msgstr "Version"
 
-#: mod/contacts.php:1029
-msgid "Toggle Archive status"
-msgstr "Archiviert-Status ein-/ausschalten"
+#: mod/admin.php:859
+msgid "Active addons"
+msgstr "Aktivierte Addons"
 
-#: mod/contacts.php:1037
-msgid "Delete contact"
-msgstr "Lösche den Kontakt"
+#: mod/admin.php:890
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+msgstr "Die Basis-URL konnte nicht analysiert werden. Sie muss mindestens aus <protokoll>://<domain> bestehen"
 
-#: mod/_tos.php:48 mod/register.php:288 mod/admin.php:188 mod/admin.php:302
-#: src/Module/Tos.php:48
-msgid "Terms of Service"
-msgstr "Nutzungsbedingungen"
+#: mod/admin.php:1209
+msgid "Site settings updated."
+msgstr "Seiteneinstellungen aktualisiert."
 
-#: mod/_tos.php:51 src/Module/Tos.php:51
-msgid "Privacy Statement"
-msgstr "Datenschutzerklärung"
+#: mod/admin.php:1236 mod/settings.php:905
+msgid "No special theme for mobile devices"
+msgstr "Kein spezielles Theme für mobile Geräte verwenden."
 
-#: mod/_tos.php:52 src/Module/Tos.php:52
-msgid ""
-"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."
-msgstr "Zum Zwecke der Registrierung und um die Kommunikation zwischen dem Nutzer und seinen Kontakten zu gewährleisten, muß der Nutzer einen Namen (auch Pseudonym) und einen Nutzernamen (Spitzname) sowie eine funktionierende E-Mail-Adresse angeben. Der Name ist auf der Profilseite für alle Nutzer sichtbar, auch wenn die Profildetails nicht angezeigt werden.\nDie E-Mail-Adresse wird nur zur Benachrichtigung des Nutzers verwendet, sie wird nirgends angezeigt. Die Anzeige des Nutzerkontos im Server-Verzeichnis bzw. dem weltweiten Verzeichnis erfolgt gemäß den Einstellungen des Nutzers, sie ist zur Kommunikation nicht zwingend notwendig."
+#: mod/admin.php:1265
+msgid "No community page"
+msgstr "Keine Gemeinschaftsseite"
 
-#: mod/_tos.php:53 src/Module/Tos.php:53
-#, php-format
-msgid ""
-"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."
-msgstr "Angemeldete Nutzer können ihre Nutzerdaten jederzeit von den <a href=\"%1$s/settings/uexport\">Kontoeinstellungen</a> aus exportieren. Wenn ein Nutzer wünscht das Nutzerkonto zu löschen, so ist dies jederzeit unter <a href=\"%1$s/removeme\">%1$s/removeme</a> möglich. Die Löschung des Nutzerkontos ist permanent."
+#: mod/admin.php:1266
+msgid "Public postings from users of this site"
+msgstr "Öffentliche Beiträge von NutzerInnen dieser Seite"
 
-#: mod/friendica.php:77
-msgid "This is Friendica, version"
-msgstr "Dies ist Friendica, Version"
+#: mod/admin.php:1267
+msgid "Public postings from the federated network"
+msgstr "Öffentliche Beiträge aus dem föderalen Netzwerk"
 
-#: mod/friendica.php:78
-msgid "running at web location"
-msgstr "die unter folgender Webadresse zu finden ist"
+#: mod/admin.php:1268
+msgid "Public postings from local users and the federated network"
+msgstr "Öffentliche Beiträge von lokalen Nutzern und aus dem föderalen Netzwerk"
 
-#: mod/friendica.php:82
-msgid ""
-"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
-"about the Friendica project."
-msgstr "Bitte besuche <a href=\"https://friendi.ca\">Friendi.ca</a> um mehr über das Friendica Projekt zu erfahren."
+#: mod/admin.php:1274
+msgid "Users, Global Contacts"
+msgstr "Nutzer, globale Kontakte"
 
-#: mod/friendica.php:86
-msgid "Bug reports and issues: please visit"
-msgstr "Probleme oder Fehler gefunden? Bitte besuche"
+#: mod/admin.php:1275
+msgid "Users, Global Contacts/fallback"
+msgstr "Nutzer, globale Kontakte / Fallback"
 
-#: mod/friendica.php:86
-msgid "the bugtracker at github"
-msgstr "den Bugtracker auf github"
+#: mod/admin.php:1279
+msgid "One month"
+msgstr "ein Monat"
 
-#: mod/friendica.php:89
-msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
-msgstr "Vorschläge, Lob, Spenden usw.: E-Mail an \"Info\" at Friendica - dot com"
+#: mod/admin.php:1280
+msgid "Three months"
+msgstr "drei Monate"
 
-#: mod/friendica.php:103
-msgid "Installed addons/apps:"
-msgstr "Installierte Apps und Addons"
+#: mod/admin.php:1281
+msgid "Half a year"
+msgstr "ein halbes Jahr"
 
-#: mod/friendica.php:117
-msgid "No installed addons/apps"
-msgstr "Es sind keine Addons oder Apps installiert"
+#: mod/admin.php:1282
+msgid "One year"
+msgstr "ein Jahr"
 
-#: mod/friendica.php:122
-#, php-format
-msgid "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
-msgstr "Erfahre mehr über die <a href=\"%1$s/tos\">Nutzungsbedingungen</a> dieses Knotens."
+#: mod/admin.php:1287
+msgid "Multi user instance"
+msgstr "Mehrbenutzer Instanz"
 
-#: mod/friendica.php:127
-msgid "On this server the following remote servers are blocked."
-msgstr "Auf diesem Server werden die folgenden entfernten Server blockiert."
+#: mod/admin.php:1310
+msgid "Closed"
+msgstr "Geschlossen"
 
-#: mod/friendica.php:128 mod/admin.php:354 mod/admin.php:372
-msgid "Reason for the block"
-msgstr "Begründung für die Blockierung"
+#: mod/admin.php:1311
+msgid "Requires approval"
+msgstr "Bedarf der Zustimmung"
 
-#: mod/lostpass.php:27
-msgid "No valid account found."
-msgstr "Kein gültiges Konto gefunden."
+#: mod/admin.php:1312
+msgid "Open"
+msgstr "Offen"
 
-#: mod/lostpass.php:39
-msgid "Password reset request issued. Check your email."
-msgstr "Zurücksetzen des Passworts eingeleitet. Bitte überprüfe Deine E-Mail."
+#: mod/admin.php:1316
+msgid "No SSL policy, links will track page SSL state"
+msgstr "Keine SSL Richtlinie, Links werden das verwendete Protokoll beibehalten"
 
-#: mod/lostpass.php:45
-#, php-format
+#: mod/admin.php:1317
+msgid "Force all links to use SSL"
+msgstr "SSL für alle Links erzwingen"
+
+#: mod/admin.php:1318
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+msgstr "Selbst-unterzeichnetes Zertifikat, SSL nur für lokale Links verwenden (nicht empfohlen)"
+
+#: mod/admin.php:1322
+msgid "Don't check"
+msgstr "Nicht überprüfen"
+
+#: mod/admin.php:1323
+msgid "check the stable version"
+msgstr "überprüfe die stabile Version"
+
+#: mod/admin.php:1324
+msgid "check the development version"
+msgstr "überprüfe die Entwicklungsversion"
+
+#: mod/admin.php:1347
+msgid "Republish users to directory"
+msgstr "Nutzer erneut im globalen Verzeichnis veröffentlichen."
+
+#: mod/admin.php:1348 mod/register.php:264
+msgid "Registration"
+msgstr "Registrierung"
+
+#: mod/admin.php:1349
+msgid "File upload"
+msgstr "Datei hochladen"
+
+#: mod/admin.php:1350
+msgid "Policies"
+msgstr "Regeln"
+
+#: mod/admin.php:1352
+msgid "Auto Discovered Contact Directory"
+msgstr "Automatisch ein Kontaktverzeichnis erstellen"
+
+#: mod/admin.php:1353
+msgid "Performance"
+msgstr "Performance"
+
+#: mod/admin.php:1354
+msgid "Worker"
+msgstr "Worker"
+
+#: mod/admin.php:1355
+msgid "Message Relay"
+msgstr "Nachrichten Relais"
+
+#: mod/admin.php:1356
 msgid ""
-"\n"
-"\t\tDear %1$s,\n"
-"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
-"\t\tpassword. In order to confirm this request, please select the verification link\n"
-"\t\tbelow or paste it into your web browser address bar.\n"
-"\n"
-"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
-"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n"
-"\n"
-"\t\tYour password will not be changed unless we can verify that you\n"
-"\t\tissued this request."
-msgstr "\nHallo %1$s,\n\nAuf \"%2$s\" ist eine Anfrage auf das Zurücksetzen Deines Passworts gestellt\nworden. Um diese Anfrage zu verifizieren, folge bitte dem unten stehenden\nLink oder kopiere und füge ihn in die Adressleiste Deines Browsers ein.\n\nSolltest Du die Anfrage NICHT gemacht haben, ignoriere und/oder lösche diese\nE-Mail bitte.\n\nDein Passwort wird nicht geändert, solange wir nicht verifiziert haben, dass\nDu diese Änderung angefragt hast."
+"Relocate - WARNING: advanced function. Could make this server unreachable."
+msgstr "Umsiedeln - WARNUNG: Könnte diesen Server unerreichbar machen."
 
-#: mod/lostpass.php:56
-#, php-format
+#: mod/admin.php:1359
+msgid "Site name"
+msgstr "Seitenname"
+
+#: mod/admin.php:1360
+msgid "Host name"
+msgstr "Host Name"
+
+#: mod/admin.php:1361
+msgid "Sender Email"
+msgstr "Absender für Emails"
+
+#: mod/admin.php:1361
 msgid ""
-"\n"
-"\t\tFollow this link soon to verify your identity:\n"
-"\n"
-"\t\t%1$s\n"
-"\n"
-"\t\tYou will then receive a follow-up message containing the new password.\n"
-"\t\tYou may change that password from your account settings page after logging in.\n"
-"\n"
-"\t\tThe login details are as follows:\n"
-"\n"
-"\t\tSite Location:\t%2$s\n"
-"\t\tLogin Name:\t%3$s"
-msgstr "\nUm Deine Identität zu verifizieren, folge bitte dem folgenden Link:\n\n%1$s\n\nDu wirst eine weitere E-Mail mit Deinem neuen Passwort erhalten. Sobald Du Dich\nangemeldet hast, kannst Du Dein Passwort in den Einstellungen ändern.\n\nDie Anmeldedetails sind die folgenden:\n\nAdresse der Seite:\t%2$s\nBenutzername:\t%3$s"
+"The email address your server shall use to send notification emails from."
+msgstr "Die E-Mail Adresse die dein Server zum Versenden von Benachrichtigungen verwenden soll."
 
-#: mod/lostpass.php:73
+#: mod/admin.php:1362
+msgid "Banner/Logo"
+msgstr "Banner/Logo"
+
+#: mod/admin.php:1363
+msgid "Shortcut icon"
+msgstr "Shortcut Icon"
+
+#: mod/admin.php:1363
+msgid "Link to an icon that will be used for browsers."
+msgstr "Link zu einem Icon, das Browser verwenden werden."
+
+#: mod/admin.php:1364
+msgid "Touch icon"
+msgstr "Touch Icon"
+
+#: mod/admin.php:1364
+msgid "Link to an icon that will be used for tablets and mobiles."
+msgstr "Link zu einem Icon das Tablets und Handies verwenden sollen."
+
+#: mod/admin.php:1365
+msgid "Additional Info"
+msgstr "Zusätzliche Informationen"
+
+#: mod/admin.php:1365
 #, php-format
-msgid "Password reset requested at %s"
-msgstr "Anfrage zum Zurücksetzen des Passworts auf %s erhalten"
+msgid ""
+"For public servers: you can add additional information here that will be "
+"listed at %s/servers."
+msgstr "Für öffentliche Server kannst Du hier zusätzliche Informationen angeben, die dann auf %s/servers angezeigt werden."
 
-#: mod/lostpass.php:89
+#: mod/admin.php:1366
+msgid "System language"
+msgstr "Systemsprache"
+
+#: mod/admin.php:1367
+msgid "System theme"
+msgstr "Systemweites Theme"
+
+#: mod/admin.php:1367
 msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "Anfrage konnte nicht verifiziert werden. (Eventuell hast Du bereits eine ähnliche Anfrage gestellt.) Zurücksetzen des Passworts gescheitert."
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr "Vorgabe für das System-Theme - kann von Benutzerprofilen überschrieben werden - <a href='#' id='cnftheme'>Theme-Einstellungen ändern</a>"
 
-#: mod/lostpass.php:102
-msgid "Request has expired, please make a new one."
-msgstr "Die Anfrage ist abgelaufen. Bitte stelle eine erneute."
+#: mod/admin.php:1368
+msgid "Mobile system theme"
+msgstr "Systemweites mobiles Theme"
 
-#: mod/lostpass.php:117
-msgid "Forgot your Password?"
-msgstr "Hast Du Dein Passwort vergessen?"
+#: mod/admin.php:1368
+msgid "Theme for mobile devices"
+msgstr "Thema für mobile Geräte"
 
-#: mod/lostpass.php:118
+#: mod/admin.php:1369
+msgid "SSL link policy"
+msgstr "Regeln für SSL Links"
+
+#: mod/admin.php:1369
+msgid "Determines whether generated links should be forced to use SSL"
+msgstr "Bestimmt, ob generierte Links SSL verwenden müssen"
+
+#: mod/admin.php:1370
+msgid "Force SSL"
+msgstr "Erzwinge SSL"
+
+#: mod/admin.php:1370
 msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "Gib Deine E-Mail-Adresse an und fordere ein neues Passwort an. Es werden Dir dann weitere Informationen per Mail zugesendet."
+"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
+" to endless loops."
+msgstr "Erzinge alle Nicht-SSL Anfragen auf SSL - Achtung: auf manchen Systemen verursacht dies eine Endlosschleife."
 
-#: mod/lostpass.php:119 src/Module/Login.php:314
-msgid "Nickname or Email: "
-msgstr "Spitzname oder E-Mail:"
+#: mod/admin.php:1371
+msgid "Hide help entry from navigation menu"
+msgstr "Verberge den Menüeintrag für die Hilfe im Navigationsmenü"
 
-#: mod/lostpass.php:120
-msgid "Reset"
-msgstr "Zurücksetzen"
+#: mod/admin.php:1371
+msgid ""
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
+msgstr "Verbirgt den Menüeintrag für die Hilfe-Seiten im Navigationsmenü. Die Seiten können weiterhin über /help aufgerufen werden."
+
+#: mod/admin.php:1372
+msgid "Single user instance"
+msgstr "Ein-Nutzer Instanz"
+
+#: mod/admin.php:1372
+msgid "Make this instance multi-user or single-user for the named user"
+msgstr "Regelt ob es sich bei dieser Instanz um eine ein Personen Installation oder eine Installation mit mehr als einem Nutzer handelt."
+
+#: mod/admin.php:1373
+msgid "Maximum image size"
+msgstr "Maximale Bildgröße"
+
+#: mod/admin.php:1373
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "Maximale Uploadgröße von Bildern in Bytes. Standard ist 0, d.h. ohne Limit."
+
+#: mod/admin.php:1374
+msgid "Maximum image length"
+msgstr "Maximale Bildlänge"
+
+#: mod/admin.php:1374
+msgid ""
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
+msgstr "Maximale Länge in Pixeln der längsten Seite eines hoch geladenen Bildes. Grundeinstellung ist -1 was keine Einschränkung bedeutet."
+
+#: mod/admin.php:1375
+msgid "JPEG image quality"
+msgstr "Qualität des JPEG Bildes"
+
+#: mod/admin.php:1375
+msgid ""
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
+msgstr "Hoch geladene JPEG Bilder werden mit dieser Qualität [0-100] gespeichert. Grundeinstellung ist 100, kein Qualitätsverlust."
+
+#: mod/admin.php:1377
+msgid "Register policy"
+msgstr "Registrierungsmethode"
+
+#: mod/admin.php:1378
+msgid "Maximum Daily Registrations"
+msgstr "Maximum täglicher Registrierungen"
+
+#: mod/admin.php:1378
+msgid ""
+"If registration is permitted above, this sets the maximum number of new user"
+" registrations to accept per day.  If register is set to closed, this "
+"setting has no effect."
+msgstr "Wenn die Registrierung weiter oben erlaubt ist, regelt dies die maximale Anzahl von Neuanmeldungen pro Tag. Wenn die Registrierung geschlossen ist, hat diese Einstellung keinen Effekt."
+
+#: mod/admin.php:1379
+msgid "Register text"
+msgstr "Registrierungstext"
+
+#: mod/admin.php:1379
+msgid ""
+"Will be displayed prominently on the registration page. You can use BBCode "
+"here."
+msgstr "Wird gut sichtbar auf der Registrierungsseite angezeigt. BBCode kann verwendet werden."
+
+#: mod/admin.php:1380
+msgid "Accounts abandoned after x days"
+msgstr "Nutzerkonten gelten nach x Tagen als unbenutzt"
+
+#: mod/admin.php:1380
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "Verschwende keine System-Ressourcen auf das Pollen externer Seiten, wenn Konten nicht mehr benutzt werden. 0 eingeben für kein Limit."
+
+#: mod/admin.php:1381
+msgid "Allowed friend domains"
+msgstr "Erlaubte Domains für Kontakte"
+
+#: mod/admin.php:1381
+msgid ""
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr "Liste der Domains, die für Kontakte erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben."
+
+#: mod/admin.php:1382
+msgid "Allowed email domains"
+msgstr "Erlaubte Domains für E-Mails"
+
+#: mod/admin.php:1382
+msgid ""
+"Comma separated list of domains which are allowed in email addresses for "
+"registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains"
+msgstr "Liste der Domains, die für E-Mail-Adressen bei der Registrierung erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben."
 
-#: mod/lostpass.php:136 src/Module/Login.php:326
-msgid "Password Reset"
-msgstr "Passwort zurücksetzen"
+#: mod/admin.php:1383
+msgid "No OEmbed rich content"
+msgstr "OEmbed nicht verwenden"
 
-#: mod/lostpass.php:137
-msgid "Your password has been reset as requested."
-msgstr "Dein Passwort wurde wie gewünscht zurückgesetzt."
+#: mod/admin.php:1383
+msgid ""
+"Don't show the rich content (e.g. embedded PDF), except from the domains "
+"listed below."
+msgstr "Verhindert das Einbetten von reichhaltigen Inhalten (z.B. eingebettete PDF Dateien). Ausgenommen von dieser Regel werden Domänen die unten aufgeführt werden."
 
-#: mod/lostpass.php:138
-msgid "Your new password is"
-msgstr "Dein neues Passwort lautet"
+#: mod/admin.php:1384
+msgid "Allowed OEmbed domains"
+msgstr "Erlaubte OEmbed Domänen"
 
-#: mod/lostpass.php:139
-msgid "Save or copy your new password - and then"
-msgstr "Speichere oder kopiere Dein neues Passwort - und dann"
+#: mod/admin.php:1384
+msgid ""
+"Comma separated list of domains which oembed content is allowed to be "
+"displayed. Wildcards are accepted."
+msgstr "Komma separierte Liste von Domänen für die das einbetten reichhaltiger Inhalte erlaubt sind. Platzhalter können verwendet werden."
 
-#: mod/lostpass.php:140
-msgid "click here to login"
-msgstr "hier klicken, um Dich anzumelden"
+#: mod/admin.php:1385
+msgid "Block public"
+msgstr "Öffentlichen Zugriff blockieren"
 
-#: mod/lostpass.php:141
+#: mod/admin.php:1385
 msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "Du kannst das Passwort in den <em>Einstellungen</em> ändern, sobald Du Dich erfolgreich angemeldet hast."
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "Klicken, um öffentlichen Zugriff auf sonst öffentliche Profile zu blockieren, wenn man nicht eingeloggt ist."
 
-#: mod/lostpass.php:149
-#, php-format
+#: mod/admin.php:1386
+msgid "Force publish"
+msgstr "Erzwinge Veröffentlichung"
+
+#: mod/admin.php:1386
 msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tYour password has been changed as requested. Please retain this\n"
-"\t\t\tinformation for your records (or change your password immediately to\n"
-"\t\t\tsomething that you will remember).\n"
-"\t\t"
-msgstr "\nHallo %1$s,\n\nDein Passwort wurde wie gewünscht geändert. Bitte bewahre diese Informationen gut auf (oder ändere Dein Passwort in eines, das Du Dir leicht merken kannst)."
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "Klicken, um Anzeige aller Profile dieses Servers im Verzeichnis zu erzwingen."
 
-#: mod/lostpass.php:155
-#, php-format
+#: mod/admin.php:1387
+msgid "Global directory URL"
+msgstr "URL des weltweiten Verzeichnisses"
+
+#: mod/admin.php:1387
 msgid ""
-"\n"
-"\t\t\tYour login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%1$s\n"
-"\t\t\tLogin Name:\t%2$s\n"
-"\t\t\tPassword:\t%3$s\n"
-"\n"
-"\t\t\tYou may change that password from your account settings page after logging in.\n"
-"\t\t"
-msgstr "\nDie Anmeldedaten sind die folgenden:\n\nAdresse der Seite: %1$s\nLogin Name: %2$s\nPasswort: %3$s\n\nDas Passwort kann und sollte in den Kontoeinstellungen nach der Anmeldung geändert werden."
+"URL to the global directory. If this is not set, the global directory is "
+"completely unavailable to the application."
+msgstr "URL des weltweiten Verzeichnisses. Wenn diese nicht gesetzt ist, ist das Verzeichnis für die Applikation nicht erreichbar."
 
-#: mod/lostpass.php:169
-#, php-format
-msgid "Your password has been changed at %s"
-msgstr "Auf %s wurde Dein Passwort geändert"
+#: mod/admin.php:1388
+msgid "Private posts by default for new users"
+msgstr "Private Beiträge als Standard für neue Nutzer"
 
-#: mod/register.php:99
+#: mod/admin.php:1388
 msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an Dich gesendet."
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
+msgstr "Die Standard-Zugriffsrechte für neue Nutzer werden so gesetzt, dass als Voreinstellung in die private Gruppe gepostet wird anstelle von öffentlichen Beiträgen."
 
-#: mod/register.php:103
-#, php-format
+#: mod/admin.php:1389
+msgid "Don't include post content in email notifications"
+msgstr "Inhalte von Beiträgen nicht in E-Mail-Benachrichtigungen versenden"
+
+#: mod/admin.php:1389
 msgid ""
-"Failed to send email message. Here your accout details:<br> login: %s<br> "
-"password: %s<br><br>You can change your password after login."
-msgstr "Versenden der E-Mail fehlgeschlagen. Hier sind Deine Account Details:\n\nLogin: %s\nPasswort: %s\n\nDu kannst das Passwort nach dem Anmelden ändern."
+"Don't include the content of a post/comment/private message/etc. in the "
+"email notifications that are sent out from this site, as a privacy measure."
+msgstr "Inhalte von Beiträgen/Kommentaren/privaten Nachrichten/usw., zum Datenschutz nicht in E-Mail-Benachrichtigungen einbinden."
 
-#: mod/register.php:110
-msgid "Registration successful."
-msgstr "Registrierung erfolgreich."
+#: mod/admin.php:1390
+msgid "Disallow public access to addons listed in the apps menu."
+msgstr "Öffentlichen Zugriff auf Addons im Apps Menü verbieten."
 
-#: mod/register.php:115
-msgid "Your registration can not be processed."
-msgstr "Deine Registrierung konnte nicht verarbeitet werden."
+#: mod/admin.php:1390
+msgid ""
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
+msgstr "Wenn ausgewählt werden die im Apps Menü aufgeführten Addons nur angemeldeten Nutzern der Seite zur Verfügung gestellt."
 
-#: mod/register.php:162
-msgid "Your registration is pending approval by the site owner."
-msgstr "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden."
+#: mod/admin.php:1391
+msgid "Don't embed private images in posts"
+msgstr "Private Bilder nicht in Beiträgen einbetten."
 
-#: mod/register.php:220
+#: mod/admin.php:1391
 msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking 'Register'."
-msgstr "Du kannst dieses Formular auch (optional) mit Deiner OpenID ausfüllen, indem Du Deine OpenID angibst und 'Registrieren' klickst."
+"Don't replace locally-hosted private photos in posts with an embedded copy "
+"of the image. This means that contacts who receive posts containing private "
+"photos will have to authenticate and load each image, which may take a "
+"while."
+msgstr "Ersetze lokal gehostete private Fotos in Beiträgen nicht mit einer eingebetteten Kopie des Bildes. Dies bedeutet, dass Kontakte, die Beiträge mit privaten Fotos erhalten sich zunächst auf den jeweiligen Servern authentifizieren müssen bevor die Bilder geladen und angezeigt werden, was eine gewisse Zeit dauert."
 
-#: mod/register.php:221
+#: mod/admin.php:1392
+msgid "Allow Users to set remote_self"
+msgstr "Nutzern erlauben das remote_self Flag zu setzen"
+
+#: mod/admin.php:1392
 msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
-msgstr "Wenn Du nicht mit OpenID vertraut bist, lass dieses Feld bitte leer und fülle die restlichen Felder aus."
+"With checking this, every user is allowed to mark every contact as a "
+"remote_self in the repair contact dialog. Setting this flag on a contact "
+"causes mirroring every posting of that contact in the users stream."
+msgstr "Ist dies ausgewählt kann jeder Nutzer jeden seiner Kontakte als remote_self (entferntes Konto) im Kontakt reparieren Dialog markieren. Nach dem setzten dieses Flags werden alle Top-Level Beiträge dieser Kontakte automatisch in den Stream dieses Nutzers gepostet."
 
-#: mod/register.php:222
-msgid "Your OpenID (optional): "
-msgstr "Deine OpenID (optional): "
+#: mod/admin.php:1393
+msgid "Block multiple registrations"
+msgstr "Unterbinde Mehrfachregistrierung"
 
-#: mod/register.php:234
-msgid "Include your profile in member directory?"
-msgstr "Soll Dein Profil im Nutzerverzeichnis angezeigt werden?"
+#: mod/admin.php:1393
+msgid "Disallow users to register additional accounts for use as pages."
+msgstr "Benutzern nicht erlauben, weitere Konten für Organisationsseiten o.ä. mit der gleichen E-Mail Adresse anzulegen, um diese als ."
 
-#: mod/register.php:259
-msgid "Note for the admin"
-msgstr "Hinweis für den Admin"
+#: mod/admin.php:1394
+msgid "OpenID support"
+msgstr "OpenID Unterstützung"
 
-#: mod/register.php:259
-msgid "Leave a message for the admin, why you want to join this node"
-msgstr "Hinterlasse eine Nachricht an den Admin, warum du einen Account auf dieser Instanz haben möchtest."
+#: mod/admin.php:1394
+msgid "OpenID support for registration and logins."
+msgstr "OpenID-Unterstützung für Registrierung und Login."
 
-#: mod/register.php:260
-msgid "Membership on this site is by invitation only."
-msgstr "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich."
+#: mod/admin.php:1395
+msgid "Fullname check"
+msgstr "Namen auf Vollständigkeit überprüfen"
 
-#: mod/register.php:261
-msgid "Your invitation code: "
-msgstr "Dein Ein­la­dungs­code"
+#: mod/admin.php:1395
+msgid ""
+"Force users to register with a space between firstname and lastname in Full "
+"name, as an antispam measure"
+msgstr "Leerzeichen zwischen Vor- und Nachname im vollständigen Namen erzwingen, um SPAM zu vermeiden."
 
-#: mod/register.php:264 mod/admin.php:1348
-msgid "Registration"
-msgstr "Registrierung"
+#: mod/admin.php:1396
+msgid "Community pages for visitors"
+msgstr "Für Besucher verfügbare Gemeinschaftsseite"
 
-#: mod/register.php:270
-msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
-msgstr "Dein vollständiger Name (z.B. Hans Mustermann, echt oder echt erscheinend):"
+#: mod/admin.php:1396
+msgid ""
+"Which community pages should be available for visitors. Local users always "
+"see both pages."
+msgstr "Welche Gemeinschaftsseiten sollen für Besucher dieses Knotens verfügbar sein? Lokale Nutzer können grundsätzlich beide Gemeinschaftsseiten verwenden."
 
-#: mod/register.php:271
+#: mod/admin.php:1397
+msgid "Posts per user on community page"
+msgstr "Anzahl der Beiträge pro Benutzer auf der Gemeinschaftsseite"
+
+#: mod/admin.php:1397
 msgid ""
-"Your Email Address: (Initial information will be send there, so this has to "
-"be an existing address.)"
-msgstr "Deine E-Mail Adresse (Informationen zur Registrierung werden an diese Adresse gesendet, darum muss sie existieren.)"
+"The maximum number of posts per user on the community page. (Not valid for "
+"'Global Community')"
+msgstr "Die Anzahl der Beiträge die von jedem Nutzer maximal auf der Gemeinschaftsseite angezeigt werden sollen. Dieser Parameter wird nicht für die Globale Gemeinschaftsseite genutzt."
 
-#: mod/register.php:273 mod/settings.php:1201
-msgid "New Password:"
-msgstr "Neues Passwort:"
+#: mod/admin.php:1398
+msgid "Enable OStatus support"
+msgstr "OStatus Unterstützung aktivieren"
 
-#: mod/register.php:273
-msgid "Leave empty for an auto generated password."
-msgstr "Leer lassen um das Passwort automatisch zu generieren."
+#: mod/admin.php:1398
+msgid ""
+"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
+"communications in OStatus are public, so privacy warnings will be "
+"occasionally displayed."
+msgstr "Biete die eingebaute OStatus (iStatusNet, GNU Social, etc.) Unterstützung an. Jede Kommunikation in OStatus ist öffentlich, Privatsphäre Warnungen werden nur bei Bedarf angezeigt."
 
-#: mod/register.php:274 mod/settings.php:1202
-msgid "Confirm:"
-msgstr "Bestätigen:"
+#: mod/admin.php:1399
+msgid "Only import OStatus threads from our contacts"
+msgstr "Nur OStatus Konversationen unserer Kontakte importieren"
 
-#: mod/register.php:275
-#, php-format
+#: mod/admin.php:1399
 msgid ""
-"Choose a profile nickname. This must begin with a text character. Your "
-"profile address on this site will then be '<strong>nickname@%s</strong>'."
-msgstr "Wähle einen Spitznamen für Dein Profil. Dieser muss mit einem Buchstaben beginnen. Die Adresse Deines Profils auf dieser Seite wird '<strong>spitzname@%s</strong>' sein."
+"Normally we import every content from our OStatus contacts. With this option"
+" we only store threads that are started by a contact that is known on our "
+"system."
+msgstr "Normalerweise werden alle Inhalte von OStatus Kontakten importiert. Mit dieser Option werden nur solche Konversationen gespeichert, die von Kontakten der Nutzer dieses Knotens gestartet wurden."
 
-#: mod/register.php:276
-msgid "Choose a nickname: "
-msgstr "Spitznamen wählen: "
+#: mod/admin.php:1400
+msgid "OStatus support can only be enabled if threading is enabled."
+msgstr "OStatus Unterstützung kann nur aktiviert werden wenn \"Threading\" aktiviert ist. "
 
-#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283
-msgid "Register"
-msgstr "Registrieren"
+#: mod/admin.php:1402
+msgid ""
+"Diaspora support can't be enabled because Friendica was installed into a sub"
+" directory."
+msgstr "Diaspora Unterstützung kann nicht aktiviert werden da Friendica in ein Unterverzeichnis installiert ist."
 
-#: mod/register.php:286
-msgid "Import your profile to this friendica instance"
-msgstr "Importiere Dein Profil auf diese Friendica Instanz"
+#: mod/admin.php:1403
+msgid "Enable Diaspora support"
+msgstr "Diaspora Unterstützung aktivieren"
 
-#: mod/admin.php:106
-msgid "Theme settings updated."
-msgstr "Themeneinstellungen aktualisiert."
+#: mod/admin.php:1403
+msgid "Provide built-in Diaspora network compatibility."
+msgstr "Verwende die eingebaute Diaspora-Verknüpfung."
 
-#: mod/admin.php:179 src/Content/Nav.php:174
-msgid "Information"
-msgstr "Information"
+#: mod/admin.php:1404
+msgid "Only allow Friendica contacts"
+msgstr "Nur Friendica-Kontakte erlauben"
 
-#: mod/admin.php:180
-msgid "Overview"
-msgstr "Übersicht"
+#: mod/admin.php:1404
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
+msgstr "Alle Kontakte müssen das Friendica Protokoll nutzen. Alle anderen Kommunikationsprotokolle werden deaktiviert."
 
-#: mod/admin.php:181 mod/admin.php:718
-msgid "Federation Statistics"
-msgstr "Föderation Statistik"
+#: mod/admin.php:1405
+msgid "Verify SSL"
+msgstr "SSL Überprüfen"
 
-#: mod/admin.php:182
-msgid "Configuration"
-msgstr "Konfiguration"
+#: mod/admin.php:1405
+msgid ""
+"If you wish, you can turn on strict certificate checking. This will mean you"
+" cannot connect (at all) to self-signed SSL sites."
+msgstr "Wenn gewollt, kann man hier eine strenge Zertifikatkontrolle einstellen. Das bedeutet, dass man zu keinen Seiten mit selbst unterzeichnetem SSL eine Verbindung herstellen kann."
 
-#: mod/admin.php:183 mod/admin.php:1345
-msgid "Site"
-msgstr "Seite"
+#: mod/admin.php:1406
+msgid "Proxy user"
+msgstr "Proxy Nutzer"
 
-#: mod/admin.php:184 mod/admin.php:1273 mod/admin.php:1788 mod/admin.php:1804
-msgid "Users"
-msgstr "Nutzer"
+#: mod/admin.php:1407
+msgid "Proxy URL"
+msgstr "Proxy URL"
 
-#: mod/admin.php:185 mod/admin.php:1904 mod/admin.php:1964 mod/settings.php:86
-msgid "Addons"
-msgstr "Addons"
+#: mod/admin.php:1408
+msgid "Network timeout"
+msgstr "Netzwerk Wartezeit"
 
-#: mod/admin.php:186 mod/admin.php:2173 mod/admin.php:2217
-msgid "Themes"
-msgstr "Themen"
+#: mod/admin.php:1408
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "Der Wert ist in Sekunden. Setze 0 für unbegrenzt (nicht empfohlen)."
 
-#: mod/admin.php:187 mod/settings.php:64
-msgid "Additional features"
-msgstr "Zusätzliche Features"
+#: mod/admin.php:1409
+msgid "Maximum Load Average"
+msgstr "Maximum Load Average"
 
-#: mod/admin.php:189
-msgid "Database"
-msgstr "Datenbank"
+#: mod/admin.php:1409
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr "Maximale Systemlast bevor Verteil- und Empfangsprozesse verschoben werden - Standard 50"
 
-#: mod/admin.php:190
-msgid "DB updates"
-msgstr "DB Updates"
+#: mod/admin.php:1410
+msgid "Maximum Load Average (Frontend)"
+msgstr "Maximum Load Average (Frontend)"
 
-#: mod/admin.php:191 mod/admin.php:753
-msgid "Inspect Queue"
-msgstr "Warteschlange Inspizieren"
+#: mod/admin.php:1410
+msgid "Maximum system load before the frontend quits service - default 50."
+msgstr "Maximale Systemlast bevor Vordergrundprozesse pausiert werden - Standard 50."
 
-#: mod/admin.php:192
-msgid "Tools"
-msgstr "Werkzeuge"
+#: mod/admin.php:1411
+msgid "Minimal Memory"
+msgstr "Minimaler Speicher"
 
-#: mod/admin.php:193
-msgid "Contact Blocklist"
-msgstr "Kontakt Sperrliste"
+#: mod/admin.php:1411
+msgid ""
+"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
+"default 0 (deactivated)."
+msgstr "Minimal freier Speicher in MB für den Worker Prozess. Benötigt Zugriff auf /proc/meminfo - Standardwert ist 0 (deaktiviert)"
 
-#: mod/admin.php:194 mod/admin.php:362
-msgid "Server Blocklist"
-msgstr "Server Blockliste"
+#: mod/admin.php:1412
+msgid "Maximum table size for optimization"
+msgstr "Maximale Tabellengröße zur Optimierung"
 
-#: mod/admin.php:195 mod/admin.php:521
-msgid "Delete Item"
-msgstr "Eintrag löschen"
+#: mod/admin.php:1412
+msgid ""
+"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
+"Enter -1 to disable it."
+msgstr "Maximale Tabellengröße (in MB) für die automatische Optimierung - Standard 100 MB. Gib -1 für Deaktivierung ein."
 
-#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2291
-msgid "Logs"
-msgstr "Protokolle"
+#: mod/admin.php:1413
+msgid "Minimum level of fragmentation"
+msgstr "Minimaler Fragmentationsgrad"
 
-#: mod/admin.php:198 mod/admin.php:2358
-msgid "View Logs"
-msgstr "Protokolle anzeigen"
+#: mod/admin.php:1413
+msgid ""
+"Minimum fragmenation level to start the automatic optimization - default "
+"value is 30%."
+msgstr "Minimales Fragmentationsgrad von Datenbanktabellen um die automatische Optimierung einzuleiten - Standardwert ist 30%"
 
-#: mod/admin.php:200
-msgid "Diagnostics"
-msgstr "Diagnostik"
+#: mod/admin.php:1415
+msgid "Periodical check of global contacts"
+msgstr "Regelmäßig globale Kontakte überprüfen"
 
-#: mod/admin.php:201
-msgid "PHP Info"
-msgstr "PHP Info"
+#: mod/admin.php:1415
+msgid ""
+"If enabled, the global contacts are checked periodically for missing or "
+"outdated data and the vitality of the contacts and servers."
+msgstr "Wenn diese Option aktiviert ist, werden die globalen Kontakte regelmäßig auf fehlende oder veraltete Daten sowie auf Erreichbarkeit des Kontakts und des Servers überprüft."
 
-#: mod/admin.php:202
-msgid "probe address"
-msgstr "Adresse untersuchen"
+#: mod/admin.php:1416
+msgid "Days between requery"
+msgstr "Tage zwischen erneuten Abfragen"
 
-#: mod/admin.php:203
-msgid "check webfinger"
-msgstr "Webfinger überprüfen"
+#: mod/admin.php:1416
+msgid "Number of days after which a server is requeried for his contacts."
+msgstr "Legt das Abfrageintervall fest, nachdem ein Server erneut nach Kontakten abgefragt werden soll."
 
-#: mod/admin.php:222 src/Content/Nav.php:217
-msgid "Admin"
-msgstr "Administration"
+#: mod/admin.php:1417
+msgid "Discover contacts from other servers"
+msgstr "Neue Kontakte auf anderen Servern entdecken"
 
-#: mod/admin.php:223
-msgid "Addon Features"
-msgstr "Addon Features"
+#: mod/admin.php:1417
+msgid ""
+"Periodically query other servers for contacts. You can choose between "
+"'users': the users on the remote system, 'Global Contacts': active contacts "
+"that are known on the system. The fallback is meant for Redmatrix servers "
+"and older friendica servers, where global contacts weren't available. The "
+"fallback increases the server load, so the recommened setting is 'Users, "
+"Global Contacts'."
+msgstr "Regelmäßig andere Server nach potentiellen Kontakten absuchen. Du kannst zwischen 'Nutzern', den tatsächlichen Nutzern des anderen Systems und 'globalen Kontakten', aktiven Kontakten die auf dem System bekannt sind, wählen. Der Fallback-Mechanismus ist für ältere Friendica und Redmatrix Server gedacht, bei denen globale Kontakte noch nicht verfügbar sind. Durch den Fallbackmodus entsteht auf deinem Server eine wesentlich höhere Last, empfohlen wird der Modus 'Nutzer, globale Kontakte'."
 
-#: mod/admin.php:224
-msgid "User registrations waiting for confirmation"
-msgstr "Nutzeranmeldungen die auf Bestätigung warten"
+#: mod/admin.php:1418
+msgid "Timeframe for fetching global contacts"
+msgstr "Zeitfenster für globale Kontakte"
 
-#: mod/admin.php:301 mod/admin.php:361 mod/admin.php:478 mod/admin.php:520
-#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1344
-#: mod/admin.php:1787 mod/admin.php:1903 mod/admin.php:1963 mod/admin.php:2172
-#: mod/admin.php:2216 mod/admin.php:2290 mod/admin.php:2357
-msgid "Administration"
-msgstr "Administration"
+#: mod/admin.php:1418
+msgid ""
+"When the discovery is activated, this value defines the timeframe for the "
+"activity of the global contacts that are fetched from other servers."
+msgstr "Wenn die Entdeckung neuer Kontakte aktiv ist, definiert dieses Zeitfenster den Zeitraum in dem globale Kontakte als aktiv gelten und von anderen Servern importiert werden."
 
-#: mod/admin.php:303
-msgid "Display Terms of Service"
-msgstr "Nutzungsbedingungen anzeigen"
+#: mod/admin.php:1419
+msgid "Search the local directory"
+msgstr "Lokales Verzeichnis durchsuchen"
 
-#: mod/admin.php:303
+#: mod/admin.php:1419
 msgid ""
-"Enable the Terms of Service page. If this is enabled a link to the terms "
-"will be added to the registration form and the general information page."
-msgstr "Aktiviert die Seite für die Nutzungsbedingungen. Ist dies der Fall werden sie auch von der Registrierungsseite und der allgemeinen Informationsseite verlinkt."
+"Search the local directory instead of the global directory. When searching "
+"locally, every search will be executed on the global directory in the "
+"background. This improves the search results when the search is repeated."
+msgstr "Suche im lokalen Verzeichnis anstelle des globalen Verzeichnisses durchführen. Jede Suche wird im Hintergrund auch im globalen Verzeichnis durchgeführt um die Suchresultate zu verbessern, wenn diese Suche wiederholt wird."
 
-#: mod/admin.php:304
-msgid "Display Privacy Statement"
-msgstr "Datenschutzerklärung anzeigen"
+#: mod/admin.php:1421
+msgid "Publish server information"
+msgstr "Server Informationen veröffentlichen"
 
-#: mod/admin.php:304
-#, php-format
+#: mod/admin.php:1421
 msgid ""
-"Show some informations regarding the needed information to operate the node "
-"according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
-msgstr "Zeige Informationen über die zum Betrieb der Seite notwendigen personenbezogenen Daten an, wie es z.B. die <a href=\"%s\" target=\"_blank\">EU-DSGVO</a> verlangt."
+"If enabled, general server and usage data will be published. The data "
+"contains the name and version of the server, number of users with public "
+"profiles, number of posts and the activated protocols and connectors. See <a"
+" href='http://the-federation.info/'>the-federation.info</a> for details."
+msgstr "Wenn aktiviert, werden allgemeine Informationen über den Server und Nutzungsdaten veröffentlicht. Die Daten beinhalten den Namen sowie die Version des Servers, die Anzahl der Personen mit öffentlichen Profilen, die Anzahl der Beiträge sowie aktivierte Protokolle und Connectoren. Für Details bitte <a href='http://the-federation.info/'>the-federation.info</a> aufrufen."
 
-#: mod/admin.php:305
-msgid "The Terms of Service"
-msgstr "Die Nutzungsbedingungen"
+#: mod/admin.php:1423
+msgid "Check upstream version"
+msgstr "Suche nach Updates"
 
-#: mod/admin.php:305
+#: mod/admin.php:1423
 msgid ""
-"Enter the Terms of Service for your node here. You can use BBCode. Headers "
-"of sections should be [h2] and below."
-msgstr "Füge hier die Nutzungsbedingungen deines Knotens ein. Du kannst BBCode zur Formatierung verwenden. Überschriften sollten [h2] oder darunter sein."
+"Enables checking for new Friendica versions at github. If there is a new "
+"version, you will be informed in the admin panel overview."
+msgstr "Wenn diese Option aktiviert ist wird regelmäßig nach neuen Friendica Versionen auf github überprüft. Wenn es eine neue Version gibt, wird dies auf der Übersichtsseite im Admin-Panel angezeigt."
 
-#: mod/admin.php:353
-msgid "The blocked domain"
-msgstr "Die blockierte Domain"
+#: mod/admin.php:1424
+msgid "Suppress Tags"
+msgstr "Tags Unterdrücken"
 
-#: mod/admin.php:354 mod/admin.php:367
-msgid "The reason why you blocked this domain."
-msgstr "Die Begründung warum du diese Domain blockiert hast."
+#: mod/admin.php:1424
+msgid "Suppress showing a list of hashtags at the end of the posting."
+msgstr "Unterdrückt die Anzeige von Tags am Ende eines Beitrags."
+
+#: mod/admin.php:1425
+msgid "Path to item cache"
+msgstr "Pfad zum Eintrag Cache"
 
-#: mod/admin.php:355
-msgid "Delete domain"
-msgstr "Domain löschen"
+#: mod/admin.php:1425
+msgid "The item caches buffers generated bbcode and external images."
+msgstr "Im Item-Cache werden externe Bilder und geparster BBCode zwischen gespeichert."
 
-#: mod/admin.php:355
-msgid "Check to delete this entry from the blocklist"
-msgstr "Markieren, um diesen Eintrag von der Blocklist zu entfernen"
+#: mod/admin.php:1426
+msgid "Cache duration in seconds"
+msgstr "Cache-Dauer in Sekunden"
 
-#: mod/admin.php:363
+#: mod/admin.php:1426
 msgid ""
-"This page can be used to define a black list of servers from the federated "
-"network that are not allowed to interact with your node. For all entered "
-"domains you should also give a reason why you have blocked the remote "
-"server."
-msgstr "Auf dieser Seite kannst du die Liste der blockierten Domains aus dem föderalen Netzwerk verwalten, denen es untersagt ist mit deinem Knoten zu interagieren. Für jede der blockierten Domains musst du außerdem einen Grund für die Sperrung angeben."
+"How long should the cache files be hold? Default value is 86400 seconds (One"
+" day). To disable the item cache, set the value to -1."
+msgstr "Wie lange sollen die gecachedten Dateien vorgehalten werden? Grundeinstellung sind 86400 Sekunden (ein Tag). Um den Item Cache zu deaktivieren, setze diesen Wert auf -1."
 
-#: mod/admin.php:364
-msgid ""
-"The list of blocked servers will be made publically available on the "
-"/friendica page so that your users and people investigating communication "
-"problems can find the reason easily."
-msgstr "Die Liste der blockierten Domains wird auf der /friendica Seite öffentlich einsehbar gemacht, damit deine Nutzer und Personen die Kommunikationsprobleme erkunden, die Ursachen einfach finden können."
+#: mod/admin.php:1427
+msgid "Maximum numbers of comments per post"
+msgstr "Maximale Anzahl von Kommentaren pro Beitrag"
 
-#: mod/admin.php:365
-msgid "Add new entry to block list"
-msgstr "Neuen Eintrag in die Blockliste"
+#: mod/admin.php:1427
+msgid "How much comments should be shown for each post? Default value is 100."
+msgstr "Wie viele Kommentare sollen pro Beitrag angezeigt werden? Standardwert sind 100."
 
-#: mod/admin.php:366
-msgid "Server Domain"
-msgstr "Domain des Servers"
+#: mod/admin.php:1428
+msgid "Temp path"
+msgstr "Temp Pfad"
 
-#: mod/admin.php:366
+#: mod/admin.php:1428
 msgid ""
-"The domain of the new server to add to the block list. Do not include the "
-"protocol."
-msgstr "Der Domain-Name des Servers der geblockt werden soll. Gib das Protokoll nicht mit an!"
+"If you have a restricted system where the webserver can't access the system "
+"temp path, enter another path here."
+msgstr "Solltest du ein eingeschränktes System haben, auf dem der Webserver nicht auf das temp Verzeichnis des Systems zugreifen kann, setze hier einen anderen Pfad."
 
-#: mod/admin.php:367
-msgid "Block reason"
-msgstr "Begründung der Blockierung"
+#: mod/admin.php:1429
+msgid "Base path to installation"
+msgstr "Basis-Pfad zur Installation"
 
-#: mod/admin.php:368
-msgid "Add Entry"
-msgstr "Eintrag hinzufügen"
+#: mod/admin.php:1429
+msgid ""
+"If the system cannot detect the correct path to your installation, enter the"
+" correct path here. This setting should only be set if you are using a "
+"restricted system and symbolic links to your webroot."
+msgstr "Falls das System nicht den korrekten Pfad zu deiner Installation gefunden hat, gib den richtigen Pfad bitte hier ein. Du solltest hier den Pfad nur auf einem eingeschränkten System angeben müssen, bei dem du mit symbolischen Links auf dein Webverzeichnis verweist."
 
-#: mod/admin.php:369
-msgid "Save changes to the blocklist"
-msgstr "Änderungen der Blockliste speichern"
+#: mod/admin.php:1430
+msgid "Disable picture proxy"
+msgstr "Bilder Proxy deaktivieren"
 
-#: mod/admin.php:370
-msgid "Current Entries in the Blocklist"
-msgstr "Aktuelle Einträge der Blockliste"
+#: mod/admin.php:1430
+msgid ""
+"The picture proxy increases performance and privacy. It shouldn't be used on"
+" systems with very low bandwith."
+msgstr "Der Proxy für Bilder verbessert die Leistung und Privatsphäre der Nutzer. Er sollte nicht auf Systemen verwendet werden, die nur über begrenzte Bandbreite verfügen."
 
-#: mod/admin.php:373
-msgid "Delete entry from blocklist"
-msgstr "Eintrag von der Blockliste entfernen"
+#: mod/admin.php:1431
+msgid "Only search in tags"
+msgstr "Nur in Tags suchen"
 
-#: mod/admin.php:376
-msgid "Delete entry from blocklist?"
-msgstr "Eintrag von der Blockliste entfernen?"
+#: mod/admin.php:1431
+msgid "On large systems the text search can slow down the system extremely."
+msgstr "Auf großen Knoten kann die Volltext-Suche das System ausbremsen."
 
-#: mod/admin.php:402
-msgid "Server added to blocklist."
-msgstr "Server zur Blockliste hinzugefügt."
+#: mod/admin.php:1433
+msgid "New base url"
+msgstr "Neue Basis-URL"
 
-#: mod/admin.php:418
-msgid "Site blocklist updated."
-msgstr "Blockliste aktualisiert."
+#: mod/admin.php:1433
+msgid ""
+"Change base url for this server. Sends relocate message to all Friendica and"
+" Diaspora* contacts of all users."
+msgstr "Ändert die Basis-URL dieses Servers und sendet eine Umzugsmitteilung an alle Friendica und Diaspora* Kontakte deiner NutzerInnen."
 
-#: mod/admin.php:441 src/Core/Console/GlobalCommunityBlock.php:72
-msgid "The contact has been blocked from the node"
-msgstr "Der Kontakt wurde von diesem Knoten geblockt"
+#: mod/admin.php:1435
+msgid "RINO Encryption"
+msgstr "RINO Verschlüsselung"
 
-#: mod/admin.php:443 src/Core/Console/GlobalCommunityBlock.php:69
-#, php-format
-msgid "Could not find any contact entry for this URL (%s)"
-msgstr "Für die URL (%s) konnte kein Kontakt gefunden werden"
+#: mod/admin.php:1435
+msgid "Encryption layer between nodes."
+msgstr "Verschlüsselung zwischen Friendica Instanzen"
 
-#: mod/admin.php:450
-#, php-format
-msgid "%s contact unblocked"
-msgid_plural "%s contacts unblocked"
-msgstr[0] "%sKontakt wieder freigegeben"
-msgstr[1] "%sKontakte wieder freigegeben"
+#: mod/admin.php:1435
+msgid "Enabled"
+msgstr "Aktiv"
 
-#: mod/admin.php:479
-msgid "Remote Contact Blocklist"
-msgstr "Sperrliste entfernter Kontakte"
+#: mod/admin.php:1437
+msgid "Maximum number of parallel workers"
+msgstr "Maximale Anzahl parallel laufender Worker"
 
-#: mod/admin.php:480
+#: mod/admin.php:1437
 msgid ""
-"This page allows you to prevent any message from a remote contact to reach "
-"your node."
-msgstr "Auf dieser Seite kannst du Accounts von anderen Knoten blockieren und damit verhindern, dass ihre Beiträge von deinem Knoten angenommen werden."
+"On shared hosters set this to 2. On larger systems, values of 10 are great. "
+"Default value is 4."
+msgstr "Wenn dein Knoten bei einem Shared Hoster ist, setzte diesen Wert auf 2. Auf größeren Systemen funktioniert ein Wert von 10 recht gut. Standardeinstellung sind 4."
 
-#: mod/admin.php:481
-msgid "Block Remote Contact"
-msgstr "Blockiere entfernten Kontakt"
+#: mod/admin.php:1438
+msgid "Don't use 'proc_open' with the worker"
+msgstr "'proc_open' nicht mit den Workern verwenden"
 
-#: mod/admin.php:482 mod/admin.php:1790
-msgid "select all"
-msgstr "Alle auswählen"
+#: mod/admin.php:1438
+msgid ""
+"Enable this if your system doesn't allow the use of 'proc_open'. This can "
+"happen on shared hosters. If this is enabled you should increase the "
+"frequency of worker calls in your crontab."
+msgstr "Aktiviere diese Option, wenn dein System die Verwendung von 'proc_open' verhindert. Dies könnte auf Shared Hostern der Fall sein. Wenn du diese Option aktivierst, solltest du die Frequenz der poller Aufrufe in deiner crontab erhöhen."
 
-#: mod/admin.php:483
-msgid "select none"
-msgstr "Auswahl aufheben"
+#: mod/admin.php:1439
+msgid "Enable fastlane"
+msgstr "Aktiviere Fastlane"
 
-#: mod/admin.php:486
-msgid "No remote contact is blocked from this node."
-msgstr "Derzeit werden keine Kontakte auf diesem Knoten blockiert."
+#: mod/admin.php:1439
+msgid ""
+"When enabed, the fastlane mechanism starts an additional worker if processes"
+" with higher priority are blocked by processes of lower priority."
+msgstr "Wenn aktiviert, wird der Fastlane-Mechanismus einen weiteren Worker-Prozeß starten wenn Prozesse mit höherer Priorität von Prozessen mit niedrigerer Priorität blockiert werden."
 
-#: mod/admin.php:488
-msgid "Blocked Remote Contacts"
-msgstr "Blockierte Kontakte von anderen Knoten"
+#: mod/admin.php:1440
+msgid "Enable frontend worker"
+msgstr "Aktiviere den Frontend Worker"
 
-#: mod/admin.php:489
-msgid "Block New Remote Contact"
-msgstr "Blockieren von weiteren Kontakten"
+#: mod/admin.php:1440
+#, php-format
+msgid ""
+"When enabled the Worker process is triggered when backend access is "
+"performed \\x28e.g. messages being delivered\\x29. On smaller sites you "
+"might want to call %s/worker on a regular basis via an external cron job. "
+"You should only enable this option if you cannot utilize cron/scheduled jobs"
+" on your server."
+msgstr "Ist diese Option aktiv, wird der Worker Prozess durch Aktionen am Frontend gestartet (z.B. wenn Nachrichten zugestellt werden). Auf kleineren Seiten sollte %s/worker regelmäßig, beispielsweise durch einen externen Cron Anbieter, aufgerufen werden. Du solltest dies Option nur dann aktivieren, wenn du keinen Cron Job auf deinem eigenen Server starten kannst."
 
-#: mod/admin.php:490
-msgid "Photo"
-msgstr "Foto:"
+#: mod/admin.php:1442
+msgid "Subscribe to relay"
+msgstr "Relais abonnieren"
 
-#: mod/admin.php:498
-#, php-format
-msgid "%s total blocked contact"
-msgid_plural "%s total blocked contacts"
-msgstr[0] "Insgesamt %s blockierter Kontakt"
-msgstr[1] "Insgesamt %s blockierte Kontakte"
+#: mod/admin.php:1442
+msgid ""
+"Enables the receiving of public posts from the relay. They will be included "
+"in the search, subscribed tags and on the global community page."
+msgstr "Aktiviert den Empfang von öffentlichen Beiträgen vom Relais-Server. Diese Beiträge werden in der Suche, den abonnierten Hashtags sowie der globalen Gemeinschaftsseite verfügbar sein."
 
-#: mod/admin.php:500
-msgid "URL of the remote contact to block."
-msgstr "Die URL des Kontakts, vom entfernten Server, der blockiert werden soll."
+#: mod/admin.php:1443
+msgid "Relay server"
+msgstr "Relais Server"
 
-#: mod/admin.php:522
-msgid "Delete this Item"
-msgstr "Diesen Eintrag löschen"
+#: mod/admin.php:1443
+msgid ""
+"Address of the relay server where public posts should be send to. For "
+"example https://relay.diasp.org"
+msgstr "Adresse des Relais Servers an den die öffentlichen Beiträge gesendet werden sollen. Zum Beispiel https://relay.diasp.org"
 
-#: mod/admin.php:523
+#: mod/admin.php:1444
+msgid "Direct relay transfer"
+msgstr "Direkte Relais Übertragung"
+
+#: mod/admin.php:1444
 msgid ""
-"On this page you can delete an item from your node. If the item is a top "
-"level posting, the entire thread will be deleted."
-msgstr "Auf dieser Seite kannst du Einträge von deinem Knoten löschen. Wenn der Eintrag der Anfang einer Diskussion ist, wird der gesamte Diskussionsverlauf gelöscht."
+"Enables the direct transfer to other servers without using the relay servers"
+msgstr "Aktiviert das direkte Verteilen an andere Server, ohne dass ein Relais Server verwendet wird."
 
-#: mod/admin.php:524
+#: mod/admin.php:1445
+msgid "Relay scope"
+msgstr "Geltungsbereich des Relais"
+
+#: mod/admin.php:1445
 msgid ""
-"You need to know the GUID of the item. You can find it e.g. by looking at "
-"the display URL. The last part of http://example.com/display/123456 is the "
-"GUID, here 123456."
-msgstr "Zur Löschung musst du die GUID des Eintrags kennen. Diese findest du z.B. durch die /display URL des Eintrags. Der letzte Teil der URL ist die GUID. Lautet die URL beispielsweise http://example.com/display/123456 ist die GUID 123456."
+"Can be 'all' or 'tags'. 'all' means that every public post should be "
+"received. 'tags' means that only posts with selected tags should be "
+"received."
+msgstr "Der Wert kann entweder 'Alle' oder 'Schlagwörter' sein. 'Alle' bedeutet, dass alle öffentliche Beiträge empfangen werden sollen. 'Schlagwörter' schränkt dem Empfang auf Beiträge ein, die bestimmte Schlagwörter beinhalten."
 
-#: mod/admin.php:525
-msgid "GUID"
-msgstr "GUID"
+#: mod/admin.php:1445
+msgid "all"
+msgstr "Alle"
+
+#: mod/admin.php:1445
+msgid "tags"
+msgstr "Schlagwörter"
 
-#: mod/admin.php:525
-msgid "The GUID of the item you want to delete."
-msgstr "Die GUID des zu löschenden Eintrags"
+#: mod/admin.php:1446
+msgid "Server tags"
+msgstr "Server Schlagworte"
 
-#: mod/admin.php:564
-msgid "Item marked for deletion."
-msgstr "Eintrag wurden zur Löschung markiert"
+#: mod/admin.php:1446
+msgid "Comma separated list of tags for the 'tags' subscription."
+msgstr "Liste von Schlagworten die abonniert werden sollen, mit Komma getrennt."
 
-#: mod/admin.php:635
-msgid "unknown"
-msgstr "Unbekannt"
+#: mod/admin.php:1447
+msgid "Allow user tags"
+msgstr "Verwende Schlagworte der Nutzer"
 
-#: mod/admin.php:711
+#: mod/admin.php:1447
 msgid ""
-"This page offers you some numbers to the known part of the federated social "
-"network your Friendica node is part of. These numbers are not complete but "
-"only reflect the part of the network your node is aware of."
-msgstr "Diese Seite präsentiert einige Zahlen zu dem bekannten Teil des föderalen sozialen Netzwerks, von dem deine Friendica Installation ein Teil ist. Diese Zahlen sind nicht absolut und reflektieren nur den Teil des Netzwerks, den dein Knoten kennt."
+"If enabled, the tags from the saved searches will used for the 'tags' "
+"subscription in addition to the 'relay_server_tags'."
+msgstr "Ist dies aktiviert, werden die Schlagwörter der gespeicherten Suchen zusätzlich zu den oben  definierten Server Schlagworte abonniert."
 
-#: mod/admin.php:712
-msgid ""
-"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
-"will improve the data displayed here."
-msgstr "Die Funktion um <em>Automatisch ein Kontaktverzeichnis erstellen</em> ist nicht aktiv. Es wird die hier angezeigten Daten verbessern."
+#: mod/admin.php:1475
+msgid "Update has been marked successful"
+msgstr "Update wurde als erfolgreich markiert"
 
-#: mod/admin.php:724
+#: mod/admin.php:1482
 #, php-format
-msgid ""
-"Currently this node is aware of %d nodes with %d registered users from the "
-"following platforms:"
-msgstr "Momentan kennt dieser Knoten %d Knoten mit insgesamt %d registrierten Nutzern, die die folgenden Plattformen verwenden:"
+msgid "Database structure update %s was successfully applied."
+msgstr "Das Update %s der Struktur der Datenbank wurde erfolgreich angewandt."
 
-#: mod/admin.php:755
-msgid "ID"
-msgstr "ID"
+#: mod/admin.php:1485
+#, php-format
+msgid "Executing of database structure update %s failed with error: %s"
+msgstr "Das Update %s der Struktur der Datenbank schlug mit folgender Fehlermeldung fehl: %s"
 
-#: mod/admin.php:756
-msgid "Recipient Name"
-msgstr "Empfänger Name"
+#: mod/admin.php:1498
+#, php-format
+msgid "Executing %s failed with error: %s"
+msgstr "Die Ausführung von %s schlug fehl. Fehlermeldung: %s"
 
-#: mod/admin.php:757
-msgid "Recipient Profile"
-msgstr "Empfänger Profil"
+#: mod/admin.php:1500
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "Update %s war erfolgreich."
 
-#: mod/admin.php:758 src/Core/NotificationsManager.php:178
-#: src/Content/Nav.php:178 view/theme/frio/theme.php:266
-msgid "Network"
-msgstr "Netzwerk"
+#: mod/admin.php:1503
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "Update %s hat keinen Status zurückgegeben. Unbekannter Status."
 
-#: mod/admin.php:759
-msgid "Created"
-msgstr "Erstellt"
+#: mod/admin.php:1506
+#, php-format
+msgid "There was no additional update function %s that needed to be called."
+msgstr "Es gab keine weitere Update-Funktion, die von %s ausgeführt werden musste."
 
-#: mod/admin.php:760
-msgid "Last Tried"
-msgstr "Zuletzt versucht"
+#: mod/admin.php:1526
+msgid "No failed updates."
+msgstr "Keine fehlgeschlagenen Updates."
 
-#: mod/admin.php:761
-msgid ""
-"This page lists the content of the queue for outgoing postings. These are "
-"postings the initial delivery failed for. They will be resend later and "
-"eventually deleted if the delivery fails permanently."
-msgstr "Auf dieser Seite werden die in der Warteschlange eingereihten Beiträge aufgelistet. Bei diesen Beiträgen schlug die erste Zustellung fehl. Es wird später wiederholt versucht die Beiträge zuzustellen, bis sie schließlich gelöscht werden."
+#: mod/admin.php:1527
+msgid "Check database structure"
+msgstr "Datenbank Struktur überprüfen"
 
-#: mod/admin.php:785
-#, php-format
-msgid ""
-"Your DB still runs with MyISAM tables. You should change the engine type to "
-"InnoDB. As Friendica will use InnoDB only features in the future, you should"
-" change this! See <a href=\"%s\">here</a> for a guide that may be helpful "
-"converting the table engines. You may also use the command <tt>php "
-"bin/console.php dbstructure toinnodb</tt> of your Friendica installation for"
-" an automatic conversion.<br />"
-msgstr "Deine DB verwendet derzeit noch MyISAM Tabellen. Du solltest die Datenbank Engine auf InnoDB umstellen, da Friendica in Zukunft InnoDB Features verwenden wird. Eine Anleitung zur Umstellung der Datenbank kannst du  <a href=\"%s\">hier</a>  finden. Du kannst außerdem mit dem Befehl <tt>php bin/console.php dbstructure toinnodb</tt> auf der Kommandozeile die Umstellung automatisch vornehmen lassen."
+#: mod/admin.php:1532
+msgid "Failed Updates"
+msgstr "Fehlgeschlagene Updates"
 
-#: mod/admin.php:792
-#, php-format
+#: mod/admin.php:1533
 msgid ""
-"There is a new version of Friendica available for download. Your current "
-"version is %1$s, upstream version is %2$s"
-msgstr "Es gibt eine neue Version von Friendica. Du verwendest derzeit die Version %1$s, die aktuelle Version ist %2$s."
+"This does not include updates prior to 1139, which did not return a status."
+msgstr "Ohne Updates vor 1139, da diese keinen Status zurückgegeben haben."
 
-#: mod/admin.php:802
-msgid ""
-"The database update failed. Please run \"php bin/console.php dbstructure "
-"update\" from the command line and have a look at the errors that might "
-"appear."
-msgstr "Das Update der Datenbank ist fehlgeschlagen. Bitte führe 'php bin/console.php dbstructure update' in der Kommandozeile aus und achte auf eventuell auftretende Fehlermeldungen."
+#: mod/admin.php:1534
+msgid "Mark success (if update was manually applied)"
+msgstr "Als erfolgreich markieren (falls das Update manuell installiert wurde)"
 
-#: mod/admin.php:808
-msgid "The worker was never executed. Please check your database structure!"
-msgstr "Der Hintergrundprozess (worker) wurde noch nie gestartet. Bitte überprüfe deine Datenbankstruktur."
+#: mod/admin.php:1535
+msgid "Attempt to execute this update step automatically"
+msgstr "Versuchen, diesen Schritt automatisch auszuführen"
 
-#: mod/admin.php:811
+#: mod/admin.php:1574
 #, php-format
 msgid ""
-"The last worker execution was on %s UTC. This is older than one hour. Please"
-" check your crontab settings."
-msgstr "Der Hintergrundprozess (worker) wurde zuletzt um %s UTC ausgeführt. Das war vor mehr als einer Stunde. Bitte überprüfe deine crontab Einstellungen."
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tthe administrator of %2$s has set up an account for you."
+msgstr "\nHallo %1$s,\n\nauf %2$s wurde ein Account für Dich angelegt."
 
-#: mod/admin.php:816 mod/admin.php:1739
-msgid "Normal Account"
-msgstr "Normales Konto"
+#: mod/admin.php:1577
+#, php-format
+msgid ""
+"\n"
+"\t\t\tThe login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%1$s\n"
+"\t\t\tLogin Name:\t\t%2$s\n"
+"\t\t\tPassword:\t\t%3$s\n"
+"\n"
+"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
+"\t\t\tin.\n"
+"\n"
+"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
+"\n"
+"\t\t\tYou may also wish to add some basic information to your default profile\n"
+"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
+"\n"
+"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
+"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
+"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
+"\t\t\tthan that.\n"
+"\n"
+"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
+"\t\t\tIf you are new and do not know anybody here, they may help\n"
+"\t\t\tyou to make some new and interesting friends.\n"
+"\n"
+"\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n"
+"\n"
+"\t\t\tThank you and welcome to %4$s."
+msgstr "\nNachfolgend die Anmelde-Details:\n\tAdresse der Seite:\t%1$s\n\tBenutzername:\t%2$s\n\tPasswort:\t%3$s\n\nDu kannst Dein Passwort unter \"Einstellungen\" ändern, sobald Du Dich\nangemeldet hast.\n\nBitte nimm Dir ein paar Minuten um die anderen Einstellungen auf dieser\nSeite zu kontrollieren.\n\nEventuell magst Du ja auch einige Informationen über Dich in Deinem\nProfil veröffentlichen, damit andere Leute Dich einfacher finden können.\nBearbeite hierfür einfach Dein Standard-Profil (über die Profil-Seite).\n\nWir empfehlen Dir, Deinen kompletten Namen anzugeben und ein zu Dir\npassendes Profilbild zu wählen, damit Dich alte Bekannte wieder finden.\nAußerdem ist es nützlich, wenn Du auf Deinem Profil Schlüsselwörter\nangibst. Das erleichtert es, Leute zu finden, die Deine Interessen teilen.\n\nWir respektieren Deine Privatsphäre - keine dieser Angaben ist nötig.\nWenn Du neu im Netzwerk bist und noch niemanden kennst, dann können sie\nallerdings dabei helfen, neue und interessante Kontakte zu knüpfen.\n\nSolltest du dein Nutzerkonto löschen wollen, kannst du dies unter %1$s/removeme  jederzeit tun.\n\nNun viel Spaß, gute Begegnungen und willkommen auf %4$s."
 
-#: mod/admin.php:817 mod/admin.php:1740
-msgid "Automatic Follower Account"
-msgstr "Automatisch folgendes Konto (Marktschreier)"
+#: mod/admin.php:1611 src/Model/User.php:663
+#, php-format
+msgid "Registration details for %s"
+msgstr "Details der Registration von %s"
 
-#: mod/admin.php:818 mod/admin.php:1741
-msgid "Public Forum Account"
-msgstr "Öffentliches Forum Konto"
+#: mod/admin.php:1621
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] "%s Benutzer geblockt/freigegeben"
+msgstr[1] "%s Benutzer geblockt/freigegeben"
 
-#: mod/admin.php:819 mod/admin.php:1742
-msgid "Automatic Friend Account"
-msgstr "Automatische Freunde Seite"
+#: mod/admin.php:1627
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%s Nutzer gelöscht"
+msgstr[1] "%s Nutzer gelöscht"
 
-#: mod/admin.php:820
-msgid "Blog Account"
-msgstr "Blog-Konto"
+#: mod/admin.php:1674
+#, php-format
+msgid "User '%s' deleted"
+msgstr "Nutzer '%s' gelöscht"
 
-#: mod/admin.php:821
-msgid "Private Forum Account"
-msgstr "Privates Forum Konto"
+#: mod/admin.php:1682
+#, php-format
+msgid "User '%s' unblocked"
+msgstr "Nutzer '%s' entsperrt"
 
-#: mod/admin.php:843
-msgid "Message queues"
-msgstr "Nachrichten-Warteschlangen"
+#: mod/admin.php:1682
+#, php-format
+msgid "User '%s' blocked"
+msgstr "Nutzer '%s' gesperrt"
 
-#: mod/admin.php:849
-msgid "Summary"
-msgstr "Zusammenfassung"
+#: mod/admin.php:1781 mod/admin.php:1793 mod/admin.php:1806 mod/admin.php:1824
+#: src/Content/ContactSelector.php:82
+msgid "Email"
+msgstr "E-Mail"
 
-#: mod/admin.php:851
-msgid "Registered users"
-msgstr "Registrierte Personen"
+#: mod/admin.php:1781 mod/admin.php:1806
+msgid "Register date"
+msgstr "Anmeldedatum"
 
-#: mod/admin.php:853
-msgid "Pending registrations"
-msgstr "Anstehende Anmeldungen"
+#: mod/admin.php:1781 mod/admin.php:1806
+msgid "Last login"
+msgstr "Letzte Anmeldung"
 
-#: mod/admin.php:854
-msgid "Version"
-msgstr "Version"
+#: mod/admin.php:1781 mod/admin.php:1806
+msgid "Last item"
+msgstr "Letzter Beitrag"
 
-#: mod/admin.php:859
-msgid "Active addons"
-msgstr "Aktivierte Addons"
+#: mod/admin.php:1781 mod/settings.php:55
+msgid "Account"
+msgstr "Nutzerkonto"
 
-#: mod/admin.php:890
-msgid "Can not parse base url. Must have at least <scheme>://<domain>"
-msgstr "Die Basis-URL konnte nicht analysiert werden. Sie muss mindestens aus <protokoll>://<domain> bestehen"
+#: mod/admin.php:1789
+msgid "Add User"
+msgstr "Nutzer hinzufügen"
+
+#: mod/admin.php:1791
+msgid "User registrations waiting for confirm"
+msgstr "Neuanmeldungen, die auf Deine Bestätigung warten"
 
-#: mod/admin.php:1209
-msgid "Site settings updated."
-msgstr "Seiteneinstellungen aktualisiert."
+#: mod/admin.php:1792
+msgid "User waiting for permanent deletion"
+msgstr "Nutzer wartet auf permanente Löschung"
 
-#: mod/admin.php:1236 mod/settings.php:905
-msgid "No special theme for mobile devices"
-msgstr "Kein spezielles Theme für mobile Geräte verwenden."
+#: mod/admin.php:1793
+msgid "Request date"
+msgstr "Anfragedatum"
 
-#: mod/admin.php:1265
-msgid "No community page"
-msgstr "Keine Gemeinschaftsseite"
+#: mod/admin.php:1794
+msgid "No registrations."
+msgstr "Keine Neuanmeldungen."
 
-#: mod/admin.php:1266
-msgid "Public postings from users of this site"
-msgstr "Öffentliche Beiträge von NutzerInnen dieser Seite"
+#: mod/admin.php:1795
+msgid "Note from the user"
+msgstr "Hinweis vom Nutzer"
 
-#: mod/admin.php:1267
-msgid "Public postings from the federated network"
-msgstr "Öffentliche Beiträge aus dem föderalen Netzwerk"
+#: mod/admin.php:1797
+msgid "Deny"
+msgstr "Verwehren"
 
-#: mod/admin.php:1268
-msgid "Public postings from local users and the federated network"
-msgstr "Öffentliche Beiträge von lokalen Nutzern und aus dem föderalen Netzwerk"
+#: mod/admin.php:1801
+msgid "Site admin"
+msgstr "Seitenadministrator"
 
-#: mod/admin.php:1274
-msgid "Users, Global Contacts"
-msgstr "Nutzer, globale Kontakte"
+#: mod/admin.php:1802
+msgid "Account expired"
+msgstr "Account ist abgelaufen"
 
-#: mod/admin.php:1275
-msgid "Users, Global Contacts/fallback"
-msgstr "Nutzer, globale Kontakte / Fallback"
+#: mod/admin.php:1805
+msgid "New User"
+msgstr "Neuer Nutzer"
 
-#: mod/admin.php:1279
-msgid "One month"
-msgstr "ein Monat"
+#: mod/admin.php:1806
+msgid "Deleted since"
+msgstr "Gelöscht seit"
 
-#: mod/admin.php:1280
-msgid "Three months"
-msgstr "drei Monate"
+#: mod/admin.php:1811
+msgid ""
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Die markierten Nutzer werden gelöscht!\\n\\nAlle Beiträge, die diese Nutzer auf dieser Seite veröffentlicht haben, werden permanent gelöscht!\\n\\nBist Du sicher?"
 
-#: mod/admin.php:1281
-msgid "Half a year"
-msgstr "ein halbes Jahr"
+#: mod/admin.php:1812
+msgid ""
+"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
+"site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Der Nutzer {0} wird gelöscht!\\n\\nAlles was dieser Nutzer auf dieser Seite veröffentlicht hat, wird permanent gelöscht!\\n\\nBist Du sicher?"
 
-#: mod/admin.php:1282
-msgid "One year"
-msgstr "ein Jahr"
+#: mod/admin.php:1822
+msgid "Name of the new user."
+msgstr "Name des neuen Nutzers"
 
-#: mod/admin.php:1287
-msgid "Multi user instance"
-msgstr "Mehrbenutzer Instanz"
+#: mod/admin.php:1823
+msgid "Nickname"
+msgstr "Spitzname"
 
-#: mod/admin.php:1310
-msgid "Closed"
-msgstr "Geschlossen"
+#: mod/admin.php:1823
+msgid "Nickname of the new user."
+msgstr "Spitznamen für den neuen Nutzer"
 
-#: mod/admin.php:1311
-msgid "Requires approval"
-msgstr "Bedarf der Zustimmung"
+#: mod/admin.php:1824
+msgid "Email address of the new user."
+msgstr "Email Adresse des neuen Nutzers"
 
-#: mod/admin.php:1312
-msgid "Open"
-msgstr "Offen"
+#: mod/admin.php:1866
+#, php-format
+msgid "Addon %s disabled."
+msgstr "Addon %s ausgeschaltet."
 
-#: mod/admin.php:1316
-msgid "No SSL policy, links will track page SSL state"
-msgstr "Keine SSL Richtlinie, Links werden das verwendete Protokoll beibehalten"
+#: mod/admin.php:1870
+#, php-format
+msgid "Addon %s enabled."
+msgstr "Addon %s eingeschaltet."
 
-#: mod/admin.php:1317
-msgid "Force all links to use SSL"
-msgstr "SSL für alle Links erzwingen"
+#: mod/admin.php:1880 mod/admin.php:2129
+msgid "Disable"
+msgstr "Ausschalten"
 
-#: mod/admin.php:1318
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
-msgstr "Selbst-unterzeichnetes Zertifikat, SSL nur für lokale Links verwenden (nicht empfohlen)"
+#: mod/admin.php:1883 mod/admin.php:2132
+msgid "Enable"
+msgstr "Einschalten"
 
-#: mod/admin.php:1322
-msgid "Don't check"
-msgstr "Nicht überprüfen"
+#: mod/admin.php:1905 mod/admin.php:2174
+msgid "Toggle"
+msgstr "Umschalten"
 
-#: mod/admin.php:1323
-msgid "check the stable version"
-msgstr "überprüfe die stabile Version"
+#: mod/admin.php:1913 mod/admin.php:2183
+msgid "Author: "
+msgstr "Autor:"
 
-#: mod/admin.php:1324
-msgid "check the development version"
-msgstr "überprüfe die Entwicklungsversion"
+#: mod/admin.php:1914 mod/admin.php:2184
+msgid "Maintainer: "
+msgstr "Betreuer:"
 
-#: mod/admin.php:1347
-msgid "Republish users to directory"
-msgstr "Nutzer erneut im globalen Verzeichnis veröffentlichen."
+#: mod/admin.php:1966
+msgid "Reload active addons"
+msgstr "Aktivierte Addons neu laden"
 
-#: mod/admin.php:1349
-msgid "File upload"
-msgstr "Datei hochladen"
+#: mod/admin.php:1971
+#, php-format
+msgid ""
+"There are currently no addons available on your node. You can find the "
+"official addon repository at %1$s and might find other interesting addons in"
+" the open addon registry at %2$s"
+msgstr "Es sind derzeit keine Addons auf diesem Knoten verfügbar. Du findest das offizielle Addon-Repository unter %1$s und weitere eventuell interessante Addons im offenen Addon-Verzeichnis auf %2$s."
 
-#: mod/admin.php:1350
-msgid "Policies"
-msgstr "Regeln"
+#: mod/admin.php:2091
+msgid "No themes found."
+msgstr "Keine Themen gefunden."
 
-#: mod/admin.php:1352
-msgid "Auto Discovered Contact Directory"
-msgstr "Automatisch ein Kontaktverzeichnis erstellen"
+#: mod/admin.php:2165
+msgid "Screenshot"
+msgstr "Bildschirmfoto"
 
-#: mod/admin.php:1353
-msgid "Performance"
-msgstr "Performance"
+#: mod/admin.php:2219
+msgid "Reload active themes"
+msgstr "Aktives Theme neu laden"
 
-#: mod/admin.php:1354
-msgid "Worker"
-msgstr "Worker"
+#: mod/admin.php:2224
+#, php-format
+msgid "No themes found on the system. They should be placed in %1$s"
+msgstr "Es wurden keine Themes auf dem System gefunden. Diese sollten in %1$s platziert werden."
 
-#: mod/admin.php:1355
-msgid "Message Relay"
-msgstr "Nachrichten Relais"
+#: mod/admin.php:2225
+msgid "[Experimental]"
+msgstr "[Experimentell]"
 
-#: mod/admin.php:1356
-msgid ""
-"Relocate - WARNING: advanced function. Could make this server unreachable."
-msgstr "Umsiedeln - WARNUNG: Könnte diesen Server unerreichbar machen."
+#: mod/admin.php:2226
+msgid "[Unsupported]"
+msgstr "[Nicht unterstützt]"
 
-#: mod/admin.php:1359
-msgid "Site name"
-msgstr "Seitenname"
+#: mod/admin.php:2250
+msgid "Log settings updated."
+msgstr "Protokolleinstellungen aktualisiert."
 
-#: mod/admin.php:1360
-msgid "Host name"
-msgstr "Host Name"
+#: mod/admin.php:2282
+msgid "PHP log currently enabled."
+msgstr "PHP Protokollierung ist derzeit aktiviert."
 
-#: mod/admin.php:1361
-msgid "Sender Email"
-msgstr "Absender für Emails"
+#: mod/admin.php:2284
+msgid "PHP log currently disabled."
+msgstr "PHP Protokollierung ist derzeit nicht aktiviert."
 
-#: mod/admin.php:1361
-msgid ""
-"The email address your server shall use to send notification emails from."
-msgstr "Die E-Mail Adresse die dein Server zum Versenden von Benachrichtigungen verwenden soll."
+#: mod/admin.php:2293
+msgid "Clear"
+msgstr "löschen"
 
-#: mod/admin.php:1362
-msgid "Banner/Logo"
-msgstr "Banner/Logo"
+#: mod/admin.php:2297
+msgid "Enable Debugging"
+msgstr "Protokoll führen"
 
-#: mod/admin.php:1363
-msgid "Shortcut icon"
-msgstr "Shortcut Icon"
+#: mod/admin.php:2298
+msgid "Log file"
+msgstr "Protokolldatei"
 
-#: mod/admin.php:1363
-msgid "Link to an icon that will be used for browsers."
-msgstr "Link zu einem Icon, das Browser verwenden werden."
+#: mod/admin.php:2298
+msgid ""
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
+msgstr "Webserver muss Schreibrechte besitzen. Abhängig vom Friendica-Installationsverzeichnis."
 
-#: mod/admin.php:1364
-msgid "Touch icon"
-msgstr "Touch Icon"
+#: mod/admin.php:2299
+msgid "Log level"
+msgstr "Protokoll-Level"
 
-#: mod/admin.php:1364
-msgid "Link to an icon that will be used for tablets and mobiles."
-msgstr "Link zu einem Icon das Tablets und Handies verwenden sollen."
+#: mod/admin.php:2301
+msgid "PHP logging"
+msgstr "PHP Protokollieren"
 
-#: mod/admin.php:1365
-msgid "Additional Info"
-msgstr "Zusätzliche Informationen"
+#: mod/admin.php:2302
+msgid ""
+"To enable logging of PHP errors and warnings you can add the following to "
+"the .htconfig.php file of your installation. The filename set in the "
+"'error_log' line is relative to the friendica top-level directory and must "
+"be writeable by the web server. The option '1' for 'log_errors' and "
+"'display_errors' is to enable these options, set to '0' to disable them."
+msgstr "Um PHP Warnungen und Fehler zu protokollieren, kannst du die folgenden Zeilen zur .htconfig.php Datei deiner Installation hinzufügen. Den Dateinamen der Log-Datei legst du in der Zeile mit dem 'error_log' fest,  Er ist relativ zum Friendica-Stammverzeichnis und muss schreibbar durch den Webserver sein. Eine \"1\" als Option für die Punkte 'log_errors' und 'display_errors' aktiviert die Funktionen zum Protokollieren bzw. Anzeigen der Fehler, eine \"0\" deaktiviert sie."
 
-#: mod/admin.php:1365
+#: mod/admin.php:2333
 #, php-format
 msgid ""
-"For public servers: you can add additional information here that will be "
-"listed at %s/servers."
-msgstr "Für öffentliche Server kannst Du hier zusätzliche Informationen angeben, die dann auf %s/servers angezeigt werden."
-
-#: mod/admin.php:1366
-msgid "System language"
-msgstr "Systemsprache"
-
-#: mod/admin.php:1367
-msgid "System theme"
-msgstr "Systemweites Theme"
+"Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see "
+"if file %1$s exist and is readable."
+msgstr "Fehler beim Öffnen der Logdatei <strong>%1$s</strong>.\\r\\n<br/>Bitte überprüfe ob die Datei %1$s existiert und gelesen werden kann."
 
-#: mod/admin.php:1367
+#: mod/admin.php:2337
+#, php-format
 msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
-msgstr "Vorgabe für das System-Theme - kann von Benutzerprofilen überschrieben werden - <a href='#' id='cnftheme'>Theme-Einstellungen ändern</a>"
+"Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file"
+" %1$s is readable."
+msgstr "Konnte die Logdatei <strong>%1$s</strong> nicht öffnen.\\r\\n<br/>Bitte stelle sicher, dass die Datei %1$s lesbar ist."
 
-#: mod/admin.php:1368
-msgid "Mobile system theme"
-msgstr "Systemweites mobiles Theme"
+#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775
+msgid "Off"
+msgstr "Aus"
 
-#: mod/admin.php:1368
-msgid "Theme for mobile devices"
-msgstr "Thema für mobile Geräte"
+#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775
+msgid "On"
+msgstr "An"
 
-#: mod/admin.php:1369
-msgid "SSL link policy"
-msgstr "Regeln für SSL Links"
+#: mod/admin.php:2429
+#, php-format
+msgid "Lock feature %s"
+msgstr "Feature festlegen: %s"
 
-#: mod/admin.php:1369
-msgid "Determines whether generated links should be forced to use SSL"
-msgstr "Bestimmt, ob generierte Links SSL verwenden müssen"
+#: mod/admin.php:2437
+msgid "Manage Additional Features"
+msgstr "Zusätzliche Features Verwalten"
 
-#: mod/admin.php:1370
-msgid "Force SSL"
-msgstr "Erzwinge SSL"
+#: mod/babel.php:22
+msgid "Source input"
+msgstr "Originaltext:"
 
-#: mod/admin.php:1370
-msgid ""
-"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
-" to endless loops."
-msgstr "Erzinge alle Nicht-SSL Anfragen auf SSL - Achtung: auf manchen Systemen verursacht dies eine Endlosschleife."
+#: mod/babel.php:28
+msgid "BBCode::convert (raw HTML)"
+msgstr "BBCode::convert (pures HTML)"
 
-#: mod/admin.php:1371
-msgid "Hide help entry from navigation menu"
-msgstr "Verberge den Menüeintrag für die Hilfe im Navigationsmenü"
+#: mod/babel.php:33
+msgid "BBCode::convert"
+msgstr "BBCode::convert"
 
-#: mod/admin.php:1371
-msgid ""
-"Hides the menu entry for the Help pages from the navigation menu. You can "
-"still access it calling /help directly."
-msgstr "Verbirgt den Menüeintrag für die Hilfe-Seiten im Navigationsmenü. Die Seiten können weiterhin über /help aufgerufen werden."
+#: mod/babel.php:39
+msgid "BBCode::convert => HTML::toBBCode"
+msgstr "BBCode::convert => HTML::toBBCode"
 
-#: mod/admin.php:1372
-msgid "Single user instance"
-msgstr "Ein-Nutzer Instanz"
+#: mod/babel.php:45
+msgid "BBCode::toMarkdown"
+msgstr "BBCode::toMarkdown"
 
-#: mod/admin.php:1372
-msgid "Make this instance multi-user or single-user for the named user"
-msgstr "Regelt ob es sich bei dieser Instanz um eine ein Personen Installation oder eine Installation mit mehr als einem Nutzer handelt."
+#: mod/babel.php:51
+msgid "BBCode::toMarkdown => Markdown::convert"
+msgstr "BBCode::toMarkdown => Markdown::convert"
 
-#: mod/admin.php:1373
-msgid "Maximum image size"
-msgstr "Maximale Bildgröße"
+#: mod/babel.php:57
+msgid "BBCode::toMarkdown => Markdown::toBBCode"
+msgstr "BBCode::toMarkdown => Markdown::toBBCode"
 
-#: mod/admin.php:1373
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr "Maximale Uploadgröße von Bildern in Bytes. Standard ist 0, d.h. ohne Limit."
+#: mod/babel.php:63
+msgid "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
+msgstr "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
 
-#: mod/admin.php:1374
-msgid "Maximum image length"
-msgstr "Maximale Bildlänge"
+#: mod/babel.php:70
+msgid "Source input \\x28Diaspora format\\x29"
+msgstr "Original Text \\x28Diaspora Fromat\\x29"
 
-#: mod/admin.php:1374
-msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
-msgstr "Maximale Länge in Pixeln der längsten Seite eines hoch geladenen Bildes. Grundeinstellung ist -1 was keine Einschränkung bedeutet."
+#: mod/babel.php:76
+msgid "Markdown::toBBCode"
+msgstr "Markdown::toBBCode"
 
-#: mod/admin.php:1375
-msgid "JPEG image quality"
-msgstr "Qualität des JPEG Bildes"
+#: mod/babel.php:83
+msgid "Raw HTML input"
+msgstr "Reine  HTML  Eingabe"
 
-#: mod/admin.php:1375
-msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
-msgstr "Hoch geladene JPEG Bilder werden mit dieser Qualität [0-100] gespeichert. Grundeinstellung ist 100, kein Qualitätsverlust."
+#: mod/babel.php:88
+msgid "HTML Input"
+msgstr "HTML Eingabe"
 
-#: mod/admin.php:1377
-msgid "Register policy"
-msgstr "Registrierungsmethode"
+#: mod/babel.php:94
+msgid "HTML::toBBCode"
+msgstr "HTML::toBBCode"
 
-#: mod/admin.php:1378
-msgid "Maximum Daily Registrations"
-msgstr "Maximum täglicher Registrierungen"
+#: mod/babel.php:100
+msgid "HTML::toPlaintext"
+msgstr "HTML::toPlaintext"
 
-#: mod/admin.php:1378
-msgid ""
-"If registration is permitted above, this sets the maximum number of new user"
-" registrations to accept per day.  If register is set to closed, this "
-"setting has no effect."
-msgstr "Wenn die Registrierung weiter oben erlaubt ist, regelt dies die maximale Anzahl von Neuanmeldungen pro Tag. Wenn die Registrierung geschlossen ist, hat diese Einstellung keinen Effekt."
+#: mod/babel.php:108
+msgid "Source text"
+msgstr "Quelltext"
 
-#: mod/admin.php:1379
-msgid "Register text"
-msgstr "Registrierungstext"
+#: mod/babel.php:109
+msgid "BBCode"
+msgstr "BBCode"
 
-#: mod/admin.php:1379
-msgid ""
-"Will be displayed prominently on the registration page. You can use BBCode "
-"here."
-msgstr "Wird gut sichtbar auf der Registrierungsseite angezeigt. BBCode kann verwendet werden."
+#: mod/babel.php:110
+msgid "Markdown"
+msgstr "Markdown"
 
-#: mod/admin.php:1380
-msgid "Accounts abandoned after x days"
-msgstr "Nutzerkonten gelten nach x Tagen als unbenutzt"
+#: mod/babel.php:111
+msgid "HTML"
+msgstr "HTML"
 
-#: mod/admin.php:1380
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr "Verschwende keine System-Ressourcen auf das Pollen externer Seiten, wenn Konten nicht mehr benutzt werden. 0 eingeben für kein Limit."
+#: mod/directory.php:152 src/Model/Profile.php:421 src/Model/Profile.php:771
+msgid "Status:"
+msgstr "Status:"
 
-#: mod/admin.php:1381
-msgid "Allowed friend domains"
-msgstr "Erlaubte Domains für Kontakte"
+#: mod/directory.php:153 src/Model/Profile.php:422 src/Model/Profile.php:788
+msgid "Homepage:"
+msgstr "Homepage:"
 
-#: mod/admin.php:1381
-msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
-msgstr "Liste der Domains, die für Kontakte erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben."
+#: mod/directory.php:202 view/theme/vier/theme.php:201
+msgid "Global Directory"
+msgstr "Weltweites Verzeichnis"
 
-#: mod/admin.php:1382
-msgid "Allowed email domains"
-msgstr "Erlaubte Domains für E-Mails"
+#: mod/directory.php:204
+msgid "Find on this site"
+msgstr "Auf diesem Server suchen"
 
-#: mod/admin.php:1382
-msgid ""
-"Comma separated list of domains which are allowed in email addresses for "
-"registrations to this site. Wildcards are accepted. Empty to allow any "
-"domains"
-msgstr "Liste der Domains, die für E-Mail-Adressen bei der Registrierung erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben."
+#: mod/directory.php:206
+msgid "Results for:"
+msgstr "Ergebnisse für:"
 
-#: mod/admin.php:1383
-msgid "No OEmbed rich content"
-msgstr "OEmbed nicht verwenden"
+#: mod/directory.php:208
+msgid "Site Directory"
+msgstr "Verzeichnis"
 
-#: mod/admin.php:1383
-msgid ""
-"Don't show the rich content (e.g. embedded PDF), except from the domains "
-"listed below."
-msgstr "Verhindert das Einbetten von reichhaltigen Inhalten (z.B. eingebettete PDF Dateien). Ausgenommen von dieser Regel werden Domänen die unten aufgeführt werden."
+#: mod/directory.php:213
+msgid "No entries (some entries may be hidden)."
+msgstr "Keine Einträge (einige Einträge könnten versteckt sein)."
 
-#: mod/admin.php:1384
-msgid "Allowed OEmbed domains"
-msgstr "Erlaubte OEmbed Domänen"
+#: mod/dirfind.php:49
+#, php-format
+msgid "People Search - %s"
+msgstr "Personensuche - %s"
 
-#: mod/admin.php:1384
-msgid ""
-"Comma separated list of domains which oembed content is allowed to be "
-"displayed. Wildcards are accepted."
-msgstr "Komma separierte Liste von Domänen für die das einbetten reichhaltiger Inhalte erlaubt sind. Platzhalter können verwendet werden."
+#: mod/dirfind.php:60
+#, php-format
+msgid "Forum Search - %s"
+msgstr "Forensuche - %s"
 
-#: mod/admin.php:1385
-msgid "Block public"
-msgstr "Öffentlichen Zugriff blockieren"
+#: mod/follow.php:45
+msgid "The contact could not be added."
+msgstr "Der Kontakt konnte nicht hinzugefügt werden."
 
-#: mod/admin.php:1385
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr "Klicken, um öffentlichen Zugriff auf sonst öffentliche Profile zu blockieren, wenn man nicht eingeloggt ist."
+#: mod/follow.php:73
+msgid "You already added this contact."
+msgstr "Du hast den Kontakt bereits hinzugefügt."
 
-#: mod/admin.php:1386
-msgid "Force publish"
-msgstr "Erzwinge Veröffentlichung"
+#: mod/follow.php:83
+msgid "Diaspora support isn't enabled. Contact can't be added."
+msgstr "Diaspora Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden."
 
-#: mod/admin.php:1386
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr "Klicken, um Anzeige aller Profile dieses Servers im Verzeichnis zu erzwingen."
+#: mod/follow.php:90
+msgid "OStatus support is disabled. Contact can't be added."
+msgstr "OStatus Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden."
 
-#: mod/admin.php:1387
-msgid "Global directory URL"
-msgstr "URL des weltweiten Verzeichnisses"
+#: mod/follow.php:97
+msgid "The network type couldn't be detected. Contact can't be added."
+msgstr "Der Netzwerktype wurde nicht erkannt. Der Kontakt kann nicht hinzugefügt werden."
 
-#: mod/admin.php:1387
-msgid ""
-"URL to the global directory. If this is not set, the global directory is "
-"completely unavailable to the application."
-msgstr "URL des weltweiten Verzeichnisses. Wenn diese nicht gesetzt ist, ist das Verzeichnis für die Applikation nicht erreichbar."
+#: mod/friendica.php:77
+msgid "This is Friendica, version"
+msgstr "Dies ist Friendica, Version"
 
-#: mod/admin.php:1388
-msgid "Private posts by default for new users"
-msgstr "Private Beiträge als Standard für neue Nutzer"
+#: mod/friendica.php:78
+msgid "running at web location"
+msgstr "die unter folgender Webadresse zu finden ist"
 
-#: mod/admin.php:1388
+#: mod/friendica.php:82
 msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
-msgstr "Die Standard-Zugriffsrechte für neue Nutzer werden so gesetzt, dass als Voreinstellung in die private Gruppe gepostet wird anstelle von öffentlichen Beiträgen."
+"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
+"about the Friendica project."
+msgstr "Bitte besuche <a href=\"https://friendi.ca\">Friendi.ca</a> um mehr über das Friendica Projekt zu erfahren."
 
-#: mod/admin.php:1389
-msgid "Don't include post content in email notifications"
-msgstr "Inhalte von Beiträgen nicht in E-Mail-Benachrichtigungen versenden"
+#: mod/friendica.php:86
+msgid "Bug reports and issues: please visit"
+msgstr "Probleme oder Fehler gefunden? Bitte besuche"
 
-#: mod/admin.php:1389
-msgid ""
-"Don't include the content of a post/comment/private message/etc. in the "
-"email notifications that are sent out from this site, as a privacy measure."
-msgstr "Inhalte von Beiträgen/Kommentaren/privaten Nachrichten/usw., zum Datenschutz nicht in E-Mail-Benachrichtigungen einbinden."
+#: mod/friendica.php:86
+msgid "the bugtracker at github"
+msgstr "den Bugtracker auf github"
 
-#: mod/admin.php:1390
-msgid "Disallow public access to addons listed in the apps menu."
-msgstr "Öffentlichen Zugriff auf Addons im Apps Menü verbieten."
+#: mod/friendica.php:89
+msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
+msgstr "Vorschläge, Lob usw.: E-Mail an \"Info\" at \"Friendi - dot ca\""
 
-#: mod/admin.php:1390
-msgid ""
-"Checking this box will restrict addons listed in the apps menu to members "
-"only."
-msgstr "Wenn ausgewählt werden die im Apps Menü aufgeführten Addons nur angemeldeten Nutzern der Seite zur Verfügung gestellt."
+#: mod/friendica.php:103
+msgid "Installed addons/apps:"
+msgstr "Installierte Apps und Addons"
 
-#: mod/admin.php:1391
-msgid "Don't embed private images in posts"
-msgstr "Private Bilder nicht in Beiträgen einbetten."
+#: mod/friendica.php:117
+msgid "No installed addons/apps"
+msgstr "Es sind keine Addons oder Apps installiert"
 
-#: mod/admin.php:1391
-msgid ""
-"Don't replace locally-hosted private photos in posts with an embedded copy "
-"of the image. This means that contacts who receive posts containing private "
-"photos will have to authenticate and load each image, which may take a "
-"while."
-msgstr "Ersetze lokal gehostete private Fotos in Beiträgen nicht mit einer eingebetteten Kopie des Bildes. Dies bedeutet, dass Kontakte, die Beiträge mit privaten Fotos erhalten sich zunächst auf den jeweiligen Servern authentifizieren müssen bevor die Bilder geladen und angezeigt werden, was eine gewisse Zeit dauert."
+#: mod/friendica.php:122
+#, php-format
+msgid "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
+msgstr "Erfahre mehr über die <a href=\"%1$s/tos\">Nutzungsbedingungen</a> dieses Knotens."
 
-#: mod/admin.php:1392
-msgid "Allow Users to set remote_self"
-msgstr "Nutzern erlauben das remote_self Flag zu setzen"
+#: mod/friendica.php:127
+msgid "On this server the following remote servers are blocked."
+msgstr "Auf diesem Server werden die folgenden entfernten Server blockiert."
 
-#: mod/admin.php:1392
-msgid ""
-"With checking this, every user is allowed to mark every contact as a "
-"remote_self in the repair contact dialog. Setting this flag on a contact "
-"causes mirroring every posting of that contact in the users stream."
-msgstr "Ist dies ausgewählt kann jeder Nutzer jeden seiner Kontakte als remote_self (entferntes Konto) im Kontakt reparieren Dialog markieren. Nach dem setzten dieses Flags werden alle Top-Level Beiträge dieser Kontakte automatisch in den Stream dieses Nutzers gepostet."
+#: mod/invite.php:33
+msgid "Total invitation limit exceeded."
+msgstr "Limit für Einladungen erreicht."
 
-#: mod/admin.php:1393
-msgid "Block multiple registrations"
-msgstr "Unterbinde Mehrfachregistrierung"
+#: mod/invite.php:55
+#, php-format
+msgid "%s : Not a valid email address."
+msgstr "%s: Keine gültige Email Adresse."
 
-#: mod/admin.php:1393
-msgid "Disallow users to register additional accounts for use as pages."
-msgstr "Benutzern nicht erlauben, weitere Konten für Organisationsseiten o.ä. mit der gleichen E-Mail Adresse anzulegen, um diese als ."
+#: mod/invite.php:87
+msgid "Please join us on Friendica"
+msgstr "Ich lade Dich zu unserem sozialen Netzwerk Friendica ein"
 
-#: mod/admin.php:1394
-msgid "OpenID support"
-msgstr "OpenID Unterstützung"
+#: mod/invite.php:96
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "Limit für Einladungen erreicht. Bitte kontaktiere des Administrator der Seite."
 
-#: mod/admin.php:1394
-msgid "OpenID support for registration and logins."
-msgstr "OpenID-Unterstützung für Registrierung und Login."
+#: mod/invite.php:100
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr "%s: Zustellung der Nachricht fehlgeschlagen."
 
-#: mod/admin.php:1395
-msgid "Fullname check"
-msgstr "Namen auf Vollständigkeit überprüfen"
+#: mod/invite.php:104
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d Nachricht gesendet."
+msgstr[1] "%d Nachrichten gesendet."
 
-#: mod/admin.php:1395
+#: mod/invite.php:122
+msgid "You have no more invitations available"
+msgstr "Du hast keine weiteren Einladungen"
+
+#: mod/invite.php:130
+#, php-format
 msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
-msgstr "Leerzeichen zwischen Vor- und Nachname im vollständigen Namen erzwingen, um SPAM zu vermeiden."
+"Visit %s for a list of public sites that you can join. Friendica members on "
+"other sites can all connect with each other, as well as with members of many"
+" other social networks."
+msgstr "Besuche %s für eine Liste der öffentlichen Server, denen Du beitreten kannst. Friendica Mitglieder unterschiedlicher Server können sich sowohl alle miteinander verbinden, als auch mit Mitgliedern anderer Sozialer Netzwerke."
 
-#: mod/admin.php:1396
-msgid "Community pages for visitors"
-msgstr "Für Besucher verfügbare Gemeinschaftsseite"
+#: mod/invite.php:132
+#, php-format
+msgid ""
+"To accept this invitation, please visit and register at %s or any other "
+"public Friendica website."
+msgstr "Um diese Kontaktanfrage zu akzeptieren, besuche und registriere Dich bitte bei %s oder einer anderen öffentlichen Friendica Website."
 
-#: mod/admin.php:1396
+#: mod/invite.php:133
+#, php-format
 msgid ""
-"Which community pages should be available for visitors. Local users always "
-"see both pages."
-msgstr "Welche Gemeinschaftsseiten sollen für Besucher dieses Knotens verfügbar sein? Lokale Nutzer können grundsätzlich beide Gemeinschaftsseiten verwenden."
+"Friendica sites all inter-connect to create a huge privacy-enhanced social "
+"web that is owned and controlled by its members. They can also connect with "
+"many traditional social networks. See %s for a list of alternate Friendica "
+"sites you can join."
+msgstr "Friendica Server verbinden sich alle untereinander, um ein großes datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Sie können sich auch mit vielen üblichen Sozialen Netzwerken verbinden. Besuche %s für eine Liste alternativer Friendica Server, denen Du beitreten kannst."
 
-#: mod/admin.php:1397
-msgid "Posts per user on community page"
-msgstr "Anzahl der Beiträge pro Benutzer auf der Gemeinschaftsseite"
+#: mod/invite.php:137
+msgid ""
+"Our apologies. This system is not currently configured to connect with other"
+" public sites or invite members."
+msgstr "Es tut uns leid. Dieses System ist zurzeit nicht dafür konfiguriert, sich mit anderen öffentlichen Seiten zu verbinden oder Mitglieder einzuladen."
 
-#: mod/admin.php:1397
+#: mod/invite.php:141
 msgid ""
-"The maximum number of posts per user on the community page. (Not valid for "
-"'Global Community')"
-msgstr "Die Anzahl der Beiträge die von jedem Nutzer maximal auf der Gemeinschaftsseite angezeigt werden sollen. Dieser Parameter wird nicht für die Globale Gemeinschaftsseite genutzt."
+"Friendica sites all inter-connect to create a huge privacy-enhanced social "
+"web that is owned and controlled by its members. They can also connect with "
+"many traditional social networks."
+msgstr "Friendica Server verbinden sich alle untereinander, um ein großes datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Sie können sich auch mit vielen üblichen Sozialen Netzwerken verbinden."
 
-#: mod/admin.php:1398
-msgid "Enable OStatus support"
-msgstr "OStatus Unterstützung aktivieren"
+#: mod/invite.php:140
+#, php-format
+msgid "To accept this invitation, please visit and register at %s."
+msgstr "Um diese Kontaktanfrage zu akzeptieren, besuche und registriere Dich bitte bei %s."
 
-#: mod/admin.php:1398
-msgid ""
-"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
-"communications in OStatus are public, so privacy warnings will be "
-"occasionally displayed."
-msgstr "Biete die eingebaute OStatus (iStatusNet, GNU Social, etc.) Unterstützung an. Jede Kommunikation in OStatus ist öffentlich, Privatsphäre Warnungen werden nur bei Bedarf angezeigt."
+#: mod/invite.php:147
+msgid "Send invitations"
+msgstr "Einladungen senden"
 
-#: mod/admin.php:1399
-msgid "Only import OStatus threads from our contacts"
-msgstr "Nur OStatus Konversationen unserer Kontakte importieren"
+#: mod/invite.php:148
+msgid "Enter email addresses, one per line:"
+msgstr "E-Mail-Adressen eingeben, eine pro Zeile:"
 
-#: mod/admin.php:1399
+#: mod/invite.php:150
 msgid ""
-"Normally we import every content from our OStatus contacts. With this option"
-" we only store threads that are started by a contact that is known on our "
-"system."
-msgstr "Normalerweise werden alle Inhalte von OStatus Kontakten importiert. Mit dieser Option werden nur solche Konversationen gespeichert, die von Kontakten der Nutzer dieses Knotens gestartet wurden."
+"You are cordially invited to join me and other close friends on Friendica - "
+"and help us to create a better social web."
+msgstr "Du bist herzlich dazu eingeladen, Dich mir und anderen guten Freunden auf Friendica anzuschließen - und ein besseres Soziales Netz aufzubauen."
 
-#: mod/admin.php:1400
-msgid "OStatus support can only be enabled if threading is enabled."
-msgstr "OStatus Unterstützung kann nur aktiviert werden wenn \"Threading\" aktiviert ist. "
+#: mod/invite.php:152
+msgid "You will need to supply this invitation code: $invite_code"
+msgstr "Du benötigst den folgenden Einladungscode: $invite_code"
 
-#: mod/admin.php:1402
+#: mod/invite.php:152
 msgid ""
-"Diaspora support can't be enabled because Friendica was installed into a sub"
-" directory."
-msgstr "Diaspora Unterstützung kann nicht aktiviert werden da Friendica in ein Unterverzeichnis installiert ist."
+"Once you have registered, please connect with me via my profile page at:"
+msgstr "Sobald Du registriert bist, kontaktiere mich bitte auf meiner Profilseite:"
 
-#: mod/admin.php:1403
-msgid "Enable Diaspora support"
-msgstr "Diaspora Unterstützung aktivieren"
+#: mod/invite.php:154
+msgid ""
+"For more information about the Friendica project and why we feel it is "
+"important, please visit http://friendi.ca"
+msgstr "Für weitere Informationen über das Friendica Projekt und warum wir es für ein wichtiges Projekt halten, besuche bitte http://friendi.ca."
 
-#: mod/admin.php:1403
-msgid "Provide built-in Diaspora network compatibility."
-msgstr "Verwende die eingebaute Diaspora-Verknüpfung."
+#: mod/lostpass.php:27
+msgid "No valid account found."
+msgstr "Kein gültiges Konto gefunden."
 
-#: mod/admin.php:1404
-msgid "Only allow Friendica contacts"
-msgstr "Nur Friendica-Kontakte erlauben"
+#: mod/lostpass.php:39
+msgid "Password reset request issued. Check your email."
+msgstr "Zurücksetzen des Passworts eingeleitet. Bitte überprüfe Deine E-Mail."
 
-#: mod/admin.php:1404
+#: mod/lostpass.php:45
+#, php-format
 msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
-msgstr "Alle Kontakte müssen das Friendica Protokoll nutzen. Alle anderen Kommunikationsprotokolle werden deaktiviert."
-
-#: mod/admin.php:1405
-msgid "Verify SSL"
-msgstr "SSL Überprüfen"
+"\n"
+"\t\tDear %1$s,\n"
+"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
+"\t\tpassword. In order to confirm this request, please select the verification link\n"
+"\t\tbelow or paste it into your web browser address bar.\n"
+"\n"
+"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
+"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n"
+"\n"
+"\t\tYour password will not be changed unless we can verify that you\n"
+"\t\tissued this request."
+msgstr "\nHallo %1$s,\n\nAuf \"%2$s\" ist eine Anfrage auf das Zurücksetzen Deines Passworts gestellt\nworden. Um diese Anfrage zu verifizieren, folge bitte dem unten stehenden\nLink oder kopiere und füge ihn in die Adressleiste Deines Browsers ein.\n\nSolltest Du die Anfrage NICHT gemacht haben, ignoriere und/oder lösche diese\nE-Mail bitte.\n\nDein Passwort wird nicht geändert, solange wir nicht verifiziert haben, dass\nDu diese Änderung angefragt hast."
 
-#: mod/admin.php:1405
+#: mod/lostpass.php:56
+#, php-format
 msgid ""
-"If you wish, you can turn on strict certificate checking. This will mean you"
-" cannot connect (at all) to self-signed SSL sites."
-msgstr "Wenn gewollt, kann man hier eine strenge Zertifikatkontrolle einstellen. Das bedeutet, dass man zu keinen Seiten mit selbst unterzeichnetem SSL eine Verbindung herstellen kann."
-
-#: mod/admin.php:1406
-msgid "Proxy user"
-msgstr "Proxy Nutzer"
+"\n"
+"\t\tFollow this link soon to verify your identity:\n"
+"\n"
+"\t\t%1$s\n"
+"\n"
+"\t\tYou will then receive a follow-up message containing the new password.\n"
+"\t\tYou may change that password from your account settings page after logging in.\n"
+"\n"
+"\t\tThe login details are as follows:\n"
+"\n"
+"\t\tSite Location:\t%2$s\n"
+"\t\tLogin Name:\t%3$s"
+msgstr "\nUm Deine Identität zu verifizieren, folge bitte dem folgenden Link:\n\n%1$s\n\nDu wirst eine weitere E-Mail mit Deinem neuen Passwort erhalten. Sobald Du Dich\nangemeldet hast, kannst Du Dein Passwort in den Einstellungen ändern.\n\nDie Anmeldedetails sind die folgenden:\n\nAdresse der Seite:\t%2$s\nBenutzername:\t%3$s"
 
-#: mod/admin.php:1407
-msgid "Proxy URL"
-msgstr "Proxy URL"
+#: mod/lostpass.php:73
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "Anfrage zum Zurücksetzen des Passworts auf %s erhalten"
 
-#: mod/admin.php:1408
-msgid "Network timeout"
-msgstr "Netzwerk Wartezeit"
+#: mod/lostpass.php:89
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "Anfrage konnte nicht verifiziert werden. (Eventuell hast Du bereits eine ähnliche Anfrage gestellt.) Zurücksetzen des Passworts gescheitert."
 
-#: mod/admin.php:1408
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr "Der Wert ist in Sekunden. Setze 0 für unbegrenzt (nicht empfohlen)."
+#: mod/lostpass.php:102
+msgid "Request has expired, please make a new one."
+msgstr "Die Anfrage ist abgelaufen. Bitte stelle eine erneute."
 
-#: mod/admin.php:1409
-msgid "Maximum Load Average"
-msgstr "Maximum Load Average"
+#: mod/lostpass.php:117
+msgid "Forgot your Password?"
+msgstr "Hast Du Dein Passwort vergessen?"
 
-#: mod/admin.php:1409
+#: mod/lostpass.php:118
 msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr "Maximale Systemlast bevor Verteil- und Empfangsprozesse verschoben werden - Standard 50"
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Gib Deine E-Mail-Adresse an und fordere ein neues Passwort an. Es werden Dir dann weitere Informationen per Mail zugesendet."
 
-#: mod/admin.php:1410
-msgid "Maximum Load Average (Frontend)"
-msgstr "Maximum Load Average (Frontend)"
+#: mod/lostpass.php:119 src/Module/Login.php:314
+msgid "Nickname or Email: "
+msgstr "Spitzname oder E-Mail:"
 
-#: mod/admin.php:1410
-msgid "Maximum system load before the frontend quits service - default 50."
-msgstr "Maximale Systemlast bevor Vordergrundprozesse pausiert werden - Standard 50."
+#: mod/lostpass.php:120
+msgid "Reset"
+msgstr "Zurücksetzen"
 
-#: mod/admin.php:1411
-msgid "Minimal Memory"
-msgstr "Minimaler Speicher"
+#: mod/lostpass.php:136 src/Module/Login.php:326
+msgid "Password Reset"
+msgstr "Passwort zurücksetzen"
 
-#: mod/admin.php:1411
-msgid ""
-"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
-"default 0 (deactivated)."
-msgstr "Minimal freier Speicher in MB für den Worker Prozess. Benötigt Zugriff auf /proc/meminfo - Standardwert ist 0 (deaktiviert)"
+#: mod/lostpass.php:137
+msgid "Your password has been reset as requested."
+msgstr "Dein Passwort wurde wie gewünscht zurückgesetzt."
 
-#: mod/admin.php:1412
-msgid "Maximum table size for optimization"
-msgstr "Maximale Tabellengröße zur Optimierung"
+#: mod/lostpass.php:138
+msgid "Your new password is"
+msgstr "Dein neues Passwort lautet"
 
-#: mod/admin.php:1412
-msgid ""
-"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
-"Enter -1 to disable it."
-msgstr "Maximale Tabellengröße (in MB) für die automatische Optimierung - Standard 100 MB. Gib -1 für Deaktivierung ein."
+#: mod/lostpass.php:139
+msgid "Save or copy your new password - and then"
+msgstr "Speichere oder kopiere Dein neues Passwort - und dann"
 
-#: mod/admin.php:1413
-msgid "Minimum level of fragmentation"
-msgstr "Minimaler Fragmentationsgrad"
+#: mod/lostpass.php:140
+msgid "click here to login"
+msgstr "hier klicken, um Dich anzumelden"
 
-#: mod/admin.php:1413
+#: mod/lostpass.php:141
 msgid ""
-"Minimum fragmenation level to start the automatic optimization - default "
-"value is 30%."
-msgstr "Minimales Fragmentationsgrad von Datenbanktabellen um die automatische Optimierung einzuleiten - Standardwert ist 30%"
-
-#: mod/admin.php:1415
-msgid "Periodical check of global contacts"
-msgstr "Regelmäßig globale Kontakte überprüfen"
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Du kannst das Passwort in den <em>Einstellungen</em> ändern, sobald Du Dich erfolgreich angemeldet hast."
 
-#: mod/admin.php:1415
+#: mod/lostpass.php:149
+#, php-format
 msgid ""
-"If enabled, the global contacts are checked periodically for missing or "
-"outdated data and the vitality of the contacts and servers."
-msgstr "Wenn diese Option aktiviert ist, werden die globalen Kontakte regelmäßig auf fehlende oder veraltete Daten sowie auf Erreichbarkeit des Kontakts und des Servers überprüft."
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tYour password has been changed as requested. Please retain this\n"
+"\t\t\tinformation for your records (or change your password immediately to\n"
+"\t\t\tsomething that you will remember).\n"
+"\t\t"
+msgstr "\nHallo %1$s,\n\nDein Passwort wurde wie gewünscht geändert. Bitte bewahre diese Informationen gut auf (oder ändere Dein Passwort in eines, das Du Dir leicht merken kannst)."
 
-#: mod/admin.php:1416
-msgid "Days between requery"
-msgstr "Tage zwischen erneuten Abfragen"
+#: mod/lostpass.php:155
+#, php-format
+msgid ""
+"\n"
+"\t\t\tYour login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%1$s\n"
+"\t\t\tLogin Name:\t%2$s\n"
+"\t\t\tPassword:\t%3$s\n"
+"\n"
+"\t\t\tYou may change that password from your account settings page after logging in.\n"
+"\t\t"
+msgstr "\nDie Anmeldedaten sind die folgenden:\n\nAdresse der Seite: %1$s\nLogin Name: %2$s\nPasswort: %3$s\n\nDas Passwort kann und sollte in den Kontoeinstellungen nach der Anmeldung geändert werden."
 
-#: mod/admin.php:1416
-msgid "Number of days after which a server is requeried for his contacts."
-msgstr "Legt das Abfrageintervall fest, nachdem ein Server erneut nach Kontakten abgefragt werden soll."
+#: mod/lostpass.php:169
+#, php-format
+msgid "Your password has been changed at %s"
+msgstr "Auf %s wurde Dein Passwort geändert"
 
-#: mod/admin.php:1417
-msgid "Discover contacts from other servers"
-msgstr "Neue Kontakte auf anderen Servern entdecken"
+#: mod/network.php:202 src/Model/Group.php:413
+msgid "add"
+msgstr "hinzufügen"
 
-#: mod/admin.php:1417
+#: mod/network.php:547
+#, php-format
 msgid ""
-"Periodically query other servers for contacts. You can choose between "
-"'users': the users on the remote system, 'Global Contacts': active contacts "
-"that are known on the system. The fallback is meant for Redmatrix servers "
-"and older friendica servers, where global contacts weren't available. The "
-"fallback increases the server load, so the recommened setting is 'Users, "
-"Global Contacts'."
-msgstr "Regelmäßig andere Server nach potentiellen Kontakten absuchen. Du kannst zwischen 'Nutzern', den tatsächlichen Nutzern des anderen Systems und 'globalen Kontakten', aktiven Kontakten die auf dem System bekannt sind, wählen. Der Fallback-Mechanismus ist für ältere Friendica und Redmatrix Server gedacht, bei denen globale Kontakte noch nicht verfügbar sind. Durch den Fallbackmodus entsteht auf deinem Server eine wesentlich höhere Last, empfohlen wird der Modus 'Nutzer, globale Kontakte'."
+"Warning: This group contains %s member from a network that doesn't allow non"
+" public messages."
+msgid_plural ""
+"Warning: This group contains %s members from a network that doesn't allow "
+"non public messages."
+msgstr[0] "Warnung: Diese Gruppe beinhaltet %s Person aus einem Netzwerk das keine nicht öffentlichen Beiträge empfangen kann."
+msgstr[1] "Warnung: Diese Gruppe beinhaltet %s Personen aus Netzwerken die keine nicht-öffentlichen Beiträge empfangen können."
 
-#: mod/admin.php:1418
-msgid "Timeframe for fetching global contacts"
-msgstr "Zeitfenster für globale Kontakte"
+#: mod/network.php:550
+msgid "Messages in this group won't be send to these receivers."
+msgstr "Beiträge in dieser Gruppe werden deshalb nicht an diese Personen zugestellt werden."
 
-#: mod/admin.php:1418
-msgid ""
-"When the discovery is activated, this value defines the timeframe for the "
-"activity of the global contacts that are fetched from other servers."
-msgstr "Wenn die Entdeckung neuer Kontakte aktiv ist, definiert dieses Zeitfenster den Zeitraum in dem globale Kontakte als aktiv gelten und von anderen Servern importiert werden."
+#: mod/network.php:618
+msgid "No such group"
+msgstr "Es gibt keine solche Gruppe"
 
-#: mod/admin.php:1419
-msgid "Search the local directory"
-msgstr "Lokales Verzeichnis durchsuchen"
+#: mod/network.php:643
+#, php-format
+msgid "Group: %s"
+msgstr "Gruppe: %s"
 
-#: mod/admin.php:1419
-msgid ""
-"Search the local directory instead of the global directory. When searching "
-"locally, every search will be executed on the global directory in the "
-"background. This improves the search results when the search is repeated."
-msgstr "Suche im lokalen Verzeichnis anstelle des globalen Verzeichnisses durchführen. Jede Suche wird im Hintergrund auch im globalen Verzeichnis durchgeführt um die Suchresultate zu verbessern, wenn diese Suche wiederholt wird."
+#: mod/network.php:669
+msgid "Private messages to this person are at risk of public disclosure."
+msgstr "Private Nachrichten an diese Person könnten an die Öffentlichkeit gelangen."
 
-#: mod/admin.php:1421
-msgid "Publish server information"
-msgstr "Server Informationen veröffentlichen"
+#: mod/network.php:672
+msgid "Invalid contact."
+msgstr "Ungültiger Kontakt."
 
-#: mod/admin.php:1421
-msgid ""
-"If enabled, general server and usage data will be published. The data "
-"contains the name and version of the server, number of users with public "
-"profiles, number of posts and the activated protocols and connectors. See <a"
-" href='http://the-federation.info/'>the-federation.info</a> for details."
-msgstr "Wenn aktiviert, werden allgemeine Informationen über den Server und Nutzungsdaten veröffentlicht. Die Daten beinhalten den Namen sowie die Version des Servers, die Anzahl der Personen mit öffentlichen Profilen, die Anzahl der Beiträge sowie aktivierte Protokolle und Connectoren. Für Details bitte <a href='http://the-federation.info/'>the-federation.info</a> aufrufen."
+#: mod/network.php:936
+msgid "Commented Order"
+msgstr "Neueste Kommentare"
 
-#: mod/admin.php:1423
-msgid "Check upstream version"
-msgstr "Suche nach Updates"
+#: mod/network.php:939
+msgid "Sort by Comment Date"
+msgstr "Nach Kommentardatum sortieren"
 
-#: mod/admin.php:1423
-msgid ""
-"Enables checking for new Friendica versions at github. If there is a new "
-"version, you will be informed in the admin panel overview."
-msgstr "Wenn diese Option aktiviert ist wird regelmäßig nach neuen Friendica Versionen auf github überprüft. Wenn es eine neue Version gibt, wird dies auf der Übersichtsseite im Admin-Panel angezeigt."
+#: mod/network.php:944
+msgid "Posted Order"
+msgstr "Neueste Beiträge"
 
-#: mod/admin.php:1424
-msgid "Suppress Tags"
-msgstr "Tags Unterdrücken"
+#: mod/network.php:947
+msgid "Sort by Post Date"
+msgstr "Nach Beitragsdatum sortieren"
 
-#: mod/admin.php:1424
-msgid "Suppress showing a list of hashtags at the end of the posting."
-msgstr "Unterdrückt die Anzeige von Tags am Ende eines Beitrags."
+#: mod/network.php:955 mod/profiles.php:687
+#: src/Core/NotificationsManager.php:185
+msgid "Personal"
+msgstr "Persönlich"
 
-#: mod/admin.php:1425
-msgid "Path to item cache"
-msgstr "Pfad zum Eintrag Cache"
+#: mod/network.php:958
+msgid "Posts that mention or involve you"
+msgstr "Beiträge, in denen es um Dich geht"
 
-#: mod/admin.php:1425
-msgid "The item caches buffers generated bbcode and external images."
-msgstr "Im Item-Cache werden externe Bilder und geparster BBCode zwischen gespeichert."
+#: mod/network.php:966
+msgid "New"
+msgstr "Neue"
+
+#: mod/network.php:969
+msgid "Activity Stream - by date"
+msgstr "Aktivitäten-Stream - nach Datum"
 
-#: mod/admin.php:1426
-msgid "Cache duration in seconds"
-msgstr "Cache-Dauer in Sekunden"
+#: mod/network.php:977
+msgid "Shared Links"
+msgstr "Geteilte Links"
 
-#: mod/admin.php:1426
-msgid ""
-"How long should the cache files be hold? Default value is 86400 seconds (One"
-" day). To disable the item cache, set the value to -1."
-msgstr "Wie lange sollen die gecachedten Dateien vorgehalten werden? Grundeinstellung sind 86400 Sekunden (ein Tag). Um den Item Cache zu deaktivieren, setze diesen Wert auf -1."
+#: mod/network.php:980
+msgid "Interesting Links"
+msgstr "Interessante Links"
 
-#: mod/admin.php:1427
-msgid "Maximum numbers of comments per post"
-msgstr "Maximale Anzahl von Kommentaren pro Beitrag"
+#: mod/network.php:988
+msgid "Starred"
+msgstr "Markierte"
 
-#: mod/admin.php:1427
-msgid "How much comments should be shown for each post? Default value is 100."
-msgstr "Wie viele Kommentare sollen pro Beitrag angezeigt werden? Standardwert sind 100."
+#: mod/network.php:991
+msgid "Favourite Posts"
+msgstr "Favorisierte Beiträge"
 
-#: mod/admin.php:1428
-msgid "Temp path"
-msgstr "Temp Pfad"
+#: mod/profiles.php:58
+msgid "Profile deleted."
+msgstr "Profil gelöscht."
 
-#: mod/admin.php:1428
-msgid ""
-"If you have a restricted system where the webserver can't access the system "
-"temp path, enter another path here."
-msgstr "Solltest du ein eingeschränktes System haben, auf dem der Webserver nicht auf das temp Verzeichnis des Systems zugreifen kann, setze hier einen anderen Pfad."
+#: mod/profiles.php:74 mod/profiles.php:110
+msgid "Profile-"
+msgstr "Profil-"
 
-#: mod/admin.php:1429
-msgid "Base path to installation"
-msgstr "Basis-Pfad zur Installation"
+#: mod/profiles.php:93 mod/profiles.php:132
+msgid "New profile created."
+msgstr "Neues Profil angelegt."
 
-#: mod/admin.php:1429
-msgid ""
-"If the system cannot detect the correct path to your installation, enter the"
-" correct path here. This setting should only be set if you are using a "
-"restricted system and symbolic links to your webroot."
-msgstr "Falls das System nicht den korrekten Pfad zu deiner Installation gefunden hat, gib den richtigen Pfad bitte hier ein. Du solltest hier den Pfad nur auf einem eingeschränkten System angeben müssen, bei dem du mit symbolischen Links auf dein Webverzeichnis verweist."
+#: mod/profiles.php:116
+msgid "Profile unavailable to clone."
+msgstr "Profil nicht zum Duplizieren verfügbar."
 
-#: mod/admin.php:1430
-msgid "Disable picture proxy"
-msgstr "Bilder Proxy deaktivieren"
+#: mod/profiles.php:206
+msgid "Profile Name is required."
+msgstr "Profilname ist erforderlich."
 
-#: mod/admin.php:1430
-msgid ""
-"The picture proxy increases performance and privacy. It shouldn't be used on"
-" systems with very low bandwith."
-msgstr "Der Proxy für Bilder verbessert die Leistung und Privatsphäre der Nutzer. Er sollte nicht auf Systemen verwendet werden, die nur über begrenzte Bandbreite verfügen."
+#: mod/profiles.php:347
+msgid "Marital Status"
+msgstr "Familienstand"
 
-#: mod/admin.php:1431
-msgid "Only search in tags"
-msgstr "Nur in Tags suchen"
+#: mod/profiles.php:351
+msgid "Romantic Partner"
+msgstr "Romanze"
 
-#: mod/admin.php:1431
-msgid "On large systems the text search can slow down the system extremely."
-msgstr "Auf großen Knoten kann die Volltext-Suche das System ausbremsen."
+#: mod/profiles.php:363
+msgid "Work/Employment"
+msgstr "Arbeit / Beschäftigung"
 
-#: mod/admin.php:1433
-msgid "New base url"
-msgstr "Neue Basis-URL"
+#: mod/profiles.php:366
+msgid "Religion"
+msgstr "Religion"
 
-#: mod/admin.php:1433
-msgid ""
-"Change base url for this server. Sends relocate message to all Friendica and"
-" Diaspora* contacts of all users."
-msgstr "Ändert die Basis-URL dieses Servers und sendet eine Umzugsmitteilung an alle Friendica und Diaspora* Kontakte deiner NutzerInnen."
+#: mod/profiles.php:370
+msgid "Political Views"
+msgstr "Politische Ansichten"
 
-#: mod/admin.php:1435
-msgid "RINO Encryption"
-msgstr "RINO Verschlüsselung"
+#: mod/profiles.php:374
+msgid "Gender"
+msgstr "Geschlecht"
 
-#: mod/admin.php:1435
-msgid "Encryption layer between nodes."
-msgstr "Verschlüsselung zwischen Friendica Instanzen"
+#: mod/profiles.php:378
+msgid "Sexual Preference"
+msgstr "Sexuelle Vorlieben"
 
-#: mod/admin.php:1435
-msgid "Enabled"
-msgstr "Aktiv"
+#: mod/profiles.php:382
+msgid "XMPP"
+msgstr "XMPP"
 
-#: mod/admin.php:1437
-msgid "Maximum number of parallel workers"
-msgstr "Maximale Anzahl parallel laufender Worker"
+#: mod/profiles.php:386
+msgid "Homepage"
+msgstr "Webseite"
 
-#: mod/admin.php:1437
-msgid ""
-"On shared hosters set this to 2. On larger systems, values of 10 are great. "
-"Default value is 4."
-msgstr "Wenn dein Knoten bei einem Shared Hoster ist, setzte diesen Wert auf 2. Auf größeren Systemen funktioniert ein Wert von 10 recht gut. Standardeinstellung sind 4."
+#: mod/profiles.php:390 mod/profiles.php:686
+msgid "Interests"
+msgstr "Interessen"
 
-#: mod/admin.php:1438
-msgid "Don't use 'proc_open' with the worker"
-msgstr "'proc_open' nicht mit den Workern verwenden"
+#: mod/profiles.php:401 mod/profiles.php:682
+msgid "Location"
+msgstr "Wohnort"
 
-#: mod/admin.php:1438
-msgid ""
-"Enable this if your system doesn't allow the use of 'proc_open'. This can "
-"happen on shared hosters. If this is enabled you should increase the "
-"frequency of worker calls in your crontab."
-msgstr "Aktiviere diese Option, wenn dein System die Verwendung von 'proc_open' verhindert. Dies könnte auf Shared Hostern der Fall sein. Wenn du diese Option aktivierst, solltest du die Frequenz der poller Aufrufe in deiner crontab erhöhen."
+#: mod/profiles.php:486
+msgid "Profile updated."
+msgstr "Profil aktualisiert."
 
-#: mod/admin.php:1439
-msgid "Enable fastlane"
-msgstr "Aktiviere Fastlane"
+#: mod/profiles.php:564
+msgid " and "
+msgstr " und "
 
-#: mod/admin.php:1439
-msgid ""
-"When enabed, the fastlane mechanism starts an additional worker if processes"
-" with higher priority are blocked by processes of lower priority."
-msgstr "Wenn aktiviert, wird der Fastlane-Mechanismus einen weiteren Worker-Prozeß starten wenn Prozesse mit höherer Priorität von Prozessen mit niedrigerer Priorität blockiert werden."
+#: mod/profiles.php:573
+msgid "public profile"
+msgstr "öffentliches Profil"
 
-#: mod/admin.php:1440
-msgid "Enable frontend worker"
-msgstr "Aktiviere den Frontend Worker"
+#: mod/profiles.php:576
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s hat %2$s geändert auf &ldquo;%3$s&rdquo;"
 
-#: mod/admin.php:1440
+#: mod/profiles.php:577
 #, php-format
-msgid ""
-"When enabled the Worker process is triggered when backend access is "
-"performed \\x28e.g. messages being delivered\\x29. On smaller sites you "
-"might want to call %s/worker on a regular basis via an external cron job. "
-"You should only enable this option if you cannot utilize cron/scheduled jobs"
-" on your server."
-msgstr "Ist diese Option aktiv, wird der Worker Prozess durch Aktionen am Frontend gestartet (z.B. wenn Nachrichten zugestellt werden). Auf kleineren Seiten sollte %s/worker regelmäßig, beispielsweise durch einen externen Cron Anbieter, aufgerufen werden. Du solltest dies Option nur dann aktivieren, wenn du keinen Cron Job auf deinem eigenen Server starten kannst."
+msgid " - Visit %1$s's %2$s"
+msgstr " – %1$ss %2$s besuchen"
 
-#: mod/admin.php:1442
-msgid "Subscribe to relay"
-msgstr "Relais abonnieren"
+#: mod/profiles.php:579
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s hat folgendes aktualisiert %2$s, verändert wurde %3$s."
 
-#: mod/admin.php:1442
-msgid ""
-"Enables the receiving of public posts from the relay. They will be included "
-"in the search, subscribed tags and on the global community page."
-msgstr "Aktiviert den Empfang von öffentlichen Beiträgen vom Relais-Server. Diese Beiträge werden in der Suche, den abonnierten Hashtags sowie der globalen Gemeinschaftsseite verfügbar sein."
+#: mod/profiles.php:633
+msgid "Hide contacts and friends:"
+msgstr "Kontakte und Freunde verbergen"
 
-#: mod/admin.php:1443
-msgid "Relay server"
-msgstr "Relais Server"
+#: mod/profiles.php:638
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "Liste der Kontakte vor Betrachtern dieses Profils verbergen?"
 
-#: mod/admin.php:1443
-msgid ""
-"Address of the relay server where public posts should be send to. For "
-"example https://relay.diasp.org"
-msgstr "Adresse des Relais Servers an den die öffentlichen Beiträge gesendet werden sollen. Zum Beispiel https://relay.diasp.org"
+#: mod/profiles.php:658
+msgid "Show more profile fields:"
+msgstr "Zeige mehr Profil-Felder:"
 
-#: mod/admin.php:1444
-msgid "Direct relay transfer"
-msgstr "Direkte Relais Übertragung"
+#: mod/profiles.php:670
+msgid "Profile Actions"
+msgstr "Profilaktionen"
 
-#: mod/admin.php:1444
-msgid ""
-"Enables the direct transfer to other servers without using the relay servers"
-msgstr "Aktiviert das direkte Verteilen an andere Server, ohne dass ein Relais Server verwendet wird."
+#: mod/profiles.php:671
+msgid "Edit Profile Details"
+msgstr "Profil bearbeiten"
 
-#: mod/admin.php:1445
-msgid "Relay scope"
-msgstr "Geltungsbereich des Relais"
+#: mod/profiles.php:673
+msgid "Change Profile Photo"
+msgstr "Profilbild ändern"
 
-#: mod/admin.php:1445
-msgid ""
-"Can be 'all' or 'tags'. 'all' means that every public post should be "
-"received. 'tags' means that only posts with selected tags should be "
-"received."
-msgstr "Der Wert kann entweder 'Alle' oder 'Schlagwörter' sein. 'Alle' bedeutet, dass alle öffentliche Beiträge empfangen werden sollen. 'Schlagwörter' schränkt dem Empfang auf Beiträge ein, die bestimmte Schlagwörter beinhalten."
+#: mod/profiles.php:674
+msgid "View this profile"
+msgstr "Dieses Profil anzeigen"
 
-#: mod/admin.php:1445
-msgid "all"
-msgstr "Alle"
+#: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:393
+msgid "Edit visibility"
+msgstr "Sichtbarkeit bearbeiten"
 
-#: mod/admin.php:1445
-msgid "tags"
-msgstr "Schlagwörter"
+#: mod/profiles.php:676
+msgid "Create a new profile using these settings"
+msgstr "Neues Profil anlegen und diese Einstellungen verwenden"
 
-#: mod/admin.php:1446
-msgid "Server tags"
-msgstr "Server Schlagworte"
+#: mod/profiles.php:677
+msgid "Clone this profile"
+msgstr "Dieses Profil duplizieren"
 
-#: mod/admin.php:1446
-msgid "Comma separated list of tags for the 'tags' subscription."
-msgstr "Liste von Schlagworten die abonniert werden sollen, mit Komma getrennt."
+#: mod/profiles.php:678
+msgid "Delete this profile"
+msgstr "Dieses Profil löschen"
 
-#: mod/admin.php:1447
-msgid "Allow user tags"
-msgstr "Verwende Schlagworte der Nutzer"
+#: mod/profiles.php:680
+msgid "Basic information"
+msgstr "Grundinformationen"
 
-#: mod/admin.php:1447
-msgid ""
-"If enabled, the tags from the saved searches will used for the 'tags' "
-"subscription in addition to the 'relay_server_tags'."
-msgstr "Ist dies aktiviert, werden die Schlagwörter der gespeicherten Suchen zusätzlich zu den oben  definierten Server Schlagworte abonniert."
+#: mod/profiles.php:681
+msgid "Profile picture"
+msgstr "Profilbild"
 
-#: mod/admin.php:1475
-msgid "Update has been marked successful"
-msgstr "Update wurde als erfolgreich markiert"
+#: mod/profiles.php:683
+msgid "Preferences"
+msgstr "Vorlieben"
 
-#: mod/admin.php:1482
-#, php-format
-msgid "Database structure update %s was successfully applied."
-msgstr "Das Update %s der Struktur der Datenbank wurde erfolgreich angewandt."
+#: mod/profiles.php:684
+msgid "Status information"
+msgstr "Status Informationen"
 
-#: mod/admin.php:1485
-#, php-format
-msgid "Executing of database structure update %s failed with error: %s"
-msgstr "Das Update %s der Struktur der Datenbank schlug mit folgender Fehlermeldung fehl: %s"
+#: mod/profiles.php:685
+msgid "Additional information"
+msgstr "Zusätzliche Informationen"
 
-#: mod/admin.php:1498
-#, php-format
-msgid "Executing %s failed with error: %s"
-msgstr "Die Ausführung von %s schlug fehl. Fehlermeldung: %s"
+#: mod/profiles.php:688
+msgid "Relation"
+msgstr "Beziehung"
 
-#: mod/admin.php:1500
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr "Update %s war erfolgreich."
+#: mod/profiles.php:689 src/Util/Temporal.php:81 src/Util/Temporal.php:83
+msgid "Miscellaneous"
+msgstr "Verschiedenes"
 
-#: mod/admin.php:1503
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr "Update %s hat keinen Status zurückgegeben. Unbekannter Status."
+#: mod/profiles.php:692
+msgid "Your Gender:"
+msgstr "Dein Geschlecht:"
 
-#: mod/admin.php:1506
-#, php-format
-msgid "There was no additional update function %s that needed to be called."
-msgstr "Es gab keine weitere Update-Funktion, die von %s ausgeführt werden musste."
+#: mod/profiles.php:693
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span> Beziehungsstatus:"
 
-#: mod/admin.php:1526
-msgid "No failed updates."
-msgstr "Keine fehlgeschlagenen Updates."
+#: mod/profiles.php:694 src/Model/Profile.php:784
+msgid "Sexual Preference:"
+msgstr "Sexuelle Vorlieben:"
 
-#: mod/admin.php:1527
-msgid "Check database structure"
-msgstr "Datenbank Struktur überprüfen"
+#: mod/profiles.php:695
+msgid "Example: fishing photography software"
+msgstr "Beispiel: Fischen Fotografie Software"
 
-#: mod/admin.php:1532
-msgid "Failed Updates"
-msgstr "Fehlgeschlagene Updates"
+#: mod/profiles.php:700
+msgid "Profile Name:"
+msgstr "Profilname:"
 
-#: mod/admin.php:1533
+#: mod/profiles.php:702
 msgid ""
-"This does not include updates prior to 1139, which did not return a status."
-msgstr "Ohne Updates vor 1139, da diese keinen Status zurückgegeben haben."
-
-#: mod/admin.php:1534
-msgid "Mark success (if update was manually applied)"
-msgstr "Als erfolgreich markieren (falls das Update manuell installiert wurde)"
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
+msgstr "Dies ist Dein <strong>öffentliches</strong> Profil.<br />Es <strong>könnte</strong> für jeden Nutzer des Internets sichtbar sein."
 
-#: mod/admin.php:1535
-msgid "Attempt to execute this update step automatically"
-msgstr "Versuchen, diesen Schritt automatisch auszuführen"
+#: mod/profiles.php:703
+msgid "Your Full Name:"
+msgstr "Dein kompletter Name:"
 
-#: mod/admin.php:1574
-#, php-format
-msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tthe administrator of %2$s has set up an account for you."
-msgstr "\nHallo %1$s,\n\nauf %2$s wurde ein Account für Dich angelegt."
+#: mod/profiles.php:704
+msgid "Title/Description:"
+msgstr "Titel/Beschreibung:"
 
-#: mod/admin.php:1577
-#, php-format
-msgid ""
-"\n"
-"\t\t\tThe login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%1$s\n"
-"\t\t\tLogin Name:\t\t%2$s\n"
-"\t\t\tPassword:\t\t%3$s\n"
-"\n"
-"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
-"\t\t\tin.\n"
-"\n"
-"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
-"\n"
-"\t\t\tYou may also wish to add some basic information to your default profile\n"
-"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
-"\n"
-"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
-"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
-"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
-"\t\t\tthan that.\n"
-"\n"
-"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
-"\t\t\tIf you are new and do not know anybody here, they may help\n"
-"\t\t\tyou to make some new and interesting friends.\n"
-"\n"
-"\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n"
-"\n"
-"\t\t\tThank you and welcome to %4$s."
-msgstr "\nNachfolgend die Anmelde-Details:\n\tAdresse der Seite:\t%1$s\n\tBenutzername:\t%2$s\n\tPasswort:\t%3$s\n\nDu kannst Dein Passwort unter \"Einstellungen\" ändern, sobald Du Dich\nangemeldet hast.\n\nBitte nimm Dir ein paar Minuten um die anderen Einstellungen auf dieser\nSeite zu kontrollieren.\n\nEventuell magst Du ja auch einige Informationen über Dich in Deinem\nProfil veröffentlichen, damit andere Leute Dich einfacher finden können.\nBearbeite hierfür einfach Dein Standard-Profil (über die Profil-Seite).\n\nWir empfehlen Dir, Deinen kompletten Namen anzugeben und ein zu Dir\npassendes Profilbild zu wählen, damit Dich alte Bekannte wieder finden.\nAußerdem ist es nützlich, wenn Du auf Deinem Profil Schlüsselwörter\nangibst. Das erleichtert es, Leute zu finden, die Deine Interessen teilen.\n\nWir respektieren Deine Privatsphäre - keine dieser Angaben ist nötig.\nWenn Du neu im Netzwerk bist und noch niemanden kennst, dann können sie\nallerdings dabei helfen, neue und interessante Kontakte zu knüpfen.\n\nSolltest du dein Nutzerkonto löschen wollen, kannst du dies unter %1$s/removeme  jederzeit tun.\n\nNun viel Spaß, gute Begegnungen und willkommen auf %4$s."
+#: mod/profiles.php:707
+msgid "Street Address:"
+msgstr "Adresse:"
 
-#: mod/admin.php:1611 src/Model/User.php:649
-#, php-format
-msgid "Registration details for %s"
-msgstr "Details der Registration von %s"
+#: mod/profiles.php:708
+msgid "Locality/City:"
+msgstr "Wohnort:"
 
-#: mod/admin.php:1621
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] "%s Benutzer geblockt/freigegeben"
-msgstr[1] "%s Benutzer geblockt/freigegeben"
+#: mod/profiles.php:709
+msgid "Region/State:"
+msgstr "Region/Bundesstaat:"
 
-#: mod/admin.php:1627
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] "%s Nutzer gelöscht"
-msgstr[1] "%s Nutzer gelöscht"
+#: mod/profiles.php:710
+msgid "Postal/Zip Code:"
+msgstr "Postleitzahl:"
 
-#: mod/admin.php:1674
-#, php-format
-msgid "User '%s' deleted"
-msgstr "Nutzer '%s' gelöscht"
+#: mod/profiles.php:711
+msgid "Country:"
+msgstr "Land:"
 
-#: mod/admin.php:1682
-#, php-format
-msgid "User '%s' unblocked"
-msgstr "Nutzer '%s' entsperrt"
+#: mod/profiles.php:712 src/Util/Temporal.php:149
+msgid "Age: "
+msgstr "Alter: "
 
-#: mod/admin.php:1682
-#, php-format
-msgid "User '%s' blocked"
-msgstr "Nutzer '%s' gesperrt"
+#: mod/profiles.php:715
+msgid "Who: (if applicable)"
+msgstr "Wer: (falls anwendbar)"
 
-#: mod/admin.php:1781 mod/admin.php:1793 mod/admin.php:1806 mod/admin.php:1824
-#: src/Content/ContactSelector.php:82
-msgid "Email"
-msgstr "E-Mail"
+#: mod/profiles.php:715
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Beispiele: cathy123, Cathy Williams, cathy@example.com"
 
-#: mod/admin.php:1781 mod/admin.php:1806
-msgid "Register date"
-msgstr "Anmeldedatum"
+#: mod/profiles.php:716
+msgid "Since [date]:"
+msgstr "Seit [Datum]:"
 
-#: mod/admin.php:1781 mod/admin.php:1806
-msgid "Last login"
-msgstr "Letzte Anmeldung"
+#: mod/profiles.php:718
+msgid "Tell us about yourself..."
+msgstr "Erzähle uns ein bisschen von Dir …"
 
-#: mod/admin.php:1781 mod/admin.php:1806
-msgid "Last item"
-msgstr "Letzter Beitrag"
+#: mod/profiles.php:719
+msgid "XMPP (Jabber) address:"
+msgstr "XMPP (Jabber) Adresse"
 
-#: mod/admin.php:1781 mod/settings.php:55
-msgid "Account"
-msgstr "Nutzerkonto"
+#: mod/profiles.php:719
+msgid ""
+"The XMPP address will be propagated to your contacts so that they can follow"
+" you."
+msgstr "Die XMPP Adresse wird an deine Kontakte verteilt werden, so dass sie auch über XMPP mit dir in Kontakt treten können."
 
-#: mod/admin.php:1789
-msgid "Add User"
-msgstr "Nutzer hinzufügen"
+#: mod/profiles.php:720
+msgid "Homepage URL:"
+msgstr "Adresse der Homepage:"
 
-#: mod/admin.php:1791
-msgid "User registrations waiting for confirm"
-msgstr "Neuanmeldungen, die auf Deine Bestätigung warten"
+#: mod/profiles.php:721 src/Model/Profile.php:792
+msgid "Hometown:"
+msgstr "Heimatort:"
 
-#: mod/admin.php:1792
-msgid "User waiting for permanent deletion"
-msgstr "Nutzer wartet auf permanente Löschung"
+#: mod/profiles.php:722 src/Model/Profile.php:800
+msgid "Political Views:"
+msgstr "Politische Ansichten:"
 
-#: mod/admin.php:1793
-msgid "Request date"
-msgstr "Anfragedatum"
+#: mod/profiles.php:723
+msgid "Religious Views:"
+msgstr "Religiöse Ansichten:"
 
-#: mod/admin.php:1794
-msgid "No registrations."
-msgstr "Keine Neuanmeldungen."
+#: mod/profiles.php:724
+msgid "Public Keywords:"
+msgstr "Öffentliche Schlüsselwörter:"
 
-#: mod/admin.php:1795
-msgid "Note from the user"
-msgstr "Hinweis vom Nutzer"
+#: mod/profiles.php:724
+msgid "(Used for suggesting potential friends, can be seen by others)"
+msgstr "(Wird verwendet, um potentielle Kontakte zu finden, kann von Kontakten eingesehen werden)"
 
-#: mod/admin.php:1797
-msgid "Deny"
-msgstr "Verwehren"
+#: mod/profiles.php:725
+msgid "Private Keywords:"
+msgstr "Private Schlüsselwörter:"
 
-#: mod/admin.php:1801
-msgid "Site admin"
-msgstr "Seitenadministrator"
+#: mod/profiles.php:725
+msgid "(Used for searching profiles, never shown to others)"
+msgstr "(Wird für die Suche nach Profilen verwendet und niemals veröffentlicht)"
 
-#: mod/admin.php:1802
-msgid "Account expired"
-msgstr "Account ist abgelaufen"
+#: mod/profiles.php:726 src/Model/Profile.php:816
+msgid "Likes:"
+msgstr "Likes:"
 
-#: mod/admin.php:1805
-msgid "New User"
-msgstr "Neuer Nutzer"
+#: mod/profiles.php:727 src/Model/Profile.php:820
+msgid "Dislikes:"
+msgstr "Dislikes:"
 
-#: mod/admin.php:1806
-msgid "Deleted since"
-msgstr "Gelöscht seit"
+#: mod/profiles.php:728
+msgid "Musical interests"
+msgstr "Musikalische Interessen"
 
-#: mod/admin.php:1811
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Die markierten Nutzer werden gelöscht!\\n\\nAlle Beiträge, die diese Nutzer auf dieser Seite veröffentlicht haben, werden permanent gelöscht!\\n\\nBist Du sicher?"
+#: mod/profiles.php:729
+msgid "Books, literature"
+msgstr "Bücher, Literatur"
 
-#: mod/admin.php:1812
-msgid ""
-"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
-"site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Der Nutzer {0} wird gelöscht!\\n\\nAlles was dieser Nutzer auf dieser Seite veröffentlicht hat, wird permanent gelöscht!\\n\\nBist Du sicher?"
+#: mod/profiles.php:730
+msgid "Television"
+msgstr "Fernsehen"
 
-#: mod/admin.php:1822
-msgid "Name of the new user."
-msgstr "Name des neuen Nutzers"
+#: mod/profiles.php:731
+msgid "Film/dance/culture/entertainment"
+msgstr "Filme/Tänze/Kultur/Unterhaltung"
 
-#: mod/admin.php:1823
-msgid "Nickname"
-msgstr "Spitzname"
+#: mod/profiles.php:732
+msgid "Hobbies/Interests"
+msgstr "Hobbies/Interessen"
 
-#: mod/admin.php:1823
-msgid "Nickname of the new user."
-msgstr "Spitznamen für den neuen Nutzer"
+#: mod/profiles.php:733
+msgid "Love/romance"
+msgstr "Liebe/Romantik"
 
-#: mod/admin.php:1824
-msgid "Email address of the new user."
-msgstr "Email Adresse des neuen Nutzers"
+#: mod/profiles.php:734
+msgid "Work/employment"
+msgstr "Arbeit/Anstellung"
 
-#: mod/admin.php:1866
-#, php-format
-msgid "Addon %s disabled."
-msgstr "Addon %s ausgeschaltet."
+#: mod/profiles.php:735
+msgid "School/education"
+msgstr "Schule/Ausbildung"
 
-#: mod/admin.php:1870
-#, php-format
-msgid "Addon %s enabled."
-msgstr "Addon %s eingeschaltet."
+#: mod/profiles.php:736
+msgid "Contact information and Social Networks"
+msgstr "Kontaktinformationen und Soziale Netzwerke"
 
-#: mod/admin.php:1880 mod/admin.php:2129
-msgid "Disable"
-msgstr "Ausschalten"
+#: mod/profiles.php:767 src/Model/Profile.php:389
+msgid "Profile Image"
+msgstr "Profilbild"
 
-#: mod/admin.php:1883 mod/admin.php:2132
-msgid "Enable"
-msgstr "Einschalten"
+#: mod/profiles.php:769 src/Model/Profile.php:392
+msgid "visible to everybody"
+msgstr "sichtbar für jeden"
 
-#: mod/admin.php:1905 mod/admin.php:2174
-msgid "Toggle"
-msgstr "Umschalten"
+#: mod/profiles.php:776
+msgid "Edit/Manage Profiles"
+msgstr "Bearbeite/Verwalte Profile"
 
-#: mod/admin.php:1913 mod/admin.php:2183
-msgid "Author: "
-msgstr "Autor:"
+#: mod/profiles.php:777 src/Model/Profile.php:379 src/Model/Profile.php:401
+msgid "Change profile photo"
+msgstr "Profilbild ändern"
 
-#: mod/admin.php:1914 mod/admin.php:2184
-msgid "Maintainer: "
-msgstr "Betreuer:"
+#: mod/profiles.php:778 src/Model/Profile.php:380
+msgid "Create New Profile"
+msgstr "Neues Profil anlegen"
 
-#: mod/admin.php:1966
-msgid "Reload active addons"
-msgstr "Aktivierte Addons neu laden"
+#: mod/register.php:99
+msgid ""
+"Registration successful. Please check your email for further instructions."
+msgstr "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an Dich gesendet."
 
-#: mod/admin.php:1971
+#: mod/register.php:103
 #, php-format
 msgid ""
-"There are currently no addons available on your node. You can find the "
-"official addon repository at %1$s and might find other interesting addons in"
-" the open addon registry at %2$s"
-msgstr "Es sind derzeit keine Addons auf diesem Knoten verfügbar. Du findest das offizielle Addon-Repository unter %1$s und weitere eventuell interessante Addons im offenen Addon-Verzeichnis auf %2$s."
+"Failed to send email message. Here your accout details:<br> login: %s<br> "
+"password: %s<br><br>You can change your password after login."
+msgstr "Versenden der E-Mail fehlgeschlagen. Hier sind Deine Account Details:\n\nLogin: %s\nPasswort: %s\n\nDu kannst das Passwort nach dem Anmelden ändern."
 
-#: mod/admin.php:2091
-msgid "No themes found."
-msgstr "Keine Themen gefunden."
+#: mod/register.php:110
+msgid "Registration successful."
+msgstr "Registrierung erfolgreich."
 
-#: mod/admin.php:2165
-msgid "Screenshot"
-msgstr "Bildschirmfoto"
+#: mod/register.php:115
+msgid "Your registration can not be processed."
+msgstr "Deine Registrierung konnte nicht verarbeitet werden."
 
-#: mod/admin.php:2219
-msgid "Reload active themes"
-msgstr "Aktives Theme neu laden"
+#: mod/register.php:162
+msgid "Your registration is pending approval by the site owner."
+msgstr "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden."
 
-#: mod/admin.php:2224
-#, php-format
-msgid "No themes found on the system. They should be placed in %1$s"
-msgstr "Es wurden keine Themes auf dem System gefunden. Diese sollten in %1$s platziert werden."
+#: mod/register.php:220
+msgid ""
+"You may (optionally) fill in this form via OpenID by supplying your OpenID "
+"and clicking 'Register'."
+msgstr "Du kannst dieses Formular auch (optional) mit Deiner OpenID ausfüllen, indem Du Deine OpenID angibst und 'Registrieren' klickst."
 
-#: mod/admin.php:2225
-msgid "[Experimental]"
-msgstr "[Experimentell]"
+#: mod/register.php:221
+msgid ""
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
+msgstr "Wenn Du nicht mit OpenID vertraut bist, lass dieses Feld bitte leer und fülle die restlichen Felder aus."
 
-#: mod/admin.php:2226
-msgid "[Unsupported]"
-msgstr "[Nicht unterstützt]"
+#: mod/register.php:222
+msgid "Your OpenID (optional): "
+msgstr "Deine OpenID (optional): "
 
-#: mod/admin.php:2250
-msgid "Log settings updated."
-msgstr "Protokolleinstellungen aktualisiert."
+#: mod/register.php:234
+msgid "Include your profile in member directory?"
+msgstr "Soll Dein Profil im Nutzerverzeichnis angezeigt werden?"
 
-#: mod/admin.php:2282
-msgid "PHP log currently enabled."
-msgstr "PHP Protokollierung ist derzeit aktiviert."
+#: mod/register.php:259
+msgid "Note for the admin"
+msgstr "Hinweis für den Admin"
 
-#: mod/admin.php:2284
-msgid "PHP log currently disabled."
-msgstr "PHP Protokollierung ist derzeit nicht aktiviert."
+#: mod/register.php:259
+msgid "Leave a message for the admin, why you want to join this node"
+msgstr "Hinterlasse eine Nachricht an den Admin, warum du einen Account auf dieser Instanz haben möchtest."
 
-#: mod/admin.php:2293
-msgid "Clear"
-msgstr "löschen"
+#: mod/register.php:260
+msgid "Membership on this site is by invitation only."
+msgstr "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich."
 
-#: mod/admin.php:2297
-msgid "Enable Debugging"
-msgstr "Protokoll führen"
+#: mod/register.php:261
+msgid "Your invitation code: "
+msgstr "Dein Ein­la­dungs­code"
 
-#: mod/admin.php:2298
-msgid "Log file"
-msgstr "Protokolldatei"
+#: mod/register.php:270
+msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
+msgstr "Dein vollständiger Name (z.B. Hans Mustermann, echt oder echt erscheinend):"
 
-#: mod/admin.php:2298
+#: mod/register.php:271
 msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr "Webserver muss Schreibrechte besitzen. Abhängig vom Friendica-Installationsverzeichnis."
+"Your Email Address: (Initial information will be send there, so this has to "
+"be an existing address.)"
+msgstr "Deine E-Mail Adresse (Informationen zur Registrierung werden an diese Adresse gesendet, darum muss sie existieren.)"
 
-#: mod/admin.php:2299
-msgid "Log level"
-msgstr "Protokoll-Level"
+#: mod/register.php:273 mod/settings.php:1201
+msgid "New Password:"
+msgstr "Neues Passwort:"
 
-#: mod/admin.php:2301
-msgid "PHP logging"
-msgstr "PHP Protokollieren"
+#: mod/register.php:273
+msgid "Leave empty for an auto generated password."
+msgstr "Leer lassen um das Passwort automatisch zu generieren."
 
-#: mod/admin.php:2302
-msgid ""
-"To enable logging of PHP errors and warnings you can add the following to "
-"the .htconfig.php file of your installation. The filename set in the "
-"'error_log' line is relative to the friendica top-level directory and must "
-"be writeable by the web server. The option '1' for 'log_errors' and "
-"'display_errors' is to enable these options, set to '0' to disable them."
-msgstr "Um PHP Warnungen und Fehler zu protokollieren, kannst du die folgenden Zeilen zur .htconfig.php Datei deiner Installation hinzufügen. Den Dateinamen der Log-Datei legst du in der Zeile mit dem 'error_log' fest,  Er ist relativ zum Friendica-Stammverzeichnis und muss schreibbar durch den Webserver sein. Eine \"1\" als Option für die Punkte 'log_errors' und 'display_errors' aktiviert die Funktionen zum Protokollieren bzw. Anzeigen der Fehler, eine \"0\" deaktiviert sie."
+#: mod/register.php:274 mod/settings.php:1202
+msgid "Confirm:"
+msgstr "Bestätigen:"
 
-#: mod/admin.php:2333
+#: mod/register.php:275
 #, php-format
 msgid ""
-"Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see "
-"if file %1$s exist and is readable."
-msgstr "Fehler beim Öffnen der Logdatei <strong>%1$s</strong>.\\r\\n<br/>Bitte überprüfe ob die Datei %1$s existiert und gelesen werden kann."
+"Choose a profile nickname. This must begin with a text character. Your "
+"profile address on this site will then be '<strong>nickname@%s</strong>'."
+msgstr "Wähle einen Spitznamen für Dein Profil. Dieser muss mit einem Buchstaben beginnen. Die Adresse Deines Profils auf dieser Seite wird '<strong>spitzname@%s</strong>' sein."
 
-#: mod/admin.php:2337
-#, php-format
-msgid ""
-"Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file"
-" %1$s is readable."
-msgstr "Konnte die Logdatei <strong>%1$s</strong> nicht öffnen.\\r\\n<br/>Bitte stelle sicher, dass die Datei %1$s lesbar ist."
+#: mod/register.php:276
+msgid "Choose a nickname: "
+msgstr "Spitznamen wählen: "
 
-#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775
-msgid "Off"
-msgstr "Aus"
+#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283
+msgid "Register"
+msgstr "Registrieren"
 
-#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775
-msgid "On"
-msgstr "An"
+#: mod/register.php:286
+msgid "Import your profile to this friendica instance"
+msgstr "Importiere Dein Profil auf diese Friendica Instanz"
 
-#: mod/admin.php:2429
+#: mod/removeme.php:43
+msgid "User deleted their account"
+msgstr "Gelöschter Nutzeraccount"
+
+#: mod/removeme.php:44
+msgid ""
+"On your Friendica node an user deleted their account. Please ensure that "
+"their data is removed from the backups."
+msgstr "Ein Nutzer deiner Friendica Instanz hat seinen Account gelöscht. Bitte stelle sicher, dass deren Daten aus deinen Backups entfernt werden."
+
+#: mod/removeme.php:45
 #, php-format
-msgid "Lock feature %s"
-msgstr "Feature festlegen: %s"
+msgid "The user id is %d"
+msgstr "Die ID des Users lautet %d"
 
-#: mod/admin.php:2437
-msgid "Manage Additional Features"
-msgstr "Zusätzliche Features Verwalten"
+#: mod/removeme.php:76 mod/removeme.php:79
+msgid "Remove My Account"
+msgstr "Konto löschen"
+
+#: mod/removeme.php:77
+msgid ""
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr "Dein Konto wird endgültig gelöscht. Es gibt keine Möglichkeit, es wiederherzustellen."
+
+#: mod/removeme.php:78
+msgid "Please enter your password for verification:"
+msgstr "Bitte gib Dein Passwort zur Verifikation ein:"
 
 #: mod/settings.php:72
 msgid "Display"
@@ -6803,7 +6788,7 @@ msgstr "Features aktualisiert"
 msgid "Relocate message has been send to your contacts"
 msgstr "Die Umzugsbenachrichtigung wurde an Deine Kontakte versendet."
 
-#: mod/settings.php:384 src/Model/User.php:325
+#: mod/settings.php:384 src/Model/User.php:339
 msgid "Passwords do not match. Password unchanged."
 msgstr "Die Passwörter stimmen nicht überein. Das Passwort bleibt unverändert."
 
@@ -6811,7 +6796,7 @@ msgstr "Die Passwörter stimmen nicht überein. Das Passwort bleibt unverändert
 msgid "Empty passwords are not allowed. Password unchanged."
 msgstr "Leere Passwörter sind nicht erlaubt. Passwort bleibt unverändert."
 
-#: mod/settings.php:394 src/Core/Console/NewPassword.php:78
+#: mod/settings.php:394 src/Core/Console/NewPassword.php:87
 msgid ""
 "The new password has been exposed in a public data dump, please choose "
 "another."
@@ -6821,11 +6806,11 @@ msgstr "Das neuer Passwort wurde in einem öffentlichen Daten-Dump veröffentlic
 msgid "Wrong password."
 msgstr "Falsches Passwort."
 
-#: mod/settings.php:407 src/Core/Console/NewPassword.php:85
+#: mod/settings.php:407 src/Core/Console/NewPassword.php:94
 msgid "Password changed."
 msgstr "Passwort geändert."
 
-#: mod/settings.php:409 src/Core/Console/NewPassword.php:82
+#: mod/settings.php:409 src/Core/Console/NewPassword.php:91
 msgid "Password update failed. Please try again."
 msgstr "Aktualisierung des Passworts gescheitert, bitte versuche es noch einmal."
 
@@ -7442,7 +7427,7 @@ msgstr "Passwort:"
 msgid "Basic Settings"
 msgstr "Grundeinstellungen"
 
-#: mod/settings.php:1209 src/Model/Profile.php:738
+#: mod/settings.php:1209 src/Model/Profile.php:740
 msgid "Full Name:"
 msgstr "Kompletter Name:"
 
@@ -7612,6 +7597,270 @@ msgstr "Wenn Du Dein Profil von einem anderen Server umgezogen hast und einige D
 msgid "Resend relocate message to contacts"
 msgstr "Umzugsbenachrichtigung erneut an Kontakte senden"
 
+#: view/theme/duepuntozero/config.php:54 src/Model/User.php:502
+msgid "default"
+msgstr "Standard"
+
+#: view/theme/duepuntozero/config.php:55
+msgid "greenzero"
+msgstr "greenzero"
+
+#: view/theme/duepuntozero/config.php:56
+msgid "purplezero"
+msgstr "purplezero"
+
+#: view/theme/duepuntozero/config.php:57
+msgid "easterbunny"
+msgstr "easterbunny"
+
+#: view/theme/duepuntozero/config.php:58
+msgid "darkzero"
+msgstr "darkzero"
+
+#: view/theme/duepuntozero/config.php:59
+msgid "comix"
+msgstr "comix"
+
+#: view/theme/duepuntozero/config.php:60
+msgid "slackr"
+msgstr "slackr"
+
+#: view/theme/duepuntozero/config.php:74
+msgid "Variations"
+msgstr "Variationen"
+
+#: view/theme/frio/php/Image.php:25
+msgid "Repeat the image"
+msgstr "Bild wiederholen"
+
+#: view/theme/frio/php/Image.php:25
+msgid "Will repeat your image to fill the background."
+msgstr "Wiederholt das Bild um den Hintergrund auszufüllen."
+
+#: view/theme/frio/php/Image.php:27
+msgid "Stretch"
+msgstr "Strecken"
+
+#: view/theme/frio/php/Image.php:27
+msgid "Will stretch to width/height of the image."
+msgstr "Streckt Breite/Höhe des Bildes."
+
+#: view/theme/frio/php/Image.php:29
+msgid "Resize fill and-clip"
+msgstr "Größe anpassen - Ausfüllen und abschneiden"
+
+#: view/theme/frio/php/Image.php:29
+msgid "Resize to fill and retain aspect ratio."
+msgstr "Größe anpassen: Ausfüllen und Seitenverhältnis beibehalten"
+
+#: view/theme/frio/php/Image.php:31
+msgid "Resize best fit"
+msgstr "Größe anpassen - Optimale Größe"
+
+#: view/theme/frio/php/Image.php:31
+msgid "Resize to best fit and retain aspect ratio."
+msgstr "Größe anpassen - Optimale Größe und Seitenverhältnisse beibehalten"
+
+#: view/theme/frio/config.php:97
+msgid "Default"
+msgstr "Standard"
+
+#: view/theme/frio/config.php:109
+msgid "Note"
+msgstr "Hinweis"
+
+#: view/theme/frio/config.php:109
+msgid "Check image permissions if all users are allowed to visit the image"
+msgstr "Überprüfe, dass alle Benutzer die Berechtigung haben dieses Bild anzusehen"
+
+#: view/theme/frio/config.php:116
+msgid "Select scheme"
+msgstr "Schema auswählen"
+
+#: view/theme/frio/config.php:117
+msgid "Navigation bar background color"
+msgstr "Hintergrundfarbe der Navigationsleiste"
+
+#: view/theme/frio/config.php:118
+msgid "Navigation bar icon color "
+msgstr "Icon Farbe in der Navigationsleiste"
+
+#: view/theme/frio/config.php:119
+msgid "Link color"
+msgstr "Linkfarbe"
+
+#: view/theme/frio/config.php:120
+msgid "Set the background color"
+msgstr "Hintergrundfarbe festlegen"
+
+#: view/theme/frio/config.php:121
+msgid "Content background opacity"
+msgstr "Opazität des Hintergrunds von Beiträgen"
+
+#: view/theme/frio/config.php:122
+msgid "Set the background image"
+msgstr "Hintergrundbild festlegen"
+
+#: view/theme/frio/config.php:127
+msgid "Login page background image"
+msgstr "Hintergrundbild der Login-Seite"
+
+#: view/theme/frio/config.php:130
+msgid "Login page background color"
+msgstr "Hintergrundfarbe der Login-Seite"
+
+#: view/theme/frio/config.php:130
+msgid "Leave background image and color empty for theme defaults"
+msgstr "Wenn die Theme Vorgaben verwendet werden sollen, lass bitte die Felder für die Hintergrundfarbe und das Hintergrundbild leer."
+
+#: view/theme/frio/theme.php:238
+msgid "Guest"
+msgstr "Gast"
+
+#: view/theme/frio/theme.php:243
+msgid "Visitor"
+msgstr "Besucher"
+
+#: view/theme/frio/theme.php:256 src/Content/Nav.php:97
+#: src/Module/Login.php:311
+msgid "Logout"
+msgstr "Abmelden"
+
+#: view/theme/frio/theme.php:256 src/Content/Nav.php:97
+msgid "End this session"
+msgstr "Diese Sitzung beenden"
+
+#: view/theme/frio/theme.php:259 src/Content/Nav.php:100
+#: src/Content/Nav.php:181
+msgid "Your posts and conversations"
+msgstr "Deine Beiträge und Unterhaltungen"
+
+#: view/theme/frio/theme.php:260 src/Content/Nav.php:101
+msgid "Your profile page"
+msgstr "Deine Profilseite"
+
+#: view/theme/frio/theme.php:261 src/Content/Nav.php:102
+msgid "Your photos"
+msgstr "Deine Fotos"
+
+#: view/theme/frio/theme.php:262 src/Content/Nav.php:103
+#: src/Model/Profile.php:914 src/Model/Profile.php:917
+msgid "Videos"
+msgstr "Videos"
+
+#: view/theme/frio/theme.php:262 src/Content/Nav.php:103
+msgid "Your videos"
+msgstr "Deine Videos"
+
+#: view/theme/frio/theme.php:263 src/Content/Nav.php:104
+msgid "Your events"
+msgstr "Deine Ereignisse"
+
+#: view/theme/frio/theme.php:266 src/Content/Nav.php:178
+msgid "Conversations from your friends"
+msgstr "Unterhaltungen Deiner Kontakte"
+
+#: view/theme/frio/theme.php:267 src/Content/Nav.php:169
+#: src/Model/Profile.php:929 src/Model/Profile.php:940
+msgid "Events and Calendar"
+msgstr "Ereignisse und Kalender"
+
+#: view/theme/frio/theme.php:268 src/Content/Nav.php:195
+msgid "Private mail"
+msgstr "Private E-Mail"
+
+#: view/theme/frio/theme.php:269 src/Content/Nav.php:206
+msgid "Account settings"
+msgstr "Kontoeinstellungen"
+
+#: view/theme/frio/theme.php:270 src/Content/Nav.php:212
+msgid "Manage/edit friends and contacts"
+msgstr " Kontakte verwalten/editieren"
+
+#: view/theme/quattro/config.php:76
+msgid "Alignment"
+msgstr "Ausrichtung"
+
+#: view/theme/quattro/config.php:76
+msgid "Left"
+msgstr "Links"
+
+#: view/theme/quattro/config.php:76
+msgid "Center"
+msgstr "Mitte"
+
+#: view/theme/quattro/config.php:77
+msgid "Color scheme"
+msgstr "Farbschema"
+
+#: view/theme/quattro/config.php:78
+msgid "Posts font size"
+msgstr "Schriftgröße in Beiträgen"
+
+#: view/theme/quattro/config.php:79
+msgid "Textareas font size"
+msgstr "Schriftgröße in Eingabefeldern"
+
+#: view/theme/vier/config.php:75
+msgid "Comma separated list of helper forums"
+msgstr "Komma-Separierte Liste der Helfer-Foren"
+
+#: view/theme/vier/config.php:115 src/Core/ACL.php:309
+msgid "don't show"
+msgstr "nicht zeigen"
+
+#: view/theme/vier/config.php:115 src/Core/ACL.php:308
+msgid "show"
+msgstr "zeigen"
+
+#: view/theme/vier/config.php:122
+msgid "Set style"
+msgstr "Stil auswählen"
+
+#: view/theme/vier/config.php:123
+msgid "Community Pages"
+msgstr "Foren"
+
+#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150
+msgid "Community Profiles"
+msgstr "Community-Profile"
+
+#: view/theme/vier/config.php:125
+msgid "Help or @NewHere ?"
+msgstr "Hilfe oder @NewHere"
+
+#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389
+msgid "Connect Services"
+msgstr "Verbinde Dienste"
+
+#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199
+msgid "Find Friends"
+msgstr "Kontakte finden"
+
+#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181
+msgid "Last users"
+msgstr "Letzte Nutzer"
+
+#: view/theme/vier/theme.php:200
+msgid "Local Directory"
+msgstr "Lokales Verzeichnis"
+
+#: view/theme/vier/theme.php:202 src/Content/Widget.php:65
+msgid "Similar Interests"
+msgstr "Ähnliche Interessen"
+
+#: view/theme/vier/theme.php:204 src/Content/Widget.php:67
+msgid "Invite Friends"
+msgstr "Freunde einladen"
+
+#: view/theme/vier/theme.php:256 src/Content/ForumManager.php:127
+msgid "External link to forum"
+msgstr "Externer Link zum Forum"
+
+#: view/theme/vier/theme.php:292
+msgid "Quick Start"
+msgstr "Schnell-Start"
+
 #: src/Core/UserImport.php:104
 msgid "Error decoding account file"
 msgstr "Fehler beim Verarbeiten der Account Datei"
@@ -7644,6 +7893,35 @@ msgstr[1] "%d Kontakte nicht importiert"
 msgid "Done. You can now login with your username and password"
 msgstr "Erledigt. Du kannst Dich jetzt mit Deinem Nutzernamen und Passwort anmelden"
 
+#: src/Core/ACL.php:295
+msgid "Post to Email"
+msgstr "An E-Mail senden"
+
+#: src/Core/ACL.php:301
+msgid "Hide your profile details from unknown viewers?"
+msgstr "Profil-Details vor unbekannten Betrachtern verbergen?"
+
+#: src/Core/ACL.php:300
+#, php-format
+msgid "Connectors disabled, since \"%s\" is enabled."
+msgstr "Konnektoren sind nicht verfügbar, da \"%s\" aktiv ist."
+
+#: src/Core/ACL.php:307
+msgid "Visible to everybody"
+msgstr "Für jeden sichtbar"
+
+#: src/Core/ACL.php:319
+msgid "Close"
+msgstr "Schließen"
+
+#: src/Core/Console/NewPassword.php:78
+msgid "Enter new password: "
+msgstr "Neues Passwort eingeben:"
+
+#: src/Core/Console/NewPassword.php:83 src/Model/User.php:262
+msgid "Password can't be empty"
+msgstr "Das Passwort kann nicht leer sein"
+
 #: src/Core/NotificationsManager.php:171
 msgid "System"
 msgstr "System"
@@ -7709,36 +7987,7 @@ msgstr "Kontakt-/Freundschaftsanfrage"
 msgid "New Follower"
 msgstr "Neuer Bewunderer"
 
-#: src/Core/ACL.php:295
-msgid "Post to Email"
-msgstr "An E-Mail senden"
-
-#: src/Core/ACL.php:301
-msgid "Hide your profile details from unknown viewers?"
-msgstr "Profil-Details vor unbekannten Betrachtern verbergen?"
-
-#: src/Core/ACL.php:300
-#, php-format
-msgid "Connectors disabled, since \"%s\" is enabled."
-msgstr "Konnektoren sind nicht verfügbar, da \"%s\" aktiv ist."
-
-#: src/Core/ACL.php:307
-msgid "Visible to everybody"
-msgstr "Für jeden sichtbar"
-
-#: src/Core/ACL.php:308 view/theme/vier/config.php:115
-msgid "show"
-msgstr "zeigen"
-
-#: src/Core/ACL.php:309 view/theme/vier/config.php:115
-msgid "don't show"
-msgstr "nicht zeigen"
-
-#: src/Core/ACL.php:319
-msgid "Close"
-msgstr "Schließen"
-
-#: src/Util/Temporal.php:147 src/Model/Profile.php:758
+#: src/Util/Temporal.php:147 src/Model/Profile.php:760
 msgid "Birthday:"
 msgstr "Geburtstag:"
 
@@ -7833,10 +8082,6 @@ msgstr "Ungültiges Quell-Protokoll"
 msgid "Invalid link protocol"
 msgstr "Ungültiges Link-Protokoll"
 
-#: src/Content/ForumManager.php:127 view/theme/vier/theme.php:256
-msgid "External link to forum"
-msgstr "Externer Link zum Forum"
-
 #: src/Content/Nav.php:53
 msgid "Nothing new here"
 msgstr "Keine Neuigkeiten"
@@ -7845,41 +8090,6 @@ msgstr "Keine Neuigkeiten"
 msgid "Clear notifications"
 msgstr "Bereinige Benachrichtigungen"
 
-#: src/Content/Nav.php:97 src/Module/Login.php:311
-#: view/theme/frio/theme.php:256
-msgid "Logout"
-msgstr "Abmelden"
-
-#: src/Content/Nav.php:97 view/theme/frio/theme.php:256
-msgid "End this session"
-msgstr "Diese Sitzung beenden"
-
-#: src/Content/Nav.php:100 src/Content/Nav.php:181
-#: view/theme/frio/theme.php:259
-msgid "Your posts and conversations"
-msgstr "Deine Beiträge und Unterhaltungen"
-
-#: src/Content/Nav.php:101 view/theme/frio/theme.php:260
-msgid "Your profile page"
-msgstr "Deine Profilseite"
-
-#: src/Content/Nav.php:102 view/theme/frio/theme.php:261
-msgid "Your photos"
-msgstr "Deine Fotos"
-
-#: src/Content/Nav.php:103 src/Model/Profile.php:912 src/Model/Profile.php:915
-#: view/theme/frio/theme.php:262
-msgid "Videos"
-msgstr "Videos"
-
-#: src/Content/Nav.php:103 view/theme/frio/theme.php:262
-msgid "Your videos"
-msgstr "Deine Videos"
-
-#: src/Content/Nav.php:104 view/theme/frio/theme.php:263
-msgid "Your events"
-msgstr "Deine Ereignisse"
-
 #: src/Content/Nav.php:105
 msgid "Personal notes"
 msgstr "Persönliche Notizen"
@@ -7924,11 +8134,6 @@ msgstr "Gemeinschaft"
 msgid "Conversations on this and other servers"
 msgstr "Unterhaltungen auf diesem und anderer Server"
 
-#: src/Content/Nav.php:169 src/Model/Profile.php:927 src/Model/Profile.php:938
-#: view/theme/frio/theme.php:267
-msgid "Events and Calendar"
-msgstr "Ereignisse und Kalender"
-
 #: src/Content/Nav.php:172
 msgid "Directory"
 msgstr "Verzeichnis"
@@ -7941,10 +8146,6 @@ msgstr "Nutzerverzeichnis"
 msgid "Information about this friendica instance"
 msgstr "Informationen zu dieser Friendica Instanz"
 
-#: src/Content/Nav.php:178 view/theme/frio/theme.php:266
-msgid "Conversations from your friends"
-msgstr "Unterhaltungen Deiner Kontakte"
-
 #: src/Content/Nav.php:179
 msgid "Network Reset"
 msgstr "Netzwerk zurücksetzen"
@@ -7965,10 +8166,6 @@ msgstr "Alle Benachrichtigungen anzeigen"
 msgid "Mark all system notifications seen"
 msgstr "Markiere alle Systembenachrichtigungen als gelesen"
 
-#: src/Content/Nav.php:195 view/theme/frio/theme.php:268
-msgid "Private mail"
-msgstr "Private E-Mail"
-
 #: src/Content/Nav.php:196
 msgid "Inbox"
 msgstr "Eingang"
@@ -7985,10 +8182,6 @@ msgstr "Verwalten"
 msgid "Manage other pages"
 msgstr "Andere Seiten verwalten"
 
-#: src/Content/Nav.php:206 view/theme/frio/theme.php:269
-msgid "Account settings"
-msgstr "Kontoeinstellungen"
-
 #: src/Content/Nav.php:209 src/Model/Profile.php:372
 msgid "Profiles"
 msgstr "Profile"
@@ -7997,10 +8190,6 @@ msgstr "Profile"
 msgid "Manage/Edit Profiles"
 msgstr "Profile Verwalten/Editieren"
 
-#: src/Content/Nav.php:212 view/theme/frio/theme.php:270
-msgid "Manage/edit friends and contacts"
-msgstr " Kontakte verwalten/editieren"
-
 #: src/Content/Nav.php:217
 msgid "Site setup and configuration"
 msgstr "Einstellungen der Seite und Konfiguration"
@@ -8013,26 +8202,6 @@ msgstr "Navigation"
 msgid "Site map"
 msgstr "Sitemap"
 
-#: src/Content/OEmbed.php:253
-msgid "Embedding disabled"
-msgstr "Einbettungen deaktiviert"
-
-#: src/Content/OEmbed.php:373
-msgid "Embedded content"
-msgstr "Eingebetteter Inhalt"
-
-#: src/Content/Widget/CalendarExport.php:61
-msgid "Export"
-msgstr "Exportieren"
-
-#: src/Content/Widget/CalendarExport.php:62
-msgid "Export calendar as ical"
-msgstr "Kalender als ical exportieren"
-
-#: src/Content/Widget/CalendarExport.php:63
-msgid "Export calendar as csv"
-msgstr "Kalender als csv exportieren"
-
 #: src/Content/Feature.php:79
 msgid "General Features"
 msgstr "Allgemeine Features"
@@ -8244,6 +8413,26 @@ msgstr "Mitgliedschaftsdatum anzeigen"
 msgid "Display membership date in profile"
 msgstr "Soll das Datum der Registrierung deines Accounts im Profil angezeigt werden."
 
+#: src/Content/OEmbed.php:253
+msgid "Embedding disabled"
+msgstr "Einbettungen deaktiviert"
+
+#: src/Content/OEmbed.php:373
+msgid "Embedded content"
+msgstr "Eingebetteter Inhalt"
+
+#: src/Content/Widget/CalendarExport.php:61
+msgid "Export"
+msgstr "Exportieren"
+
+#: src/Content/Widget/CalendarExport.php:62
+msgid "Export calendar as ical"
+msgstr "Kalender als ical exportieren"
+
+#: src/Content/Widget/CalendarExport.php:63
+msgid "Export calendar as csv"
+msgstr "Kalender als csv exportieren"
+
 #: src/Content/Widget.php:33
 msgid "Add New Contact"
 msgstr "Neuen Kontakt hinzufügen"
@@ -8275,18 +8464,10 @@ msgstr "Name oder Interessen eingeben"
 msgid "Examples: Robert Morgenstein, Fishing"
 msgstr "Beispiel: Robert Morgenstein, Angeln"
 
-#: src/Content/Widget.php:65 view/theme/vier/theme.php:202
-msgid "Similar Interests"
-msgstr "Ähnliche Interessen"
-
 #: src/Content/Widget.php:66
 msgid "Random Profile"
 msgstr "Zufälliges Profil"
 
-#: src/Content/Widget.php:67 view/theme/vier/theme.php:204
-msgid "Invite Friends"
-msgstr "Freunde einladen"
-
 #: src/Content/Widget.php:68
 msgid "View Global Directory"
 msgstr "Globales Verzeichnis betrachten"
@@ -8534,7 +8715,7 @@ msgstr "Untreu"
 msgid "Sex Addict"
 msgstr "Sexbesessen"
 
-#: src/Content/ContactSelector.php:169 src/Model/User.php:505
+#: src/Content/ContactSelector.php:169 src/Model/User.php:519
 msgid "Friends"
 msgstr "Kontakte"
 
@@ -8626,165 +8807,47 @@ msgstr "Frag mich"
 msgid "There are no tables on MyISAM."
 msgstr "Es gibt keine MyISAM Tabellen."
 
-#: src/Database/DBStructure.php:75
-#, php-format
-msgid ""
-"\n"
-"\t\t\t\tThe friendica developers released update %s recently,\n"
-"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n"
-"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n"
-"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."
-msgstr "\nDie Friendica-Entwickler haben vor kurzem das Update %s veröffentlicht, aber bei der Installation ging etwas schrecklich schief.\n\nDas Problem sollte so schnell wie möglich gelöst werden, aber ich schaffe es nicht alleine. Bitte kontaktiere einen Friendica-Entwickler falls Du mir nicht alleine helfen kannst. Meine Datenbank könnte ungültig sein."
-
-#: src/Database/DBStructure.php:80
-#, php-format
-msgid ""
-"The error message is\n"
-"[pre]%s[/pre]"
-msgstr "Die Fehlermeldung lautet\n[pre]%s[/pre]"
-
-#: src/Database/DBStructure.php:191
-#, php-format
-msgid ""
-"\n"
-"Error %d occurred during database update:\n"
-"%s\n"
-msgstr "\nFehler %d beim Update der Datenbank aufgetreten\n%s\n"
-
-#: src/Database/DBStructure.php:194
-msgid "Errors encountered performing database changes: "
-msgstr "Fehler beim Ändern der Datenbank aufgetreten"
-
-#: src/Database/DBStructure.php:210
-msgid ": Database update"
-msgstr ": Datenbank Update"
-
-#: src/Database/DBStructure.php:460
-#, php-format
-msgid "%s: updating %s table."
-msgstr "%s: aktualisiere Tabelle %s"
-
-#: src/Model/Mail.php:40 src/Model/Mail.php:174
-msgid "[no subject]"
-msgstr "[kein Betreff]"
-
-#: src/Model/Profile.php:97
-msgid "Requested account is not available."
-msgstr "Das angefragte Profil ist nicht vorhanden."
-
-#: src/Model/Profile.php:168 src/Model/Profile.php:399
-#: src/Model/Profile.php:859
-msgid "Edit profile"
-msgstr "Profil bearbeiten"
-
-#: src/Model/Profile.php:336
-msgid "Atom feed"
-msgstr "Atom-Feed"
-
-#: src/Model/Profile.php:372
-msgid "Manage/edit profiles"
-msgstr "Profile verwalten/editieren"
-
-#: src/Model/Profile.php:548 src/Model/Profile.php:641
-msgid "g A l F d"
-msgstr "l, d. F G \\U\\h\\r"
-
-#: src/Model/Profile.php:549
-msgid "F d"
-msgstr "d. F"
-
-#: src/Model/Profile.php:606 src/Model/Profile.php:703
-msgid "[today]"
-msgstr "[heute]"
-
-#: src/Model/Profile.php:617
-msgid "Birthday Reminders"
-msgstr "Geburtstagserinnerungen"
-
-#: src/Model/Profile.php:618
-msgid "Birthdays this week:"
-msgstr "Geburtstage diese Woche:"
-
-#: src/Model/Profile.php:690
-msgid "[No description]"
-msgstr "[keine Beschreibung]"
-
-#: src/Model/Profile.php:717
-msgid "Event Reminders"
-msgstr "Veranstaltungserinnerungen"
-
-#: src/Model/Profile.php:718
-msgid "Events this week:"
-msgstr "Veranstaltungen diese Woche"
-
-#: src/Model/Profile.php:741
-msgid "Member since:"
-msgstr "Mitglied seit:"
-
-#: src/Model/Profile.php:749
-msgid "j F, Y"
-msgstr "j F, Y"
-
-#: src/Model/Profile.php:750
-msgid "j F"
-msgstr "j F"
-
-#: src/Model/Profile.php:765
-msgid "Age:"
-msgstr "Alter:"
-
-#: src/Model/Profile.php:778
-#, php-format
-msgid "for %1$d %2$s"
-msgstr "für %1$d %2$s"
-
-#: src/Model/Profile.php:802
-msgid "Religion:"
-msgstr "Religion:"
-
-#: src/Model/Profile.php:810
-msgid "Hobbies/Interests:"
-msgstr "Hobbies/Interessen:"
-
-#: src/Model/Profile.php:822
-msgid "Contact information and Social Networks:"
-msgstr "Kontaktinformationen und Soziale Netzwerke:"
-
-#: src/Model/Profile.php:826
-msgid "Musical interests:"
-msgstr "Musikalische Interessen:"
-
-#: src/Model/Profile.php:830
-msgid "Books, literature:"
-msgstr "Literatur/Bücher:"
-
-#: src/Model/Profile.php:834
-msgid "Television:"
-msgstr "Fernsehen:"
+#: src/Database/DBStructure.php:75
+#, php-format
+msgid ""
+"\n"
+"\t\t\t\tThe friendica developers released update %s recently,\n"
+"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n"
+"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n"
+"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."
+msgstr "\nDie Friendica-Entwickler haben vor kurzem das Update %s veröffentlicht, aber bei der Installation ging etwas schrecklich schief.\n\nDas Problem sollte so schnell wie möglich gelöst werden, aber ich schaffe es nicht alleine. Bitte kontaktiere einen Friendica-Entwickler falls Du mir nicht alleine helfen kannst. Meine Datenbank könnte ungültig sein."
 
-#: src/Model/Profile.php:838
-msgid "Film/dance/culture/entertainment:"
-msgstr "Filme/Tänze/Kultur/Unterhaltung:"
+#: src/Database/DBStructure.php:80
+#, php-format
+msgid ""
+"The error message is\n"
+"[pre]%s[/pre]"
+msgstr "Die Fehlermeldung lautet\n[pre]%s[/pre]"
 
-#: src/Model/Profile.php:842
-msgid "Love/Romance:"
-msgstr "Liebesleben:"
+#: src/Database/DBStructure.php:191
+#, php-format
+msgid ""
+"\n"
+"Error %d occurred during database update:\n"
+"%s\n"
+msgstr "\nFehler %d beim Update der Datenbank aufgetreten\n%s\n"
 
-#: src/Model/Profile.php:846
-msgid "Work/employment:"
-msgstr "Arbeit/Beschäftigung:"
+#: src/Database/DBStructure.php:194
+msgid "Errors encountered performing database changes: "
+msgstr "Fehler beim Ändern der Datenbank aufgetreten"
 
-#: src/Model/Profile.php:850
-msgid "School/education:"
-msgstr "Schule/Ausbildung:"
+#: src/Database/DBStructure.php:210
+msgid ": Database update"
+msgstr ": Datenbank Update"
 
-#: src/Model/Profile.php:855
-msgid "Forums:"
-msgstr "Foren:"
+#: src/Database/DBStructure.php:460
+#, php-format
+msgid "%s: updating %s table."
+msgstr "%s: aktualisiere Tabelle %s"
 
-#: src/Model/Profile.php:949
-msgid "Only You Can See This"
-msgstr "Nur Du kannst das sehen"
+#: src/Model/Mail.php:40 src/Model/Mail.php:174
+msgid "[no subject]"
+msgstr "[kein Betreff]"
 
 #: src/Model/Item.php:1676
 #, php-format
@@ -8801,120 +8864,85 @@ msgstr "%1$s nimmt nicht an %2$ss %3$s teil."
 msgid "%1$s may attend %2$s's %3$s"
 msgstr "%1$s nimmt eventuell an %2$ss %3$s teil."
 
-#: src/Model/Group.php:44
-msgid ""
-"A deleted group with this name was revived. Existing item permissions "
-"<strong>may</strong> apply to this group and any future members. If this is "
-"not what you intended, please create another group with a different name."
-msgstr "Eine gelöschte Gruppe mit diesem Namen wurde wiederbelebt. Bestehende Berechtigungseinstellungen <strong>könnten</strong> auf diese Gruppe oder zukünftige Mitglieder angewandt werden. Falls Du dies nicht möchtest, erstelle bitte eine andere Gruppe mit einem anderen Namen."
-
-#: src/Model/Group.php:328
-msgid "Default privacy group for new contacts"
-msgstr "Voreingestellte Gruppe für neue Kontakte"
-
-#: src/Model/Group.php:361
-msgid "Everybody"
-msgstr "Alle Kontakte"
-
-#: src/Model/Group.php:381
-msgid "edit"
-msgstr "bearbeiten"
-
-#: src/Model/Group.php:405
-msgid "Edit group"
-msgstr "Gruppe bearbeiten"
-
-#: src/Model/Group.php:406
-msgid "Contacts not in any group"
-msgstr "Kontakte in keiner Gruppe"
-
-#: src/Model/Group.php:407
-msgid "Create a new group"
-msgstr "Neue Gruppe erstellen"
-
-#: src/Model/Group.php:409
-msgid "Edit groups"
-msgstr "Gruppen bearbeiten"
-
-#: src/Model/Contact.php:645
+#: src/Model/Contact.php:657
 msgid "Drop Contact"
 msgstr "Kontakt löschen"
 
-#: src/Model/Contact.php:1048
+#: src/Model/Contact.php:1060
 msgid "Organisation"
 msgstr "Organisation"
 
-#: src/Model/Contact.php:1051
+#: src/Model/Contact.php:1063
 msgid "News"
 msgstr "Nachrichten"
 
-#: src/Model/Contact.php:1054
+#: src/Model/Contact.php:1066
 msgid "Forum"
 msgstr "Forum"
 
-#: src/Model/Contact.php:1233
+#: src/Model/Contact.php:1245
 msgid "Connect URL missing."
 msgstr "Connect-URL fehlt"
 
-#: src/Model/Contact.php:1242
+#: src/Model/Contact.php:1254
 msgid ""
 "The contact could not be added. Please check the relevant network "
 "credentials in your Settings -> Social Networks page."
 msgstr "Der Kontakt konnte nicht hinzugefügt werden. Bitte überprüfe die Einstellungen unter Einstellungen -> Soziale Netzwerke"
 
-#: src/Model/Contact.php:1289
+#: src/Model/Contact.php:1301
 msgid ""
 "This site is not configured to allow communications with other networks."
 msgstr "Diese Seite ist so konfiguriert, dass keine Kommunikation mit anderen Netzwerken erfolgen kann."
 
-#: src/Model/Contact.php:1290 src/Model/Contact.php:1304
+#: src/Model/Contact.php:1302 src/Model/Contact.php:1316
 msgid "No compatible communication protocols or feeds were discovered."
 msgstr "Es wurden keine kompatiblen Kommunikationsprotokolle oder Feeds gefunden."
 
-#: src/Model/Contact.php:1302
+#: src/Model/Contact.php:1314
 msgid "The profile address specified does not provide adequate information."
 msgstr "Die angegebene Profiladresse liefert unzureichende Informationen."
 
-#: src/Model/Contact.php:1307
+#: src/Model/Contact.php:1319
 msgid "An author or name was not found."
 msgstr "Es wurde kein Autor oder Name gefunden."
 
-#: src/Model/Contact.php:1310
+#: src/Model/Contact.php:1322
 msgid "No browser URL could be matched to this address."
 msgstr "Zu dieser Adresse konnte keine passende Browser URL gefunden werden."
 
-#: src/Model/Contact.php:1313
+#: src/Model/Contact.php:1325
 msgid ""
 "Unable to match @-style Identity Address with a known protocol or email "
 "contact."
 msgstr "Konnte die @-Adresse mit keinem der bekannten Protokolle oder Email-Kontakte abgleichen."
 
-#: src/Model/Contact.php:1314
+#: src/Model/Contact.php:1326
 msgid "Use mailto: in front of address to force email check."
 msgstr "Verwende mailto: vor der Email Adresse, um eine Überprüfung der E-Mail-Adresse zu erzwingen."
 
-#: src/Model/Contact.php:1320
+#: src/Model/Contact.php:1332
 msgid ""
 "The profile address specified belongs to a network which has been disabled "
 "on this site."
 msgstr "Die Adresse dieses Profils gehört zu einem Netzwerk, mit dem die Kommunikation auf dieser Seite ausgeschaltet wurde."
 
-#: src/Model/Contact.php:1325
+#: src/Model/Contact.php:1337
 msgid ""
 "Limited profile. This person will be unable to receive direct/personal "
 "notifications from you."
 msgstr "Eingeschränktes Profil. Diese Person wird keine direkten/privaten Nachrichten von Dir erhalten können."
 
-#: src/Model/Contact.php:1376
+#: src/Model/Contact.php:1388
 msgid "Unable to retrieve contact information."
 msgstr "Konnte die Kontaktinformationen nicht empfangen."
 
-#: src/Model/Contact.php:1588
+#: src/Model/Contact.php:1605
 #, php-format
 msgid "%s's birthday"
 msgstr "%ss Geburtstag"
 
-#: src/Model/Contact.php:1589 src/Protocol/DFRN.php:1478
+#: src/Model/Contact.php:1606 src/Protocol/DFRN.php:1483
 #, php-format
 msgid "Happy Birthday %s"
 msgstr "Herzlichen Glückwunsch %s"
@@ -8977,98 +9005,247 @@ msgstr "Karte anzeigen"
 msgid "Hide map"
 msgstr "Karte verbergen"
 
-#: src/Model/User.php:144
+#: src/Model/Group.php:44
+msgid ""
+"A deleted group with this name was revived. Existing item permissions "
+"<strong>may</strong> apply to this group and any future members. If this is "
+"not what you intended, please create another group with a different name."
+msgstr "Eine gelöschte Gruppe mit diesem Namen wurde wiederbelebt. Bestehende Berechtigungseinstellungen <strong>könnten</strong> auf diese Gruppe oder zukünftige Mitglieder angewandt werden. Falls Du dies nicht möchtest, erstelle bitte eine andere Gruppe mit einem anderen Namen."
+
+#: src/Model/Group.php:341
+msgid "Default privacy group for new contacts"
+msgstr "Voreingestellte Gruppe für neue Kontakte"
+
+#: src/Model/Group.php:374
+msgid "Everybody"
+msgstr "Alle Kontakte"
+
+#: src/Model/Group.php:394
+msgid "edit"
+msgstr "bearbeiten"
+
+#: src/Model/Group.php:418
+msgid "Edit group"
+msgstr "Gruppe bearbeiten"
+
+#: src/Model/Group.php:419
+msgid "Contacts not in any group"
+msgstr "Kontakte in keiner Gruppe"
+
+#: src/Model/Group.php:420
+msgid "Create a new group"
+msgstr "Neue Gruppe erstellen"
+
+#: src/Model/Group.php:422
+msgid "Edit groups"
+msgstr "Gruppen bearbeiten"
+
+#: src/Model/Profile.php:97
+msgid "Requested account is not available."
+msgstr "Das angefragte Profil ist nicht vorhanden."
+
+#: src/Model/Profile.php:168 src/Model/Profile.php:399
+#: src/Model/Profile.php:861
+msgid "Edit profile"
+msgstr "Profil bearbeiten"
+
+#: src/Model/Profile.php:336
+msgid "Atom feed"
+msgstr "Atom-Feed"
+
+#: src/Model/Profile.php:372
+msgid "Manage/edit profiles"
+msgstr "Profile verwalten/editieren"
+
+#: src/Model/Profile.php:550 src/Model/Profile.php:643
+msgid "g A l F d"
+msgstr "l, d. F G \\U\\h\\r"
+
+#: src/Model/Profile.php:551
+msgid "F d"
+msgstr "d. F"
+
+#: src/Model/Profile.php:608 src/Model/Profile.php:705
+msgid "[today]"
+msgstr "[heute]"
+
+#: src/Model/Profile.php:619
+msgid "Birthday Reminders"
+msgstr "Geburtstagserinnerungen"
+
+#: src/Model/Profile.php:620
+msgid "Birthdays this week:"
+msgstr "Geburtstage diese Woche:"
+
+#: src/Model/Profile.php:692
+msgid "[No description]"
+msgstr "[keine Beschreibung]"
+
+#: src/Model/Profile.php:719
+msgid "Event Reminders"
+msgstr "Veranstaltungserinnerungen"
+
+#: src/Model/Profile.php:720
+msgid "Events this week:"
+msgstr "Veranstaltungen diese Woche"
+
+#: src/Model/Profile.php:743
+msgid "Member since:"
+msgstr "Mitglied seit:"
+
+#: src/Model/Profile.php:751
+msgid "j F, Y"
+msgstr "j F, Y"
+
+#: src/Model/Profile.php:752
+msgid "j F"
+msgstr "j F"
+
+#: src/Model/Profile.php:767
+msgid "Age:"
+msgstr "Alter:"
+
+#: src/Model/Profile.php:780
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "für %1$d %2$s"
+
+#: src/Model/Profile.php:804
+msgid "Religion:"
+msgstr "Religion:"
+
+#: src/Model/Profile.php:812
+msgid "Hobbies/Interests:"
+msgstr "Hobbies/Interessen:"
+
+#: src/Model/Profile.php:824
+msgid "Contact information and Social Networks:"
+msgstr "Kontaktinformationen und Soziale Netzwerke:"
+
+#: src/Model/Profile.php:828
+msgid "Musical interests:"
+msgstr "Musikalische Interessen:"
+
+#: src/Model/Profile.php:832
+msgid "Books, literature:"
+msgstr "Literatur/Bücher:"
+
+#: src/Model/Profile.php:836
+msgid "Television:"
+msgstr "Fernsehen:"
+
+#: src/Model/Profile.php:840
+msgid "Film/dance/culture/entertainment:"
+msgstr "Filme/Tänze/Kultur/Unterhaltung:"
+
+#: src/Model/Profile.php:844
+msgid "Love/Romance:"
+msgstr "Liebesleben:"
+
+#: src/Model/Profile.php:848
+msgid "Work/employment:"
+msgstr "Arbeit/Beschäftigung:"
+
+#: src/Model/Profile.php:852
+msgid "School/education:"
+msgstr "Schule/Ausbildung:"
+
+#: src/Model/Profile.php:857
+msgid "Forums:"
+msgstr "Foren:"
+
+#: src/Model/Profile.php:951
+msgid "Only You Can See This"
+msgstr "Nur Du kannst das sehen"
+
+#: src/Model/User.php:154
 msgid "Login failed"
 msgstr "Anmeldung fehlgeschlagen"
 
-#: src/Model/User.php:175
+#: src/Model/User.php:185
 msgid "Not enough information to authenticate"
 msgstr "Nicht genügend Informationen für die Authentifizierung"
 
-#: src/Model/User.php:332
+#: src/Model/User.php:346
 msgid "An invitation is required."
 msgstr "Du benötigst eine Einladung."
 
-#: src/Model/User.php:336
+#: src/Model/User.php:350
 msgid "Invitation could not be verified."
 msgstr "Die Einladung konnte nicht überprüft werden."
 
-#: src/Model/User.php:343
+#: src/Model/User.php:357
 msgid "Invalid OpenID url"
 msgstr "Ungültige OpenID URL"
 
-#: src/Model/User.php:356 src/Module/Login.php:100
+#: src/Model/User.php:370 src/Module/Login.php:100
 msgid ""
 "We encountered a problem while logging in with the OpenID you provided. "
 "Please check the correct spelling of the ID."
 msgstr "Beim Versuch Dich mit der von Dir angegebenen OpenID anzumelden trat ein Problem auf. Bitte überprüfe, dass Du die OpenID richtig geschrieben hast."
 
-#: src/Model/User.php:356 src/Module/Login.php:100
+#: src/Model/User.php:370 src/Module/Login.php:100
 msgid "The error message was:"
 msgstr "Die Fehlermeldung lautete:"
 
-#: src/Model/User.php:362
+#: src/Model/User.php:376
 msgid "Please enter the required information."
 msgstr "Bitte trage die erforderlichen Informationen ein."
 
-#: src/Model/User.php:375
+#: src/Model/User.php:389
 msgid "Please use a shorter name."
 msgstr "Bitte verwende einen kürzeren Namen."
 
-#: src/Model/User.php:378
+#: src/Model/User.php:392
 msgid "Name too short."
 msgstr "Der Name ist zu kurz."
 
-#: src/Model/User.php:386
+#: src/Model/User.php:400
 msgid "That doesn't appear to be your full (First Last) name."
 msgstr "Das scheint nicht Dein kompletter Name (Vor- und Nachname) zu sein."
 
-#: src/Model/User.php:391
+#: src/Model/User.php:405
 msgid "Your email domain is not among those allowed on this site."
 msgstr "Die Domain Deiner E-Mail Adresse ist auf dieser Seite nicht erlaubt."
 
-#: src/Model/User.php:395
+#: src/Model/User.php:409
 msgid "Not a valid email address."
 msgstr "Keine gültige E-Mail-Adresse."
 
-#: src/Model/User.php:399 src/Model/User.php:407
+#: src/Model/User.php:413 src/Model/User.php:421
 msgid "Cannot use that email."
 msgstr "Konnte diese E-Mail-Adresse nicht verwenden."
 
-#: src/Model/User.php:414
+#: src/Model/User.php:428
 msgid "Your nickname can only contain a-z, 0-9 and _."
 msgstr "Dein Spitzname darf nur aus Buchstaben und Zahlen (\"a-z\",\"0-9\" und \"_\") bestehen."
 
-#: src/Model/User.php:421 src/Model/User.php:477
+#: src/Model/User.php:435 src/Model/User.php:491
 msgid "Nickname is already registered. Please choose another."
 msgstr "Dieser Spitzname ist bereits vergeben. Bitte wähle einen anderen."
 
-#: src/Model/User.php:431
+#: src/Model/User.php:445
 msgid "SERIOUS ERROR: Generation of security keys failed."
 msgstr "FATALER FEHLER: Sicherheitsschlüssel konnten nicht erzeugt werden."
 
-#: src/Model/User.php:464 src/Model/User.php:468
+#: src/Model/User.php:478 src/Model/User.php:482
 msgid "An error occurred during registration. Please try again."
 msgstr "Während der Anmeldung ist ein Fehler aufgetreten. Bitte versuche es noch einmal."
 
-#: src/Model/User.php:488 view/theme/duepuntozero/config.php:54
-msgid "default"
-msgstr "Standard"
-
-#: src/Model/User.php:493
+#: src/Model/User.php:507
 msgid "An error occurred creating your default profile. Please try again."
 msgstr "Bei der Erstellung des Standardprofils ist ein Fehler aufgetreten. Bitte versuche es noch einmal."
 
-#: src/Model/User.php:500
+#: src/Model/User.php:514
 msgid "An error occurred creating your self contact. Please try again."
 msgstr "Bei der Erstellung deines self Kontakts ist ein Fehler aufgetreten. Bitte versuche es erneut."
 
-#: src/Model/User.php:509
+#: src/Model/User.php:523
 msgid ""
 "An error occurred creating your default contact group. Please try again."
 msgstr "Bei der Erstellung deiner Standardgruppe für Kontakte ist ein Fehler aufgetreten. Bitte versuche es erneut."
 
-#: src/Model/User.php:583
+#: src/Model/User.php:597
 #, php-format
 msgid ""
 "\n"
@@ -9077,12 +9254,12 @@ msgid ""
 "\t\t"
 msgstr "\nHallo %1$s,\n\ndanke für Deine Registrierung auf %2$s. Dein Account muss noch vom Admin des Knotens geprüft werden."
 
-#: src/Model/User.php:593
+#: src/Model/User.php:607
 #, php-format
 msgid "Registration at %s"
 msgstr "Registrierung als %s"
 
-#: src/Model/User.php:611
+#: src/Model/User.php:625
 #, php-format
 msgid ""
 "\n"
@@ -9091,7 +9268,7 @@ msgid ""
 "\t\t"
 msgstr "\nHallo %1$s,\n\ndanke für Deine Registrierung auf %2$s. Dein Account wurde eingerichtet."
 
-#: src/Model/User.php:615
+#: src/Model/User.php:629
 #, php-format
 msgid ""
 "\n"
@@ -9141,22 +9318,96 @@ msgstr "%s hat aufgehört %s zu folgen"
 msgid "stopped following"
 msgstr "wird nicht mehr gefolgt"
 
-#: src/Protocol/DFRN.php:1477
+#: src/Protocol/DFRN.php:1482
 #, php-format
 msgid "%s\\'s birthday"
 msgstr "%ss Geburtstag"
 
-#: src/Protocol/Diaspora.php:2651
-msgid "Sharing notification from Diaspora network"
-msgstr "Freigabe-Benachrichtigung von Diaspora"
+#: src/Protocol/Diaspora.php:2680
+msgid "Sharing notification from Diaspora network"
+msgstr "Freigabe-Benachrichtigung von Diaspora"
+
+#: src/Protocol/Diaspora.php:3756
+msgid "Attachments:"
+msgstr "Anhänge:"
+
+#: src/Worker/Delivery.php:390
+msgid "(no subject)"
+msgstr "(kein Betreff)"
+
+#: src/Module/Login.php:282
+msgid "Create a New Account"
+msgstr "Neues Konto erstellen"
+
+#: src/Module/Login.php:315
+msgid "Password: "
+msgstr "Passwort: "
+
+#: src/Module/Login.php:316
+msgid "Remember me"
+msgstr "Anmeldedaten merken"
+
+#: src/Module/Login.php:319
+msgid "Or login using OpenID: "
+msgstr "Oder melde Dich mit Deiner OpenID an: "
+
+#: src/Module/Login.php:325
+msgid "Forgot your password?"
+msgstr "Passwort vergessen?"
+
+#: src/Module/Login.php:328
+msgid "Website Terms of Service"
+msgstr "Website Nutzungsbedingungen"
+
+#: src/Module/Login.php:329
+msgid "terms of service"
+msgstr "Nutzungsbedingungen"
+
+#: src/Module/Login.php:331
+msgid "Website Privacy Policy"
+msgstr "Website Datenschutzerklärung"
+
+#: src/Module/Login.php:332
+msgid "privacy policy"
+msgstr "Datenschutzerklärung"
+
+#: src/Module/Logout.php:28
+msgid "Logged out."
+msgstr "Abgemeldet."
+
+#: src/Module/Tos.php:51
+msgid "Privacy Statement"
+msgstr "Datenschutzerklärung"
+
+#: src/Module/Tos.php:52
+msgid ""
+"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."
+msgstr "Zum Zwecke der Registrierung und um die Kommunikation zwischen dem Nutzer und seinen Kontakten zu gewährleisten, muß der Nutzer einen Namen (auch Pseudonym) und einen Nutzernamen (Spitzname) sowie eine funktionierende E-Mail-Adresse angeben. Der Name ist auf der Profilseite für alle Nutzer sichtbar, auch wenn die Profildetails nicht angezeigt werden.\nDie E-Mail-Adresse wird nur zur Benachrichtigung des Nutzers verwendet, sie wird nirgends angezeigt. Die Anzeige des Nutzerkontos im Server-Verzeichnis bzw. dem weltweiten Verzeichnis erfolgt gemäß den Einstellungen des Nutzers, sie ist zur Kommunikation nicht zwingend notwendig."
 
-#: src/Protocol/Diaspora.php:3738
-msgid "Attachments:"
-msgstr "Anhänge:"
+#: src/Module/Tos.php:53
+msgid ""
+"This data is required for communication and is passed on to the nodes of the"
+" communication partners. Users can enter additional private data that may be"
+" transmitted to the communication partners accounts."
+msgstr "Diese Daten sind für die Kommunikation notwendig und werden an die Knoten der Kommunikationspartner übermittelt. Nutzer können weitere private Angaben machen, die ebenfalls an die verwendeten Server der Kommunikationspartner übermittelt werden können."
 
-#: src/Worker/Delivery.php:392
-msgid "(no subject)"
-msgstr "(kein Betreff)"
+#: src/Module/Tos.php:54
+#, php-format
+msgid ""
+"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."
+msgstr "Angemeldete Nutzer können ihre Nutzerdaten jederzeit von den <a href=\"%1$s/settings/uexport\">Kontoeinstellungen</a> aus exportieren. Wenn ein Nutzer wünscht das Nutzerkonto zu löschen, so ist dies jederzeit unter <a href=\"%1$s/removeme\">%1$s/removeme</a> möglich. Die Löschung des Nutzerkontos ist permanent."
 
 #: src/Object/Post.php:128
 msgid "This entry was edited"
@@ -9281,46 +9532,6 @@ msgstr "Link"
 msgid "Video"
 msgstr "Video"
 
-#: src/Module/Login.php:282
-msgid "Create a New Account"
-msgstr "Neues Konto erstellen"
-
-#: src/Module/Login.php:315
-msgid "Password: "
-msgstr "Passwort: "
-
-#: src/Module/Login.php:316
-msgid "Remember me"
-msgstr "Anmeldedaten merken"
-
-#: src/Module/Login.php:319
-msgid "Or login using OpenID: "
-msgstr "Oder melde Dich mit Deiner OpenID an: "
-
-#: src/Module/Login.php:325
-msgid "Forgot your password?"
-msgstr "Passwort vergessen?"
-
-#: src/Module/Login.php:328
-msgid "Website Terms of Service"
-msgstr "Website Nutzungsbedingungen"
-
-#: src/Module/Login.php:329
-msgid "terms of service"
-msgstr "Nutzungsbedingungen"
-
-#: src/Module/Login.php:331
-msgid "Website Privacy Policy"
-msgstr "Website Datenschutzerklärung"
-
-#: src/Module/Login.php:332
-msgid "privacy policy"
-msgstr "Datenschutzerklärung"
-
-#: src/Module/Logout.php:28
-msgid "Logged out."
-msgstr "Abgemeldet."
-
 #: src/App.php:511
 msgid "Delete this item?"
 msgstr "Diesen Beitrag löschen?"
@@ -9329,195 +9540,11 @@ msgstr "Diesen Beitrag löschen?"
 msgid "show fewer"
 msgstr "weniger anzeigen"
 
-#: view/theme/duepuntozero/config.php:55
-msgid "greenzero"
-msgstr "greenzero"
-
-#: view/theme/duepuntozero/config.php:56
-msgid "purplezero"
-msgstr "purplezero"
-
-#: view/theme/duepuntozero/config.php:57
-msgid "easterbunny"
-msgstr "easterbunny"
-
-#: view/theme/duepuntozero/config.php:58
-msgid "darkzero"
-msgstr "darkzero"
-
-#: view/theme/duepuntozero/config.php:59
-msgid "comix"
-msgstr "comix"
-
-#: view/theme/duepuntozero/config.php:60
-msgid "slackr"
-msgstr "slackr"
-
-#: view/theme/duepuntozero/config.php:74
-msgid "Variations"
-msgstr "Variationen"
-
-#: view/theme/frio/php/Image.php:25
-msgid "Repeat the image"
-msgstr "Bild wiederholen"
-
-#: view/theme/frio/php/Image.php:25
-msgid "Will repeat your image to fill the background."
-msgstr "Wiederholt das Bild um den Hintergrund auszufüllen."
-
-#: view/theme/frio/php/Image.php:27
-msgid "Stretch"
-msgstr "Strecken"
-
-#: view/theme/frio/php/Image.php:27
-msgid "Will stretch to width/height of the image."
-msgstr "Streckt Breite/Höhe des Bildes."
-
-#: view/theme/frio/php/Image.php:29
-msgid "Resize fill and-clip"
-msgstr "Größe anpassen - Ausfüllen und abschneiden"
-
-#: view/theme/frio/php/Image.php:29
-msgid "Resize to fill and retain aspect ratio."
-msgstr "Größe anpassen: Ausfüllen und Seitenverhältnis beibehalten"
-
-#: view/theme/frio/php/Image.php:31
-msgid "Resize best fit"
-msgstr "Größe anpassen - Optimale Größe"
-
-#: view/theme/frio/php/Image.php:31
-msgid "Resize to best fit and retain aspect ratio."
-msgstr "Größe anpassen - Optimale Größe und Seitenverhältnisse beibehalten"
-
-#: view/theme/frio/config.php:97
-msgid "Default"
-msgstr "Standard"
-
-#: view/theme/frio/config.php:109
-msgid "Note"
-msgstr "Hinweis"
-
-#: view/theme/frio/config.php:109
-msgid "Check image permissions if all users are allowed to visit the image"
-msgstr "Überprüfe, dass alle Benutzer die Berechtigung haben dieses Bild anzusehen"
-
-#: view/theme/frio/config.php:116
-msgid "Select scheme"
-msgstr "Schema auswählen"
-
-#: view/theme/frio/config.php:117
-msgid "Navigation bar background color"
-msgstr "Hintergrundfarbe der Navigationsleiste"
-
-#: view/theme/frio/config.php:118
-msgid "Navigation bar icon color "
-msgstr "Icon Farbe in der Navigationsleiste"
-
-#: view/theme/frio/config.php:119
-msgid "Link color"
-msgstr "Linkfarbe"
-
-#: view/theme/frio/config.php:120
-msgid "Set the background color"
-msgstr "Hintergrundfarbe festlegen"
-
-#: view/theme/frio/config.php:121
-msgid "Content background opacity"
-msgstr "Opazität des Hintergrunds von Beiträgen"
-
-#: view/theme/frio/config.php:122
-msgid "Set the background image"
-msgstr "Hintergrundbild festlegen"
-
-#: view/theme/frio/config.php:127
-msgid "Login page background image"
-msgstr "Hintergrundbild der Login-Seite"
-
-#: view/theme/frio/config.php:130
-msgid "Login page background color"
-msgstr "Hintergrundfarbe der Login-Seite"
-
-#: view/theme/frio/config.php:130
-msgid "Leave background image and color empty for theme defaults"
-msgstr "Wenn die Theme Vorgaben verwendet werden sollen, lass bitte die Felder für die Hintergrundfarbe und das Hintergrundbild leer."
-
-#: view/theme/frio/theme.php:238
-msgid "Guest"
-msgstr "Gast"
-
-#: view/theme/frio/theme.php:243
-msgid "Visitor"
-msgstr "Besucher"
-
-#: view/theme/quattro/config.php:76
-msgid "Alignment"
-msgstr "Ausrichtung"
-
-#: view/theme/quattro/config.php:76
-msgid "Left"
-msgstr "Links"
-
-#: view/theme/quattro/config.php:76
-msgid "Center"
-msgstr "Mitte"
-
-#: view/theme/quattro/config.php:77
-msgid "Color scheme"
-msgstr "Farbschema"
-
-#: view/theme/quattro/config.php:78
-msgid "Posts font size"
-msgstr "Schriftgröße in Beiträgen"
-
-#: view/theme/quattro/config.php:79
-msgid "Textareas font size"
-msgstr "Schriftgröße in Eingabefeldern"
-
-#: view/theme/vier/config.php:75
-msgid "Comma separated list of helper forums"
-msgstr "Komma-Separierte Liste der Helfer-Foren"
-
-#: view/theme/vier/config.php:122
-msgid "Set style"
-msgstr "Stil auswählen"
-
-#: view/theme/vier/config.php:123
-msgid "Community Pages"
-msgstr "Foren"
-
-#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150
-msgid "Community Profiles"
-msgstr "Community-Profile"
-
-#: view/theme/vier/config.php:125
-msgid "Help or @NewHere ?"
-msgstr "Hilfe oder @NewHere"
-
-#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389
-msgid "Connect Services"
-msgstr "Verbinde Dienste"
-
-#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199
-msgid "Find Friends"
-msgstr "Kontakte finden"
-
-#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181
-msgid "Last users"
-msgstr "Letzte Nutzer"
-
-#: view/theme/vier/theme.php:200
-msgid "Local Directory"
-msgstr "Lokales Verzeichnis"
-
-#: view/theme/vier/theme.php:292
-msgid "Quick Start"
-msgstr "Schnell-Start"
-
-#: index.php:444
-msgid "toggle mobile"
-msgstr "auf/von Mobile Ansicht wechseln"
-
-#: boot.php:791
+#: boot.php:795
 #, php-format
 msgid "Update %s failed. See error logs."
 msgstr "Update %s fehlgeschlagen. Bitte Fehlerprotokoll überprüfen."
+
+#: index.php:472
+msgid "toggle mobile"
+msgstr "auf/von Mobile Ansicht wechseln"
index ba0da8ffb4cd4b0f81d4c20fc35088fdd099c34a..a1213fcd7d6145f261e3a3450b78172d949fb38f 100644 (file)
@@ -5,11 +5,13 @@ function string_plural_select_de($n){
        return ($n != 1);;
 }}
 ;
-$a->strings["Welcome "] = "Willkommen ";
-$a->strings["Please upload a profile photo."] = "Bitte lade ein Profilbild hoch.";
-$a->strings["Welcome back "] = "Willkommen zurück ";
-$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."] = "Das Sicherheitsmerkmal war nicht korrekt. Das passiert meistens wenn das Formular vor dem Absenden zu lange geöffnet war (länger als 3 Stunden).";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "Kann die DNS Informationen für den Datenbankserver '%s' nicht ermitteln.";
+$a->strings["Item not found."] = "Beitrag nicht gefunden.";
+$a->strings["Do you really want to delete this item?"] = "Möchtest Du wirklich dieses Item löschen?";
+$a->strings["Yes"] = "Ja";
+$a->strings["Cancel"] = "Abbrechen";
+$a->strings["Permission denied."] = "Zugriff verweigert.";
+$a->strings["Archives"] = "Archiv";
+$a->strings["show more"] = "mehr anzeigen";
 $a->strings["Daily posting limit of %d post reached. The post was rejected."] = [
        0 => "Das tägliche Limit von %d Beitrag wurde erreicht. Die Nachricht wurde verworfen.",
        1 => "Das tägliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen.",
@@ -20,72 +22,6 @@ $a->strings["Weekly posting limit of %d post reached. The post was rejected."] =
 ];
 $a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Das monatliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen.";
 $a->strings["Profile Photos"] = "Profilbilder";
-$a->strings["Friendica Notification"] = "Friendica-Benachrichtigung";
-$a->strings["Thank You,"] = "Danke,";
-$a->strings["%s Administrator"] = "der Administrator von %s";
-$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator";
-$a->strings["noreply"] = "noreply";
-$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica-Meldung] Neue Email erhalten um %s";
-$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s hat Dir eine neue private Nachricht um %2\$s geschickt.";
-$a->strings["a private message"] = "eine private Nachricht";
-$a->strings["%1\$s sent you %2\$s."] = "%1\$s schickte Dir %2\$s.";
-$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bitte besuche %s, um Deine privaten Nachrichten anzusehen und/oder zu beantworten.";
-$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]a %3\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]%3\$ss %4\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]deinen %3\$s[/url]";
-$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica-Meldung] Kommentar zum Beitrag #%1\$d von %2\$s";
-$a->strings["%s commented on an item/conversation you have been following."] = "%s hat einen Beitrag kommentiert, dem Du folgst.";
-$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bitte besuche %s, um die Konversation anzusehen und/oder zu kommentieren.";
-$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica-Meldung] %s hat auf Deine Pinnwand geschrieben";
-$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s schrieb um %2\$s auf Deine Pinnwand";
-$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s hat etwas auf [url=%2\$s]Deiner Pinnwand[/url] gepostet";
-$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica-Meldung] %s hat Dich erwähnt";
-$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s erwähnte Dich auf %2\$s";
-$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]erwähnte Dich[/url].";
-$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica Benachrichtigung] %s hat einen Beitrag geteilt";
-$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s hat einen neuen Beitrag auf %2\$s geteilt";
-$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]hat einen Beitrag geteilt[/url].";
-$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica-Meldung] %1\$s hat Dich angestupst";
-$a->strings["%1\$s poked you at %2\$s"] = "%1\$s hat Dich auf %2\$s angestupst";
-$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]hat Dich angestupst[/url].";
-$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica-Meldung] %s hat Deinen Beitrag getaggt";
-$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s erwähnte Deinen Beitrag auf %2\$s";
-$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s erwähnte [url=%2\$s]Deinen Beitrag[/url]";
-$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica-Meldung] Kontaktanfrage erhalten";
-$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Du hast eine Kontaktanfrage von '%1\$s' auf %2\$s erhalten";
-$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Du hast eine [url=%1\$s]Kontaktanfrage[/url] von %2\$s erhalten.";
-$a->strings["You may visit their profile at %s"] = "Hier kannst Du das Profil betrachten: %s";
-$a->strings["Please visit %s to approve or reject the introduction."] = "Bitte besuche %s, um die Kontaktanfrage anzunehmen oder abzulehnen.";
-$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica Benachrichtigung] Eine neue Person teilt mit Dir";
-$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s teilt mit Dir auf %2\$s";
-$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica Benachrichtigung] Du hast einen neuen Kontakt auf ";
-$a->strings["You have a new follower at %2\$s : %1\$s"] = "Du hast einen neuen Kontakt auf %2\$s: %1\$s";
-$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica-Meldung] Kontaktvorschlag erhalten";
-$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Du hast einen Kontakt-Vorschlag von '%1\$s' auf %2\$s erhalten";
-$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Du hast einen [url=%1\$s]Kontakt-Vorschlag[/url] %2\$s von %3\$s erhalten.";
-$a->strings["Name:"] = "Name:";
-$a->strings["Photo:"] = "Foto:";
-$a->strings["Please visit %s to approve or reject the suggestion."] = "Bitte besuche %s, um den Vorschlag zu akzeptieren oder abzulehnen.";
-$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica-Benachrichtigung] Kontaktanfrage bestätigt";
-$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' hat Deine Kontaktanfrage auf  %2\$s bestätigt";
-$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s hat Deine [url=%1\$s]Kontaktanfrage[/url] akzeptiert.";
-$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Ihr seid nun beidseitige Kontakte und könnt Statusmitteilungen, Bilder und Emails ohne Einschränkungen austauschen.";
-$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Bitte besuche %s, wenn Du Änderungen an eurer Beziehung vornehmen willst.";
-$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' hat sich entschieden Dich als Fan zu akzeptieren, dies schränkt einige Kommunikationswege - wie private Nachrichten und einige Interaktionsmöglichkeiten auf der Profilseite - ein. Wenn dies eine Berühmtheiten- oder Gemeinschaftsseite ist, werden diese Einstellungen automatisch vorgenommen.";
-$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' kann den Kontaktstatus zu einem späteren Zeitpunkt erweitern und diese Einschränkungen aufheben. ";
-$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "Bitte besuche %s, wenn Du Änderungen an eurer Beziehung vornehmen willst.";
-$a->strings["[Friendica System:Notify] registration request"] = "[Friendica System:Benachrichtigung] Registrationsanfrage";
-$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Du hast eine Registrierungsanfrage von %2\$s auf '%1\$s' erhalten";
-$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Du hast eine [url=%1\$s]Registrierungsanfrage[/url] von %2\$s erhalten.";
-$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "Kompletter Name:\t%1\$s\\nURL der Seite:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)";
-$a->strings["Please visit %s to approve or reject the request."] = "Bitte besuche %s um die Anfrage zu bearbeiten.";
-$a->strings["Item not found."] = "Beitrag nicht gefunden.";
-$a->strings["Do you really want to delete this item?"] = "Möchtest Du wirklich dieses Item löschen?";
-$a->strings["Yes"] = "Ja";
-$a->strings["Cancel"] = "Abbrechen";
-$a->strings["Permission denied."] = "Zugriff verweigert.";
-$a->strings["Archives"] = "Archiv";
-$a->strings["show more"] = "mehr anzeigen";
 $a->strings["event"] = "Event";
 $a->strings["status"] = "Status";
 $a->strings["photo"] = "Foto";
@@ -195,6 +131,70 @@ $a->strings["Undecided"] = [
        0 => "Unentschieden",
        1 => "Unentschieden",
 ];
+$a->strings["Cannot locate DNS info for database server '%s'"] = "Kann die DNS Informationen für den Datenbankserver '%s' nicht ermitteln.";
+$a->strings["Friendica Notification"] = "Friendica-Benachrichtigung";
+$a->strings["Thank You,"] = "Danke,";
+$a->strings["%s Administrator"] = "der Administrator von %s";
+$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator";
+$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica-Meldung] Neue Email erhalten um %s";
+$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s hat Dir eine neue private Nachricht um %2\$s geschickt.";
+$a->strings["a private message"] = "eine private Nachricht";
+$a->strings["%1\$s sent you %2\$s."] = "%1\$s schickte Dir %2\$s.";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bitte besuche %s, um Deine privaten Nachrichten anzusehen und/oder zu beantworten.";
+$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]a %3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]%3\$ss %4\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]deinen %3\$s[/url]";
+$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica-Meldung] Kommentar zum Beitrag #%1\$d von %2\$s";
+$a->strings["%s commented on an item/conversation you have been following."] = "%s hat einen Beitrag kommentiert, dem Du folgst.";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bitte besuche %s, um die Konversation anzusehen und/oder zu kommentieren.";
+$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica-Meldung] %s hat auf Deine Pinnwand geschrieben";
+$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s schrieb um %2\$s auf Deine Pinnwand";
+$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s hat etwas auf [url=%2\$s]Deiner Pinnwand[/url] gepostet";
+$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica-Meldung] %s hat Dich erwähnt";
+$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s erwähnte Dich auf %2\$s";
+$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]erwähnte Dich[/url].";
+$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica Benachrichtigung] %s hat einen Beitrag geteilt";
+$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s hat einen neuen Beitrag auf %2\$s geteilt";
+$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]hat einen Beitrag geteilt[/url].";
+$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica-Meldung] %1\$s hat Dich angestupst";
+$a->strings["%1\$s poked you at %2\$s"] = "%1\$s hat Dich auf %2\$s angestupst";
+$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]hat Dich angestupst[/url].";
+$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica-Meldung] %s hat Deinen Beitrag getaggt";
+$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s erwähnte Deinen Beitrag auf %2\$s";
+$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s erwähnte [url=%2\$s]Deinen Beitrag[/url]";
+$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica-Meldung] Kontaktanfrage erhalten";
+$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Du hast eine Kontaktanfrage von '%1\$s' auf %2\$s erhalten";
+$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Du hast eine [url=%1\$s]Kontaktanfrage[/url] von %2\$s erhalten.";
+$a->strings["You may visit their profile at %s"] = "Hier kannst Du das Profil betrachten: %s";
+$a->strings["Please visit %s to approve or reject the introduction."] = "Bitte besuche %s, um die Kontaktanfrage anzunehmen oder abzulehnen.";
+$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica Benachrichtigung] Eine neue Person teilt mit Dir";
+$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s teilt mit Dir auf %2\$s";
+$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica Benachrichtigung] Du hast einen neuen Kontakt auf ";
+$a->strings["You have a new follower at %2\$s : %1\$s"] = "Du hast einen neuen Kontakt auf %2\$s: %1\$s";
+$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica-Meldung] Kontaktvorschlag erhalten";
+$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Du hast einen Kontakt-Vorschlag von '%1\$s' auf %2\$s erhalten";
+$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Du hast einen [url=%1\$s]Kontakt-Vorschlag[/url] %2\$s von %3\$s erhalten.";
+$a->strings["Name:"] = "Name:";
+$a->strings["Photo:"] = "Foto:";
+$a->strings["Please visit %s to approve or reject the suggestion."] = "Bitte besuche %s, um den Vorschlag zu akzeptieren oder abzulehnen.";
+$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica-Benachrichtigung] Kontaktanfrage bestätigt";
+$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' hat Deine Kontaktanfrage auf  %2\$s bestätigt";
+$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s hat Deine [url=%1\$s]Kontaktanfrage[/url] akzeptiert.";
+$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Ihr seid nun beidseitige Kontakte und könnt Statusmitteilungen, Bilder und Emails ohne Einschränkungen austauschen.";
+$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Bitte besuche %s, wenn Du Änderungen an eurer Beziehung vornehmen willst.";
+$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' hat sich entschieden Dich als Fan zu akzeptieren, dies schränkt einige Kommunikationswege - wie private Nachrichten und einige Interaktionsmöglichkeiten auf der Profilseite - ein. Wenn dies eine Berühmtheiten- oder Gemeinschaftsseite ist, werden diese Einstellungen automatisch vorgenommen.";
+$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' kann den Kontaktstatus zu einem späteren Zeitpunkt erweitern und diese Einschränkungen aufheben. ";
+$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "Bitte besuche %s, wenn Du Änderungen an eurer Beziehung vornehmen willst.";
+$a->strings["[Friendica System Notify]"] = "[Friendica System Benachrichtigung]";
+$a->strings["registration request"] = "Registrierungsanfrage";
+$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Du hast eine Registrierungsanfrage von %2\$s auf '%1\$s' erhalten";
+$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Du hast eine [url=%1\$s]Registrierungsanfrage[/url] von %2\$s erhalten.";
+$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "Kompletter Name:\t%1\$s\\nURL der Seite:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)";
+$a->strings["Please visit %s to approve or reject the request."] = "Bitte besuche %s um die Anfrage zu bearbeiten.";
+$a->strings["Welcome "] = "Willkommen ";
+$a->strings["Please upload a profile photo."] = "Bitte lade ein Profilbild hoch.";
+$a->strings["Welcome back "] = "Willkommen zurück ";
+$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."] = "Das Sicherheitsmerkmal war nicht korrekt. Das passiert meistens wenn das Formular vor dem Absenden zu lange geöffnet war (länger als 3 Stunden).";
 $a->strings["newer"] = "neuer";
 $a->strings["older"] = "älter";
 $a->strings["first"] = "erste";
@@ -377,6 +377,7 @@ $a->strings["Do you really want to delete this suggestion?"] = "Möchtest Du wir
 $a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Keine Vorschläge verfügbar. Falls der Server frisch aufgesetzt wurde, versuche es bitte in 24 Stunden noch einmal.";
 $a->strings["Ignore/Hide"] = "Ignorieren/Verbergen";
 $a->strings["Friend Suggestions"] = "Kontaktvorschläge";
+$a->strings["[Embedded content - reload page to view]"] = "[Eingebetteter Inhalt - Seite neu laden zum Betrachten]";
 $a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Die maximale Anzahl täglicher Registrierungen auf dieser Seite wurde überschritten. Bitte versuche es morgen noch einmal.";
 $a->strings["Import"] = "Import";
 $a->strings["Move account"] = "Account umziehen";
@@ -385,7 +386,6 @@ $a->strings["You need to export your account from the old server and upload it h
 $a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "Dieses Feature ist experimentell. Wir können keine Kontakte vom OStatus Netzwerk (GNU Social/Statusnet) oder von Diaspora importieren";
 $a->strings["Account file"] = "Account Datei";
 $a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Um Deinen Account zu exportieren, rufe \"Einstellungen -> Persönliche Daten exportieren\" auf und wähle \"Account exportieren\"";
-$a->strings["[Embedded content - reload page to view]"] = "[Eingebetteter Inhalt - Seite neu laden zum Betrachten]";
 $a->strings["%1\$s welcomes %2\$s"] = "%1\$s heißt %2\$s herzlich willkommen";
 $a->strings["No keywords to match. Please add keywords to your default profile."] = "Keine Schlüsselwörter zum Abgleichen gefunden. Bitte füge einige Schlüsselwörter zu Deinem Standardprofil hinzu.";
 $a->strings["is interested in:"] = "ist interessiert an:";
@@ -449,37 +449,14 @@ $a->strings["Unable to set your contact credentials on our system."] = "Deine Ko
 $a->strings["Unable to update your contact profile details on our system"] = "Die Updates für Dein Profil konnten nicht gespeichert werden";
 $a->strings["[Name Withheld]"] = "[Name unterdrückt]";
 $a->strings["%1\$s has joined %2\$s"] = "%1\$s ist %2\$s beigetreten";
-$a->strings["Total invitation limit exceeded."] = "Limit für Einladungen erreicht.";
-$a->strings["%s : Not a valid email address."] = "%s: Keine gültige Email Adresse.";
-$a->strings["Please join us on Friendica"] = "Ich lade Dich zu unserem sozialen Netzwerk Friendica ein";
-$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limit für Einladungen erreicht. Bitte kontaktiere des Administrator der Seite.";
-$a->strings["%s : Message delivery failed."] = "%s: Zustellung der Nachricht fehlgeschlagen.";
-$a->strings["%d message sent."] = [
-       0 => "%d Nachricht gesendet.",
-       1 => "%d Nachrichten gesendet.",
-];
-$a->strings["You have no more invitations available"] = "Du hast keine weiteren Einladungen";
-$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."] = "Besuche %s für eine Liste der öffentlichen Server, denen Du beitreten kannst. Friendica Mitglieder unterschiedlicher Server können sich sowohl alle miteinander verbinden, als auch mit Mitgliedern anderer Sozialer Netzwerke.";
-$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Um diese Kontaktanfrage zu akzeptieren, besuche und registriere Dich bitte bei %s oder einer anderen öffentlichen Friendica Website.";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica Server verbinden sich alle untereinander, um ein großes datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Sie können sich auch mit vielen üblichen Sozialen Netzwerken verbinden. Besuche %s für eine Liste alternativer Friendica Server, denen Du beitreten kannst.";
-$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Es tut uns leid. Dieses System ist zurzeit nicht dafür konfiguriert, sich mit anderen öffentlichen Seiten zu verbinden oder Mitglieder einzuladen.";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendica Server verbinden sich alle untereinander, um ein großes datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Sie können sich auch mit vielen üblichen Sozialen Netzwerken verbinden.";
-$a->strings["To accept this invitation, please visit and register at %s."] = "Um diese Kontaktanfrage zu akzeptieren, besuche und registriere Dich bitte bei %s.";
-$a->strings["Send invitations"] = "Einladungen senden";
-$a->strings["Enter email addresses, one per line:"] = "E-Mail-Adressen eingeben, eine pro Zeile:";
-$a->strings["Your message:"] = "Deine Nachricht:";
-$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Du bist herzlich dazu eingeladen, Dich mir und anderen guten Freunden auf Friendica anzuschließen - und ein besseres Soziales Netz aufzubauen.";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "Du benötigst den folgenden Einladungscode: \$invite_code";
-$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Sobald Du registriert bist, kontaktiere mich bitte auf meiner Profilseite:";
-$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Für weitere Informationen über das Friendica Projekt und warum wir es für ein wichtiges Projekt halten, besuche bitte http://friendi.ca.";
+$a->strings["Manage Identities and/or Pages"] = "Verwalte Identitäten und/oder Seiten";
+$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Zwischen verschiedenen Identitäten oder Gemeinschafts-/Gruppenseiten wechseln, die Deine Kontoinformationen teilen oder zu denen Du „Verwalten“-Befugnisse bekommen hast.";
+$a->strings["Select an identity to manage: "] = "Wähle eine Identität zum Verwalten aus: ";
 $a->strings["Invalid request."] = "Ungültige Anfrage";
 $a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Entschuldige, die Datei scheint größer zu sein als es die PHP Konfiguration erlaubt.";
 $a->strings["Or - did you try to upload an empty file?"] = "Oder - hast Du versucht, eine leere Datei hochzuladen?";
 $a->strings["File exceeds size limit of %s"] = "Die Datei ist größer als das erlaubte Limit von %s";
 $a->strings["File upload failed."] = "Hochladen der Datei fehlgeschlagen.";
-$a->strings["Manage Identities and/or Pages"] = "Verwalte Identitäten und/oder Seiten";
-$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Zwischen verschiedenen Identitäten oder Gemeinschafts-/Gruppenseiten wechseln, die Deine Kontoinformationen teilen oder zu denen Du „Verwalten“-Befugnisse bekommen hast.";
-$a->strings["Select an identity to manage: "] = "Wähle eine Identität zum Verwalten aus: ";
 $a->strings["This introduction has already been accepted."] = "Diese Kontaktanfrage wurde bereits akzeptiert.";
 $a->strings["Profile location is not valid or does not contain profile information."] = "Profiladresse ist ungültig oder stellt keine Profildaten zur Verfügung.";
 $a->strings["Warning: profile location has no identifiable owner name."] = "Warnung: Es konnte kein Name des Besitzers von der angegebenen Profiladresse gefunden werden.";
@@ -523,6 +500,7 @@ $a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla
 $a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = " - bitte verwende dieses Formular nicht. Stattdessen suche nach %s in Deiner Diaspora Suchleiste.";
 $a->strings["Your Identity Address:"] = "Adresse Deines Profils:";
 $a->strings["Submit Request"] = "Anfrage abschicken";
+$a->strings["- select -"] = "- auswählen -";
 $a->strings["l F d, Y \\@ g:i A"] = "l, d. F Y\\, H:i";
 $a->strings["Time Conversion"] = "Zeitumrechnung";
 $a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica bietet diese Funktion an, um das Teilen von Events mit Kontakten zu vereinfachen, deren Zeitzone nicht ermittelt werden kann.";
@@ -530,6 +508,15 @@ $a->strings["UTC time: %s"] = "UTC Zeit: %s";
 $a->strings["Current timezone: %s"] = "Aktuelle Zeitzone: %s";
 $a->strings["Converted localtime: %s"] = "Umgerechnete lokale Zeit: %s";
 $a->strings["Please select your timezone:"] = "Bitte wähle Deine Zeitzone:";
+$a->strings["No more system notifications."] = "Keine weiteren Systembenachrichtigungen.";
+$a->strings["{0} wants to be your friend"] = "{0} möchte mit Dir in Kontakt treten";
+$a->strings["{0} sent you a message"] = "{0} schickte Dir eine Nachricht";
+$a->strings["{0} requested registration"] = "{0} möchte sich registrieren";
+$a->strings["Poke/Prod"] = "Anstupsen";
+$a->strings["poke, prod or do other things to somebody"] = "Stupse Leute an oder mache anderes mit ihnen";
+$a->strings["Recipient"] = "Empfänger";
+$a->strings["Choose what you wish to do to recipient"] = "Was willst Du mit dem Empfänger machen:";
+$a->strings["Make this post private"] = "Diesen Beitrag privat machen";
 $a->strings["Only logged in users are permitted to perform a probing."] = "Nur eingeloggten Benutzern ist das Untersuchen von Adressen gestattet.";
 $a->strings["Permission denied"] = "Zugriff verweigert";
 $a->strings["Invalid profile identifier."] = "Ungültiger Profil-Bezeichner.";
@@ -540,11 +527,30 @@ $a->strings["All Contacts (with secure profile access)"] = "Alle Kontakte (mit g
 $a->strings["Account approved."] = "Konto freigegeben.";
 $a->strings["Registration revoked for %s"] = "Registrierung für %s wurde zurückgezogen";
 $a->strings["Please login."] = "Bitte melde Dich an.";
-$a->strings["Remove My Account"] = "Konto löschen";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Dein Konto wird endgültig gelöscht. Es gibt keine Möglichkeit, es wiederherzustellen.";
-$a->strings["Please enter your password for verification:"] = "Bitte gib Dein Passwort zur Verifikation ein:";
+$a->strings["Remove term"] = "Begriff entfernen";
+$a->strings["Saved Searches"] = "Gespeicherte Suchen";
+$a->strings["Only logged in users are permitted to perform a search."] = "Nur eingeloggten Benutzern ist das Suchen gestattet.";
+$a->strings["Too Many Requests"] = "Zu viele Abfragen";
+$a->strings["Only one search per minute is permitted for not logged in users."] = "Es ist nur eine Suchanfrage pro Minute für nicht eingeloggte Benutzer gestattet.";
+$a->strings["No results."] = "Keine Ergebnisse.";
+$a->strings["Items tagged with: %s"] = "Beiträge die mit %s getaggt sind";
+$a->strings["Results for: %s"] = "Ergebnisse für: %s";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s folgt %2\$s %3\$s";
+$a->strings["Tag removed"] = "Tag entfernt";
+$a->strings["Remove Item Tag"] = "Gegenstands-Tag entfernen";
+$a->strings["Select a tag to remove: "] = "Wähle ein Tag zum Entfernen aus: ";
+$a->strings["Remove"] = "Entfernen";
+$a->strings["Export account"] = "Account exportieren";
+$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."] = "Exportiere Deine Accountinformationen und Kontakte. Verwende dies um ein Backup Deines Accounts anzulegen und/oder damit auf einen anderen Server umzuziehen.";
+$a->strings["Export all"] = "Alles exportieren";
+$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)"] = "Exportiere Deine Account Informationen, Kontakte und alle Einträge als JSON Datei. Dies könnte eine sehr große Datei werden und dementsprechend viel Zeit benötigen. Verwende dies um ein komplettes Backup Deines Accounts anzulegen (Fotos werden nicht exportiert).";
+$a->strings["Export personal data"] = "Persönliche Daten exportieren";
 $a->strings["No contacts."] = "Keine Kontakte.";
 $a->strings["Access denied."] = "Zugriff verweigert.";
+$a->strings["Image exceeds size limit of %s"] = "Bildgröße überschreitet das Limit von %s";
+$a->strings["Unable to process image."] = "Konnte das Bild nicht bearbeiten.";
+$a->strings["Wall Photos"] = "Pinnwand-Bilder";
+$a->strings["Image upload failed."] = "Hochladen des Bildes gescheitert.";
 $a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Maximale Anzahl der täglichen Pinnwand Nachrichten für %s ist überschritten. Zustellung fehlgeschlagen.";
 $a->strings["No recipient selected."] = "Kein Empfänger gewählt.";
 $a->strings["Unable to check your home location."] = "Konnte Deinen Heimatort nicht bestimmen.";
@@ -556,38 +562,7 @@ $a->strings["Send Private Message"] = "Private Nachricht senden";
 $a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Wenn Du möchtest, dass %s Dir antworten kann, überprüfe Deine Privatsphären-Einstellungen und erlaube private Nachrichten von unbekannten Absendern.";
 $a->strings["To:"] = "An:";
 $a->strings["Subject:"] = "Betreff:";
-$a->strings["Export account"] = "Account exportieren";
-$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."] = "Exportiere Deine Accountinformationen und Kontakte. Verwende dies um ein Backup Deines Accounts anzulegen und/oder damit auf einen anderen Server umzuziehen.";
-$a->strings["Export all"] = "Alles exportieren";
-$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)"] = "Exportiere Deine Account Informationen, Kontakte und alle Einträge als JSON Datei. Dies könnte eine sehr große Datei werden und dementsprechend viel Zeit benötigen. Verwende dies um ein komplettes Backup Deines Accounts anzulegen (Fotos werden nicht exportiert).";
-$a->strings["Export personal data"] = "Persönliche Daten exportieren";
-$a->strings["- select -"] = "- auswählen -";
-$a->strings["No more system notifications."] = "Keine weiteren Systembenachrichtigungen.";
-$a->strings["{0} wants to be your friend"] = "{0} möchte mit Dir in Kontakt treten";
-$a->strings["{0} sent you a message"] = "{0} schickte Dir eine Nachricht";
-$a->strings["{0} requested registration"] = "{0} möchte sich registrieren";
-$a->strings["Poke/Prod"] = "Anstupsen";
-$a->strings["poke, prod or do other things to somebody"] = "Stupse Leute an oder mache anderes mit ihnen";
-$a->strings["Recipient"] = "Empfänger";
-$a->strings["Choose what you wish to do to recipient"] = "Was willst Du mit dem Empfänger machen:";
-$a->strings["Make this post private"] = "Diesen Beitrag privat machen";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s folgt %2\$s %3\$s";
-$a->strings["Tag removed"] = "Tag entfernt";
-$a->strings["Remove Item Tag"] = "Gegenstands-Tag entfernen";
-$a->strings["Select a tag to remove: "] = "Wähle ein Tag zum Entfernen aus: ";
-$a->strings["Remove"] = "Entfernen";
-$a->strings["Image exceeds size limit of %s"] = "Bildgröße überschreitet das Limit von %s";
-$a->strings["Unable to process image."] = "Konnte das Bild nicht bearbeiten.";
-$a->strings["Wall Photos"] = "Pinnwand-Bilder";
-$a->strings["Image upload failed."] = "Hochladen des Bildes gescheitert.";
-$a->strings["Remove term"] = "Begriff entfernen";
-$a->strings["Saved Searches"] = "Gespeicherte Suchen";
-$a->strings["Only logged in users are permitted to perform a search."] = "Nur eingeloggten Benutzern ist das Suchen gestattet.";
-$a->strings["Too Many Requests"] = "Zu viele Abfragen";
-$a->strings["Only one search per minute is permitted for not logged in users."] = "Es ist nur eine Suchanfrage pro Minute für nicht eingeloggte Benutzer gestattet.";
-$a->strings["No results."] = "Keine Ergebnisse.";
-$a->strings["Items tagged with: %s"] = "Beiträge die mit %s getaggt sind";
-$a->strings["Results for: %s"] = "Ergebnisse für: %s";
+$a->strings["Your message:"] = "Deine Nachricht:";
 $a->strings["Login"] = "Anmeldung";
 $a->strings["The post was created"] = "Der Beitrag wurde angelegt";
 $a->strings["Community option not available."] = "Optionen für die Gemeinschaftsseite nicht verfügbar.";
@@ -601,8 +576,6 @@ $a->strings["Item not found"] = "Beitrag nicht gefunden";
 $a->strings["Edit post"] = "Beitrag bearbeiten";
 $a->strings["CC: email addresses"] = "Cc: E-Mail-Addressen";
 $a->strings["Example: bob@example.com, mary@example.com"] = "Z.B.: bob@example.com, mary@example.com";
-$a->strings["You must be logged in to use this module"] = "Du musst eingeloggt sein um dieses Modul benutzen zu können.";
-$a->strings["Source URL"] = "URL der Quelle";
 $a->strings["Friend suggestion sent."] = "Kontaktvorschlag gesendet.";
 $a->strings["Suggest Friends"] = "Kontakte vorschlagen";
 $a->strings["Suggest a friend for %s"] = "Schlage %s einen Kontakt vor";
@@ -623,12 +596,6 @@ $a->strings["All Contacts"] = "Alle Kontakte";
 $a->strings["Group is empty"] = "Gruppe ist leer";
 $a->strings["Remove Contact"] = "Kontakt löschen";
 $a->strings["Add Contact"] = "Kontakt hinzufügen";
-$a->strings["Unable to locate original post."] = "Konnte den Originalbeitrag nicht finden.";
-$a->strings["Empty post discarded."] = "Leerer Beitrag wurde verworfen.";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Diese Nachricht wurde dir von %s geschickt, einem Mitglied des Sozialen Netzwerks Friendica.";
-$a->strings["You may visit them online at %s"] = "Du kannst sie online unter %s besuchen";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Falls Du diese Beiträge nicht erhalten möchtest, kontaktiere bitte den Autor, indem Du auf diese Nachricht antwortest.";
-$a->strings["%s posted an update."] = "%s hat ein Update veröffentlicht.";
 $a->strings["New Message"] = "Neue Nachricht";
 $a->strings["Unable to locate contact information."] = "Konnte die Kontaktinformationen nicht finden.";
 $a->strings["Messages"] = "Nachrichten";
@@ -649,30 +616,7 @@ $a->strings["%d message"] = [
        0 => "%d Nachricht",
        1 => "%d Nachrichten",
 ];
-$a->strings["add"] = "hinzufügen";
-$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
-       0 => "Warnung: Diese Gruppe beinhaltet %s Person aus einem Netzwerk das keine nicht öffentlichen Beiträge empfangen kann.",
-       1 => "Warnung: Diese Gruppe beinhaltet %s Personen aus Netzwerken die keine nicht-öffentlichen Beiträge empfangen können.",
-];
-$a->strings["Messages in this group won't be send to these receivers."] = "Beiträge in dieser Gruppe werden deshalb nicht an diese Personen zugestellt werden.";
-$a->strings["No such group"] = "Es gibt keine solche Gruppe";
-$a->strings["Group: %s"] = "Gruppe: %s";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "Private Nachrichten an diese Person könnten an die Öffentlichkeit gelangen.";
-$a->strings["Invalid contact."] = "Ungültiger Kontakt.";
-$a->strings["Commented Order"] = "Neueste Kommentare";
-$a->strings["Sort by Comment Date"] = "Nach Kommentardatum sortieren";
-$a->strings["Posted Order"] = "Neueste Beiträge";
-$a->strings["Sort by Post Date"] = "Nach Beitragsdatum sortieren";
-$a->strings["Personal"] = "Persönlich";
-$a->strings["Posts that mention or involve you"] = "Beiträge, in denen es um Dich geht";
-$a->strings["New"] = "Neue";
-$a->strings["Activity Stream - by date"] = "Aktivitäten-Stream - nach Datum";
-$a->strings["Shared Links"] = "Geteilte Links";
-$a->strings["Interesting Links"] = "Interessante Links";
-$a->strings["Starred"] = "Markierte";
-$a->strings["Favourite Posts"] = "Favorisierte Beiträge";
 $a->strings["Personal Notes"] = "Persönliche Notizen";
-$a->strings["Post successful."] = "Beitrag erfolgreich veröffentlicht.";
 $a->strings["Photo Albums"] = "Fotoalben";
 $a->strings["Recent Photos"] = "Neueste Fotos";
 $a->strings["Upload New Photos"] = "Neue Fotos hochladen";
@@ -735,115 +679,10 @@ $a->strings["Delete Video"] = "Video Löschen";
 $a->strings["No videos selected"] = "Keine Videos  ausgewählt";
 $a->strings["Recent Videos"] = "Neueste Videos";
 $a->strings["Upload New Videos"] = "Neues Video hochladen";
-$a->strings["Parent user not found."] = "Verwalter nicht gefunden.";
-$a->strings["No parent user"] = "Kein Verwalter";
-$a->strings["Parent Password:"] = "Passwort des Verwalters";
-$a->strings["Please enter the password of the parent account to legitimize your request."] = "Bitte gib das Passwort des Verwalters ein um deine Anfrage zu bestätigen.";
-$a->strings["Parent User"] = "Verwalter";
-$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Verwalter haben Zugriff auf alle Funktionen dieses Benutzerkontos und können dessen Einstellungen ändern.";
-$a->strings["Save Settings"] = "Einstellungen speichern";
-$a->strings["Delegate Page Management"] = "Delegiere das Management für die Seite";
-$a->strings["Delegates"] = "Bevollmächtigte";
-$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."] = "Bevollmächtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Bitte gib niemandem eine Bevollmächtigung für Deinen privaten Account, dem Du nicht absolut vertraust!";
-$a->strings["Existing Page Delegates"] = "Vorhandene Bevollmächtigte für die Seite";
-$a->strings["Potential Delegates"] = "Potentielle Bevollmächtigte";
-$a->strings["Add"] = "Hinzufügen";
-$a->strings["No entries."] = "Keine Einträge.";
-$a->strings["People Search - %s"] = "Personensuche - %s";
-$a->strings["Forum Search - %s"] = "Forensuche - %s";
-$a->strings["Friendica Communications Server - Setup"] = "Friendica-Server für soziale Netzwerke – Setup";
-$a->strings["Could not connect to database."] = "Verbindung zur Datenbank gescheitert.";
-$a->strings["Could not create table."] = "Tabelle konnte nicht angelegt werden.";
-$a->strings["Your Friendica site database has been installed."] = "Die Datenbank Deiner Friendicaseite wurde installiert.";
-$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Möglicherweise musst Du die Datei \"database.sql\" manuell mit phpmyadmin oder mysql importieren.";
-$a->strings["Please see the file \"INSTALL.txt\"."] = "Lies bitte die \"INSTALL.txt\".";
-$a->strings["Database already in use."] = "Die Datenbank wird bereits verwendet.";
-$a->strings["System check"] = "Systemtest";
-$a->strings["Next"] = "Nächste";
-$a->strings["Check again"] = "Noch einmal testen";
-$a->strings["Database connection"] = "Datenbankverbindung";
-$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Um Friendica installieren zu können, müssen wir wissen, wie wir mit Deiner Datenbank Kontakt aufnehmen können.";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Bitte kontaktiere den Hosting Provider oder den Administrator der Seite, falls Du Fragen zu diesen Einstellungen haben solltest.";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Die Datenbank, die Du unten angibst, sollte bereits existieren. Ist dies noch nicht der Fall, erzeuge sie bitte bevor Du mit der Installation fortfährst.";
-$a->strings["Database Server Name"] = "Datenbank-Server";
-$a->strings["Database Login Name"] = "Datenbank-Nutzer";
-$a->strings["Database Login Password"] = "Datenbank-Passwort";
-$a->strings["For security reasons the password must not be empty"] = "Aus Sicherheitsgründen darf das Passwort nicht leer sein.";
-$a->strings["Database Name"] = "Datenbank-Name";
-$a->strings["Site administrator email address"] = "E-Mail-Adresse des Administrators";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "Die E-Mail-Adresse, die in Deinem Friendica-Account eingetragen ist, muss mit dieser Adresse übereinstimmen, damit Du das Admin-Panel benutzen kannst.";
-$a->strings["Please select a default timezone for your website"] = "Bitte wähle die Standardzeitzone Deiner Webseite";
-$a->strings["Site settings"] = "Server-Einstellungen";
-$a->strings["System Language:"] = "Systemsprache:";
-$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Wähle die Standardsprache für deine Friendica-Installations-Oberfläche und den E-Mail-Versand";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Konnte keine Kommandozeilenversion von PHP im PATH des Servers finden.";
-$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>"] = "Wenn auf deinem Server keine Kommandozeilenversion von PHP installiert ist, kannst du den Hintergrundprozess nicht einrichten. Hier findest du alternative Möglichkeiten<a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-poller'>'für das Worker Setup'</a>";
-$a->strings["PHP executable path"] = "Pfad zu PHP";
-$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Gib den kompletten Pfad zur ausführbaren Datei von PHP an. Du kannst dieses Feld auch frei lassen und mit der Installation fortfahren.";
-$a->strings["Command line PHP"] = "Kommandozeilen-PHP";
-$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "Die ausführbare Datei von PHP stimmt nicht mit der PHP cli Version überein (es könnte sich um die cgi-fgci Version handeln)";
-$a->strings["Found PHP version: "] = "Gefundene 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."] = "Die Kommandozeilenversion von PHP auf Deinem System hat \"register_argc_argv\" nicht aktiviert.";
-$a->strings["This is required for message delivery to work."] = "Dies wird für die Auslieferung von Nachrichten benötigt.";
-$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"] = "Fehler: Die Funktion \"openssl_pkey_new\" auf diesem System ist nicht in der Lage, Verschlüsselungsschlüssel zu erzeugen";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Wenn der Server unter Windows läuft, schau Dir bitte \"http://www.php.net/manual/en/openssl.installation.php\" an.";
-$a->strings["Generate encryption keys"] = "Schlüssel erzeugen";
-$a->strings["libCurl PHP module"] = "PHP: libCurl-Modul";
-$a->strings["GD graphics PHP module"] = "PHP: GD-Grafikmodul";
-$a->strings["OpenSSL PHP module"] = "PHP: OpenSSL-Modul";
-$a->strings["PDO or MySQLi PHP module"] = "PDO oder MySQLi PHP Modul";
-$a->strings["mb_string PHP module"] = "PHP: mb_string-Modul";
-$a->strings["XML PHP module"] = "XML PHP Modul";
-$a->strings["iconv PHP module"] = "PHP iconv Modul";
-$a->strings["POSIX PHP module"] = "PHP POSIX Modul";
-$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Fehler: Das Apache-Modul mod-rewrite wird benötigt, es ist allerdings nicht installiert.";
-$a->strings["Error: libCURL PHP module required but not installed."] = "Fehler: Das libCURL PHP Modul wird benötigt, ist aber nicht installiert.";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Fehler: Das GD-Graphikmodul für PHP mit JPEG-Unterstützung ist nicht installiert.";
-$a->strings["Error: openssl PHP module required but not installed."] = "Fehler: Das openssl-Modul von PHP ist nicht installiert.";
-$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Fehler: PDO oder MySQLi PHP Modul erforderlich, aber nicht installiert.";
-$a->strings["Error: The MySQL driver for PDO is not installed."] = "Fehler: der MySQL Treiber für PDO ist nicht installiert";
-$a->strings["Error: mb_string PHP module required but not installed."] = "Fehler: mb_string PHP Module wird benötigt ist aber nicht installiert.";
-$a->strings["Error: iconv PHP module required but not installed."] = "Fehler: Das iconv-Modul von PHP ist nicht installiert.";
-$a->strings["Error: POSIX PHP module required but not installed."] = "Fehler POSIX PHP Modul erforderlich aber nicht installiert.";
-$a->strings["Error, XML PHP module required but not installed."] = "Fehler: XML PHP Modul erforderlich aber nicht installiert.";
-$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Der Installationswizard muss in der Lage sein, eine Datei im Stammverzeichnis Deines Webservers anzulegen, ist allerdings derzeit nicht in der Lage, dies zu tun.";
-$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."] = "In den meisten Fällen ist dies ein Problem mit den Schreibrechten. Der Webserver könnte keine Schreiberlaubnis haben, selbst wenn Du sie hast.";
-$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Nachdem Du alles ausgefüllt hast, erhältst Du einen Text, den Du in eine Datei namens .htconfig.php in Deinem Friendica-Wurzelverzeichnis kopieren musst.";
-$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternativ kannst Du diesen Schritt aber auch überspringen und die Installation manuell durchführen. Eine Anleitung dazu (Englisch) findest Du in der Datei INSTALL.txt.";
-$a->strings[".htconfig.php is writable"] = "Schreibrechte auf .htconfig.php";
-$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica nutzt die Smarty3 Template Engine um die Webansichten zu rendern. Smarty3 kompiliert Templates zu PHP um das Rendern zu beschleunigen.";
-$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."] = "Um diese kompilierten Templates zu speichern benötigt der Webserver Schreibrechte zum Verzeichnis view/smarty3/ im obersten Ordner von Friendica.";
-$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Bitte stelle sicher, dass der Nutzer unter dem der Webserver läuft (z.B. www-data) Schreibrechte zu diesem Verzeichnis hat.";
-$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."] = "Hinweis: aus Sicherheitsgründen solltest Du dem Webserver nur Schreibrechte für view/smarty3/ geben -- Nicht den Templatedateien (.tpl) die sie enthalten.";
-$a->strings["view/smarty3 is writable"] = "view/smarty3 ist schreibbar";
-$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "Umschreiben der URLs in der .htaccess funktioniert nicht. Überprüfe die Konfiguration des Servers.";
-$a->strings["Url rewrite is working"] = "URL rewrite funktioniert";
-$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagicx PHP Erweiterung ist nicht installiert.";
-$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP Erweiterung ist installiert";
-$a->strings["ImageMagick supports GIF"] = "ImageMagick unterstützt 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."] = "Die Konfigurationsdatei \".htconfig.php\" konnte nicht angelegt werden. Bitte verwende den angefügten Text, um die Datei im Stammverzeichnis Deiner Friendica-Installation zu erzeugen.";
-$a->strings["<h1>What next</h1>"] = "<h1>Wie geht es weiter?</h1>";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "Wichtig: Du musst [manuell] einen Cronjob (o.ä.) für den Worker einrichten.";
-$a->strings["Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Du solltest nun die Seite zur <a href=\"%s/register\">Nutzerregistrierung</a> deiner neuen Friendica Instanz besuchen und einen neuen Nutzer einrichten. Bitte denke daran die selbe E-Mail Adresse anzugeben, die du auch als Administrator E-Mail angegeben hast, damit du das Admin-Panel verwenden kannst.";
-$a->strings["Subscribing to OStatus contacts"] = "OStatus Kontakten folgen";
-$a->strings["No contact provided."] = "Keine Kontakte gefunden.";
-$a->strings["Couldn't fetch information for contact."] = "Konnte die Kontaktinformationen nicht einholen.";
-$a->strings["Couldn't fetch friends for contact."] = "Konnte die Kontaktliste des Kontakts nicht abfragen.";
-$a->strings["success"] = "Erfolg";
-$a->strings["failed"] = "Fehlgeschlagen";
-$a->strings["ignored"] = "Ignoriert";
-$a->strings["Contact wasn't found or can't be unfollowed."] = "Der Kontakt konnte nicht gefunden oder nicht entfolgt werden.";
-$a->strings["Contact unfollowed"] = "Kontakt wird nicht mehr gefolgt";
-$a->strings["You aren't a friend of this contact."] = "Du hast keine beidseitige Freundschaft mit diesem Kontakt.";
-$a->strings["Unfollowing is currently not supported by your network."] = "Bei diesem Netzwerk wird das Entfolgen derzeit nicht unterstützt.";
-$a->strings["Disconnect/Unfollow"] = "Verbindung lösen/Nicht mehr folgen";
-$a->strings["Status Messages and Posts"] = "Statusnachrichten und Beiträge";
 $a->strings["Events"] = "Veranstaltungen";
 $a->strings["View"] = "Ansehen";
 $a->strings["Previous"] = "Vorherige";
+$a->strings["Next"] = "Nächste";
 $a->strings["today"] = "Heute";
 $a->strings["month"] = "Monat";
 $a->strings["week"] = "Woche";
@@ -853,152 +692,6 @@ $a->strings["User not found"] = "Nutzer nicht gefunden";
 $a->strings["This calendar format is not supported"] = "Dieses Kalenderformat wird nicht unterstützt.";
 $a->strings["No exportable data found"] = "Keine exportierbaren Daten gefunden";
 $a->strings["calendar"] = "Kalender";
-$a->strings["Event can not end before it has started."] = "Die Veranstaltung kann nicht enden bevor sie beginnt.";
-$a->strings["Event title and start time are required."] = "Der Veranstaltungstitel und die Anfangszeit müssen angegeben werden.";
-$a->strings["Create New Event"] = "Neue Veranstaltung erstellen";
-$a->strings["Event details"] = "Veranstaltungsdetails";
-$a->strings["Starting date and Title are required."] = "Anfangszeitpunkt und Titel werden benötigt";
-$a->strings["Event Starts:"] = "Veranstaltungsbeginn:";
-$a->strings["Required"] = "Benötigt";
-$a->strings["Finish date/time is not known or not relevant"] = "Enddatum/-zeit ist nicht bekannt oder nicht relevant";
-$a->strings["Event Finishes:"] = "Veranstaltungsende:";
-$a->strings["Adjust for viewer timezone"] = "An Zeitzone des Betrachters anpassen";
-$a->strings["Description:"] = "Beschreibung";
-$a->strings["Title:"] = "Titel:";
-$a->strings["Share this event"] = "Veranstaltung teilen";
-$a->strings["Basic"] = "Allgemein";
-$a->strings["Advanced"] = "Erweitert";
-$a->strings["Failed to remove event"] = "Entfernen der Veranstaltung fehlgeschlagen";
-$a->strings["Event removed"] = "Veranstaltung enfternt";
-$a->strings["Image uploaded but image cropping failed."] = "Bild hochgeladen, aber das Zuschneiden schlug fehl.";
-$a->strings["Image size reduction [%s] failed."] = "Verkleinern der Bildgröße von [%s] scheiterte.";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Drücke Umschalt+Neu Laden oder leere den Browser-Cache, falls das neue Foto nicht gleich angezeigt wird.";
-$a->strings["Unable to process image"] = "Bild konnte nicht verarbeitet werden";
-$a->strings["Upload File:"] = "Datei hochladen:";
-$a->strings["Select a profile:"] = "Profil auswählen:";
-$a->strings["or"] = "oder";
-$a->strings["skip this step"] = "diesen Schritt überspringen";
-$a->strings["select a photo from your photo albums"] = "wähle ein Foto aus deinen Fotoalben";
-$a->strings["Crop Image"] = "Bild zurechtschneiden";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "Passe bitte den Bildausschnitt an, damit das Bild optimal dargestellt werden kann.";
-$a->strings["Done Editing"] = "Bearbeitung abgeschlossen";
-$a->strings["Image uploaded successfully."] = "Bild erfolgreich hochgeladen.";
-$a->strings["Status:"] = "Status:";
-$a->strings["Homepage:"] = "Homepage:";
-$a->strings["Global Directory"] = "Weltweites Verzeichnis";
-$a->strings["Find on this site"] = "Auf diesem Server suchen";
-$a->strings["Results for:"] = "Ergebnisse für:";
-$a->strings["Site Directory"] = "Verzeichnis";
-$a->strings["Find"] = "Finde";
-$a->strings["No entries (some entries may be hidden)."] = "Keine Einträge (einige Einträge könnten versteckt sein).";
-$a->strings["Source input"] = "Originaltext:";
-$a->strings["BBCode::convert (raw HTML)"] = "BBCode::convert (pures HTML)";
-$a->strings["BBCode::convert"] = "BBCode::convert";
-$a->strings["BBCode::convert => HTML::toBBCode"] = "BBCode::convert => HTML::toBBCode";
-$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["Source input \\x28Diaspora format\\x29"] = "Original Text \\x28Diaspora Fromat\\x29";
-$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode";
-$a->strings["Raw HTML input"] = "Reine  HTML  Eingabe";
-$a->strings["HTML Input"] = "HTML Eingabe";
-$a->strings["HTML::toBBCode"] = "HTML::toBBCode";
-$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext";
-$a->strings["Source text"] = "Quelltext";
-$a->strings["BBCode"] = "BBCode";
-$a->strings["Markdown"] = "Markdown";
-$a->strings["HTML"] = "HTML";
-$a->strings["The contact could not be added."] = "Der Kontakt konnte nicht hinzugefügt werden.";
-$a->strings["You already added this contact."] = "Du hast den Kontakt bereits hinzugefügt.";
-$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden.";
-$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden.";
-$a->strings["The network type couldn't be detected. Contact can't be added."] = "Der Netzwerktype wurde nicht erkannt. Der Kontakt kann nicht hinzugefügt werden.";
-$a->strings["Profile deleted."] = "Profil gelöscht.";
-$a->strings["Profile-"] = "Profil-";
-$a->strings["New profile created."] = "Neues Profil angelegt.";
-$a->strings["Profile unavailable to clone."] = "Profil nicht zum Duplizieren verfügbar.";
-$a->strings["Profile Name is required."] = "Profilname ist erforderlich.";
-$a->strings["Marital Status"] = "Familienstand";
-$a->strings["Romantic Partner"] = "Romanze";
-$a->strings["Work/Employment"] = "Arbeit / Beschäftigung";
-$a->strings["Religion"] = "Religion";
-$a->strings["Political Views"] = "Politische Ansichten";
-$a->strings["Gender"] = "Geschlecht";
-$a->strings["Sexual Preference"] = "Sexuelle Vorlieben";
-$a->strings["XMPP"] = "XMPP";
-$a->strings["Homepage"] = "Webseite";
-$a->strings["Interests"] = "Interessen";
-$a->strings["Address"] = "Adresse";
-$a->strings["Location"] = "Wohnort";
-$a->strings["Profile updated."] = "Profil aktualisiert.";
-$a->strings[" and "] = " und ";
-$a->strings["public profile"] = "öffentliches Profil";
-$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s hat %2\$s geändert auf &ldquo;%3\$s&rdquo;";
-$a->strings[" - Visit %1\$s's %2\$s"] = " – %1\$ss %2\$s besuchen";
-$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s hat folgendes aktualisiert %2\$s, verändert wurde %3\$s.";
-$a->strings["Hide contacts and friends:"] = "Kontakte und Freunde verbergen";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Liste der Kontakte vor Betrachtern dieses Profils verbergen?";
-$a->strings["Show more profile fields:"] = "Zeige mehr Profil-Felder:";
-$a->strings["Profile Actions"] = "Profilaktionen";
-$a->strings["Edit Profile Details"] = "Profil bearbeiten";
-$a->strings["Change Profile Photo"] = "Profilbild ändern";
-$a->strings["View this profile"] = "Dieses Profil anzeigen";
-$a->strings["Edit visibility"] = "Sichtbarkeit bearbeiten";
-$a->strings["Create a new profile using these settings"] = "Neues Profil anlegen und diese Einstellungen verwenden";
-$a->strings["Clone this profile"] = "Dieses Profil duplizieren";
-$a->strings["Delete this profile"] = "Dieses Profil löschen";
-$a->strings["Basic information"] = "Grundinformationen";
-$a->strings["Profile picture"] = "Profilbild";
-$a->strings["Preferences"] = "Vorlieben";
-$a->strings["Status information"] = "Status Informationen";
-$a->strings["Additional information"] = "Zusätzliche Informationen";
-$a->strings["Relation"] = "Beziehung";
-$a->strings["Miscellaneous"] = "Verschiedenes";
-$a->strings["Your Gender:"] = "Dein Geschlecht:";
-$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Beziehungsstatus:";
-$a->strings["Sexual Preference:"] = "Sexuelle Vorlieben:";
-$a->strings["Example: fishing photography software"] = "Beispiel: Fischen Fotografie Software";
-$a->strings["Profile Name:"] = "Profilname:";
-$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Dies ist Dein <strong>öffentliches</strong> Profil.<br />Es <strong>könnte</strong> für jeden Nutzer des Internets sichtbar sein.";
-$a->strings["Your Full Name:"] = "Dein kompletter Name:";
-$a->strings["Title/Description:"] = "Titel/Beschreibung:";
-$a->strings["Street Address:"] = "Adresse:";
-$a->strings["Locality/City:"] = "Wohnort:";
-$a->strings["Region/State:"] = "Region/Bundesstaat:";
-$a->strings["Postal/Zip Code:"] = "Postleitzahl:";
-$a->strings["Country:"] = "Land:";
-$a->strings["Age: "] = "Alter: ";
-$a->strings["Who: (if applicable)"] = "Wer: (falls anwendbar)";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Beispiele: cathy123, Cathy Williams, cathy@example.com";
-$a->strings["Since [date]:"] = "Seit [Datum]:";
-$a->strings["Tell us about yourself..."] = "Erzähle uns ein bisschen von Dir …";
-$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) Adresse";
-$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "Die XMPP Adresse wird an deine Kontakte verteilt werden, so dass sie auch über XMPP mit dir in Kontakt treten können.";
-$a->strings["Homepage URL:"] = "Adresse der Homepage:";
-$a->strings["Hometown:"] = "Heimatort:";
-$a->strings["Political Views:"] = "Politische Ansichten:";
-$a->strings["Religious Views:"] = "Religiöse Ansichten:";
-$a->strings["Public Keywords:"] = "Öffentliche Schlüsselwörter:";
-$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Wird verwendet, um potentielle Kontakte zu finden, kann von Kontakten eingesehen werden)";
-$a->strings["Private Keywords:"] = "Private Schlüsselwörter:";
-$a->strings["(Used for searching profiles, never shown to others)"] = "(Wird für die Suche nach Profilen verwendet und niemals veröffentlicht)";
-$a->strings["Likes:"] = "Likes:";
-$a->strings["Dislikes:"] = "Dislikes:";
-$a->strings["Musical interests"] = "Musikalische Interessen";
-$a->strings["Books, literature"] = "Bücher, Literatur";
-$a->strings["Television"] = "Fernsehen";
-$a->strings["Film/dance/culture/entertainment"] = "Filme/Tänze/Kultur/Unterhaltung";
-$a->strings["Hobbies/Interests"] = "Hobbies/Interessen";
-$a->strings["Love/romance"] = "Liebe/Romantik";
-$a->strings["Work/employment"] = "Arbeit/Anstellung";
-$a->strings["School/education"] = "Schule/Ausbildung";
-$a->strings["Contact information and Social Networks"] = "Kontaktinformationen und Soziale Netzwerke";
-$a->strings["Profile Image"] = "Profilbild";
-$a->strings["visible to everybody"] = "sichtbar für jeden";
-$a->strings["Edit/Manage Profiles"] = "Bearbeite/Verwalte Profile";
-$a->strings["Change profile photo"] = "Profilbild ändern";
-$a->strings["Create New Profile"] = "Neues Profil anlegen";
 $a->strings["%d contact edited."] = [
        0 => "%d Kontakt bearbeitet.",
        1 => "%d Kontakte bearbeitet.",
@@ -1031,6 +724,7 @@ $a->strings["Disabled"] = "Deaktiviert";
 $a->strings["Fetch information"] = "Beziehe Information";
 $a->strings["Fetch keywords"] = "Schlüsselwprter abrufen";
 $a->strings["Fetch information and keywords"] = "Beziehe Information und Schlüsselworte";
+$a->strings["Disconnect/Unfollow"] = "Verbindung lösen/Nicht mehr folgen";
 $a->strings["Contact"] = "Kontakt";
 $a->strings["Profile Visibility"] = "Profil-Sichtbarkeit";
 $a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Bitte wähle eines Deiner Profile das angezeigt werden soll, wenn %s Dein Profil aufruft.";
@@ -1074,13 +768,16 @@ $a->strings["Only show archived contacts"] = "Nur archivierte Kontakte anzeigen"
 $a->strings["Hidden"] = "Verborgen";
 $a->strings["Only show hidden contacts"] = "Nur verborgene Kontakte anzeigen";
 $a->strings["Search your contacts"] = "Suche in deinen Kontakten";
+$a->strings["Find"] = "Finde";
 $a->strings["Update"] = "Aktualisierungen";
 $a->strings["Archive"] = "Archivieren";
 $a->strings["Unarchive"] = "Aus Archiv zurückholen";
 $a->strings["Batch Actions"] = "Stapelverarbeitung";
+$a->strings["Status Messages and Posts"] = "Statusnachrichten und Beiträge";
 $a->strings["Profile Details"] = "Profildetails";
 $a->strings["View all contacts"] = "Alle Kontakte anzeigen";
 $a->strings["View all common friends"] = "Alle Kontakte anzeigen";
+$a->strings["Advanced"] = "Erweitert";
 $a->strings["Advanced Contact Settings"] = "Fortgeschrittene Kontakteinstellungen";
 $a->strings["Mutual Friendship"] = "Beidseitige Freundschaft";
 $a->strings["is a fan of yours"] = "ist ein Fan von dir";
@@ -1089,64 +786,145 @@ $a->strings["Toggle Blocked status"] = "Geblockt-Status ein-/ausschalten";
 $a->strings["Toggle Ignored status"] = "Ignoriert-Status ein-/ausschalten";
 $a->strings["Toggle Archive status"] = "Archiviert-Status ein-/ausschalten";
 $a->strings["Delete contact"] = "Lösche den Kontakt";
-$a->strings["Terms of Service"] = "Nutzungsbedingungen";
-$a->strings["Privacy Statement"] = "Datenschutzerklärung";
-$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."] = "Zum Zwecke der Registrierung und um die Kommunikation zwischen dem Nutzer und seinen Kontakten zu gewährleisten, muß der Nutzer einen Namen (auch Pseudonym) und einen Nutzernamen (Spitzname) sowie eine funktionierende E-Mail-Adresse angeben. Der Name ist auf der Profilseite für alle Nutzer sichtbar, auch wenn die Profildetails nicht angezeigt werden.\nDie E-Mail-Adresse wird nur zur Benachrichtigung des Nutzers verwendet, sie wird nirgends angezeigt. Die Anzeige des Nutzerkontos im Server-Verzeichnis bzw. dem weltweiten Verzeichnis erfolgt gemäß den Einstellungen des Nutzers, sie ist zur Kommunikation nicht zwingend notwendig.";
-$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."] = "Angemeldete Nutzer können ihre Nutzerdaten jederzeit von den <a href=\"%1\$s/settings/uexport\">Kontoeinstellungen</a> aus exportieren. Wenn ein Nutzer wünscht das Nutzerkonto zu löschen, so ist dies jederzeit unter <a href=\"%1\$s/removeme\">%1\$s/removeme</a> möglich. Die Löschung des Nutzerkontos ist permanent.";
-$a->strings["This is Friendica, version"] = "Dies ist Friendica, Version";
-$a->strings["running at web location"] = "die unter folgender Webadresse zu finden ist";
-$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "Bitte besuche <a href=\"https://friendi.ca\">Friendi.ca</a> um mehr über das Friendica Projekt zu erfahren.";
-$a->strings["Bug reports and issues: please visit"] = "Probleme oder Fehler gefunden? Bitte besuche";
-$a->strings["the bugtracker at github"] = "den Bugtracker auf github";
-$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Vorschläge, Lob, Spenden usw.: E-Mail an \"Info\" at Friendica - dot com";
-$a->strings["Installed addons/apps:"] = "Installierte Apps und Addons";
-$a->strings["No installed addons/apps"] = "Es sind keine Addons oder Apps installiert";
-$a->strings["Read about the <a href=\"%1\$s/tos\">Terms of Service</a> of this node."] = "Erfahre mehr über die <a href=\"%1\$s/tos\">Nutzungsbedingungen</a> dieses Knotens.";
-$a->strings["On this server the following remote servers are blocked."] = "Auf diesem Server werden die folgenden entfernten Server blockiert.";
-$a->strings["Reason for the block"] = "Begründung für die Blockierung";
-$a->strings["No valid account found."] = "Kein gültiges Konto gefunden.";
-$a->strings["Password reset request issued. Check your email."] = "Zurücksetzen des Passworts eingeleitet. Bitte überprüfe Deine E-Mail.";
-$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\nHallo %1\$s,\n\nAuf \"%2\$s\" ist eine Anfrage auf das Zurücksetzen Deines Passworts gestellt\nworden. Um diese Anfrage zu verifizieren, folge bitte dem unten stehenden\nLink oder kopiere und füge ihn in die Adressleiste Deines Browsers ein.\n\nSolltest Du die Anfrage NICHT gemacht haben, ignoriere und/oder lösche diese\nE-Mail bitte.\n\nDein Passwort wird nicht geändert, solange wir nicht verifiziert haben, dass\nDu diese Änderung angefragt hast.";
-$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\nUm Deine Identität zu verifizieren, folge bitte dem folgenden Link:\n\n%1\$s\n\nDu wirst eine weitere E-Mail mit Deinem neuen Passwort erhalten. Sobald Du Dich\nangemeldet hast, kannst Du Dein Passwort in den Einstellungen ändern.\n\nDie Anmeldedetails sind die folgenden:\n\nAdresse der Seite:\t%2\$s\nBenutzername:\t%3\$s";
-$a->strings["Password reset requested at %s"] = "Anfrage zum Zurücksetzen des Passworts auf %s erhalten";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Anfrage konnte nicht verifiziert werden. (Eventuell hast Du bereits eine ähnliche Anfrage gestellt.) Zurücksetzen des Passworts gescheitert.";
-$a->strings["Request has expired, please make a new one."] = "Die Anfrage ist abgelaufen. Bitte stelle eine erneute.";
-$a->strings["Forgot your Password?"] = "Hast Du Dein Passwort vergessen?";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Gib Deine E-Mail-Adresse an und fordere ein neues Passwort an. Es werden Dir dann weitere Informationen per Mail zugesendet.";
-$a->strings["Nickname or Email: "] = "Spitzname oder E-Mail:";
-$a->strings["Reset"] = "Zurücksetzen";
-$a->strings["Password Reset"] = "Passwort zurücksetzen";
-$a->strings["Your password has been reset as requested."] = "Dein Passwort wurde wie gewünscht zurückgesetzt.";
-$a->strings["Your new password is"] = "Dein neues Passwort lautet";
-$a->strings["Save or copy your new password - and then"] = "Speichere oder kopiere Dein neues Passwort - und dann";
-$a->strings["click here to login"] = "hier klicken, um Dich anzumelden";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Du kannst das Passwort in den <em>Einstellungen</em> ändern, sobald Du Dich erfolgreich angemeldet hast.";
-$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"] = "\nHallo %1\$s,\n\nDein Passwort wurde wie gewünscht geändert. Bitte bewahre diese Informationen gut auf (oder ändere Dein Passwort in eines, das Du Dir leicht merken kannst).";
-$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"] = "\nDie Anmeldedaten sind die folgenden:\n\nAdresse der Seite: %1\$s\nLogin Name: %2\$s\nPasswort: %3\$s\n\nDas Passwort kann und sollte in den Kontoeinstellungen nach der Anmeldung geändert werden.";
-$a->strings["Your password has been changed at %s"] = "Auf %s wurde Dein Passwort geändert";
-$a->strings["Registration successful. Please check your email for further instructions."] = "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an Dich gesendet.";
-$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."] = "Versenden der E-Mail fehlgeschlagen. Hier sind Deine Account Details:\n\nLogin: %s\nPasswort: %s\n\nDu kannst das Passwort nach dem Anmelden ändern.";
-$a->strings["Registration successful."] = "Registrierung erfolgreich.";
-$a->strings["Your registration can not be processed."] = "Deine Registrierung konnte nicht verarbeitet werden.";
-$a->strings["Your registration is pending approval by the site owner."] = "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden.";
-$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Du kannst dieses Formular auch (optional) mit Deiner OpenID ausfüllen, indem Du Deine OpenID angibst und 'Registrieren' klickst.";
-$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Wenn Du nicht mit OpenID vertraut bist, lass dieses Feld bitte leer und fülle die restlichen Felder aus.";
-$a->strings["Your OpenID (optional): "] = "Deine OpenID (optional): ";
-$a->strings["Include your profile in member directory?"] = "Soll Dein Profil im Nutzerverzeichnis angezeigt werden?";
-$a->strings["Note for the admin"] = "Hinweis für den Admin";
-$a->strings["Leave a message for the admin, why you want to join this node"] = "Hinterlasse eine Nachricht an den Admin, warum du einen Account auf dieser Instanz haben möchtest.";
-$a->strings["Membership on this site is by invitation only."] = "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich.";
-$a->strings["Your invitation code: "] = "Dein Ein­la­dungs­code";
-$a->strings["Registration"] = "Registrierung";
-$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Dein vollständiger Name (z.B. Hans Mustermann, echt oder echt erscheinend):";
-$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Deine E-Mail Adresse (Informationen zur Registrierung werden an diese Adresse gesendet, darum muss sie existieren.)";
-$a->strings["New Password:"] = "Neues Passwort:";
-$a->strings["Leave empty for an auto generated password."] = "Leer lassen um das Passwort automatisch zu generieren.";
-$a->strings["Confirm:"] = "Bestätigen:";
-$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>'."] = "Wähle einen Spitznamen für Dein Profil. Dieser muss mit einem Buchstaben beginnen. Die Adresse Deines Profils auf dieser Seite wird '<strong>spitzname@%s</strong>' sein.";
-$a->strings["Choose a nickname: "] = "Spitznamen wählen: ";
-$a->strings["Register"] = "Registrieren";
-$a->strings["Import your profile to this friendica instance"] = "Importiere Dein Profil auf diese Friendica Instanz";
+$a->strings["Parent user not found."] = "Verwalter nicht gefunden.";
+$a->strings["No parent user"] = "Kein Verwalter";
+$a->strings["Parent Password:"] = "Passwort des Verwalters";
+$a->strings["Please enter the password of the parent account to legitimize your request."] = "Bitte gib das Passwort des Verwalters ein um deine Anfrage zu bestätigen.";
+$a->strings["Parent User"] = "Verwalter";
+$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Verwalter haben Zugriff auf alle Funktionen dieses Benutzerkontos und können dessen Einstellungen ändern.";
+$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["Delegate Page Management"] = "Delegiere das Management für die Seite";
+$a->strings["Delegates"] = "Bevollmächtigte";
+$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."] = "Bevollmächtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Bitte gib niemandem eine Bevollmächtigung für Deinen privaten Account, dem Du nicht absolut vertraust!";
+$a->strings["Existing Page Delegates"] = "Vorhandene Bevollmächtigte für die Seite";
+$a->strings["Potential Delegates"] = "Potentielle Bevollmächtigte";
+$a->strings["Add"] = "Hinzufügen";
+$a->strings["No entries."] = "Keine Einträge.";
+$a->strings["Event can not end before it has started."] = "Die Veranstaltung kann nicht enden bevor sie beginnt.";
+$a->strings["Event title and start time are required."] = "Der Veranstaltungstitel und die Anfangszeit müssen angegeben werden.";
+$a->strings["Create New Event"] = "Neue Veranstaltung erstellen";
+$a->strings["Event details"] = "Veranstaltungsdetails";
+$a->strings["Starting date and Title are required."] = "Anfangszeitpunkt und Titel werden benötigt";
+$a->strings["Event Starts:"] = "Veranstaltungsbeginn:";
+$a->strings["Required"] = "Benötigt";
+$a->strings["Finish date/time is not known or not relevant"] = "Enddatum/-zeit ist nicht bekannt oder nicht relevant";
+$a->strings["Event Finishes:"] = "Veranstaltungsende:";
+$a->strings["Adjust for viewer timezone"] = "An Zeitzone des Betrachters anpassen";
+$a->strings["Description:"] = "Beschreibung";
+$a->strings["Title:"] = "Titel:";
+$a->strings["Share this event"] = "Veranstaltung teilen";
+$a->strings["Basic"] = "Allgemein";
+$a->strings["Failed to remove event"] = "Entfernen der Veranstaltung fehlgeschlagen";
+$a->strings["Event removed"] = "Veranstaltung enfternt";
+$a->strings["You must be logged in to use this module"] = "Du musst eingeloggt sein um dieses Modul benutzen zu können.";
+$a->strings["Source URL"] = "URL der Quelle";
+$a->strings["Friendica Communications Server - Setup"] = "Friendica-Server für soziale Netzwerke – Setup";
+$a->strings["Could not connect to database."] = "Verbindung zur Datenbank gescheitert.";
+$a->strings["Could not create table."] = "Tabelle konnte nicht angelegt werden.";
+$a->strings["Your Friendica site database has been installed."] = "Die Datenbank Deiner Friendicaseite wurde installiert.";
+$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Möglicherweise musst Du die Datei \"database.sql\" manuell mit phpmyadmin oder mysql importieren.";
+$a->strings["Please see the file \"INSTALL.txt\"."] = "Lies bitte die \"INSTALL.txt\".";
+$a->strings["Database already in use."] = "Die Datenbank wird bereits verwendet.";
+$a->strings["System check"] = "Systemtest";
+$a->strings["Check again"] = "Noch einmal testen";
+$a->strings["Database connection"] = "Datenbankverbindung";
+$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Um Friendica installieren zu können, müssen wir wissen, wie wir mit Deiner Datenbank Kontakt aufnehmen können.";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Bitte kontaktiere den Hosting Provider oder den Administrator der Seite, falls Du Fragen zu diesen Einstellungen haben solltest.";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Die Datenbank, die Du unten angibst, sollte bereits existieren. Ist dies noch nicht der Fall, erzeuge sie bitte bevor Du mit der Installation fortfährst.";
+$a->strings["Database Server Name"] = "Datenbank-Server";
+$a->strings["Database Login Name"] = "Datenbank-Nutzer";
+$a->strings["Database Login Password"] = "Datenbank-Passwort";
+$a->strings["For security reasons the password must not be empty"] = "Aus Sicherheitsgründen darf das Passwort nicht leer sein.";
+$a->strings["Database Name"] = "Datenbank-Name";
+$a->strings["Site administrator email address"] = "E-Mail-Adresse des Administrators";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "Die E-Mail-Adresse, die in Deinem Friendica-Account eingetragen ist, muss mit dieser Adresse übereinstimmen, damit Du das Admin-Panel benutzen kannst.";
+$a->strings["Please select a default timezone for your website"] = "Bitte wähle die Standardzeitzone Deiner Webseite";
+$a->strings["Site settings"] = "Server-Einstellungen";
+$a->strings["System Language:"] = "Systemsprache:";
+$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Wähle die Standardsprache für deine Friendica-Installations-Oberfläche und den E-Mail-Versand";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Konnte keine Kommandozeilenversion von PHP im PATH des Servers finden.";
+$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>"] = "Wenn auf deinem Server keine Kommandozeilenversion von PHP installiert ist, kannst du den Hintergrundprozess nicht einrichten. Hier findest du alternative Möglichkeiten<a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-poller'>'für das Worker Setup'</a>";
+$a->strings["PHP executable path"] = "Pfad zu PHP";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Gib den kompletten Pfad zur ausführbaren Datei von PHP an. Du kannst dieses Feld auch frei lassen und mit der Installation fortfahren.";
+$a->strings["Command line PHP"] = "Kommandozeilen-PHP";
+$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "Die ausführbare Datei von PHP stimmt nicht mit der PHP cli Version überein (es könnte sich um die cgi-fgci Version handeln)";
+$a->strings["Found PHP version: "] = "Gefundene 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."] = "Die Kommandozeilenversion von PHP auf Deinem System hat \"register_argc_argv\" nicht aktiviert.";
+$a->strings["This is required for message delivery to work."] = "Dies wird für die Auslieferung von Nachrichten benötigt.";
+$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"] = "Fehler: Die Funktion \"openssl_pkey_new\" auf diesem System ist nicht in der Lage, Verschlüsselungsschlüssel zu erzeugen";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Wenn der Server unter Windows läuft, schau Dir bitte \"http://www.php.net/manual/en/openssl.installation.php\" an.";
+$a->strings["Generate encryption keys"] = "Schlüssel erzeugen";
+$a->strings["libCurl PHP module"] = "PHP: libCurl-Modul";
+$a->strings["GD graphics PHP module"] = "PHP: GD-Grafikmodul";
+$a->strings["OpenSSL PHP module"] = "PHP: OpenSSL-Modul";
+$a->strings["PDO or MySQLi PHP module"] = "PDO oder MySQLi PHP Modul";
+$a->strings["mb_string PHP module"] = "PHP: mb_string-Modul";
+$a->strings["XML PHP module"] = "XML PHP Modul";
+$a->strings["iconv PHP module"] = "PHP iconv Modul";
+$a->strings["POSIX PHP module"] = "PHP POSIX Modul";
+$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Fehler: Das Apache-Modul mod-rewrite wird benötigt, es ist allerdings nicht installiert.";
+$a->strings["Error: libCURL PHP module required but not installed."] = "Fehler: Das libCURL PHP Modul wird benötigt, ist aber nicht installiert.";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Fehler: Das GD-Graphikmodul für PHP mit JPEG-Unterstützung ist nicht installiert.";
+$a->strings["Error: openssl PHP module required but not installed."] = "Fehler: Das openssl-Modul von PHP ist nicht installiert.";
+$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Fehler: PDO oder MySQLi PHP Modul erforderlich, aber nicht installiert.";
+$a->strings["Error: The MySQL driver for PDO is not installed."] = "Fehler: der MySQL Treiber für PDO ist nicht installiert";
+$a->strings["Error: mb_string PHP module required but not installed."] = "Fehler: mb_string PHP Module wird benötigt ist aber nicht installiert.";
+$a->strings["Error: iconv PHP module required but not installed."] = "Fehler: Das iconv-Modul von PHP ist nicht installiert.";
+$a->strings["Error: POSIX PHP module required but not installed."] = "Fehler POSIX PHP Modul erforderlich aber nicht installiert.";
+$a->strings["Error, XML PHP module required but not installed."] = "Fehler: XML PHP Modul erforderlich aber nicht installiert.";
+$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Der Installationswizard muss in der Lage sein, eine Datei im Stammverzeichnis Deines Webservers anzulegen, ist allerdings derzeit nicht in der Lage, dies zu tun.";
+$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."] = "In den meisten Fällen ist dies ein Problem mit den Schreibrechten. Der Webserver könnte keine Schreiberlaubnis haben, selbst wenn Du sie hast.";
+$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Nachdem Du alles ausgefüllt hast, erhältst Du einen Text, den Du in eine Datei namens .htconfig.php in Deinem Friendica-Wurzelverzeichnis kopieren musst.";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternativ kannst Du diesen Schritt aber auch überspringen und die Installation manuell durchführen. Eine Anleitung dazu (Englisch) findest Du in der Datei INSTALL.txt.";
+$a->strings[".htconfig.php is writable"] = "Schreibrechte auf .htconfig.php";
+$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica nutzt die Smarty3 Template Engine um die Webansichten zu rendern. Smarty3 kompiliert Templates zu PHP um das Rendern zu beschleunigen.";
+$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."] = "Um diese kompilierten Templates zu speichern benötigt der Webserver Schreibrechte zum Verzeichnis view/smarty3/ im obersten Ordner von Friendica.";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Bitte stelle sicher, dass der Nutzer unter dem der Webserver läuft (z.B. www-data) Schreibrechte zu diesem Verzeichnis hat.";
+$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."] = "Hinweis: aus Sicherheitsgründen solltest Du dem Webserver nur Schreibrechte für view/smarty3/ geben -- Nicht den Templatedateien (.tpl) die sie enthalten.";
+$a->strings["view/smarty3 is writable"] = "view/smarty3 ist schreibbar";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "Umschreiben der URLs in der .htaccess funktioniert nicht. Überprüfe die Konfiguration des Servers.";
+$a->strings["Url rewrite is working"] = "URL rewrite funktioniert";
+$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagicx PHP Erweiterung ist nicht installiert.";
+$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP Erweiterung ist installiert";
+$a->strings["ImageMagick supports GIF"] = "ImageMagick unterstützt 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."] = "Die Konfigurationsdatei \".htconfig.php\" konnte nicht angelegt werden. Bitte verwende den angefügten Text, um die Datei im Stammverzeichnis Deiner Friendica-Installation zu erzeugen.";
+$a->strings["<h1>What next</h1>"] = "<h1>Wie geht es weiter?</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "Wichtig: Du musst [manuell] einen Cronjob (o.ä.) für den Worker einrichten.";
+$a->strings["Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Du solltest nun die Seite zur <a href=\"%s/register\">Nutzerregistrierung</a> deiner neuen Friendica Instanz besuchen und einen neuen Nutzer einrichten. Bitte denke daran die selbe E-Mail Adresse anzugeben, die du auch als Administrator E-Mail angegeben hast, damit du das Admin-Panel verwenden kannst.";
+$a->strings["Unable to locate original post."] = "Konnte den Originalbeitrag nicht finden.";
+$a->strings["Empty post discarded."] = "Leerer Beitrag wurde verworfen.";
+$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Diese Nachricht wurde dir von %s geschickt, einem Mitglied des Sozialen Netzwerks Friendica.";
+$a->strings["You may visit them online at %s"] = "Du kannst sie online unter %s besuchen";
+$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Falls Du diese Beiträge nicht erhalten möchtest, kontaktiere bitte den Autor, indem Du auf diese Nachricht antwortest.";
+$a->strings["%s posted an update."] = "%s hat ein Update veröffentlicht.";
+$a->strings["Post successful."] = "Beitrag erfolgreich veröffentlicht.";
+$a->strings["Subscribing to OStatus contacts"] = "OStatus Kontakten folgen";
+$a->strings["No contact provided."] = "Keine Kontakte gefunden.";
+$a->strings["Couldn't fetch information for contact."] = "Konnte die Kontaktinformationen nicht einholen.";
+$a->strings["Couldn't fetch friends for contact."] = "Konnte die Kontaktliste des Kontakts nicht abfragen.";
+$a->strings["success"] = "Erfolg";
+$a->strings["failed"] = "Fehlgeschlagen";
+$a->strings["ignored"] = "Ignoriert";
+$a->strings["Image uploaded but image cropping failed."] = "Bild hochgeladen, aber das Zuschneiden schlug fehl.";
+$a->strings["Image size reduction [%s] failed."] = "Verkleinern der Bildgröße von [%s] scheiterte.";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Drücke Umschalt+Neu Laden oder leere den Browser-Cache, falls das neue Foto nicht gleich angezeigt wird.";
+$a->strings["Unable to process image"] = "Bild konnte nicht verarbeitet werden";
+$a->strings["Upload File:"] = "Datei hochladen:";
+$a->strings["Select a profile:"] = "Profil auswählen:";
+$a->strings["or"] = "oder";
+$a->strings["skip this step"] = "diesen Schritt überspringen";
+$a->strings["select a photo from your photo albums"] = "wähle ein Foto aus deinen Fotoalben";
+$a->strings["Crop Image"] = "Bild zurechtschneiden";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "Passe bitte den Bildausschnitt an, damit das Bild optimal dargestellt werden kann.";
+$a->strings["Done Editing"] = "Bearbeitung abgeschlossen";
+$a->strings["Image uploaded successfully."] = "Bild erfolgreich hochgeladen.";
+$a->strings["Contact wasn't found or can't be unfollowed."] = "Der Kontakt konnte nicht gefunden oder nicht entfolgt werden.";
+$a->strings["Contact unfollowed"] = "Kontakt wird nicht mehr gefolgt";
+$a->strings["You aren't a friend of this contact."] = "Du hast keine beidseitige Freundschaft mit diesem Kontakt.";
+$a->strings["Unfollowing is currently not supported by your network."] = "Bei diesem Netzwerk wird das Entfolgen derzeit nicht unterstützt.";
 $a->strings["Theme settings updated."] = "Themeneinstellungen aktualisiert.";
 $a->strings["Information"] = "Information";
 $a->strings["Overview"] = "Übersicht";
@@ -1157,6 +935,7 @@ $a->strings["Users"] = "Nutzer";
 $a->strings["Addons"] = "Addons";
 $a->strings["Themes"] = "Themen";
 $a->strings["Additional features"] = "Zusätzliche Features";
+$a->strings["Terms of Service"] = "Nutzungsbedingungen";
 $a->strings["Database"] = "Datenbank";
 $a->strings["DB updates"] = "DB Updates";
 $a->strings["Inspect Queue"] = "Warteschlange Inspizieren";
@@ -1181,6 +960,7 @@ $a->strings["Show some informations regarding the needed information to operate
 $a->strings["The Terms of Service"] = "Die Nutzungsbedingungen";
 $a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Füge hier die Nutzungsbedingungen deines Knotens ein. Du kannst BBCode zur Formatierung verwenden. Überschriften sollten [h2] oder darunter sein.";
 $a->strings["The blocked domain"] = "Die blockierte Domain";
+$a->strings["Reason for the block"] = "Begründung für die Blockierung";
 $a->strings["The reason why you blocked this domain."] = "Die Begründung warum du diese Domain blockiert hast.";
 $a->strings["Delete domain"] = "Domain löschen";
 $a->strings["Check to delete this entry from the blocklist"] = "Markieren, um diesen Eintrag von der Blocklist zu entfernen";
@@ -1212,6 +992,7 @@ $a->strings["No remote contact is blocked from this node."] = "Derzeit werden ke
 $a->strings["Blocked Remote Contacts"] = "Blockierte Kontakte von anderen Knoten";
 $a->strings["Block New Remote Contact"] = "Blockieren von weiteren Kontakten";
 $a->strings["Photo"] = "Foto:";
+$a->strings["Address"] = "Adresse";
 $a->strings["%s total blocked contact"] = [
        0 => "Insgesamt %s blockierter Kontakt",
        1 => "Insgesamt %s blockierte Kontakte",
@@ -1275,6 +1056,7 @@ $a->strings["Don't check"] = "Nicht überprüfen";
 $a->strings["check the stable version"] = "überprüfe die stabile Version";
 $a->strings["check the development version"] = "überprüfe die Entwicklungsversion";
 $a->strings["Republish users to directory"] = "Nutzer erneut im globalen Verzeichnis veröffentlichen.";
+$a->strings["Registration"] = "Registrierung";
 $a->strings["File upload"] = "Datei hochladen";
 $a->strings["Policies"] = "Regeln";
 $a->strings["Auto Discovered Contact Directory"] = "Automatisch ein Kontaktverzeichnis erstellen";
@@ -1516,6 +1298,224 @@ $a->strings["Off"] = "Aus";
 $a->strings["On"] = "An";
 $a->strings["Lock feature %s"] = "Feature festlegen: %s";
 $a->strings["Manage Additional Features"] = "Zusätzliche Features Verwalten";
+$a->strings["Source input"] = "Originaltext:";
+$a->strings["BBCode::convert (raw HTML)"] = "BBCode::convert (pures HTML)";
+$a->strings["BBCode::convert"] = "BBCode::convert";
+$a->strings["BBCode::convert => HTML::toBBCode"] = "BBCode::convert => HTML::toBBCode";
+$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["Source input \\x28Diaspora format\\x29"] = "Original Text \\x28Diaspora Fromat\\x29";
+$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode";
+$a->strings["Raw HTML input"] = "Reine  HTML  Eingabe";
+$a->strings["HTML Input"] = "HTML Eingabe";
+$a->strings["HTML::toBBCode"] = "HTML::toBBCode";
+$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext";
+$a->strings["Source text"] = "Quelltext";
+$a->strings["BBCode"] = "BBCode";
+$a->strings["Markdown"] = "Markdown";
+$a->strings["HTML"] = "HTML";
+$a->strings["Status:"] = "Status:";
+$a->strings["Homepage:"] = "Homepage:";
+$a->strings["Global Directory"] = "Weltweites Verzeichnis";
+$a->strings["Find on this site"] = "Auf diesem Server suchen";
+$a->strings["Results for:"] = "Ergebnisse für:";
+$a->strings["Site Directory"] = "Verzeichnis";
+$a->strings["No entries (some entries may be hidden)."] = "Keine Einträge (einige Einträge könnten versteckt sein).";
+$a->strings["People Search - %s"] = "Personensuche - %s";
+$a->strings["Forum Search - %s"] = "Forensuche - %s";
+$a->strings["The contact could not be added."] = "Der Kontakt konnte nicht hinzugefügt werden.";
+$a->strings["You already added this contact."] = "Du hast den Kontakt bereits hinzugefügt.";
+$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden.";
+$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden.";
+$a->strings["The network type couldn't be detected. Contact can't be added."] = "Der Netzwerktype wurde nicht erkannt. Der Kontakt kann nicht hinzugefügt werden.";
+$a->strings["This is Friendica, version"] = "Dies ist Friendica, Version";
+$a->strings["running at web location"] = "die unter folgender Webadresse zu finden ist";
+$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "Bitte besuche <a href=\"https://friendi.ca\">Friendi.ca</a> um mehr über das Friendica Projekt zu erfahren.";
+$a->strings["Bug reports and issues: please visit"] = "Probleme oder Fehler gefunden? Bitte besuche";
+$a->strings["the bugtracker at github"] = "den Bugtracker auf github";
+$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Vorschläge, Lob usw.: E-Mail an \"Info\" at \"Friendi - dot ca\"";
+$a->strings["Installed addons/apps:"] = "Installierte Apps und Addons";
+$a->strings["No installed addons/apps"] = "Es sind keine Addons oder Apps installiert";
+$a->strings["Read about the <a href=\"%1\$s/tos\">Terms of Service</a> of this node."] = "Erfahre mehr über die <a href=\"%1\$s/tos\">Nutzungsbedingungen</a> dieses Knotens.";
+$a->strings["On this server the following remote servers are blocked."] = "Auf diesem Server werden die folgenden entfernten Server blockiert.";
+$a->strings["Total invitation limit exceeded."] = "Limit für Einladungen erreicht.";
+$a->strings["%s : Not a valid email address."] = "%s: Keine gültige Email Adresse.";
+$a->strings["Please join us on Friendica"] = "Ich lade Dich zu unserem sozialen Netzwerk Friendica ein";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limit für Einladungen erreicht. Bitte kontaktiere des Administrator der Seite.";
+$a->strings["%s : Message delivery failed."] = "%s: Zustellung der Nachricht fehlgeschlagen.";
+$a->strings["%d message sent."] = [
+       0 => "%d Nachricht gesendet.",
+       1 => "%d Nachrichten gesendet.",
+];
+$a->strings["You have no more invitations available"] = "Du hast keine weiteren Einladungen";
+$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."] = "Besuche %s für eine Liste der öffentlichen Server, denen Du beitreten kannst. Friendica Mitglieder unterschiedlicher Server können sich sowohl alle miteinander verbinden, als auch mit Mitgliedern anderer Sozialer Netzwerke.";
+$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Um diese Kontaktanfrage zu akzeptieren, besuche und registriere Dich bitte bei %s oder einer anderen öffentlichen Friendica Website.";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica Server verbinden sich alle untereinander, um ein großes datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Sie können sich auch mit vielen üblichen Sozialen Netzwerken verbinden. Besuche %s für eine Liste alternativer Friendica Server, denen Du beitreten kannst.";
+$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Es tut uns leid. Dieses System ist zurzeit nicht dafür konfiguriert, sich mit anderen öffentlichen Seiten zu verbinden oder Mitglieder einzuladen.";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendica Server verbinden sich alle untereinander, um ein großes datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Sie können sich auch mit vielen üblichen Sozialen Netzwerken verbinden.";
+$a->strings["To accept this invitation, please visit and register at %s."] = "Um diese Kontaktanfrage zu akzeptieren, besuche und registriere Dich bitte bei %s.";
+$a->strings["Send invitations"] = "Einladungen senden";
+$a->strings["Enter email addresses, one per line:"] = "E-Mail-Adressen eingeben, eine pro Zeile:";
+$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Du bist herzlich dazu eingeladen, Dich mir und anderen guten Freunden auf Friendica anzuschließen - und ein besseres Soziales Netz aufzubauen.";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "Du benötigst den folgenden Einladungscode: \$invite_code";
+$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Sobald Du registriert bist, kontaktiere mich bitte auf meiner Profilseite:";
+$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Für weitere Informationen über das Friendica Projekt und warum wir es für ein wichtiges Projekt halten, besuche bitte http://friendi.ca.";
+$a->strings["No valid account found."] = "Kein gültiges Konto gefunden.";
+$a->strings["Password reset request issued. Check your email."] = "Zurücksetzen des Passworts eingeleitet. Bitte überprüfe Deine E-Mail.";
+$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\nHallo %1\$s,\n\nAuf \"%2\$s\" ist eine Anfrage auf das Zurücksetzen Deines Passworts gestellt\nworden. Um diese Anfrage zu verifizieren, folge bitte dem unten stehenden\nLink oder kopiere und füge ihn in die Adressleiste Deines Browsers ein.\n\nSolltest Du die Anfrage NICHT gemacht haben, ignoriere und/oder lösche diese\nE-Mail bitte.\n\nDein Passwort wird nicht geändert, solange wir nicht verifiziert haben, dass\nDu diese Änderung angefragt hast.";
+$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\nUm Deine Identität zu verifizieren, folge bitte dem folgenden Link:\n\n%1\$s\n\nDu wirst eine weitere E-Mail mit Deinem neuen Passwort erhalten. Sobald Du Dich\nangemeldet hast, kannst Du Dein Passwort in den Einstellungen ändern.\n\nDie Anmeldedetails sind die folgenden:\n\nAdresse der Seite:\t%2\$s\nBenutzername:\t%3\$s";
+$a->strings["Password reset requested at %s"] = "Anfrage zum Zurücksetzen des Passworts auf %s erhalten";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Anfrage konnte nicht verifiziert werden. (Eventuell hast Du bereits eine ähnliche Anfrage gestellt.) Zurücksetzen des Passworts gescheitert.";
+$a->strings["Request has expired, please make a new one."] = "Die Anfrage ist abgelaufen. Bitte stelle eine erneute.";
+$a->strings["Forgot your Password?"] = "Hast Du Dein Passwort vergessen?";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Gib Deine E-Mail-Adresse an und fordere ein neues Passwort an. Es werden Dir dann weitere Informationen per Mail zugesendet.";
+$a->strings["Nickname or Email: "] = "Spitzname oder E-Mail:";
+$a->strings["Reset"] = "Zurücksetzen";
+$a->strings["Password Reset"] = "Passwort zurücksetzen";
+$a->strings["Your password has been reset as requested."] = "Dein Passwort wurde wie gewünscht zurückgesetzt.";
+$a->strings["Your new password is"] = "Dein neues Passwort lautet";
+$a->strings["Save or copy your new password - and then"] = "Speichere oder kopiere Dein neues Passwort - und dann";
+$a->strings["click here to login"] = "hier klicken, um Dich anzumelden";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Du kannst das Passwort in den <em>Einstellungen</em> ändern, sobald Du Dich erfolgreich angemeldet hast.";
+$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"] = "\nHallo %1\$s,\n\nDein Passwort wurde wie gewünscht geändert. Bitte bewahre diese Informationen gut auf (oder ändere Dein Passwort in eines, das Du Dir leicht merken kannst).";
+$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"] = "\nDie Anmeldedaten sind die folgenden:\n\nAdresse der Seite: %1\$s\nLogin Name: %2\$s\nPasswort: %3\$s\n\nDas Passwort kann und sollte in den Kontoeinstellungen nach der Anmeldung geändert werden.";
+$a->strings["Your password has been changed at %s"] = "Auf %s wurde Dein Passwort geändert";
+$a->strings["add"] = "hinzufügen";
+$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
+       0 => "Warnung: Diese Gruppe beinhaltet %s Person aus einem Netzwerk das keine nicht öffentlichen Beiträge empfangen kann.",
+       1 => "Warnung: Diese Gruppe beinhaltet %s Personen aus Netzwerken die keine nicht-öffentlichen Beiträge empfangen können.",
+];
+$a->strings["Messages in this group won't be send to these receivers."] = "Beiträge in dieser Gruppe werden deshalb nicht an diese Personen zugestellt werden.";
+$a->strings["No such group"] = "Es gibt keine solche Gruppe";
+$a->strings["Group: %s"] = "Gruppe: %s";
+$a->strings["Private messages to this person are at risk of public disclosure."] = "Private Nachrichten an diese Person könnten an die Öffentlichkeit gelangen.";
+$a->strings["Invalid contact."] = "Ungültiger Kontakt.";
+$a->strings["Commented Order"] = "Neueste Kommentare";
+$a->strings["Sort by Comment Date"] = "Nach Kommentardatum sortieren";
+$a->strings["Posted Order"] = "Neueste Beiträge";
+$a->strings["Sort by Post Date"] = "Nach Beitragsdatum sortieren";
+$a->strings["Personal"] = "Persönlich";
+$a->strings["Posts that mention or involve you"] = "Beiträge, in denen es um Dich geht";
+$a->strings["New"] = "Neue";
+$a->strings["Activity Stream - by date"] = "Aktivitäten-Stream - nach Datum";
+$a->strings["Shared Links"] = "Geteilte Links";
+$a->strings["Interesting Links"] = "Interessante Links";
+$a->strings["Starred"] = "Markierte";
+$a->strings["Favourite Posts"] = "Favorisierte Beiträge";
+$a->strings["Profile deleted."] = "Profil gelöscht.";
+$a->strings["Profile-"] = "Profil-";
+$a->strings["New profile created."] = "Neues Profil angelegt.";
+$a->strings["Profile unavailable to clone."] = "Profil nicht zum Duplizieren verfügbar.";
+$a->strings["Profile Name is required."] = "Profilname ist erforderlich.";
+$a->strings["Marital Status"] = "Familienstand";
+$a->strings["Romantic Partner"] = "Romanze";
+$a->strings["Work/Employment"] = "Arbeit / Beschäftigung";
+$a->strings["Religion"] = "Religion";
+$a->strings["Political Views"] = "Politische Ansichten";
+$a->strings["Gender"] = "Geschlecht";
+$a->strings["Sexual Preference"] = "Sexuelle Vorlieben";
+$a->strings["XMPP"] = "XMPP";
+$a->strings["Homepage"] = "Webseite";
+$a->strings["Interests"] = "Interessen";
+$a->strings["Location"] = "Wohnort";
+$a->strings["Profile updated."] = "Profil aktualisiert.";
+$a->strings[" and "] = " und ";
+$a->strings["public profile"] = "öffentliches Profil";
+$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s hat %2\$s geändert auf &ldquo;%3\$s&rdquo;";
+$a->strings[" - Visit %1\$s's %2\$s"] = " – %1\$ss %2\$s besuchen";
+$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s hat folgendes aktualisiert %2\$s, verändert wurde %3\$s.";
+$a->strings["Hide contacts and friends:"] = "Kontakte und Freunde verbergen";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Liste der Kontakte vor Betrachtern dieses Profils verbergen?";
+$a->strings["Show more profile fields:"] = "Zeige mehr Profil-Felder:";
+$a->strings["Profile Actions"] = "Profilaktionen";
+$a->strings["Edit Profile Details"] = "Profil bearbeiten";
+$a->strings["Change Profile Photo"] = "Profilbild ändern";
+$a->strings["View this profile"] = "Dieses Profil anzeigen";
+$a->strings["Edit visibility"] = "Sichtbarkeit bearbeiten";
+$a->strings["Create a new profile using these settings"] = "Neues Profil anlegen und diese Einstellungen verwenden";
+$a->strings["Clone this profile"] = "Dieses Profil duplizieren";
+$a->strings["Delete this profile"] = "Dieses Profil löschen";
+$a->strings["Basic information"] = "Grundinformationen";
+$a->strings["Profile picture"] = "Profilbild";
+$a->strings["Preferences"] = "Vorlieben";
+$a->strings["Status information"] = "Status Informationen";
+$a->strings["Additional information"] = "Zusätzliche Informationen";
+$a->strings["Relation"] = "Beziehung";
+$a->strings["Miscellaneous"] = "Verschiedenes";
+$a->strings["Your Gender:"] = "Dein Geschlecht:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Beziehungsstatus:";
+$a->strings["Sexual Preference:"] = "Sexuelle Vorlieben:";
+$a->strings["Example: fishing photography software"] = "Beispiel: Fischen Fotografie Software";
+$a->strings["Profile Name:"] = "Profilname:";
+$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Dies ist Dein <strong>öffentliches</strong> Profil.<br />Es <strong>könnte</strong> für jeden Nutzer des Internets sichtbar sein.";
+$a->strings["Your Full Name:"] = "Dein kompletter Name:";
+$a->strings["Title/Description:"] = "Titel/Beschreibung:";
+$a->strings["Street Address:"] = "Adresse:";
+$a->strings["Locality/City:"] = "Wohnort:";
+$a->strings["Region/State:"] = "Region/Bundesstaat:";
+$a->strings["Postal/Zip Code:"] = "Postleitzahl:";
+$a->strings["Country:"] = "Land:";
+$a->strings["Age: "] = "Alter: ";
+$a->strings["Who: (if applicable)"] = "Wer: (falls anwendbar)";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Beispiele: cathy123, Cathy Williams, cathy@example.com";
+$a->strings["Since [date]:"] = "Seit [Datum]:";
+$a->strings["Tell us about yourself..."] = "Erzähle uns ein bisschen von Dir …";
+$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) Adresse";
+$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "Die XMPP Adresse wird an deine Kontakte verteilt werden, so dass sie auch über XMPP mit dir in Kontakt treten können.";
+$a->strings["Homepage URL:"] = "Adresse der Homepage:";
+$a->strings["Hometown:"] = "Heimatort:";
+$a->strings["Political Views:"] = "Politische Ansichten:";
+$a->strings["Religious Views:"] = "Religiöse Ansichten:";
+$a->strings["Public Keywords:"] = "Öffentliche Schlüsselwörter:";
+$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Wird verwendet, um potentielle Kontakte zu finden, kann von Kontakten eingesehen werden)";
+$a->strings["Private Keywords:"] = "Private Schlüsselwörter:";
+$a->strings["(Used for searching profiles, never shown to others)"] = "(Wird für die Suche nach Profilen verwendet und niemals veröffentlicht)";
+$a->strings["Likes:"] = "Likes:";
+$a->strings["Dislikes:"] = "Dislikes:";
+$a->strings["Musical interests"] = "Musikalische Interessen";
+$a->strings["Books, literature"] = "Bücher, Literatur";
+$a->strings["Television"] = "Fernsehen";
+$a->strings["Film/dance/culture/entertainment"] = "Filme/Tänze/Kultur/Unterhaltung";
+$a->strings["Hobbies/Interests"] = "Hobbies/Interessen";
+$a->strings["Love/romance"] = "Liebe/Romantik";
+$a->strings["Work/employment"] = "Arbeit/Anstellung";
+$a->strings["School/education"] = "Schule/Ausbildung";
+$a->strings["Contact information and Social Networks"] = "Kontaktinformationen und Soziale Netzwerke";
+$a->strings["Profile Image"] = "Profilbild";
+$a->strings["visible to everybody"] = "sichtbar für jeden";
+$a->strings["Edit/Manage Profiles"] = "Bearbeite/Verwalte Profile";
+$a->strings["Change profile photo"] = "Profilbild ändern";
+$a->strings["Create New Profile"] = "Neues Profil anlegen";
+$a->strings["Registration successful. Please check your email for further instructions."] = "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an Dich gesendet.";
+$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."] = "Versenden der E-Mail fehlgeschlagen. Hier sind Deine Account Details:\n\nLogin: %s\nPasswort: %s\n\nDu kannst das Passwort nach dem Anmelden ändern.";
+$a->strings["Registration successful."] = "Registrierung erfolgreich.";
+$a->strings["Your registration can not be processed."] = "Deine Registrierung konnte nicht verarbeitet werden.";
+$a->strings["Your registration is pending approval by the site owner."] = "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden.";
+$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Du kannst dieses Formular auch (optional) mit Deiner OpenID ausfüllen, indem Du Deine OpenID angibst und 'Registrieren' klickst.";
+$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Wenn Du nicht mit OpenID vertraut bist, lass dieses Feld bitte leer und fülle die restlichen Felder aus.";
+$a->strings["Your OpenID (optional): "] = "Deine OpenID (optional): ";
+$a->strings["Include your profile in member directory?"] = "Soll Dein Profil im Nutzerverzeichnis angezeigt werden?";
+$a->strings["Note for the admin"] = "Hinweis für den Admin";
+$a->strings["Leave a message for the admin, why you want to join this node"] = "Hinterlasse eine Nachricht an den Admin, warum du einen Account auf dieser Instanz haben möchtest.";
+$a->strings["Membership on this site is by invitation only."] = "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich.";
+$a->strings["Your invitation code: "] = "Dein Ein­la­dungs­code";
+$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Dein vollständiger Name (z.B. Hans Mustermann, echt oder echt erscheinend):";
+$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Deine E-Mail Adresse (Informationen zur Registrierung werden an diese Adresse gesendet, darum muss sie existieren.)";
+$a->strings["New Password:"] = "Neues Passwort:";
+$a->strings["Leave empty for an auto generated password."] = "Leer lassen um das Passwort automatisch zu generieren.";
+$a->strings["Confirm:"] = "Bestätigen:";
+$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>'."] = "Wähle einen Spitznamen für Dein Profil. Dieser muss mit einem Buchstaben beginnen. Die Adresse Deines Profils auf dieser Seite wird '<strong>spitzname@%s</strong>' sein.";
+$a->strings["Choose a nickname: "] = "Spitznamen wählen: ";
+$a->strings["Register"] = "Registrieren";
+$a->strings["Import your profile to this friendica instance"] = "Importiere Dein Profil auf diese Friendica Instanz";
+$a->strings["User deleted their account"] = "Gelöschter Nutzeraccount";
+$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "Ein Nutzer deiner Friendica Instanz hat seinen Account gelöscht. Bitte stelle sicher, dass deren Daten aus deinen Backups entfernt werden.";
+$a->strings["The user id is %d"] = "Die ID des Users lautet %d";
+$a->strings["Remove My Account"] = "Konto löschen";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Dein Konto wird endgültig gelöscht. Es gibt keine Möglichkeit, es wiederherzustellen.";
+$a->strings["Please enter your password for verification:"] = "Bitte gib Dein Passwort zur Verifikation ein:";
 $a->strings["Display"] = "Anzeige";
 $a->strings["Social Networks"] = "Soziale Netzwerke";
 $a->strings["Delegations"] = "Delegationen";
@@ -1712,6 +1712,71 @@ $a->strings["Change the behaviour of this account for special situations"] = "Ve
 $a->strings["Relocate"] = "Umziehen";
 $a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Wenn Du Dein Profil von einem anderen Server umgezogen hast und einige Deiner Kontakte Deine Beiträge nicht erhalten, verwende diesen Button.";
 $a->strings["Resend relocate message to contacts"] = "Umzugsbenachrichtigung erneut an Kontakte senden";
+$a->strings["default"] = "Standard";
+$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"] = "Variationen";
+$a->strings["Repeat the image"] = "Bild wiederholen";
+$a->strings["Will repeat your image to fill the background."] = "Wiederholt das Bild um den Hintergrund auszufüllen.";
+$a->strings["Stretch"] = "Strecken";
+$a->strings["Will stretch to width/height of the image."] = "Streckt Breite/Höhe des Bildes.";
+$a->strings["Resize fill and-clip"] = "Größe anpassen - Ausfüllen und abschneiden";
+$a->strings["Resize to fill and retain aspect ratio."] = "Größe anpassen: Ausfüllen und Seitenverhältnis beibehalten";
+$a->strings["Resize best fit"] = "Größe anpassen - Optimale Größe";
+$a->strings["Resize to best fit and retain aspect ratio."] = "Größe anpassen - Optimale Größe und Seitenverhältnisse beibehalten";
+$a->strings["Default"] = "Standard";
+$a->strings["Note"] = "Hinweis";
+$a->strings["Check image permissions if all users are allowed to visit the image"] = "Überprüfe, dass alle Benutzer die Berechtigung haben dieses Bild anzusehen";
+$a->strings["Select scheme"] = "Schema auswählen";
+$a->strings["Navigation bar background color"] = "Hintergrundfarbe der Navigationsleiste";
+$a->strings["Navigation bar icon color "] = "Icon Farbe in der Navigationsleiste";
+$a->strings["Link color"] = "Linkfarbe";
+$a->strings["Set the background color"] = "Hintergrundfarbe festlegen";
+$a->strings["Content background opacity"] = "Opazität des Hintergrunds von Beiträgen";
+$a->strings["Set the background image"] = "Hintergrundbild festlegen";
+$a->strings["Login page background image"] = "Hintergrundbild der Login-Seite";
+$a->strings["Login page background color"] = "Hintergrundfarbe der Login-Seite";
+$a->strings["Leave background image and color empty for theme defaults"] = "Wenn die Theme Vorgaben verwendet werden sollen, lass bitte die Felder für die Hintergrundfarbe und das Hintergrundbild leer.";
+$a->strings["Guest"] = "Gast";
+$a->strings["Visitor"] = "Besucher";
+$a->strings["Logout"] = "Abmelden";
+$a->strings["End this session"] = "Diese Sitzung beenden";
+$a->strings["Your posts and conversations"] = "Deine Beiträge und Unterhaltungen";
+$a->strings["Your profile page"] = "Deine Profilseite";
+$a->strings["Your photos"] = "Deine Fotos";
+$a->strings["Videos"] = "Videos";
+$a->strings["Your videos"] = "Deine Videos";
+$a->strings["Your events"] = "Deine Ereignisse";
+$a->strings["Conversations from your friends"] = "Unterhaltungen Deiner Kontakte";
+$a->strings["Events and Calendar"] = "Ereignisse und Kalender";
+$a->strings["Private mail"] = "Private E-Mail";
+$a->strings["Account settings"] = "Kontoeinstellungen";
+$a->strings["Manage/edit friends and contacts"] = " Kontakte verwalten/editieren";
+$a->strings["Alignment"] = "Ausrichtung";
+$a->strings["Left"] = "Links";
+$a->strings["Center"] = "Mitte";
+$a->strings["Color scheme"] = "Farbschema";
+$a->strings["Posts font size"] = "Schriftgröße in Beiträgen";
+$a->strings["Textareas font size"] = "Schriftgröße in Eingabefeldern";
+$a->strings["Comma separated list of helper forums"] = "Komma-Separierte Liste der Helfer-Foren";
+$a->strings["don't show"] = "nicht zeigen";
+$a->strings["show"] = "zeigen";
+$a->strings["Set style"] = "Stil auswählen";
+$a->strings["Community Pages"] = "Foren";
+$a->strings["Community Profiles"] = "Community-Profile";
+$a->strings["Help or @NewHere ?"] = "Hilfe oder @NewHere";
+$a->strings["Connect Services"] = "Verbinde Dienste";
+$a->strings["Find Friends"] = "Kontakte finden";
+$a->strings["Last users"] = "Letzte Nutzer";
+$a->strings["Local Directory"] = "Lokales Verzeichnis";
+$a->strings["Similar Interests"] = "Ähnliche Interessen";
+$a->strings["Invite Friends"] = "Freunde einladen";
+$a->strings["External link to forum"] = "Externer Link zum Forum";
+$a->strings["Quick Start"] = "Schnell-Start";
 $a->strings["Error decoding account file"] = "Fehler beim Verarbeiten der Account Datei";
 $a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Fehler! Keine Versionsdaten in der Datei! Ist das wirklich eine Friendica Account Datei?";
 $a->strings["User '%s' already exists on this server!"] = "Nutzer '%s' existiert bereits auf diesem Server!";
@@ -1722,6 +1787,13 @@ $a->strings["%d contact not imported"] = [
        1 => "%d Kontakte nicht importiert",
 ];
 $a->strings["Done. You can now login with your username and password"] = "Erledigt. Du kannst Dich jetzt mit Deinem Nutzernamen und Passwort anmelden";
+$a->strings["Post to Email"] = "An E-Mail senden";
+$a->strings["Hide your profile details from unknown viewers?"] = "Profil-Details vor unbekannten Betrachtern verbergen?";
+$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Konnektoren sind nicht verfügbar, da \"%s\" aktiv ist.";
+$a->strings["Visible to everybody"] = "Für jeden sichtbar";
+$a->strings["Close"] = "Schließen";
+$a->strings["Enter new password: "] = "Neues Passwort eingeben:";
+$a->strings["Password can't be empty"] = "Das Passwort kann nicht leer sein";
 $a->strings["System"] = "System";
 $a->strings["Home"] = "Pinnwand";
 $a->strings["Introductions"] = "Kontaktanfragen";
@@ -1736,13 +1808,6 @@ $a->strings["%s is now friends with %s"] = "%s ist jetzt mit %s befreundet";
 $a->strings["Friend Suggestion"] = "Kontaktvorschlag";
 $a->strings["Friend/Connect Request"] = "Kontakt-/Freundschaftsanfrage";
 $a->strings["New Follower"] = "Neuer Bewunderer";
-$a->strings["Post to Email"] = "An E-Mail senden";
-$a->strings["Hide your profile details from unknown viewers?"] = "Profil-Details vor unbekannten Betrachtern verbergen?";
-$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Konnektoren sind nicht verfügbar, da \"%s\" aktiv ist.";
-$a->strings["Visible to everybody"] = "Für jeden sichtbar";
-$a->strings["show"] = "zeigen";
-$a->strings["don't show"] = "nicht zeigen";
-$a->strings["Close"] = "Schließen";
 $a->strings["Birthday:"] = "Geburtstag:";
 $a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD oder MM-DD";
 $a->strings["never"] = "nie";
@@ -1766,17 +1831,8 @@ $a->strings["$1 wrote:"] = "$1 hat geschrieben:";
 $a->strings["Encrypted content"] = "Verschlüsselter Inhalt";
 $a->strings["Invalid source protocol"] = "Ungültiges Quell-Protokoll";
 $a->strings["Invalid link protocol"] = "Ungültiges Link-Protokoll";
-$a->strings["External link to forum"] = "Externer Link zum Forum";
 $a->strings["Nothing new here"] = "Keine Neuigkeiten";
 $a->strings["Clear notifications"] = "Bereinige Benachrichtigungen";
-$a->strings["Logout"] = "Abmelden";
-$a->strings["End this session"] = "Diese Sitzung beenden";
-$a->strings["Your posts and conversations"] = "Deine Beiträge und Unterhaltungen";
-$a->strings["Your profile page"] = "Deine Profilseite";
-$a->strings["Your photos"] = "Deine Fotos";
-$a->strings["Videos"] = "Videos";
-$a->strings["Your videos"] = "Deine Videos";
-$a->strings["Your events"] = "Deine Ereignisse";
 $a->strings["Personal notes"] = "Persönliche Notizen";
 $a->strings["Your personal notes"] = "Deine persönlichen Notizen";
 $a->strings["Sign in"] = "Anmelden";
@@ -1788,33 +1844,23 @@ $a->strings["Addon applications, utilities, games"] = "Addon Anwendungen, Dienst
 $a->strings["Search site content"] = "Inhalt der Seite durchsuchen";
 $a->strings["Community"] = "Gemeinschaft";
 $a->strings["Conversations on this and other servers"] = "Unterhaltungen auf diesem und anderer Server";
-$a->strings["Events and Calendar"] = "Ereignisse und Kalender";
 $a->strings["Directory"] = "Verzeichnis";
 $a->strings["People directory"] = "Nutzerverzeichnis";
 $a->strings["Information about this friendica instance"] = "Informationen zu dieser Friendica Instanz";
-$a->strings["Conversations from your friends"] = "Unterhaltungen Deiner Kontakte";
 $a->strings["Network Reset"] = "Netzwerk zurücksetzen";
 $a->strings["Load Network page with no filters"] = "Netzwerk-Seite ohne Filter laden";
 $a->strings["Friend Requests"] = "Kontaktanfragen";
 $a->strings["See all notifications"] = "Alle Benachrichtigungen anzeigen";
 $a->strings["Mark all system notifications seen"] = "Markiere alle Systembenachrichtigungen als gelesen";
-$a->strings["Private mail"] = "Private E-Mail";
 $a->strings["Inbox"] = "Eingang";
 $a->strings["Outbox"] = "Ausgang";
 $a->strings["Manage"] = "Verwalten";
 $a->strings["Manage other pages"] = "Andere Seiten verwalten";
-$a->strings["Account settings"] = "Kontoeinstellungen";
 $a->strings["Profiles"] = "Profile";
 $a->strings["Manage/Edit Profiles"] = "Profile Verwalten/Editieren";
-$a->strings["Manage/edit friends and contacts"] = " Kontakte verwalten/editieren";
 $a->strings["Site setup and configuration"] = "Einstellungen der Seite und Konfiguration";
 $a->strings["Navigation"] = "Navigation";
 $a->strings["Site map"] = "Sitemap";
-$a->strings["Embedding disabled"] = "Einbettungen deaktiviert";
-$a->strings["Embedded content"] = "Eingebetteter Inhalt";
-$a->strings["Export"] = "Exportieren";
-$a->strings["Export calendar as ical"] = "Kalender als ical exportieren";
-$a->strings["Export calendar as csv"] = "Kalender als csv exportieren";
 $a->strings["General Features"] = "Allgemeine Features";
 $a->strings["Multiple Profiles"] = "Mehrere Profile";
 $a->strings["Ability to create multiple profiles"] = "Möglichkeit mehrere Profile zu erstellen";
@@ -1867,6 +1913,11 @@ $a->strings["Tag Cloud"] = "Schlagwort Wolke";
 $a->strings["Provide a personal tag cloud on your profile page"] = "Wortwolke aus den von dir verwendeten Schlagwörtern im Profil anzeigen.";
 $a->strings["Display Membership Date"] = "Mitgliedschaftsdatum anzeigen";
 $a->strings["Display membership date in profile"] = "Soll das Datum der Registrierung deines Accounts im Profil angezeigt werden.";
+$a->strings["Embedding disabled"] = "Einbettungen deaktiviert";
+$a->strings["Embedded content"] = "Eingebetteter Inhalt";
+$a->strings["Export"] = "Exportieren";
+$a->strings["Export calendar as ical"] = "Kalender als ical exportieren";
+$a->strings["Export calendar as csv"] = "Kalender als csv exportieren";
 $a->strings["Add New Contact"] = "Neuen Kontakt hinzufügen";
 $a->strings["Enter address or web location"] = "Adresse oder Web-Link eingeben";
 $a->strings["Example: bob@example.com, http://example.com/barbara"] = "Beispiel: bob@example.com, http://example.com/barbara";
@@ -1877,9 +1928,7 @@ $a->strings["%d invitation available"] = [
 $a->strings["Find People"] = "Leute finden";
 $a->strings["Enter name or interest"] = "Name oder Interessen eingeben";
 $a->strings["Examples: Robert Morgenstein, Fishing"] = "Beispiel: Robert Morgenstein, Angeln";
-$a->strings["Similar Interests"] = "Ähnliche Interessen";
 $a->strings["Random Profile"] = "Zufälliges Profil";
-$a->strings["Invite Friends"] = "Freunde einladen";
 $a->strings["View Global Directory"] = "Globales Verzeichnis betrachten";
 $a->strings["Networks"] = "Netzwerke";
 $a->strings["All Networks"] = "Alle Netzwerke";
@@ -1974,46 +2023,9 @@ $a->strings["Errors encountered performing database changes: "] = "Fehler beim 
 $a->strings[": Database update"] = ": Datenbank Update";
 $a->strings["%s: updating %s table."] = "%s: aktualisiere Tabelle %s";
 $a->strings["[no subject]"] = "[kein Betreff]";
-$a->strings["Requested account is not available."] = "Das angefragte Profil ist nicht vorhanden.";
-$a->strings["Edit profile"] = "Profil bearbeiten";
-$a->strings["Atom feed"] = "Atom-Feed";
-$a->strings["Manage/edit profiles"] = "Profile verwalten/editieren";
-$a->strings["g A l F d"] = "l, d. F G \\U\\h\\r";
-$a->strings["F d"] = "d. F";
-$a->strings["[today]"] = "[heute]";
-$a->strings["Birthday Reminders"] = "Geburtstagserinnerungen";
-$a->strings["Birthdays this week:"] = "Geburtstage diese Woche:";
-$a->strings["[No description]"] = "[keine Beschreibung]";
-$a->strings["Event Reminders"] = "Veranstaltungserinnerungen";
-$a->strings["Events this week:"] = "Veranstaltungen diese Woche";
-$a->strings["Member since:"] = "Mitglied seit:";
-$a->strings["j F, Y"] = "j F, Y";
-$a->strings["j F"] = "j F";
-$a->strings["Age:"] = "Alter:";
-$a->strings["for %1\$d %2\$s"] = "für %1\$d %2\$s";
-$a->strings["Religion:"] = "Religion:";
-$a->strings["Hobbies/Interests:"] = "Hobbies/Interessen:";
-$a->strings["Contact information and Social Networks:"] = "Kontaktinformationen und Soziale Netzwerke:";
-$a->strings["Musical interests:"] = "Musikalische Interessen:";
-$a->strings["Books, literature:"] = "Literatur/Bücher:";
-$a->strings["Television:"] = "Fernsehen:";
-$a->strings["Film/dance/culture/entertainment:"] = "Filme/Tänze/Kultur/Unterhaltung:";
-$a->strings["Love/Romance:"] = "Liebesleben:";
-$a->strings["Work/employment:"] = "Arbeit/Beschäftigung:";
-$a->strings["School/education:"] = "Schule/Ausbildung:";
-$a->strings["Forums:"] = "Foren:";
-$a->strings["Only You Can See This"] = "Nur Du kannst das sehen";
 $a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s nimmt an %2\$ss %3\$s teil.";
 $a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s nimmt nicht an %2\$ss %3\$s teil.";
 $a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s nimmt eventuell an %2\$ss %3\$s teil.";
-$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."] = "Eine gelöschte Gruppe mit diesem Namen wurde wiederbelebt. Bestehende Berechtigungseinstellungen <strong>könnten</strong> auf diese Gruppe oder zukünftige Mitglieder angewandt werden. Falls Du dies nicht möchtest, erstelle bitte eine andere Gruppe mit einem anderen Namen.";
-$a->strings["Default privacy group for new contacts"] = "Voreingestellte Gruppe für neue Kontakte";
-$a->strings["Everybody"] = "Alle Kontakte";
-$a->strings["edit"] = "bearbeiten";
-$a->strings["Edit group"] = "Gruppe bearbeiten";
-$a->strings["Contacts not in any group"] = "Kontakte in keiner Gruppe";
-$a->strings["Create a new group"] = "Neue Gruppe erstellen";
-$a->strings["Edit groups"] = "Gruppen bearbeiten";
 $a->strings["Drop Contact"] = "Kontakt löschen";
 $a->strings["Organisation"] = "Organisation";
 $a->strings["News"] = "Nachrichten";
@@ -2046,6 +2058,43 @@ $a->strings["D g:i A"] = "D H:i";
 $a->strings["g:i A"] = "H:i";
 $a->strings["Show map"] = "Karte anzeigen";
 $a->strings["Hide map"] = "Karte verbergen";
+$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."] = "Eine gelöschte Gruppe mit diesem Namen wurde wiederbelebt. Bestehende Berechtigungseinstellungen <strong>könnten</strong> auf diese Gruppe oder zukünftige Mitglieder angewandt werden. Falls Du dies nicht möchtest, erstelle bitte eine andere Gruppe mit einem anderen Namen.";
+$a->strings["Default privacy group for new contacts"] = "Voreingestellte Gruppe für neue Kontakte";
+$a->strings["Everybody"] = "Alle Kontakte";
+$a->strings["edit"] = "bearbeiten";
+$a->strings["Edit group"] = "Gruppe bearbeiten";
+$a->strings["Contacts not in any group"] = "Kontakte in keiner Gruppe";
+$a->strings["Create a new group"] = "Neue Gruppe erstellen";
+$a->strings["Edit groups"] = "Gruppen bearbeiten";
+$a->strings["Requested account is not available."] = "Das angefragte Profil ist nicht vorhanden.";
+$a->strings["Edit profile"] = "Profil bearbeiten";
+$a->strings["Atom feed"] = "Atom-Feed";
+$a->strings["Manage/edit profiles"] = "Profile verwalten/editieren";
+$a->strings["g A l F d"] = "l, d. F G \\U\\h\\r";
+$a->strings["F d"] = "d. F";
+$a->strings["[today]"] = "[heute]";
+$a->strings["Birthday Reminders"] = "Geburtstagserinnerungen";
+$a->strings["Birthdays this week:"] = "Geburtstage diese Woche:";
+$a->strings["[No description]"] = "[keine Beschreibung]";
+$a->strings["Event Reminders"] = "Veranstaltungserinnerungen";
+$a->strings["Events this week:"] = "Veranstaltungen diese Woche";
+$a->strings["Member since:"] = "Mitglied seit:";
+$a->strings["j F, Y"] = "j F, Y";
+$a->strings["j F"] = "j F";
+$a->strings["Age:"] = "Alter:";
+$a->strings["for %1\$d %2\$s"] = "für %1\$d %2\$s";
+$a->strings["Religion:"] = "Religion:";
+$a->strings["Hobbies/Interests:"] = "Hobbies/Interessen:";
+$a->strings["Contact information and Social Networks:"] = "Kontaktinformationen und Soziale Netzwerke:";
+$a->strings["Musical interests:"] = "Musikalische Interessen:";
+$a->strings["Books, literature:"] = "Literatur/Bücher:";
+$a->strings["Television:"] = "Fernsehen:";
+$a->strings["Film/dance/culture/entertainment:"] = "Filme/Tänze/Kultur/Unterhaltung:";
+$a->strings["Love/Romance:"] = "Liebesleben:";
+$a->strings["Work/employment:"] = "Arbeit/Beschäftigung:";
+$a->strings["School/education:"] = "Schule/Ausbildung:";
+$a->strings["Forums:"] = "Foren:";
+$a->strings["Only You Can See This"] = "Nur Du kannst das sehen";
 $a->strings["Login failed"] = "Anmeldung fehlgeschlagen";
 $a->strings["Not enough information to authenticate"] = "Nicht genügend Informationen für die Authentifizierung";
 $a->strings["An invitation is required."] = "Du benötigst eine Einladung.";
@@ -2064,7 +2113,6 @@ $a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Dein Spitzname
 $a->strings["Nickname is already registered. Please choose another."] = "Dieser Spitzname ist bereits vergeben. Bitte wähle einen anderen.";
 $a->strings["SERIOUS ERROR: Generation of security keys failed."] = "FATALER FEHLER: Sicherheitsschlüssel konnten nicht erzeugt werden.";
 $a->strings["An error occurred during registration. Please try again."] = "Während der Anmeldung ist ein Fehler aufgetreten. Bitte versuche es noch einmal.";
-$a->strings["default"] = "Standard";
 $a->strings["An error occurred creating your default profile. Please try again."] = "Bei der Erstellung des Standardprofils ist ein Fehler aufgetreten. Bitte versuche es noch einmal.";
 $a->strings["An error occurred creating your self contact. Please try again."] = "Bei der Erstellung deines self Kontakts ist ein Fehler aufgetreten. Bitte versuche es erneut.";
 $a->strings["An error occurred creating your default contact group. Please try again."] = "Bei der Erstellung deiner Standardgruppe für Kontakte ist ein Fehler aufgetreten. Bitte versuche es erneut.";
@@ -2080,6 +2128,20 @@ $a->strings["%s\\'s birthday"] = "%ss Geburtstag";
 $a->strings["Sharing notification from Diaspora network"] = "Freigabe-Benachrichtigung von Diaspora";
 $a->strings["Attachments:"] = "Anhänge:";
 $a->strings["(no subject)"] = "(kein Betreff)";
+$a->strings["Create a New Account"] = "Neues Konto erstellen";
+$a->strings["Password: "] = "Passwort: ";
+$a->strings["Remember me"] = "Anmeldedaten merken";
+$a->strings["Or login using OpenID: "] = "Oder melde Dich mit Deiner OpenID an: ";
+$a->strings["Forgot your password?"] = "Passwort vergessen?";
+$a->strings["Website Terms of Service"] = "Website Nutzungsbedingungen";
+$a->strings["terms of service"] = "Nutzungsbedingungen";
+$a->strings["Website Privacy Policy"] = "Website Datenschutzerklärung";
+$a->strings["privacy policy"] = "Datenschutzerklärung";
+$a->strings["Logged out."] = "Abgemeldet.";
+$a->strings["Privacy Statement"] = "Datenschutzerklärung";
+$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."] = "Zum Zwecke der Registrierung und um die Kommunikation zwischen dem Nutzer und seinen Kontakten zu gewährleisten, muß der Nutzer einen Namen (auch Pseudonym) und einen Nutzernamen (Spitzname) sowie eine funktionierende E-Mail-Adresse angeben. Der Name ist auf der Profilseite für alle Nutzer sichtbar, auch wenn die Profildetails nicht angezeigt werden.\nDie E-Mail-Adresse wird nur zur Benachrichtigung des Nutzers verwendet, sie wird nirgends angezeigt. Die Anzeige des Nutzerkontos im Server-Verzeichnis bzw. dem weltweiten Verzeichnis erfolgt gemäß den Einstellungen des Nutzers, sie ist zur Kommunikation nicht zwingend notwendig.";
+$a->strings["This data is required for communication and is passed on to the nodes of the communication partners. Users can enter additional private data that may be transmitted to the communication partners accounts."] = "Diese Daten sind für die Kommunikation notwendig und werden an die Knoten der Kommunikationspartner übermittelt. Nutzer können weitere private Angaben machen, die ebenfalls an die verwendeten Server der Kommunikationspartner übermittelt werden können.";
+$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."] = "Angemeldete Nutzer können ihre Nutzerdaten jederzeit von den <a href=\"%1\$s/settings/uexport\">Kontoeinstellungen</a> aus exportieren. Wenn ein Nutzer wünscht das Nutzerkonto zu löschen, so ist dies jederzeit unter <a href=\"%1\$s/removeme\">%1\$s/removeme</a> möglich. Die Löschung des Nutzerkontos ist permanent.";
 $a->strings["This entry was edited"] = "Dieser Beitrag wurde bearbeitet.";
 $a->strings["save to folder"] = "In Ordner speichern";
 $a->strings["I will attend"] = "Ich werde teilnehmen";
@@ -2113,63 +2175,7 @@ $a->strings["Code"] = "Code";
 $a->strings["Image"] = "Bild";
 $a->strings["Link"] = "Link";
 $a->strings["Video"] = "Video";
-$a->strings["Create a New Account"] = "Neues Konto erstellen";
-$a->strings["Password: "] = "Passwort: ";
-$a->strings["Remember me"] = "Anmeldedaten merken";
-$a->strings["Or login using OpenID: "] = "Oder melde Dich mit Deiner OpenID an: ";
-$a->strings["Forgot your password?"] = "Passwort vergessen?";
-$a->strings["Website Terms of Service"] = "Website Nutzungsbedingungen";
-$a->strings["terms of service"] = "Nutzungsbedingungen";
-$a->strings["Website Privacy Policy"] = "Website Datenschutzerklärung";
-$a->strings["privacy policy"] = "Datenschutzerklärung";
-$a->strings["Logged out."] = "Abgemeldet.";
 $a->strings["Delete this item?"] = "Diesen Beitrag löschen?";
 $a->strings["show fewer"] = "weniger anzeigen";
-$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"] = "Variationen";
-$a->strings["Repeat the image"] = "Bild wiederholen";
-$a->strings["Will repeat your image to fill the background."] = "Wiederholt das Bild um den Hintergrund auszufüllen.";
-$a->strings["Stretch"] = "Strecken";
-$a->strings["Will stretch to width/height of the image."] = "Streckt Breite/Höhe des Bildes.";
-$a->strings["Resize fill and-clip"] = "Größe anpassen - Ausfüllen und abschneiden";
-$a->strings["Resize to fill and retain aspect ratio."] = "Größe anpassen: Ausfüllen und Seitenverhältnis beibehalten";
-$a->strings["Resize best fit"] = "Größe anpassen - Optimale Größe";
-$a->strings["Resize to best fit and retain aspect ratio."] = "Größe anpassen - Optimale Größe und Seitenverhältnisse beibehalten";
-$a->strings["Default"] = "Standard";
-$a->strings["Note"] = "Hinweis";
-$a->strings["Check image permissions if all users are allowed to visit the image"] = "Überprüfe, dass alle Benutzer die Berechtigung haben dieses Bild anzusehen";
-$a->strings["Select scheme"] = "Schema auswählen";
-$a->strings["Navigation bar background color"] = "Hintergrundfarbe der Navigationsleiste";
-$a->strings["Navigation bar icon color "] = "Icon Farbe in der Navigationsleiste";
-$a->strings["Link color"] = "Linkfarbe";
-$a->strings["Set the background color"] = "Hintergrundfarbe festlegen";
-$a->strings["Content background opacity"] = "Opazität des Hintergrunds von Beiträgen";
-$a->strings["Set the background image"] = "Hintergrundbild festlegen";
-$a->strings["Login page background image"] = "Hintergrundbild der Login-Seite";
-$a->strings["Login page background color"] = "Hintergrundfarbe der Login-Seite";
-$a->strings["Leave background image and color empty for theme defaults"] = "Wenn die Theme Vorgaben verwendet werden sollen, lass bitte die Felder für die Hintergrundfarbe und das Hintergrundbild leer.";
-$a->strings["Guest"] = "Gast";
-$a->strings["Visitor"] = "Besucher";
-$a->strings["Alignment"] = "Ausrichtung";
-$a->strings["Left"] = "Links";
-$a->strings["Center"] = "Mitte";
-$a->strings["Color scheme"] = "Farbschema";
-$a->strings["Posts font size"] = "Schriftgröße in Beiträgen";
-$a->strings["Textareas font size"] = "Schriftgröße in Eingabefeldern";
-$a->strings["Comma separated list of helper forums"] = "Komma-Separierte Liste der Helfer-Foren";
-$a->strings["Set style"] = "Stil auswählen";
-$a->strings["Community Pages"] = "Foren";
-$a->strings["Community Profiles"] = "Community-Profile";
-$a->strings["Help or @NewHere ?"] = "Hilfe oder @NewHere";
-$a->strings["Connect Services"] = "Verbinde Dienste";
-$a->strings["Find Friends"] = "Kontakte finden";
-$a->strings["Last users"] = "Letzte Nutzer";
-$a->strings["Local Directory"] = "Lokales Verzeichnis";
-$a->strings["Quick Start"] = "Schnell-Start";
-$a->strings["toggle mobile"] = "auf/von Mobile Ansicht wechseln";
 $a->strings["Update %s failed. See error logs."] = "Update %s fehlgeschlagen. Bitte Fehlerprotokoll überprüfen.";
+$a->strings["toggle mobile"] = "auf/von Mobile Ansicht wechseln";
index 4b3b95b80d7a4bc5f4f09dbd67c18c6f601f6cf5..29f95aba8d91161fec48d6647e3cf2f27fd00d71 100644 (file)
@@ -14,8 +14,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-04-06 16:58+0200\n"
-"PO-Revision-Date: 2018-04-18 01:42+0000\n"
+"POT-Creation-Date: 2018-04-20 09:30+0200\n"
+"PO-Revision-Date: 2018-04-21 15:04+0000\n"
 "Last-Translator: Kris\n"
 "Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n"
 "MIME-Version: 1.0\n"
@@ -24,37 +24,76 @@ msgstr ""
 "Language: fi_FI\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: include/security.php:81
-msgid "Welcome "
-msgstr "Tervetuloa"
+#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21
+#: mod/display.php:72 mod/display.php:252 mod/display.php:354
+#: mod/admin.php:276 mod/admin.php:1854 mod/admin.php:2102
+msgid "Item not found."
+msgstr "Kohdetta ei löytynyt."
 
-#: include/security.php:82
-msgid "Please upload a profile photo."
-msgstr "Lataa profiilikuva."
+#: include/items.php:382
+msgid "Do you really want to delete this item?"
+msgstr "Haluatko varmasti poistaa tämän kohteen?"
 
-#: include/security.php:84
-msgid "Welcome back "
-msgstr "Tervetuloa takaisin"
+#: include/items.php:384 mod/api.php:110 mod/suggest.php:38
+#: mod/dfrn_request.php:653 mod/message.php:138 mod/contacts.php:472
+#: mod/follow.php:150 mod/profiles.php:636 mod/profiles.php:639
+#: mod/profiles.php:661 mod/register.php:237 mod/settings.php:1105
+#: mod/settings.php:1111 mod/settings.php:1118 mod/settings.php:1122
+#: mod/settings.php:1126 mod/settings.php:1130 mod/settings.php:1134
+#: mod/settings.php:1138 mod/settings.php:1158 mod/settings.php:1159
+#: mod/settings.php:1160 mod/settings.php:1161 mod/settings.php:1162
+msgid "Yes"
+msgstr "Kyllä"
 
-#: include/security.php:431
-msgid ""
-"The form security token was not correct. This probably happened because the "
-"form has been opened for too long (>3 hours) before submitting it."
-msgstr ""
+#: include/items.php:387 include/conversation.php:1352 mod/fbrowser.php:103
+#: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663
+#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141
+#: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147
+#: mod/contacts.php:475 mod/unfollow.php:117 mod/follow.php:161
+#: mod/settings.php:676 mod/settings.php:702
+msgid "Cancel"
+msgstr "Peru"
 
-#: include/dba.php:57
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr "'%s' tietokantapalvelimen DNS-tieto ei löydy"
+#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40
+#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28
+#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/uimport.php:28
+#: mod/notifications.php:73 mod/dfrn_confirm.php:68 mod/manage.php:131
+#: mod/wall_attach.php:74 mod/wall_attach.php:77 mod/poke.php:150
+#: mod/regmod.php:108 mod/viewcontacts.php:57 mod/wall_upload.php:103
+#: mod/wall_upload.php:106 mod/wallmessage.php:16 mod/wallmessage.php:40
+#: mod/wallmessage.php:79 mod/wallmessage.php:103 mod/editpost.php:18
+#: mod/fsuggest.php:80 mod/group.php:26 mod/message.php:59 mod/message.php:104
+#: mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051 mod/cal.php:304
+#: mod/contacts.php:386 mod/delegate.php:25 mod/delegate.php:43
+#: mod/delegate.php:54 mod/events.php:194 mod/item.php:160
+#: mod/ostatus_subscribe.php:16 mod/profile_photo.php:30
+#: mod/profile_photo.php:176 mod/profile_photo.php:187
+#: mod/profile_photo.php:200 mod/unfollow.php:15 mod/unfollow.php:57
+#: mod/unfollow.php:90 mod/dirfind.php:25 mod/follow.php:17 mod/follow.php:54
+#: mod/follow.php:118 mod/invite.php:20 mod/invite.php:111 mod/network.php:32
+#: mod/profiles.php:182 mod/profiles.php:606 mod/register.php:53
+#: mod/settings.php:42 mod/settings.php:141 mod/settings.php:665 index.php:444
+msgid "Permission denied."
+msgstr "Käyttöoikeus evätty."
+
+#: include/items.php:471
+msgid "Archives"
+msgstr "Arkisto"
+
+#: include/items.php:477 view/theme/vier/theme.php:259
+#: src/Content/ForumManager.php:130 src/Content/Widget.php:312
+#: src/Object/Post.php:430 src/App.php:512
+msgid "show more"
+msgstr "näytä lisää"
 
-#: include/api.php:1199
+#: include/api.php:1202
 #, php-format
 msgid "Daily posting limit of %d post reached. The post was rejected."
 msgid_plural "Daily posting limit of %d posts reached. The post was rejected."
 msgstr[0] "Päivittäinen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty."
 msgstr[1] "Päivittäinen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty."
 
-#: include/api.php:1223
+#: include/api.php:1226
 #, php-format
 msgid "Weekly posting limit of %d post reached. The post was rejected."
 msgid_plural ""
@@ -62,813 +101,774 @@ msgid_plural ""
 msgstr[0] "Viikottainen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty."
 msgstr[1] "Viikottainen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty."
 
-#: include/api.php:1247
+#: include/api.php:1250
 #, php-format
 msgid "Monthly posting limit of %d post reached. The post was rejected."
 msgstr "Kuukausittainen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty."
 
-#: include/api.php:4400 mod/photos.php:88 mod/photos.php:194
+#: include/api.php:4523 mod/photos.php:88 mod/photos.php:194
 #: mod/photos.php:722 mod/photos.php:1149 mod/photos.php:1166
 #: mod/photos.php:1684 mod/profile_photo.php:85 mod/profile_photo.php:93
 #: mod/profile_photo.php:101 mod/profile_photo.php:211
-#: mod/profile_photo.php:302 mod/profile_photo.php:312 src/Model/User.php:539
-#: src/Model/User.php:547 src/Model/User.php:555
+#: mod/profile_photo.php:302 mod/profile_photo.php:312 src/Model/User.php:553
+#: src/Model/User.php:561 src/Model/User.php:569
 msgid "Profile Photos"
 msgstr "Profiilin valokuvat"
 
-#: include/enotify.php:31
-msgid "Friendica Notification"
-msgstr "Friendica-huomautus"
+#: include/conversation.php:144 include/conversation.php:282
+#: include/text.php:1753 src/Model/Item.php:1795
+msgid "event"
+msgstr "tapahtuma"
 
-#: include/enotify.php:34
-msgid "Thank You,"
-msgstr "Kiitos,"
+#: include/conversation.php:147 include/conversation.php:157
+#: include/conversation.php:285 include/conversation.php:294
+#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1793
+#: src/Protocol/Diaspora.php:2039
+msgid "status"
+msgstr "tila"
 
-#: include/enotify.php:37
-#, php-format
-msgid "%s Administrator"
-msgstr "%s Ylläpitäjä"
+#: include/conversation.php:152 include/conversation.php:290
+#: include/text.php:1755 mod/subthread.php:97 mod/tagger.php:72
+#: src/Model/Item.php:1793
+msgid "photo"
+msgstr "kuva"
 
-#: include/enotify.php:39
+#: include/conversation.php:164 src/Model/Item.php:1666
+#: src/Protocol/Diaspora.php:2035
 #, php-format
-msgid "%1$s, %2$s Administrator"
-msgstr "%1$s, %2$s Ylläpitäjä"
-
-#: include/enotify.php:50 src/Worker/Delivery.php:404
-msgid "noreply"
-msgstr "eivast"
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s tykkää käyttäjän %2$s %3$s"
 
-#: include/enotify.php:98
+#: include/conversation.php:167 src/Model/Item.php:1671
 #, php-format
-msgid "[Friendica:Notify] New mail received at %s"
-msgstr "[Friendica:Notify] Uusi viesti, katso %s"
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr ""
 
-#: include/enotify.php:100
+#: include/conversation.php:170
 #, php-format
-msgid "%1$s sent you a new private message at %2$s."
-msgstr "%1$s lähetti sinulle uuden yksityisviestin kohteessa %2$s."
-
-#: include/enotify.php:101
-msgid "a private message"
-msgstr "yksityisviesti"
+msgid "%1$s attends %2$s's %3$s"
+msgstr "%1$s osallistuu tapahtumaan %3$s, jonka järjestää %2$s"
 
-#: include/enotify.php:101
+#: include/conversation.php:173
 #, php-format
-msgid "%1$s sent you %2$s."
-msgstr "%1$s lähetti sinulle %2$s."
+msgid "%1$s doesn't attend %2$s's %3$s"
+msgstr "%1$s ei osallistu tapahtumaan %3$s, jonka järjestää %2$s"
 
-#: include/enotify.php:103
+#: include/conversation.php:176
 #, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
-msgstr "Katso yksityisviestisi kohteessa %s."
+msgid "%1$s attends maybe %2$s's %3$s"
+msgstr "%1$s ehkä osallistuu tapahtumaan %3$s, jonka järjestää %2$s"
 
-#: include/enotify.php:141
+#: include/conversation.php:209 mod/dfrn_confirm.php:431
+#: src/Protocol/Diaspora.php:2510
 #, php-format
-msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
-msgstr ""
+msgid "%1$s is now friends with %2$s"
+msgstr "%1$s ja %2$s ovat kavereita"
 
-#: include/enotify.php:149
+#: include/conversation.php:250
 #, php-format
-msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
-msgstr ""
+msgid "%1$s poked %2$s"
+msgstr "%1$s tökkäsi %2$s"
 
-#: include/enotify.php:159
+#: include/conversation.php:304 mod/tagger.php:110
 #, php-format
-msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
+msgid "%1$s tagged %2$s's %3$s with %4$s"
 msgstr ""
 
-#: include/enotify.php:171
-#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
-msgstr "[Friendica:Notify] %2$s kommentoi keskustelussa #%1$d"
-
-#: include/enotify.php:173
-#, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr "%s kommentoi kohteessa/keskustelussa jota seuraat."
+#: include/conversation.php:331
+msgid "post/item"
+msgstr "julkaisu/kohde"
 
-#: include/enotify.php:176 include/enotify.php:191 include/enotify.php:206
-#: include/enotify.php:221 include/enotify.php:240 include/enotify.php:255
+#: include/conversation.php:332
 #, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
+msgid "%1$s marked %2$s's %3$s as favorite"
 msgstr ""
 
-#: include/enotify.php:183
-#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr "[Friendica:Notify] %s kirjoitti profiiliseinällesi"
+#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:355
+msgid "Likes"
+msgstr "Tykkäyksiä"
 
-#: include/enotify.php:185
-#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr "%1$s kirjoitti seinällesi kohteessa %2$s"
+#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:359
+msgid "Dislikes"
+msgstr "Inhokit"
 
-#: include/enotify.php:186
-#, php-format
-msgid "%1$s posted to [url=%2$s]your wall[/url]"
-msgstr "%1$s kirjoitti [url=%2$s]seinällesi[/url]"
+#: include/conversation.php:606 include/conversation.php:1661
+#: mod/photos.php:1502
+msgid "Attending"
+msgid_plural "Attending"
+msgstr[0] "Osallistuu"
+msgstr[1] "Osallistuu"
 
-#: include/enotify.php:198
-#, php-format
-msgid "[Friendica:Notify] %s tagged you"
-msgstr "[Friendica:Notify] %s merkitsi sinut"
+#: include/conversation.php:606 mod/photos.php:1502
+msgid "Not attending"
+msgstr "Ei osallistu"
 
-#: include/enotify.php:200
-#, php-format
-msgid "%1$s tagged you at %2$s"
-msgstr ""
+#: include/conversation.php:606 mod/photos.php:1502
+msgid "Might attend"
+msgstr "Ehkä"
 
-#: include/enotify.php:201
-#, php-format
-msgid "%1$s [url=%2$s]tagged you[/url]."
-msgstr "%1$s [url=%2$s]merkitsi sinut[/url]."
+#: include/conversation.php:718 mod/photos.php:1569 src/Object/Post.php:178
+msgid "Select"
+msgstr "Valitse"
 
-#: include/enotify.php:213
-#, php-format
-msgid "[Friendica:Notify] %s shared a new post"
-msgstr "[Friendica:Notify] %s jakoi uuden julkaisun"
+#: include/conversation.php:719 mod/photos.php:1570 mod/contacts.php:830
+#: mod/contacts.php:1035 mod/admin.php:1798 mod/settings.php:738
+#: src/Object/Post.php:179
+msgid "Delete"
+msgstr "Poista"
 
-#: include/enotify.php:215
+#: include/conversation.php:757 src/Object/Post.php:363
+#: src/Object/Post.php:364
 #, php-format
-msgid "%1$s shared a new post at %2$s"
-msgstr ""
+msgid "View %s's profile @ %s"
+msgstr "Katso %s-henkilön profiilia @ %s"
 
-#: include/enotify.php:216
-#, php-format
-msgid "%1$s [url=%2$s]shared a post[/url]."
-msgstr ""
+#: include/conversation.php:769 src/Object/Post.php:351
+msgid "Categories:"
+msgstr "Luokat:"
 
-#: include/enotify.php:228
-#, php-format
-msgid "[Friendica:Notify] %1$s poked you"
-msgstr "[Friendica:Notify] %1$s tökkäsi sinua."
+#: include/conversation.php:770 src/Object/Post.php:352
+msgid "Filed under:"
+msgstr "Arkistoitu kansioon:"
 
-#: include/enotify.php:230
+#: include/conversation.php:777 src/Object/Post.php:377
 #, php-format
-msgid "%1$s poked you at %2$s"
-msgstr "%1$s tökkäsi sinua kohteessa %2$s"
+msgid "%s from %s"
+msgstr "%s sovelluksesta %s"
 
-#: include/enotify.php:231
-#, php-format
-msgid "%1$s [url=%2$s]poked you[/url]."
-msgstr "%1$s [url=%2$s]tökkasi sinua[/url]."
+#: include/conversation.php:792
+msgid "View in context"
+msgstr "Näytä kontekstissa"
 
-#: include/enotify.php:247
-#, php-format
-msgid "[Friendica:Notify] %s tagged your post"
-msgstr "[Friendica:Notify] %s merkitsi julkaisusi"
+#: include/conversation.php:794 include/conversation.php:1334
+#: mod/wallmessage.php:145 mod/editpost.php:125 mod/message.php:264
+#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:402
+msgid "Please wait"
+msgstr "Odota"
 
-#: include/enotify.php:249
-#, php-format
-msgid "%1$s tagged your post at %2$s"
-msgstr ""
+#: include/conversation.php:865
+msgid "remove"
+msgstr "poista"
 
-#: include/enotify.php:250
-#, php-format
-msgid "%1$s tagged [url=%2$s]your post[/url]"
-msgstr "%1$s merkitsi [url=%2$s]julkaisusi[/url]"
+#: include/conversation.php:869
+msgid "Delete Selected Items"
+msgstr "Poista valitut kohteet"
 
-#: include/enotify.php:262
-msgid "[Friendica:Notify] Introduction received"
-msgstr "[Friendica:Notify] Esittely vastaanotettu"
+#: include/conversation.php:1039 view/theme/frio/theme.php:352
+msgid "Follow Thread"
+msgstr "Seuraa ketjua"
 
-#: include/enotify.php:264
-#, php-format
-msgid "You've received an introduction from '%1$s' at %2$s"
-msgstr ""
+#: include/conversation.php:1040 src/Model/Contact.php:652
+msgid "View Status"
+msgstr "Näytä tila"
 
-#: include/enotify.php:265
-#, php-format
-msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
-msgstr ""
+#: include/conversation.php:1041 include/conversation.php:1057
+#: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89
+#: mod/directory.php:159 mod/dirfind.php:217 src/Model/Contact.php:592
+#: src/Model/Contact.php:605 src/Model/Contact.php:653
+msgid "View Profile"
+msgstr "Näytä profiilia"
 
-#: include/enotify.php:270 include/enotify.php:316
-#, php-format
-msgid "You may visit their profile at %s"
-msgstr "Voit vierailla hänen profiilissaan kohteessa %s"
+#: include/conversation.php:1042 src/Model/Contact.php:654
+msgid "View Photos"
+msgstr "Näytä kuvia"
 
-#: include/enotify.php:272
-#, php-format
-msgid "Please visit %s to approve or reject the introduction."
-msgstr "Hyväksy tai hylkää esittely %s-sivustossa"
+#: include/conversation.php:1043 src/Model/Contact.php:655
+msgid "Network Posts"
+msgstr "Verkkojulkaisut"
 
-#: include/enotify.php:280
-msgid "[Friendica:Notify] A new person is sharing with you"
-msgstr ""
+#: include/conversation.php:1044 src/Model/Contact.php:656
+msgid "View Contact"
+msgstr "Näytä kontaktia"
 
-#: include/enotify.php:282 include/enotify.php:283
-#, php-format
-msgid "%1$s is sharing with you at %2$s"
-msgstr ""
+#: include/conversation.php:1045 src/Model/Contact.php:658
+msgid "Send PM"
+msgstr "Lähetä yksityisviesti"
 
-#: include/enotify.php:290
-msgid "[Friendica:Notify] You have a new follower"
-msgstr "[Friendica:Notify] Sinulla on uusi seuraaja"
+#: include/conversation.php:1049 src/Model/Contact.php:659
+msgid "Poke"
+msgstr "Tökkää"
 
-#: include/enotify.php:292 include/enotify.php:293
-#, php-format
-msgid "You have a new follower at %2$s : %1$s"
-msgstr "Sinulla on uusi seuraaja sivustolla %2$s : %1$s"
-
-#: include/enotify.php:305
-msgid "[Friendica:Notify] Friend suggestion received"
-msgstr "[Friendica:Notify] Kaveripyyntö vastaanotettu"
+#: include/conversation.php:1054 mod/allfriends.php:74 mod/suggest.php:83
+#: mod/match.php:90 mod/contacts.php:596 mod/dirfind.php:218
+#: mod/follow.php:143 src/Content/Widget.php:61 src/Model/Contact.php:606
+msgid "Connect/Follow"
+msgstr "Yhdistä/Seuraa"
 
-#: include/enotify.php:307
+#: include/conversation.php:1173
 #, php-format
-msgid "You've received a friend suggestion from '%1$s' at %2$s"
-msgstr "Sait kaverikutsun henkilöltä '%1$s' (%2$s)"
+msgid "%s likes this."
+msgstr "%s tykkää tästä."
 
-#: include/enotify.php:308
+#: include/conversation.php:1176
 #, php-format
-msgid ""
-"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
-msgstr ""
+msgid "%s doesn't like this."
+msgstr "%s ei tykkää tästä."
 
-#: include/enotify.php:314
-msgid "Name:"
-msgstr "Nimi:"
+#: include/conversation.php:1179
+#, php-format
+msgid "%s attends."
+msgstr "%s osallistuu."
 
-#: include/enotify.php:315
-msgid "Photo:"
-msgstr "Kuva:"
+#: include/conversation.php:1182
+#, php-format
+msgid "%s doesn't attend."
+msgstr "%s ei osallistu."
 
-#: include/enotify.php:318
+#: include/conversation.php:1185
 #, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr "Hyväksy tai hylkää ehdotus %s-sivustossa"
+msgid "%s attends maybe."
+msgstr "%s ehkä osallistuu."
 
-#: include/enotify.php:326 include/enotify.php:341
-msgid "[Friendica:Notify] Connection accepted"
-msgstr "[Friendica:Notify] Yhteys hyväksytty"
+#: include/conversation.php:1196
+msgid "and"
+msgstr "ja"
 
-#: include/enotify.php:328 include/enotify.php:343
+#: include/conversation.php:1202
 #, php-format
-msgid "'%1$s' has accepted your connection request at %2$s"
-msgstr ""
+msgid "and %d other people"
+msgstr "ja %d muuta ihmistä"
 
-#: include/enotify.php:329 include/enotify.php:344
+#: include/conversation.php:1211
 #, php-format
-msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
-msgstr ""
-
-#: include/enotify.php:334
-msgid ""
-"You are now mutual friends and may exchange status updates, photos, and "
-"email without restriction."
-msgstr "Olette nyt yhteiset ystävät ja voitte lähettää toisillenne tilapäivityksiä, kuvia ja sähköposteja ilman rajoituksia."
+msgid "<span  %1$s>%2$d people</span> like this"
+msgstr "<span  %1$s>%2$d ihmistä</span> tykkää tästä"
 
-#: include/enotify.php:336
+#: include/conversation.php:1212
 #, php-format
-msgid "Please visit %s if you wish to make any changes to this relationship."
-msgstr ""
+msgid "%s like this."
+msgstr "%s tykkää tästä."
 
-#: include/enotify.php:349
+#: include/conversation.php:1215
 #, php-format
-msgid ""
-"'%1$s' has chosen to accept you a fan, which restricts some forms of "
-"communication - such as private messaging and some profile interactions. If "
-"this is a celebrity or community page, these settings were applied "
-"automatically."
-msgstr ""
+msgid "<span  %1$s>%2$d people</span> don't like this"
+msgstr "<span  %1$s>%2$d ihmistä</span> ei tykkää tästä."
 
-#: include/enotify.php:351
+#: include/conversation.php:1216
 #, php-format
-msgid ""
-"'%1$s' may choose to extend this into a two-way or more permissive "
-"relationship in the future."
-msgstr "'%1$s' voi halutessaan laajentaa suhteenne kahdenväliseksi."
+msgid "%s don't like this."
+msgstr "%s ei tykkää tästä."
 
-#: include/enotify.php:353
+#: include/conversation.php:1219
 #, php-format
-msgid "Please visit %s  if you wish to make any changes to this relationship."
-msgstr ""
+msgid "<span  %1$s>%2$d people</span> attend"
+msgstr "<span  %1$s>%2$d ihmistä</span> osallistuu"
 
-#: include/enotify.php:363
-msgid "[Friendica System:Notify] registration request"
-msgstr "[Friendica System:Notify] rekisteröitymispyyntö"
+#: include/conversation.php:1220
+#, php-format
+msgid "%s attend."
+msgstr "%s osallistuu."
 
-#: include/enotify.php:365
+#: include/conversation.php:1223
 #, php-format
-msgid "You've received a registration request from '%1$s' at %2$s"
-msgstr ""
+msgid "<span  %1$s>%2$d people</span> don't attend"
+msgstr "<span  %1$s>%2$d ihmistä</span> ei osallistu"
 
-#: include/enotify.php:366
+#: include/conversation.php:1224
 #, php-format
-msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
-msgstr ""
+msgid "%s don't attend."
+msgstr "%s ei osallistu."
 
-#: include/enotify.php:371
+#: include/conversation.php:1227
 #, php-format
-msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
-msgstr ""
+msgid "<span  %1$s>%2$d people</span> attend maybe"
+msgstr "<span  %1$s>%2$d ihmistä</span> ehkä osallistuu"
 
-#: include/enotify.php:377
+#: include/conversation.php:1228
 #, php-format
-msgid "Please visit %s to approve or reject the request."
-msgstr "Hyväksy tai hylkää pyyntö %s-sivustossa."
+msgid "%s attend maybe."
+msgstr "%s ehkä osallistuu."
 
-#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21
-#: mod/display.php:72 mod/display.php:252 mod/display.php:354
-#: mod/admin.php:276 mod/admin.php:1854 mod/admin.php:2102
-msgid "Item not found."
-msgstr "Kohdetta ei löytynyt."
+#: include/conversation.php:1258 include/conversation.php:1274
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Näkyy <strong>kaikille</strong>"
 
-#: include/items.php:382
-msgid "Do you really want to delete this item?"
-msgstr "Haluatko varmasti poistaa tämän kohteen?"
+#: include/conversation.php:1259 include/conversation.php:1275
+#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200
+#: mod/message.php:207 mod/message.php:343 mod/message.php:350
+msgid "Please enter a link URL:"
+msgstr "Lisää URL-linkki:"
 
-#: include/items.php:384 mod/api.php:110 mod/suggest.php:38
-#: mod/dfrn_request.php:653 mod/message.php:138 mod/follow.php:150
-#: mod/profiles.php:636 mod/profiles.php:639 mod/profiles.php:661
-#: mod/contacts.php:472 mod/register.php:237 mod/settings.php:1105
-#: mod/settings.php:1111 mod/settings.php:1118 mod/settings.php:1122
-#: mod/settings.php:1126 mod/settings.php:1130 mod/settings.php:1134
-#: mod/settings.php:1138 mod/settings.php:1158 mod/settings.php:1159
-#: mod/settings.php:1160 mod/settings.php:1161 mod/settings.php:1162
-msgid "Yes"
-msgstr "Kyllä"
+#: include/conversation.php:1260 include/conversation.php:1276
+msgid "Please enter a video link/URL:"
+msgstr "Lisää video URL-linkki:"
 
-#: include/items.php:387 include/conversation.php:1378 mod/fbrowser.php:103
-#: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663
-#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141
-#: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147
-#: mod/unfollow.php:117 mod/follow.php:161 mod/contacts.php:475
-#: mod/settings.php:676 mod/settings.php:702
-msgid "Cancel"
-msgstr "Peru"
+#: include/conversation.php:1261 include/conversation.php:1277
+msgid "Please enter an audio link/URL:"
+msgstr "Lisää ääni URL-linkki:"
 
-#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40
-#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28
-#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/uimport.php:28
-#: mod/notifications.php:73 mod/dfrn_confirm.php:68 mod/invite.php:20
-#: mod/invite.php:106 mod/wall_attach.php:74 mod/wall_attach.php:77
-#: mod/manage.php:131 mod/regmod.php:108 mod/viewcontacts.php:57
-#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79
-#: mod/wallmessage.php:103 mod/poke.php:150 mod/wall_upload.php:103
-#: mod/wall_upload.php:106 mod/editpost.php:18 mod/fsuggest.php:80
-#: mod/group.php:26 mod/item.php:160 mod/message.php:59 mod/message.php:104
-#: mod/network.php:32 mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051
-#: mod/delegate.php:25 mod/delegate.php:43 mod/delegate.php:54
-#: mod/dirfind.php:25 mod/ostatus_subscribe.php:16 mod/unfollow.php:15
-#: mod/unfollow.php:57 mod/unfollow.php:90 mod/cal.php:304 mod/events.php:194
-#: mod/profile_photo.php:30 mod/profile_photo.php:176
-#: mod/profile_photo.php:187 mod/profile_photo.php:200 mod/follow.php:17
-#: mod/follow.php:54 mod/follow.php:118 mod/profiles.php:182
-#: mod/profiles.php:606 mod/contacts.php:386 mod/register.php:53
-#: mod/settings.php:42 mod/settings.php:141 mod/settings.php:665 index.php:416
-msgid "Permission denied."
-msgstr "Käyttöoikeus evätty."
+#: include/conversation.php:1262 include/conversation.php:1278
+msgid "Tag term:"
+msgstr "Tunniste:"
 
-#: include/items.php:471
-msgid "Archives"
-msgstr "Arkisto"
+#: include/conversation.php:1263 include/conversation.php:1279
+#: mod/filer.php:34
+msgid "Save to Folder:"
+msgstr "Tallenna kansioon:"
 
-#: include/items.php:477 src/Content/ForumManager.php:130
-#: src/Content/Widget.php:312 src/Object/Post.php:430 src/App.php:512
-#: view/theme/vier/theme.php:259
-msgid "show more"
-msgstr "näytä lisää"
+#: include/conversation.php:1264 include/conversation.php:1280
+msgid "Where are you right now?"
+msgstr "Mikä on sijaintisi?"
 
-#: include/conversation.php:144 include/conversation.php:282
-#: include/text.php:1774 src/Model/Item.php:1795
-msgid "event"
-msgstr "tapahtuma"
+#: include/conversation.php:1265
+msgid "Delete item(s)?"
+msgstr "Poista kohde/kohteet?"
 
-#: include/conversation.php:147 include/conversation.php:157
-#: include/conversation.php:285 include/conversation.php:294
-#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1793
-#: src/Protocol/Diaspora.php:2010
-msgid "status"
-msgstr "tila"
+#: include/conversation.php:1312
+msgid "New Post"
+msgstr "Uusi julkaisu"
 
-#: include/conversation.php:152 include/conversation.php:290
-#: include/text.php:1776 mod/subthread.php:97 mod/tagger.php:72
-#: src/Model/Item.php:1793
-msgid "photo"
-msgstr "kuva"
+#: include/conversation.php:1315
+msgid "Share"
+msgstr "Jaa"
 
-#: include/conversation.php:164 src/Model/Item.php:1666
-#: src/Protocol/Diaspora.php:2006
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "%1$s tykkää käyttäjän %2$s %3$s"
+#: include/conversation.php:1316 mod/wallmessage.php:143 mod/editpost.php:111
+#: mod/message.php:262 mod/message.php:430
+msgid "Upload photo"
+msgstr "Lähetä kuva"
 
-#: include/conversation.php:167 src/Model/Item.php:1671
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr ""
+#: include/conversation.php:1317 mod/editpost.php:112
+msgid "upload photo"
+msgstr "lähetä kuva"
 
-#: include/conversation.php:170
-#, php-format
-msgid "%1$s attends %2$s's %3$s"
-msgstr "%1$s osallistuu tapahtumaan %3$s, jonka järjestää %2$s"
+#: include/conversation.php:1318 mod/editpost.php:113
+msgid "Attach file"
+msgstr "Liitä tiedosto"
 
-#: include/conversation.php:173
-#, php-format
-msgid "%1$s doesn't attend %2$s's %3$s"
-msgstr "%1$s ei osallistu tapahtumaan %3$s, jonka järjestää %2$s"
+#: include/conversation.php:1319 mod/editpost.php:114
+msgid "attach file"
+msgstr "liitä tiedosto"
 
-#: include/conversation.php:176
-#, php-format
-msgid "%1$s attends maybe %2$s's %3$s"
-msgstr "%1$s ehkä osallistuu tapahtumaan %3$s, jonka järjestää %2$s"
+#: include/conversation.php:1320 mod/wallmessage.php:144 mod/editpost.php:115
+#: mod/message.php:263 mod/message.php:431
+msgid "Insert web link"
+msgstr "Lisää linkki"
 
-#: include/conversation.php:209 mod/dfrn_confirm.php:431
-#: src/Protocol/Diaspora.php:2481
-#, php-format
-msgid "%1$s is now friends with %2$s"
-msgstr "%1$s ja %2$s ovat kavereita"
+#: include/conversation.php:1321 mod/editpost.php:116
+msgid "web link"
+msgstr "WWW-linkki"
 
-#: include/conversation.php:250
-#, php-format
-msgid "%1$s poked %2$s"
-msgstr "%1$s tökkäsi %2$s"
+#: include/conversation.php:1322 mod/editpost.php:117
+msgid "Insert video link"
+msgstr "Lisää videolinkki"
 
-#: include/conversation.php:304 mod/tagger.php:110
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr ""
+#: include/conversation.php:1323 mod/editpost.php:118
+msgid "video link"
+msgstr "videolinkki"
 
-#: include/conversation.php:331
-msgid "post/item"
-msgstr "julkaisu/kohde"
+#: include/conversation.php:1324 mod/editpost.php:119
+msgid "Insert audio link"
+msgstr "Lisää äänilinkki"
 
-#: include/conversation.php:332
-#, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
-msgstr ""
+#: include/conversation.php:1325 mod/editpost.php:120
+msgid "audio link"
+msgstr "äänilinkki"
 
-#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:355
-msgid "Likes"
-msgstr "Tykkäyksiä"
+#: include/conversation.php:1326 mod/editpost.php:121
+msgid "Set your location"
+msgstr "Aseta sijaintisi"
 
-#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:359
-msgid "Dislikes"
-msgstr "Inhokit"
+#: include/conversation.php:1327 mod/editpost.php:122
+msgid "set location"
+msgstr "aseta sijainti"
 
-#: include/conversation.php:606 include/conversation.php:1687
-#: mod/photos.php:1502
-msgid "Attending"
-msgid_plural "Attending"
-msgstr[0] "Osallistuu"
-msgstr[1] "Osallistuu"
+#: include/conversation.php:1328 mod/editpost.php:123
+msgid "Clear browser location"
+msgstr "Tyhjennä selaimen sijainti"
 
-#: include/conversation.php:606 mod/photos.php:1502
-msgid "Not attending"
-msgstr "Ei osallistu"
+#: include/conversation.php:1329 mod/editpost.php:124
+msgid "clear location"
+msgstr "tyhjennä sijainti"
 
-#: include/conversation.php:606 mod/photos.php:1502
-msgid "Might attend"
-msgstr "Ehkä"
+#: include/conversation.php:1331 mod/editpost.php:138
+msgid "Set title"
+msgstr "Aseta otsikko"
 
-#: include/conversation.php:744 mod/photos.php:1569 src/Object/Post.php:178
-msgid "Select"
-msgstr "Valitse"
+#: include/conversation.php:1333 mod/editpost.php:140
+msgid "Categories (comma-separated list)"
+msgstr "Luokat (pilkuilla eroteltu luettelo)"
 
-#: include/conversation.php:745 mod/photos.php:1570 mod/contacts.php:830
-#: mod/contacts.php:1035 mod/admin.php:1798 mod/settings.php:738
-#: src/Object/Post.php:179
-msgid "Delete"
-msgstr "Poista"
-
-#: include/conversation.php:783 src/Object/Post.php:363
-#: src/Object/Post.php:364
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr "Katso %s-henkilön profiilia @ %s"
+#: include/conversation.php:1335 mod/editpost.php:126
+msgid "Permission settings"
+msgstr "Käyttöoikeusasetukset"
 
-#: include/conversation.php:795 src/Object/Post.php:351
-msgid "Categories:"
-msgstr "Luokat:"
+#: include/conversation.php:1336 mod/editpost.php:155
+msgid "permissions"
+msgstr "käyttöoikeudet"
 
-#: include/conversation.php:796 src/Object/Post.php:352
-msgid "Filed under:"
-msgstr ""
+#: include/conversation.php:1344 mod/editpost.php:135
+msgid "Public post"
+msgstr "Julkinen viesti"
 
-#: include/conversation.php:803 src/Object/Post.php:377
-#, php-format
-msgid "%s from %s"
-msgstr ""
+#: include/conversation.php:1348 mod/editpost.php:146 mod/photos.php:1492
+#: mod/photos.php:1531 mod/photos.php:1604 mod/events.php:528
+#: src/Object/Post.php:805
+msgid "Preview"
+msgstr "Esikatselu"
 
-#: include/conversation.php:818
-msgid "View in context"
-msgstr "Näytä kontekstissa"
+#: include/conversation.php:1357
+msgid "Post to Groups"
+msgstr "Lähetä ryhmiin"
 
-#: include/conversation.php:820 include/conversation.php:1360
-#: mod/wallmessage.php:145 mod/editpost.php:125 mod/message.php:264
-#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:402
-msgid "Please wait"
-msgstr "Odota"
+#: include/conversation.php:1358
+msgid "Post to Contacts"
+msgstr "Lähetä kontakteille"
 
-#: include/conversation.php:891
-msgid "remove"
-msgstr "poista"
+#: include/conversation.php:1359
+msgid "Private post"
+msgstr "Yksityinen julkaisu"
 
-#: include/conversation.php:895
-msgid "Delete Selected Items"
-msgstr "Poista valitut kohteet"
+#: include/conversation.php:1364 mod/editpost.php:153
+#: src/Model/Profile.php:342
+msgid "Message"
+msgstr "Viesti"
 
-#: include/conversation.php:1065 view/theme/frio/theme.php:352
-msgid "Follow Thread"
-msgstr "Seuraa ketjua"
+#: include/conversation.php:1365 mod/editpost.php:154
+msgid "Browser"
+msgstr "Selain"
 
-#: include/conversation.php:1066 src/Model/Contact.php:640
-msgid "View Status"
-msgstr "Näytä tila"
+#: include/conversation.php:1632
+msgid "View all"
+msgstr "Näytä kaikki"
 
-#: include/conversation.php:1067 include/conversation.php:1083
-#: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89
-#: mod/dirfind.php:217 mod/directory.php:159 src/Model/Contact.php:580
-#: src/Model/Contact.php:593 src/Model/Contact.php:641
-msgid "View Profile"
-msgstr "Näytä profiilia"
+#: include/conversation.php:1655
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "Tykkäys"
+msgstr[1] "Tykkäyksiä"
 
-#: include/conversation.php:1068 src/Model/Contact.php:642
-msgid "View Photos"
-msgstr "Näytä kuvia"
+#: include/conversation.php:1658
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "Inhokki"
+msgstr[1] "Inhokit"
 
-#: include/conversation.php:1069 src/Model/Contact.php:643
-msgid "Network Posts"
-msgstr "Verkkojulkaisut"
+#: include/conversation.php:1664
+msgid "Not Attending"
+msgid_plural "Not Attending"
+msgstr[0] "Ei osallistu"
+msgstr[1] "Ei osallistu"
 
-#: include/conversation.php:1070 src/Model/Contact.php:644
-msgid "View Contact"
-msgstr "Näytä kontaktia"
+#: include/conversation.php:1667 src/Content/ContactSelector.php:125
+msgid "Undecided"
+msgid_plural "Undecided"
+msgstr[0] "En ole varma"
+msgstr[1] "En ole varma"
 
-#: include/conversation.php:1071 src/Model/Contact.php:646
-msgid "Send PM"
-msgstr "Lähetä yksityisviesti"
+#: include/dba.php:58
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "'%s' tietokantapalvelimen DNS-tieto ei löydy"
 
-#: include/conversation.php:1075 src/Model/Contact.php:647
-msgid "Poke"
-msgstr "Tökkää"
+#: include/enotify.php:31
+msgid "Friendica Notification"
+msgstr "Friendica-huomautus"
 
-#: include/conversation.php:1080 mod/allfriends.php:74 mod/suggest.php:83
-#: mod/match.php:90 mod/dirfind.php:218 mod/follow.php:143
-#: mod/contacts.php:596 src/Content/Widget.php:61 src/Model/Contact.php:594
-msgid "Connect/Follow"
-msgstr "Yhdistä/Seuraa"
+#: include/enotify.php:34
+msgid "Thank You,"
+msgstr "Kiitos,"
 
-#: include/conversation.php:1199
+#: include/enotify.php:37
 #, php-format
-msgid "%s likes this."
-msgstr "%s tykkää tästä."
+msgid "%s Administrator"
+msgstr "%s Ylläpitäjä"
 
-#: include/conversation.php:1202
+#: include/enotify.php:39
 #, php-format
-msgid "%s doesn't like this."
-msgstr "%s ei tykkää tästä."
+msgid "%1$s, %2$s Administrator"
+msgstr "%1$s, %2$s Ylläpitäjä"
 
-#: include/conversation.php:1205
+#: include/enotify.php:95
 #, php-format
-msgid "%s attends."
-msgstr "%s osallistuu."
+msgid "[Friendica:Notify] New mail received at %s"
+msgstr "[Friendica:Notify] Uusi viesti, katso %s"
 
-#: include/conversation.php:1208
+#: include/enotify.php:97
 #, php-format
-msgid "%s doesn't attend."
-msgstr "%s ei osallistu."
+msgid "%1$s sent you a new private message at %2$s."
+msgstr "%1$s lähetti sinulle uuden yksityisviestin kohteessa %2$s."
 
-#: include/conversation.php:1211
+#: include/enotify.php:98
+msgid "a private message"
+msgstr "yksityisviesti"
+
+#: include/enotify.php:98
 #, php-format
-msgid "%s attends maybe."
-msgstr "%s ehkä osallistuu."
+msgid "%1$s sent you %2$s."
+msgstr "%1$s lähetti sinulle %2$s."
 
-#: include/conversation.php:1222
-msgid "and"
-msgstr "ja"
+#: include/enotify.php:100
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "Katso yksityisviestisi kohteessa %s."
 
-#: include/conversation.php:1228
+#: include/enotify.php:138
 #, php-format
-msgid "and %d other people"
-msgstr "ja %d muuta ihmistä"
+msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
+msgstr ""
 
-#: include/conversation.php:1237
+#: include/enotify.php:146
 #, php-format
-msgid "<span  %1$s>%2$d people</span> like this"
-msgstr "<span  %1$s>%2$d ihmistä</span> tykkää tästä"
+msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+msgstr ""
 
-#: include/conversation.php:1238
+#: include/enotify.php:156
 #, php-format
-msgid "%s like this."
-msgstr "%s tykkää tästä."
+msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
+msgstr ""
 
-#: include/conversation.php:1241
+#: include/enotify.php:168
 #, php-format
-msgid "<span  %1$s>%2$d people</span> don't like this"
-msgstr "<span  %1$s>%2$d ihmistä</span> ei tykkää tästä."
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Friendica:Notify] %2$s kommentoi keskustelussa #%1$d"
 
-#: include/conversation.php:1242
+#: include/enotify.php:170
 #, php-format
-msgid "%s don't like this."
-msgstr "%s ei tykkää tästä."
+msgid "%s commented on an item/conversation you have been following."
+msgstr "%s kommentoi kohteessa/keskustelussa jota seuraat."
 
-#: include/conversation.php:1245
+#: include/enotify.php:173 include/enotify.php:188 include/enotify.php:203
+#: include/enotify.php:218 include/enotify.php:237 include/enotify.php:252
 #, php-format
-msgid "<span  %1$s>%2$d people</span> attend"
-msgstr "<span  %1$s>%2$d ihmistä</span> osallistuu"
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr ""
 
-#: include/conversation.php:1246
+#: include/enotify.php:180
 #, php-format
-msgid "%s attend."
-msgstr "%s osallistuu."
+msgid "[Friendica:Notify] %s posted to your profile wall"
+msgstr "[Friendica:Notify] %s kirjoitti profiiliseinällesi"
 
-#: include/conversation.php:1249
+#: include/enotify.php:182
 #, php-format
-msgid "<span  %1$s>%2$d people</span> don't attend"
-msgstr "<span  %1$s>%2$d ihmistä</span> ei osallistu"
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "%1$s kirjoitti seinällesi kohteessa %2$s"
 
-#: include/conversation.php:1250
+#: include/enotify.php:183
 #, php-format
-msgid "%s don't attend."
-msgstr "%s ei osallistu."
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
+msgstr "%1$s kirjoitti [url=%2$s]seinällesi[/url]"
 
-#: include/conversation.php:1253
+#: include/enotify.php:195
 #, php-format
-msgid "<span  %1$s>%2$d people</span> attend maybe"
-msgstr "<span  %1$s>%2$d ihmistä</span> ehkä osallistuu"
+msgid "[Friendica:Notify] %s tagged you"
+msgstr "[Friendica:Notify] %s merkitsi sinut"
 
-#: include/conversation.php:1254
+#: include/enotify.php:197
 #, php-format
-msgid "%s attend maybe."
-msgstr "%s ehkä osallistuu."
+msgid "%1$s tagged you at %2$s"
+msgstr ""
 
-#: include/conversation.php:1284 include/conversation.php:1300
-msgid "Visible to <strong>everybody</strong>"
-msgstr "Näkyy <strong>kaikille</strong>"
+#: include/enotify.php:198
+#, php-format
+msgid "%1$s [url=%2$s]tagged you[/url]."
+msgstr "%1$s [url=%2$s]merkitsi sinut[/url]."
 
-#: include/conversation.php:1285 include/conversation.php:1301
-#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200
-#: mod/message.php:207 mod/message.php:343 mod/message.php:350
-msgid "Please enter a link URL:"
-msgstr "Lisää URL-linkki:"
+#: include/enotify.php:210
+#, php-format
+msgid "[Friendica:Notify] %s shared a new post"
+msgstr "[Friendica:Notify] %s jakoi uuden julkaisun"
 
-#: include/conversation.php:1286 include/conversation.php:1302
-msgid "Please enter a video link/URL:"
-msgstr "Lisää video URL-linkki:"
+#: include/enotify.php:212
+#, php-format
+msgid "%1$s shared a new post at %2$s"
+msgstr ""
 
-#: include/conversation.php:1287 include/conversation.php:1303
-msgid "Please enter an audio link/URL:"
-msgstr "Lisää ääni URL-linkki:"
+#: include/enotify.php:213
+#, php-format
+msgid "%1$s [url=%2$s]shared a post[/url]."
+msgstr "%1$s [url=%2$s]jakoi julkaisun[/url]."
 
-#: include/conversation.php:1288 include/conversation.php:1304
-msgid "Tag term:"
-msgstr "Tunniste:"
+#: include/enotify.php:225
+#, php-format
+msgid "[Friendica:Notify] %1$s poked you"
+msgstr "[Friendica:Notify] %1$s tökkäsi sinua."
 
-#: include/conversation.php:1289 include/conversation.php:1305
-#: mod/filer.php:34
-msgid "Save to Folder:"
-msgstr "Tallenna kansioon:"
+#: include/enotify.php:227
+#, php-format
+msgid "%1$s poked you at %2$s"
+msgstr "%1$s tökkäsi sinua kohteessa %2$s"
 
-#: include/conversation.php:1290 include/conversation.php:1306
-msgid "Where are you right now?"
-msgstr "Mikä on sijaintisi?"
+#: include/enotify.php:228
+#, php-format
+msgid "%1$s [url=%2$s]poked you[/url]."
+msgstr "%1$s [url=%2$s]tökkasi sinua[/url]."
 
-#: include/conversation.php:1291
-msgid "Delete item(s)?"
-msgstr "Poista kohde/kohteet?"
+#: include/enotify.php:244
+#, php-format
+msgid "[Friendica:Notify] %s tagged your post"
+msgstr "[Friendica:Notify] %s merkitsi julkaisusi"
 
-#: include/conversation.php:1338
-msgid "New Post"
-msgstr "Uusi julkaisu"
+#: include/enotify.php:246
+#, php-format
+msgid "%1$s tagged your post at %2$s"
+msgstr ""
 
-#: include/conversation.php:1341
-msgid "Share"
-msgstr "Jaa"
+#: include/enotify.php:247
+#, php-format
+msgid "%1$s tagged [url=%2$s]your post[/url]"
+msgstr "%1$s merkitsi [url=%2$s]julkaisusi[/url]"
 
-#: include/conversation.php:1342 mod/wallmessage.php:143 mod/editpost.php:111
-#: mod/message.php:262 mod/message.php:430
-msgid "Upload photo"
-msgstr "Lähetä kuva"
+#: include/enotify.php:259
+msgid "[Friendica:Notify] Introduction received"
+msgstr "[Friendica:Notify] Esittely vastaanotettu"
 
-#: include/conversation.php:1343 mod/editpost.php:112
-msgid "upload photo"
-msgstr "lähetä kuva"
+#: include/enotify.php:261
+#, php-format
+msgid "You've received an introduction from '%1$s' at %2$s"
+msgstr ""
 
-#: include/conversation.php:1344 mod/editpost.php:113
-msgid "Attach file"
-msgstr "Liitä tiedosto"
+#: include/enotify.php:262
+#, php-format
+msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
+msgstr ""
 
-#: include/conversation.php:1345 mod/editpost.php:114
-msgid "attach file"
-msgstr "liitä tiedosto"
+#: include/enotify.php:267 include/enotify.php:313
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "Voit vierailla hänen profiilissaan kohteessa %s"
 
-#: include/conversation.php:1346 mod/wallmessage.php:144 mod/editpost.php:115
-#: mod/message.php:263 mod/message.php:431
-msgid "Insert web link"
-msgstr "Lisää linkki"
+#: include/enotify.php:269
+#, php-format
+msgid "Please visit %s to approve or reject the introduction."
+msgstr "Hyväksy tai hylkää esittely %s-sivustossa"
 
-#: include/conversation.php:1347 mod/editpost.php:116
-msgid "web link"
-msgstr "WWW-linkki"
+#: include/enotify.php:277
+msgid "[Friendica:Notify] A new person is sharing with you"
+msgstr ""
 
-#: include/conversation.php:1348 mod/editpost.php:117
-msgid "Insert video link"
-msgstr "Lisää videolinkki"
+#: include/enotify.php:279 include/enotify.php:280
+#, php-format
+msgid "%1$s is sharing with you at %2$s"
+msgstr ""
 
-#: include/conversation.php:1349 mod/editpost.php:118
-msgid "video link"
-msgstr "videolinkki"
+#: include/enotify.php:287
+msgid "[Friendica:Notify] You have a new follower"
+msgstr "[Friendica:Notify] Sinulla on uusi seuraaja"
 
-#: include/conversation.php:1350 mod/editpost.php:119
-msgid "Insert audio link"
-msgstr "Lisää äänilinkki"
+#: include/enotify.php:289 include/enotify.php:290
+#, php-format
+msgid "You have a new follower at %2$s : %1$s"
+msgstr "Sinulla on uusi seuraaja sivustolla %2$s : %1$s"
 
-#: include/conversation.php:1351 mod/editpost.php:120
-msgid "audio link"
-msgstr "äänilinkki"
+#: include/enotify.php:302
+msgid "[Friendica:Notify] Friend suggestion received"
+msgstr "[Friendica:Notify] Kaveripyyntö vastaanotettu"
 
-#: include/conversation.php:1352 mod/editpost.php:121
-msgid "Set your location"
-msgstr "Aseta sijaintisi"
+#: include/enotify.php:304
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr "Sait kaverikutsun henkilöltä '%1$s' (%2$s)"
 
-#: include/conversation.php:1353 mod/editpost.php:122
-msgid "set location"
-msgstr "aseta sijainti"
+#: include/enotify.php:305
+#, php-format
+msgid ""
+"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+msgstr ""
 
-#: include/conversation.php:1354 mod/editpost.php:123
-msgid "Clear browser location"
-msgstr "Tyhjennä selaimen sijainti"
+#: include/enotify.php:311
+msgid "Name:"
+msgstr "Nimi:"
 
-#: include/conversation.php:1355 mod/editpost.php:124
-msgid "clear location"
-msgstr "tyhjennä sijainti"
+#: include/enotify.php:312
+msgid "Photo:"
+msgstr "Kuva:"
 
-#: include/conversation.php:1357 mod/editpost.php:138
-msgid "Set title"
-msgstr "Aseta otsikko"
+#: include/enotify.php:315
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "Hyväksy tai hylkää ehdotus %s-sivustossa"
 
-#: include/conversation.php:1359 mod/editpost.php:140
-msgid "Categories (comma-separated list)"
-msgstr "Luokat (pilkuilla eroteltu luettelo)"
+#: include/enotify.php:323 include/enotify.php:338
+msgid "[Friendica:Notify] Connection accepted"
+msgstr "[Friendica:Notify] Yhteys hyväksytty"
 
-#: include/conversation.php:1361 mod/editpost.php:126
-msgid "Permission settings"
-msgstr "Käyttöoikeusasetukset"
+#: include/enotify.php:325 include/enotify.php:340
+#, php-format
+msgid "'%1$s' has accepted your connection request at %2$s"
+msgstr "'%1$s' on hyväksynyt kaverikutsusi kohteessa %2$s"
 
-#: include/conversation.php:1362 mod/editpost.php:155
-msgid "permissions"
-msgstr "käyttöoikeudet"
+#: include/enotify.php:326 include/enotify.php:341
+#, php-format
+msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
+msgstr "%2$s hyväksyi [url=%1$s]kaverikutsusi[/url]."
 
-#: include/conversation.php:1370 mod/editpost.php:135
-msgid "Public post"
-msgstr "Julkinen viesti"
+#: include/enotify.php:331
+msgid ""
+"You are now mutual friends and may exchange status updates, photos, and "
+"email without restriction."
+msgstr "Olette nyt yhteiset ystävät ja voitte lähettää toisillenne tilapäivityksiä, kuvia ja sähköposteja ilman rajoituksia."
 
-#: include/conversation.php:1374 mod/editpost.php:146 mod/photos.php:1492
-#: mod/photos.php:1531 mod/photos.php:1604 mod/events.php:528
-#: src/Object/Post.php:805
-msgid "Preview"
-msgstr "Esikatselu"
+#: include/enotify.php:333
+#, php-format
+msgid "Please visit %s if you wish to make any changes to this relationship."
+msgstr "Käy osoitteessa %s muokkaamaan tätä kaverisuhdetta."
 
-#: include/conversation.php:1383
-msgid "Post to Groups"
-msgstr "Lähetä ryhmiin"
+#: include/enotify.php:346
+#, php-format
+msgid ""
+"'%1$s' has chosen to accept you a fan, which restricts some forms of "
+"communication - such as private messaging and some profile interactions. If "
+"this is a celebrity or community page, these settings were applied "
+"automatically."
+msgstr ""
 
-#: include/conversation.php:1384
-msgid "Post to Contacts"
-msgstr "Lähetä kontakteille"
+#: include/enotify.php:348
+#, php-format
+msgid ""
+"'%1$s' may choose to extend this into a two-way or more permissive "
+"relationship in the future."
+msgstr "'%1$s' voi halutessaan laajentaa suhteenne kahdenväliseksi."
 
-#: include/conversation.php:1385
-msgid "Private post"
-msgstr "Yksityinen julkaisu"
+#: include/enotify.php:350
+#, php-format
+msgid "Please visit %s  if you wish to make any changes to this relationship."
+msgstr "Käy osoitteessa %s muokkaamaan tätä kaverisuhdetta."
 
-#: include/conversation.php:1390 mod/editpost.php:153
-#: src/Model/Profile.php:342
-msgid "Message"
-msgstr "Viesti"
+#: include/enotify.php:360 mod/removeme.php:43
+msgid "[Friendica System Notify]"
+msgstr "[Friendica Järjestelmäilmoitus]"
 
-#: include/conversation.php:1391 mod/editpost.php:154
-msgid "Browser"
-msgstr "Selain"
+#: include/enotify.php:360
+msgid "registration request"
+msgstr "rekisteröintipyyntö"
 
-#: include/conversation.php:1658
-msgid "View all"
-msgstr "Näytä kaikki"
+#: include/enotify.php:362
+#, php-format
+msgid "You've received a registration request from '%1$s' at %2$s"
+msgstr "Olet vastaanottanut rekisteröintipyynnön henkilöltä '%1$s' kohteessa %2$s"
 
-#: include/conversation.php:1681
-msgid "Like"
-msgid_plural "Likes"
-msgstr[0] "Tykkäys"
-msgstr[1] "Tykkäyksiä"
+#: include/enotify.php:363
+#, php-format
+msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
+msgstr "Olet vastaanottanut [url=%1$s]rekisteröintipyynnön[/url] henkilöltä %2$s."
 
-#: include/conversation.php:1684
-msgid "Dislike"
-msgid_plural "Dislikes"
-msgstr[0] "Inhokki"
-msgstr[1] "Inhokit"
+#: include/enotify.php:368
+#, php-format
+msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
+msgstr ""
 
-#: include/conversation.php:1690
-msgid "Not Attending"
-msgid_plural "Not Attending"
-msgstr[0] "Ei osallistu"
-msgstr[1] "Ei osallistu"
+#: include/enotify.php:374
+#, php-format
+msgid "Please visit %s to approve or reject the request."
+msgstr "Hyväksy tai hylkää pyyntö %s-sivustossa."
 
-#: include/conversation.php:1693 src/Content/ContactSelector.php:125
-msgid "Undecided"
-msgid_plural "Undecided"
-msgstr[0] "En ole varma"
-msgstr[1] "En ole varma"
+#: include/security.php:81
+msgid "Welcome "
+msgstr "Tervetuloa"
+
+#: include/security.php:82
+msgid "Please upload a profile photo."
+msgstr "Lataa profiilikuva."
+
+#: include/security.php:84
+msgid "Welcome back "
+msgstr "Tervetuloa takaisin"
+
+#: include/security.php:440
+msgid ""
+"The form security token was not correct. This probably happened because the "
+"form has been opened for too long (>3 hours) before submitting it."
+msgstr ""
 
 #: include/text.php:302
 msgid "newer"
@@ -944,14 +944,13 @@ msgid "Tags"
 msgstr "Tunnisteet"
 
 #: include/text.php:1027 mod/viewcontacts.php:131 mod/contacts.php:814
-#: mod/contacts.php:875 src/Content/Nav.php:147 src/Content/Nav.php:212
-#: src/Model/Profile.php:957 src/Model/Profile.php:960
-#: view/theme/frio/theme.php:270
+#: mod/contacts.php:875 view/theme/frio/theme.php:270 src/Content/Nav.php:147
+#: src/Content/Nav.php:212 src/Model/Profile.php:959 src/Model/Profile.php:962
 msgid "Contacts"
 msgstr "Yhteystiedot"
 
-#: include/text.php:1030 src/Content/ForumManager.php:125
-#: src/Content/Nav.php:151 view/theme/vier/theme.php:254
+#: include/text.php:1030 view/theme/vier/theme.php:254
+#: src/Content/ForumManager.php:125 src/Content/Nav.php:151
 msgid "Forums"
 msgstr "Foorumit"
 
@@ -1148,52 +1147,52 @@ msgstr "Mar."
 msgid "Dec"
 msgstr "Jou."
 
-#: include/text.php:1275
+#: include/text.php:1254
 #, php-format
 msgid "Content warning: %s"
 msgstr "Sisältövaroitus: %s"
 
-#: include/text.php:1345 mod/videos.php:380
+#: include/text.php:1324 mod/videos.php:380
 msgid "View Video"
 msgstr "Katso video"
 
-#: include/text.php:1362
+#: include/text.php:1341
 msgid "bytes"
 msgstr "tavua"
 
-#: include/text.php:1395 include/text.php:1406 include/text.php:1442
+#: include/text.php:1374 include/text.php:1385 include/text.php:1421
 msgid "Click to open/close"
 msgstr "Klikkaa auki/kiinni"
 
-#: include/text.php:1559
+#: include/text.php:1538
 msgid "View on separate page"
 msgstr "Katso erillisellä sivulla"
 
-#: include/text.php:1560
+#: include/text.php:1539
 msgid "view on separate page"
 msgstr "katso erillisellä sivulla"
 
-#: include/text.php:1565 include/text.php:1572 src/Model/Event.php:594
+#: include/text.php:1544 include/text.php:1551 src/Model/Event.php:594
 msgid "link to source"
 msgstr "linkki lähteeseen"
 
-#: include/text.php:1778
+#: include/text.php:1757
 msgid "activity"
 msgstr "toiminta"
 
-#: include/text.php:1780 src/Object/Post.php:429 src/Object/Post.php:441
+#: include/text.php:1759 src/Object/Post.php:429 src/Object/Post.php:441
 msgid "comment"
 msgid_plural "comments"
 msgstr[0] "kommentoi"
 msgstr[1] "kommentoi"
 
-#: include/text.php:1783
+#: include/text.php:1762
 msgid "post"
 msgstr "julkaisu"
 
-#: include/text.php:1940
+#: include/text.php:1919
 msgid "Item filed"
-msgstr ""
+msgstr "Kohde arkistoitu"
 
 #: mod/allfriends.php:51
 msgid "No friends to display."
@@ -1232,7 +1231,7 @@ msgstr "Haluatko antaa tälle sovellukselle luvan hakea viestejäsi ja yhteystie
 msgid "No"
 msgstr "Ei"
 
-#: mod/apps.php:14 index.php:245
+#: mod/apps.php:14 index.php:273
 msgid "You must be logged in to use addons. "
 msgstr "Sinun pitää kirjautua sisään, jotta voit käyttää lisäosia"
 
@@ -1316,15 +1315,15 @@ msgstr "Palaa kontaktin muokkaamiseen"
 msgid "Refetch contact data"
 msgstr ""
 
-#: mod/crepair.php:148 mod/invite.php:150 mod/manage.php:184
-#: mod/localtime.php:56 mod/poke.php:199 mod/fsuggest.php:114
-#: mod/message.php:265 mod/message.php:432 mod/photos.php:1080
-#: mod/photos.php:1160 mod/photos.php:1445 mod/photos.php:1491
-#: mod/photos.php:1530 mod/photos.php:1603 mod/install.php:251
-#: mod/install.php:290 mod/events.php:530 mod/profiles.php:672
-#: mod/contacts.php:610 src/Object/Post.php:796
-#: view/theme/duepuntozero/config.php:71 view/theme/frio/config.php:113
-#: view/theme/quattro/config.php:73 view/theme/vier/config.php:119
+#: mod/crepair.php:148 mod/manage.php:184 mod/localtime.php:56
+#: mod/poke.php:199 mod/fsuggest.php:114 mod/message.php:265
+#: mod/message.php:432 mod/photos.php:1080 mod/photos.php:1160
+#: mod/photos.php:1445 mod/photos.php:1491 mod/photos.php:1530
+#: mod/photos.php:1603 mod/contacts.php:610 mod/events.php:530
+#: mod/install.php:251 mod/install.php:290 mod/invite.php:155
+#: mod/profiles.php:672 view/theme/duepuntozero/config.php:71
+#: view/theme/frio/config.php:113 view/theme/quattro/config.php:73
+#: view/theme/vier/config.php:119 src/Object/Post.php:796
 msgid "Submit"
 msgstr "Lähetä"
 
@@ -1380,8 +1379,8 @@ msgstr "URL äänestyksiä/syötteitä varten"
 msgid "New photo from this URL"
 msgstr "Uusi kuva osoitteesta"
 
-#: mod/fbrowser.php:34 src/Content/Nav.php:102 src/Model/Profile.php:904
-#: view/theme/frio/theme.php:261
+#: mod/fbrowser.php:34 view/theme/frio/theme.php:261 src/Content/Nav.php:102
+#: src/Model/Profile.php:906
 msgid "Photos"
 msgstr "Kuvat"
 
@@ -1401,7 +1400,7 @@ msgid "Files"
 msgstr "Tiedostot"
 
 #: mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 mod/help.php:60
-#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:292
+#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:320
 msgid "Not Found"
 msgstr "Ei löydetty"
 
@@ -1413,11 +1412,11 @@ msgstr "Ei profiilia"
 msgid "Help:"
 msgstr "Ohje:"
 
-#: mod/help.php:54 src/Content/Nav.php:134 view/theme/vier/theme.php:298
+#: mod/help.php:54 view/theme/vier/theme.php:298 src/Content/Nav.php:134
 msgid "Help"
 msgstr "Ohje"
 
-#: mod/help.php:63 index.php:297
+#: mod/help.php:63 index.php:325
 msgid "Page not found."
 msgstr "Sivua ei löytynyt."
 
@@ -1470,7 +1469,7 @@ msgid ""
 msgstr ""
 
 #: mod/newmember.php:19 mod/admin.php:1906 mod/admin.php:2175
-#: mod/settings.php:123 src/Content/Nav.php:206 view/theme/frio/theme.php:269
+#: mod/settings.php:123 view/theme/frio/theme.php:269 src/Content/Nav.php:206
 msgid "Settings"
 msgstr "Asetukset"
 
@@ -1494,9 +1493,9 @@ msgid ""
 msgstr ""
 
 #: mod/newmember.php:24 mod/profperm.php:113 mod/contacts.php:671
-#: mod/contacts.php:863 src/Content/Nav.php:101 src/Model/Profile.php:730
-#: src/Model/Profile.php:863 src/Model/Profile.php:896
-#: view/theme/frio/theme.php:260
+#: mod/contacts.php:863 view/theme/frio/theme.php:260 src/Content/Nav.php:101
+#: src/Model/Profile.php:732 src/Model/Profile.php:865
+#: src/Model/Profile.php:898
 msgid "Profile"
 msgstr "Profiili"
 
@@ -1583,7 +1582,7 @@ msgid ""
 "hours."
 msgstr ""
 
-#: mod/newmember.php:43 src/Model/Group.php:401
+#: mod/newmember.php:43 src/Model/Group.php:414
 msgid "Groups"
 msgstr "Ryhmät"
 
@@ -1655,7 +1654,7 @@ msgstr "Valmis"
 
 #: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:88
 msgid "Keep this window open until done."
-msgstr ""
+msgstr "Pidä tämä ikkuna auki kunnes kaikki tehtävät on suoritettu."
 
 #: mod/suggest.php:36
 msgid "Do you really want to delete this suggestion?"
@@ -1671,10 +1670,15 @@ msgstr "Ehdotuksia ei löydy. Jos tämä on uusi sivusto, kokeile uudelleen vuor
 msgid "Ignore/Hide"
 msgstr "Jätä huomiotta/piilota"
 
-#: mod/suggest.php:114 src/Content/Widget.php:64 view/theme/vier/theme.php:203
+#: mod/suggest.php:114 view/theme/vier/theme.php:203 src/Content/Widget.php:64
 msgid "Friend Suggestions"
 msgstr "Ystäväehdotukset"
 
+#: mod/update_community.php:27 mod/update_display.php:27
+#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33
+msgid "[Embedded content - reload page to view]"
+msgstr "[Upotettu sisältö - näet sen päivittämällä sivun]"
+
 #: mod/uimport.php:55 mod/register.php:191
 msgid ""
 "This site has exceeded the number of allowed daily account registrations. "
@@ -1716,11 +1720,6 @@ msgid ""
 "select \"Export account\""
 msgstr ""
 
-#: mod/update_community.php:27 mod/update_display.php:27
-#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33
-msgid "[Embedded content - reload page to view]"
-msgstr "[Upotettu sisältö - näet sen päivittämällä sivun]"
-
 #: mod/dfrn_poll.php:123 mod/dfrn_poll.php:543
 #, php-format
 msgid "%1$s welcomes %2$s"
@@ -1728,7 +1727,7 @@ msgstr "%1$s toivottaa tervetulleeksi ystävän %2$s"
 
 #: mod/match.php:48
 msgid "No keywords to match. Please add keywords to your default profile."
-msgstr ""
+msgstr "Avainsanat puuttuu. Lisää avainsanoja oletusprofiiliisi."
 
 #: mod/match.php:104
 msgid "is interested in:"
@@ -1859,33 +1858,33 @@ msgstr "Jakaja"
 msgid "Subscriber"
 msgstr "Tilaaja"
 
-#: mod/notifications.php:247 mod/events.php:518 mod/directory.php:148
-#: mod/contacts.php:660 src/Model/Profile.php:417 src/Model/Event.php:60
-#: src/Model/Event.php:85 src/Model/Event.php:421 src/Model/Event.php:900
+#: mod/notifications.php:247 mod/contacts.php:660 mod/events.php:518
+#: mod/directory.php:148 src/Model/Event.php:60 src/Model/Event.php:85
+#: src/Model/Event.php:421 src/Model/Event.php:900 src/Model/Profile.php:417
 msgid "Location:"
 msgstr "Sijainti:"
 
-#: mod/notifications.php:249 mod/directory.php:154 mod/contacts.php:664
-#: src/Model/Profile.php:423 src/Model/Profile.php:806
+#: mod/notifications.php:249 mod/contacts.php:664 mod/directory.php:154
+#: src/Model/Profile.php:423 src/Model/Profile.php:808
 msgid "About:"
 msgstr "Lisätietoja:"
 
-#: mod/notifications.php:251 mod/follow.php:174 mod/contacts.php:666
-#: src/Model/Profile.php:794
+#: mod/notifications.php:251 mod/contacts.php:666 mod/follow.php:174
+#: src/Model/Profile.php:796
 msgid "Tags:"
 msgstr "Tunnisteet:"
 
 #: mod/notifications.php:253 mod/directory.php:151 src/Model/Profile.php:420
-#: src/Model/Profile.php:745
+#: src/Model/Profile.php:747
 msgid "Gender:"
 msgstr "Sukupuoli:"
 
-#: mod/notifications.php:258 mod/unfollow.php:122 mod/follow.php:166
-#: mod/contacts.php:656 mod/admin.php:490 mod/admin.php:500
+#: mod/notifications.php:258 mod/contacts.php:656 mod/unfollow.php:122
+#: mod/admin.php:490 mod/admin.php:500 mod/follow.php:166
 msgid "Profile URL"
 msgstr "Profiilin URL"
 
-#: mod/notifications.php:261 mod/contacts.php:71 src/Model/Profile.php:518
+#: mod/notifications.php:261 mod/contacts.php:71 src/Model/Profile.php:520
 msgid "Network:"
 msgstr "Verkko:"
 
@@ -1932,11 +1931,11 @@ msgstr ""
 
 #: mod/dfrn_confirm.php:242
 msgid "Response from remote site was not understood."
-msgstr ""
+msgstr "Etäsivuston vastaus oli epäselvä."
 
 #: mod/dfrn_confirm.php:249 mod/dfrn_confirm.php:254
 msgid "Unexpected response from remote site: "
-msgstr ""
+msgstr "Odottamaton vastaus etäsivustolta:"
 
 #: mod/dfrn_confirm.php:263
 msgid "Confirmation completed successfully."
@@ -1948,7 +1947,7 @@ msgstr "Tilapäinen vika. Yritä myöhemmin uudelleen."
 
 #: mod/dfrn_confirm.php:278
 msgid "Introduction failed or was revoked."
-msgstr ""
+msgstr "Kaverikutsu epäonnistui tai oli peruutettu."
 
 #: mod/dfrn_confirm.php:283
 msgid "Remote site reported: "
@@ -1995,7 +1994,7 @@ msgid "Unable to update your contact profile details on our system"
 msgstr ""
 
 #: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568
-#: src/Model/Contact.php:1520
+#: src/Model/Contact.php:1537
 msgid "[Name Withheld]"
 msgstr "[Nimi jätetty pois]"
 
@@ -2004,159 +2003,50 @@ msgstr "[Nimi jätetty pois]"
 msgid "%1$s has joined %2$s"
 msgstr "%1$s on liittynyt kohteeseen %2$s"
 
-#: mod/invite.php:33
-msgid "Total invitation limit exceeded."
-msgstr "Kutsuraja ylitetty."
-
-#: mod/invite.php:55
-#, php-format
-msgid "%s : Not a valid email address."
-msgstr "%s : Virheellinen sähköpostiosoite."
-
-#: mod/invite.php:80
-msgid "Please join us on Friendica"
-msgstr "Tervetuloa Friendicaan"
-
-#: mod/invite.php:91
-msgid "Invitation limit exceeded. Please contact your site administrator."
-msgstr "Kutsuraja ylitetty. Ota yhteyttä ylläpitäjään."
-
-#: mod/invite.php:95
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s : Viestin toimitus epäonnistui."
-
-#: mod/invite.php:99
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] "%d viesti lähetetty."
-msgstr[1] "%d viestiä lähetetty."
-
-#: mod/invite.php:117
-msgid "You have no more invitations available"
-msgstr "Sinulla ei ole kutsuja jäljellä"
+#: mod/manage.php:180
+msgid "Manage Identities and/or Pages"
+msgstr "Hallitse identiteetit ja/tai sivut"
 
-#: mod/invite.php:125
-#, php-format
+#: mod/manage.php:181
 msgid ""
-"Visit %s for a list of public sites that you can join. Friendica members on "
-"other sites can all connect with each other, as well as with members of many"
-" other social networks."
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
 msgstr ""
 
-#: mod/invite.php:127
-#, php-format
-msgid ""
-"To accept this invitation, please visit and register at %s or any other "
-"public Friendica website."
-msgstr ""
+#: mod/manage.php:182
+msgid "Select an identity to manage: "
+msgstr "Valitse identiteetti hallitavaksi:"
 
-#: mod/invite.php:128
-#, php-format
-msgid ""
-"Friendica sites all inter-connect to create a huge privacy-enhanced social "
-"web that is owned and controlled by its members. They can also connect with "
-"many traditional social networks. See %s for a list of alternate Friendica "
-"sites you can join."
-msgstr ""
+#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83
+#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112
+#: mod/wall_upload.php:155 mod/wall_upload.php:158
+msgid "Invalid request."
+msgstr "Virheellinen pyyntö."
 
-#: mod/invite.php:132
-msgid ""
-"Our apologies. This system is not currently configured to connect with other"
-" public sites or invite members."
+#: mod/wall_attach.php:101
+msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
 msgstr ""
 
-#: mod/invite.php:136
-msgid ""
-"Friendica sites all inter-connect to create a huge privacy-enhanced social "
-"web that is owned and controlled by its members. They can also connect with "
-"many traditional social networks."
-msgstr ""
+#: mod/wall_attach.php:101
+msgid "Or - did you try to upload an empty file?"
+msgstr "Yrititkö ladata tyhjän tiedoston?"
 
-#: mod/invite.php:135
+#: mod/wall_attach.php:112
 #, php-format
-msgid "To accept this invitation, please visit and register at %s."
-msgstr ""
-
-#: mod/invite.php:142
-msgid "Send invitations"
-msgstr "Lähetä kutsut"
+msgid "File exceeds size limit of %s"
+msgstr "Tiedosto ylittää kokorajoituksen %s"
 
-#: mod/invite.php:143
-msgid "Enter email addresses, one per line:"
-msgstr "Syötä sähköpostiosoitteet, yksi riviä kohden:"
+#: mod/wall_attach.php:136 mod/wall_attach.php:152
+msgid "File upload failed."
+msgstr "Tiedoston lähettäminen epäonnistui."
 
-#: mod/invite.php:144 mod/wallmessage.php:141 mod/message.php:259
-#: mod/message.php:426
-msgid "Your message:"
-msgstr "Viestisi:"
+#: mod/dfrn_request.php:94
+msgid "This introduction has already been accepted."
+msgstr "Tämä esittely on jo hyväksytty."
 
-#: mod/invite.php:145
-msgid ""
-"You are cordially invited to join me and other close friends on Friendica - "
-"and help us to create a better social web."
-msgstr ""
-
-#: mod/invite.php:147
-msgid "You will need to supply this invitation code: $invite_code"
-msgstr ""
-
-#: mod/invite.php:147
-msgid ""
-"Once you have registered, please connect with me via my profile page at:"
-msgstr ""
-
-#: mod/invite.php:149
-msgid ""
-"For more information about the Friendica project and why we feel it is "
-"important, please visit http://friendi.ca"
-msgstr ""
-
-#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83
-#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112
-#: mod/wall_upload.php:155 mod/wall_upload.php:158
-msgid "Invalid request."
-msgstr "Virheellinen pyyntö."
-
-#: mod/wall_attach.php:101
-msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
-msgstr ""
-
-#: mod/wall_attach.php:101
-msgid "Or - did you try to upload an empty file?"
-msgstr "Yrititkö ladata tyhjän tiedoston?"
-
-#: mod/wall_attach.php:112
-#, php-format
-msgid "File exceeds size limit of %s"
-msgstr "Tiedosto ylittää kokorajoituksen %s"
-
-#: mod/wall_attach.php:136 mod/wall_attach.php:152
-msgid "File upload failed."
-msgstr "Tiedoston lähettäminen epäonnistui."
-
-#: mod/manage.php:180
-msgid "Manage Identities and/or Pages"
-msgstr "Hallitse identiteetit ja/tai sivut"
-
-#: mod/manage.php:181
-msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
-msgstr ""
-
-#: mod/manage.php:182
-msgid "Select an identity to manage: "
-msgstr "Valitse identiteetti hallitavaksi:"
-
-#: mod/dfrn_request.php:94
-msgid "This introduction has already been accepted."
-msgstr "Tämä esittely on jo hyväksytty."
-
-#: mod/dfrn_request.php:112 mod/dfrn_request.php:359
-msgid "Profile location is not valid or does not contain profile information."
-msgstr "Profiilin sijainti on viallinen tai se ei sisällä profiilitietoja."
+#: mod/dfrn_request.php:112 mod/dfrn_request.php:359
+msgid "Profile location is not valid or does not contain profile information."
+msgstr "Profiilin sijainti on viallinen tai se ei sisällä profiilitietoja."
 
 #: mod/dfrn_request.php:116 mod/dfrn_request.php:363
 msgid "Warning: profile location has no identifiable owner name."
@@ -2215,12 +2105,12 @@ msgstr "Ilmeisesti olet jo ystävystynyt henkilön %s kanssa."
 msgid "Invalid profile URL."
 msgstr "Viallinen profiiliosoite."
 
-#: mod/dfrn_request.php:345 src/Model/Contact.php:1223
+#: mod/dfrn_request.php:345 src/Model/Contact.php:1235
 msgid "Disallowed profile URL."
 msgstr "Kielletty profiiliosoite."
 
-#: mod/dfrn_request.php:351 mod/friendica.php:128 mod/admin.php:353
-#: mod/admin.php:371 src/Model/Contact.php:1228
+#: mod/dfrn_request.php:351 mod/admin.php:353 mod/admin.php:371
+#: mod/friendica.php:128 src/Model/Contact.php:1240
 msgid "Blocked domain"
 msgstr "Estetty verkkotunnus"
 
@@ -2266,8 +2156,8 @@ msgstr "Tervetuloa kotiin %s."
 msgid "Please confirm your introduction/connection request to %s."
 msgstr "Vahvista esittelysi/yhteyspyyntösi henkilölle %s."
 
-#: mod/dfrn_request.php:607 mod/probe.php:13 mod/viewcontacts.php:45
-#: mod/webfinger.php:16 mod/search.php:98 mod/search.php:104
+#: mod/dfrn_request.php:607 mod/probe.php:13 mod/search.php:98
+#: mod/search.php:104 mod/viewcontacts.php:45 mod/webfinger.php:16
 #: mod/community.php:27 mod/photos.php:932 mod/videos.php:199
 #: mod/display.php:203 mod/directory.php:42
 msgid "Public access denied."
@@ -2336,6 +2226,10 @@ msgstr "Identiteettisi osoite:"
 msgid "Submit Request"
 msgstr "Lähetä pyyntö"
 
+#: mod/filer.php:34
+msgid "- select -"
+msgstr "- valitse -"
+
 #: mod/localtime.php:19 src/Model/Event.php:36 src/Model/Event.php:814
 msgid "l F d, Y \\@ g:i A"
 msgstr ""
@@ -2369,11 +2263,47 @@ msgstr "Muunnettu paikallisaika: %s"
 msgid "Please select your timezone:"
 msgstr "Valitse aikavyöhykkeesi:"
 
+#: mod/notify.php:77
+msgid "No more system notifications."
+msgstr "Ei enää järjestelmäilmoituksia."
+
+#: mod/ping.php:292
+msgid "{0} wants to be your friend"
+msgstr "{0} lähetti kaveripyynnön"
+
+#: mod/ping.php:307
+msgid "{0} sent you a message"
+msgstr "{0} lähetti sinulle viestin"
+
+#: mod/ping.php:322
+msgid "{0} requested registration"
+msgstr "{0} jätti rekisteröintipyynnön"
+
+#: mod/poke.php:192
+msgid "Poke/Prod"
+msgstr "Tökkää"
+
+#: mod/poke.php:193
+msgid "poke, prod or do other things to somebody"
+msgstr ""
+
+#: mod/poke.php:194
+msgid "Recipient"
+msgstr "Vastaanottaja"
+
+#: mod/poke.php:195
+msgid "Choose what you wish to do to recipient"
+msgstr "Valitse mitä haluat tehdä vastaanottajalle"
+
+#: mod/poke.php:198
+msgid "Make this post private"
+msgstr "Muuta julkaisu yksityiseksi"
+
 #: mod/probe.php:14 mod/webfinger.php:17
 msgid "Only logged in users are permitted to perform a probing."
 msgstr ""
 
-#: mod/profperm.php:28 mod/group.php:83 index.php:415
+#: mod/profperm.php:28 mod/group.php:83 index.php:443
 msgid "Permission denied"
 msgstr "Käyttöoikeus evätty"
 
@@ -2383,7 +2313,7 @@ msgstr "Virheellinen profiilitunniste."
 
 #: mod/profperm.php:111
 msgid "Profile Visibility Editor"
-msgstr ""
+msgstr "Profiilin näkyvyyden muokkaaminen"
 
 #: mod/profperm.php:115 mod/group.php:265
 msgid "Click on a contact to add or remove."
@@ -2410,20 +2340,86 @@ msgstr ""
 msgid "Please login."
 msgstr "Ole hyvä ja kirjaudu."
 
-#: mod/removeme.php:55 mod/removeme.php:58
-msgid "Remove My Account"
-msgstr "Poista tilini"
+#: mod/search.php:37 mod/network.php:194
+msgid "Remove term"
+msgstr "Poista kohde"
 
-#: mod/removeme.php:56
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr "Tämä poistaa käyttäjätilisi pysyvästi. Poistoa ei voi perua myöhemmin."
+#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100
+msgid "Saved Searches"
+msgstr "Tallennetut haut"
 
-#: mod/removeme.php:57
-msgid "Please enter your password for verification:"
+#: mod/search.php:105
+msgid "Only logged in users are permitted to perform a search."
+msgstr ""
+
+#: mod/search.php:129
+msgid "Too Many Requests"
+msgstr "Liian monta pyyntöä"
+
+#: mod/search.php:130
+msgid "Only one search per minute is permitted for not logged in users."
+msgstr ""
+
+#: mod/search.php:228 mod/community.php:136
+msgid "No results."
+msgstr "Ei tuloksia."
+
+#: mod/search.php:234
+#, php-format
+msgid "Items tagged with: %s"
+msgstr "Kohteet joilla tunnisteet: %s"
+
+#: mod/search.php:236 mod/contacts.php:819
+#, php-format
+msgid "Results for: %s"
+msgstr "Tulokset haulla: %s"
+
+#: mod/subthread.php:113
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
 msgstr ""
 
+#: mod/tagrm.php:47
+msgid "Tag removed"
+msgstr "Tägi poistettiin"
+
+#: mod/tagrm.php:85
+msgid "Remove Item Tag"
+msgstr "Poista tägi"
+
+#: mod/tagrm.php:87
+msgid "Select a tag to remove: "
+msgstr "Valitse tägi poistamista varten:"
+
+#: mod/tagrm.php:98 mod/delegate.php:177
+msgid "Remove"
+msgstr "Poista"
+
+#: mod/uexport.php:44
+msgid "Export account"
+msgstr "Vie tili"
+
+#: mod/uexport.php:44
+msgid ""
+"Export your account info and contacts. Use this to make a backup of your "
+"account and/or to move it to another server."
+msgstr "Vie tilin tiedot ja yhteystiedot. Käytä tätä tilisi varmuuskopiointiin ja/tai siirtämiseen toiselle palvelimelle."
+
+#: mod/uexport.php:45
+msgid "Export all"
+msgstr "Vie kaikki"
+
+#: mod/uexport.php:45
+msgid ""
+"Export your accout info, contacts and all your items as json. Could be a "
+"very big file, and could take a lot of time. Use this to make a full backup "
+"of your account (photos are not exported)"
+msgstr "Vie tilin tiedot, yhteystiedot ja kaikki nimikkeesi json-muodossa. Saattaa luoda hyvin suuren tiedoston ja kestää todella pitkään. Tämän avulla voit ottaa täydellisen varmuuskopion tilistäsi (valokuvia ei viedä)"
+
+#: mod/uexport.php:52 mod/settings.php:107
+msgid "Export personal data"
+msgstr "Vie henkilökohtaiset tiedot"
+
 #: mod/viewcontacts.php:87
 msgid "No contacts."
 msgstr "Ei kontakteja."
@@ -2432,6 +2428,25 @@ msgstr "Ei kontakteja."
 msgid "Access denied."
 msgstr "Käyttö estetty."
 
+#: mod/wall_upload.php:186 mod/photos.php:763 mod/photos.php:766
+#: mod/photos.php:795 mod/profile_photo.php:153
+#, php-format
+msgid "Image exceeds size limit of %s"
+msgstr "Kuva ylittää kokorajoituksen %s"
+
+#: mod/wall_upload.php:200 mod/photos.php:818 mod/profile_photo.php:162
+msgid "Unable to process image."
+msgstr "Kuvan käsitteleminen epäonnistui."
+
+#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:953
+#: src/Object/Image.php:969 src/Object/Image.php:977 src/Object/Image.php:1002
+msgid "Wall Photos"
+msgstr "Seinäkuvat"
+
+#: mod/wall_upload.php:239 mod/photos.php:847 mod/profile_photo.php:307
+msgid "Image upload failed."
+msgstr "Kuvan lähettäminen epäonnistui."
+
 #: mod/wallmessage.php:49 mod/wallmessage.php:112
 #, php-format
 msgid "Number of daily wall messages for %s exceeded. Message failed."
@@ -2480,172 +2495,38 @@ msgstr "Vastaanottaja:"
 msgid "Subject:"
 msgstr "Aihe:"
 
-#: mod/uexport.php:44
-msgid "Export account"
-msgstr "Vie tili"
+#: mod/wallmessage.php:141 mod/message.php:259 mod/message.php:426
+#: mod/invite.php:149
+msgid "Your message:"
+msgstr "Viestisi:"
 
-#: mod/uexport.php:44
-msgid ""
-"Export your account info and contacts. Use this to make a backup of your "
-"account and/or to move it to another server."
-msgstr "Vie tilin tiedot ja yhteystiedot. Käytä tätä tilisi varmuuskopiointiin ja/tai siirtämiseen toiselle palvelimelle."
+#: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312
+msgid "Login"
+msgstr "Kirjaudu sisään"
 
-#: mod/uexport.php:45
-msgid "Export all"
-msgstr "Vie kaikki"
+#: mod/bookmarklet.php:51
+msgid "The post was created"
+msgstr "Julkaisu luotu"
 
-#: mod/uexport.php:45
-msgid ""
-"Export your accout info, contacts and all your items as json. Could be a "
-"very big file, and could take a lot of time. Use this to make a full backup "
-"of your account (photos are not exported)"
-msgstr "Vie tilin tiedot, yhteystiedot ja kaikki nimikkeesi json-muodossa. Saattaa luoda hyvin suuren tiedoston ja kestää todella pitkään. Tämän avulla voit ottaa täydellisen varmuuskopion tilistäsi (valokuvia ei viedä)"
+#: mod/community.php:46
+msgid "Community option not available."
+msgstr "Yhteisö vaihtoehto ei saatavilla."
 
-#: mod/uexport.php:52 mod/settings.php:107
-msgid "Export personal data"
-msgstr "Vie henkilökohtaiset tiedot"
+#: mod/community.php:63
+msgid "Not available."
+msgstr "Ei saatavilla."
 
-#: mod/filer.php:34
-msgid "- select -"
-msgstr "- valitse -"
+#: mod/community.php:76
+msgid "Local Community"
+msgstr "Paikallinen yhteisö"
 
-#: mod/notify.php:77
-msgid "No more system notifications."
-msgstr "Ei enää järjestelmäilmoituksia."
+#: mod/community.php:79
+msgid "Posts from local users on this server"
+msgstr "Tämän palvelimen julkaisut"
 
-#: mod/ping.php:292
-msgid "{0} wants to be your friend"
-msgstr "{0} lähetti kaveripyynnön"
-
-#: mod/ping.php:307
-msgid "{0} sent you a message"
-msgstr "{0} lähetti sinulle viestin"
-
-#: mod/ping.php:322
-msgid "{0} requested registration"
-msgstr ""
-
-#: mod/poke.php:192
-msgid "Poke/Prod"
-msgstr "Tökkää"
-
-#: mod/poke.php:193
-msgid "poke, prod or do other things to somebody"
-msgstr ""
-
-#: mod/poke.php:194
-msgid "Recipient"
-msgstr "Vastaanottaja"
-
-#: mod/poke.php:195
-msgid "Choose what you wish to do to recipient"
-msgstr ""
-
-#: mod/poke.php:198
-msgid "Make this post private"
-msgstr "Muuta julkaisu yksityiseksi"
-
-#: mod/subthread.php:113
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr ""
-
-#: mod/tagrm.php:47
-msgid "Tag removed"
-msgstr "Tägi poistettiin"
-
-#: mod/tagrm.php:85
-msgid "Remove Item Tag"
-msgstr "Poista tägi"
-
-#: mod/tagrm.php:87
-msgid "Select a tag to remove: "
-msgstr "Valitse tägi poistamista varten:"
-
-#: mod/tagrm.php:98 mod/delegate.php:177
-msgid "Remove"
-msgstr "Poista"
-
-#: mod/wall_upload.php:186 mod/photos.php:763 mod/photos.php:766
-#: mod/photos.php:795 mod/profile_photo.php:153
-#, php-format
-msgid "Image exceeds size limit of %s"
-msgstr "Kuva ylittää kokorajoituksen %s"
-
-#: mod/wall_upload.php:200 mod/photos.php:818 mod/profile_photo.php:162
-msgid "Unable to process image."
-msgstr "Kuvan käsitteleminen epäonnistui."
-
-#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:953
-#: src/Object/Image.php:969 src/Object/Image.php:977 src/Object/Image.php:1002
-msgid "Wall Photos"
-msgstr "Seinäkuvat"
-
-#: mod/wall_upload.php:239 mod/photos.php:847 mod/profile_photo.php:307
-msgid "Image upload failed."
-msgstr "Kuvan lähettäminen epäonnistui."
-
-#: mod/search.php:37 mod/network.php:194
-msgid "Remove term"
-msgstr "Poista kohde"
-
-#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100
-msgid "Saved Searches"
-msgstr "Tallennetut haut"
-
-#: mod/search.php:105
-msgid "Only logged in users are permitted to perform a search."
-msgstr ""
-
-#: mod/search.php:129
-msgid "Too Many Requests"
-msgstr "Liian monta pyyntöä"
-
-#: mod/search.php:130
-msgid "Only one search per minute is permitted for not logged in users."
-msgstr ""
-
-#: mod/search.php:228 mod/community.php:136
-msgid "No results."
-msgstr "Ei tuloksia."
-
-#: mod/search.php:234
-#, php-format
-msgid "Items tagged with: %s"
-msgstr "Kohteet joilla tunnisteet: %s"
-
-#: mod/search.php:236 mod/contacts.php:819
-#, php-format
-msgid "Results for: %s"
-msgstr "Tulokset haulla: %s"
-
-#: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312
-msgid "Login"
-msgstr "Kirjaudu sisään"
-
-#: mod/bookmarklet.php:51
-msgid "The post was created"
-msgstr "Julkaisu luotu"
-
-#: mod/community.php:46
-msgid "Community option not available."
-msgstr "Yhteisö vaihtoehto ei saatavilla."
-
-#: mod/community.php:63
-msgid "Not available."
-msgstr "Ei saatavilla."
-
-#: mod/community.php:76
-msgid "Local Community"
-msgstr "Paikallinen yhteisö"
-
-#: mod/community.php:79
-msgid "Posts from local users on this server"
-msgstr "Tämän palvelimen julkaisut"
-
-#: mod/community.php:87
-msgid "Global Community"
-msgstr "Maailmanlaajuinen yhteisö"
+#: mod/community.php:87
+msgid "Global Community"
+msgstr "Maailmanlaajuinen yhteisö"
 
 #: mod/community.php:90
 msgid "Posts from users of the whole federated network"
@@ -2673,14 +2554,6 @@ msgstr "Kopio: sähköpostiosoitteet"
 msgid "Example: bob@example.com, mary@example.com"
 msgstr "Esimerkki: bob@example.com, mary@example.com"
 
-#: mod/feedtest.php:20
-msgid "You must be logged in to use this module"
-msgstr "Sinun pitää kirjautua sisään, jotta voit käyttää tätä moduulia"
-
-#: mod/feedtest.php:48
-msgid "Source URL"
-msgstr "Lähde URL"
-
 #: mod/fsuggest.php:72
 msgid "Friend suggestion sent."
 msgstr "Ystäväehdotus lähetettiin."
@@ -2718,7 +2591,7 @@ msgstr "Tallenna ryhmä"
 msgid "Create a group of contacts/friends."
 msgstr "Luo kontakti/kaveriryhmä"
 
-#: mod/group.php:103 mod/group.php:199 src/Model/Group.php:408
+#: mod/group.php:103 mod/group.php:199 src/Model/Group.php:421
 msgid "Group Name: "
 msgstr "Ryhmän nimi:"
 
@@ -2762,37 +2635,6 @@ msgstr "Poista kontakti"
 msgid "Add Contact"
 msgstr "Lisää kontakti"
 
-#: mod/item.php:114
-msgid "Unable to locate original post."
-msgstr "Alkuperäinen julkaisu ei löydy."
-
-#: mod/item.php:274
-msgid "Empty post discarded."
-msgstr "Tyhjä julkaisu hylätty."
-
-#: mod/item.php:799
-#, php-format
-msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr ""
-
-#: mod/item.php:801
-#, php-format
-msgid "You may visit them online at %s"
-msgstr ""
-
-#: mod/item.php:802
-msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr ""
-
-#: mod/item.php:806
-#, php-format
-msgid "%s posted an update."
-msgstr "%s julkaisi päivityksen."
-
 #: mod/message.php:30 src/Content/Nav.php:198
 msgid "New Message"
 msgstr "Uusi viesti"
@@ -2801,7 +2643,7 @@ msgstr "Uusi viesti"
 msgid "Unable to locate contact information."
 msgstr "Kontaktin tiedot ei löydy."
 
-#: mod/message.php:112 src/Content/Nav.php:195 view/theme/frio/theme.php:268
+#: mod/message.php:112 view/theme/frio/theme.php:268 src/Content/Nav.php:195
 msgid "Messages"
 msgstr "Viestit"
 
@@ -2869,100 +2711,11 @@ msgid_plural "%d messages"
 msgstr[0] "%d viesti"
 msgstr[1] "%d viestiä"
 
-#: mod/network.php:202 src/Model/Group.php:400
-msgid "add"
-msgstr "lisää"
-
-#: mod/network.php:547
-#, php-format
-msgid ""
-"Warning: This group contains %s member from a network that doesn't allow non"
-" public messages."
-msgid_plural ""
-"Warning: This group contains %s members from a network that doesn't allow "
-"non public messages."
-msgstr[0] ""
-msgstr[1] ""
-
-#: mod/network.php:550
-msgid "Messages in this group won't be send to these receivers."
-msgstr ""
-
-#: mod/network.php:618
-msgid "No such group"
-msgstr "Ryhmä ei ole olemassa"
-
-#: mod/network.php:643
-#, php-format
-msgid "Group: %s"
-msgstr "Ryhmä: %s"
-
-#: mod/network.php:669
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr ""
-
-#: mod/network.php:672
-msgid "Invalid contact."
-msgstr "Virheellinen kontakti."
-
-#: mod/network.php:921
-msgid "Commented Order"
-msgstr "Järjestä viimeisimpien kommenttien mukaan"
-
-#: mod/network.php:924
-msgid "Sort by Comment Date"
-msgstr "Kommentit päivämäärän mukaan"
-
-#: mod/network.php:929
-msgid "Posted Order"
-msgstr "Järjestä julkaisupäivämäärän mukaan"
-
-#: mod/network.php:932
-msgid "Sort by Post Date"
-msgstr "Julkaisut päivämäärän mukaan"
-
-#: mod/network.php:940 mod/profiles.php:687
-#: src/Core/NotificationsManager.php:185
-msgid "Personal"
-msgstr "Henkilökohtainen"
-
-#: mod/network.php:943
-msgid "Posts that mention or involve you"
-msgstr "Julkaisut jotka liittyvät sinuun"
-
-#: mod/network.php:951
-msgid "New"
-msgstr "Uusi"
-
-#: mod/network.php:954
-msgid "Activity Stream - by date"
-msgstr ""
-
-#: mod/network.php:962
-msgid "Shared Links"
-msgstr "Jaetut linkit"
-
-#: mod/network.php:965
-msgid "Interesting Links"
-msgstr "Kiinnostavat linkit"
-
-#: mod/network.php:973
-msgid "Starred"
-msgstr "Tähtimerkitty"
-
-#: mod/network.php:976
-msgid "Favourite Posts"
-msgstr "Lempijulkaisut"
-
-#: mod/notes.php:52 src/Model/Profile.php:946
+#: mod/notes.php:52 src/Model/Profile.php:948
 msgid "Personal Notes"
 msgstr "Henkilökohtaiset tiedot"
 
-#: mod/oexchange.php:30
-msgid "Post successful."
-msgstr "Viestin lähetys onnistui."
-
-#: mod/photos.php:108 src/Model/Profile.php:907
+#: mod/photos.php:108 src/Model/Profile.php:909
 msgid "Photo Albums"
 msgstr "Valokuva-albumit"
 
@@ -3192,7 +2945,7 @@ msgstr "%s: kommentit"
 msgid "%s's timeline"
 msgstr "%s: aikajana"
 
-#: mod/profile.php:173 mod/display.php:313 mod/cal.php:142
+#: mod/profile.php:173 mod/cal.php:142 mod/display.php:313
 msgid "Access to this profile has been restricted."
 msgstr "Pääsy tähän profiiliin on rajoitettu"
 
@@ -3220,559 +2973,525 @@ msgstr "Viimeisimmät videot"
 msgid "Upload New Videos"
 msgstr "Lataa uusia videoita"
 
-#: mod/delegate.php:37
-msgid "Parent user not found."
-msgstr ""
+#: mod/cal.php:274 mod/events.php:391 view/theme/frio/theme.php:263
+#: view/theme/frio/theme.php:267 src/Content/Nav.php:104
+#: src/Content/Nav.php:169 src/Model/Profile.php:926 src/Model/Profile.php:937
+msgid "Events"
+msgstr "Tapahtumat"
 
-#: mod/delegate.php:144
-msgid "No parent user"
-msgstr ""
+#: mod/cal.php:275 mod/events.php:392
+msgid "View"
+msgstr "Katso"
 
-#: mod/delegate.php:159
-msgid "Parent Password:"
-msgstr ""
-
-#: mod/delegate.php:159
-msgid ""
-"Please enter the password of the parent account to legitimize your request."
-msgstr ""
-
-#: mod/delegate.php:164
-msgid "Parent User"
-msgstr ""
+#: mod/cal.php:276 mod/events.php:394
+msgid "Previous"
+msgstr "Edellinen"
 
-#: mod/delegate.php:167
-msgid ""
-"Parent users have total control about this account, including the account "
-"settings. Please double check whom you give this access."
-msgstr ""
+#: mod/cal.php:277 mod/events.php:395 mod/install.php:209
+msgid "Next"
+msgstr "Seuraava"
 
-#: mod/delegate.php:168 mod/admin.php:307 mod/admin.php:1346
-#: mod/admin.php:1965 mod/admin.php:2218 mod/admin.php:2292 mod/admin.php:2439
-#: mod/settings.php:675 mod/settings.php:784 mod/settings.php:872
-#: mod/settings.php:961 mod/settings.php:1194
-msgid "Save Settings"
-msgstr "Tallenna asetukset"
+#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412
+msgid "today"
+msgstr "tänään"
 
-#: mod/delegate.php:169 src/Content/Nav.php:204
-msgid "Delegate Page Management"
-msgstr ""
+#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304
+#: src/Model/Event.php:413
+msgid "month"
+msgstr "kuukausi"
 
-#: mod/delegate.php:170
-msgid "Delegates"
-msgstr ""
+#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305
+#: src/Model/Event.php:414
+msgid "week"
+msgstr "viikko"
 
-#: mod/delegate.php:172
-msgid ""
-"Delegates are able to manage all aspects of this account/page except for "
-"basic account settings. Please do not delegate your personal account to "
-"anybody that you do not trust completely."
-msgstr ""
+#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306
+#: src/Model/Event.php:415
+msgid "day"
+msgstr "päivä"
 
-#: mod/delegate.php:173
-msgid "Existing Page Delegates"
-msgstr ""
+#: mod/cal.php:284 mod/events.php:404
+msgid "list"
+msgstr "luettelo"
 
-#: mod/delegate.php:175
-msgid "Potential Delegates"
-msgstr ""
+#: mod/cal.php:297 src/Core/Console/NewPassword.php:73 src/Model/User.php:214
+msgid "User not found"
+msgstr "Käyttäjää ei löydy"
 
-#: mod/delegate.php:178
-msgid "Add"
-msgstr "Lisää"
+#: mod/cal.php:313
+msgid "This calendar format is not supported"
+msgstr "Tätä kalenteriformaattia ei tueta"
 
-#: mod/delegate.php:179
-msgid "No entries."
-msgstr ""
+#: mod/cal.php:315
+msgid "No exportable data found"
+msgstr "Vientikelpoista dataa ei löytynyt"
 
-#: mod/dirfind.php:49
-#, php-format
-msgid "People Search - %s"
-msgstr ""
+#: mod/cal.php:332
+msgid "calendar"
+msgstr "kalenteri"
 
-#: mod/dirfind.php:60
+#: mod/contacts.php:157
 #, php-format
-msgid "Forum Search - %s"
-msgstr "Foorumihaku - %s"
-
-#: mod/install.php:114
-msgid "Friendica Communications Server - Setup"
-msgstr "Friendica viestinnän palvelin - asetukset"
+msgid "%d contact edited."
+msgid_plural "%d contacts edited."
+msgstr[0] "%d kontakti muokattu"
+msgstr[1] "%d kontakteja muokattu"
 
-#: mod/install.php:120
-msgid "Could not connect to database."
-msgstr "Tietokantaan ei saada yhteyttä."
+#: mod/contacts.php:184 mod/contacts.php:400
+msgid "Could not access contact record."
+msgstr "Yhteystietoon ei päästä käsiksi."
 
-#: mod/install.php:124
-msgid "Could not create table."
-msgstr "Taulun luominen epäonnistui."
+#: mod/contacts.php:194
+msgid "Could not locate selected profile."
+msgstr "Valittua profiilia ei löydy."
 
-#: mod/install.php:130
-msgid "Your Friendica site database has been installed."
-msgstr "Friendica-sivustosi tietokanta on asennettu."
+#: mod/contacts.php:228
+msgid "Contact updated."
+msgstr "Yhteystietopäivitys onnistui."
 
-#: mod/install.php:135
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr "Sinun on ehkä tuotava tiedosto \"database.sql\" manuaalisesti käyttämällä phpMyAdminia tai MySQL:ää."
+#: mod/contacts.php:421
+msgid "Contact has been blocked"
+msgstr "Henkilö on estetty"
 
-#: mod/install.php:136 mod/install.php:208 mod/install.php:558
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr "Lue tiedosto \"INSTALL.txt\"."
+#: mod/contacts.php:421
+msgid "Contact has been unblocked"
+msgstr "Henkilö on jälleen sallittu"
 
-#: mod/install.php:148
-msgid "Database already in use."
-msgstr "Tietokanta on jo käytössä."
+#: mod/contacts.php:432
+msgid "Contact has been ignored"
+msgstr "Henkilöä ei enää huomioida"
 
-#: mod/install.php:205
-msgid "System check"
-msgstr "Järjestelmän tarkistus"
+#: mod/contacts.php:432
+msgid "Contact has been unignored"
+msgstr "Henkilö on jälleen huomioituna."
 
-#: mod/install.php:209 mod/cal.php:277 mod/events.php:395
-msgid "Next"
-msgstr "Seuraava"
+#: mod/contacts.php:443
+msgid "Contact has been archived"
+msgstr "Henkilö on arkistoitu."
 
-#: mod/install.php:210
-msgid "Check again"
-msgstr "Tarkista uudelleen"
+#: mod/contacts.php:443
+msgid "Contact has been unarchived"
+msgstr "Henkilö on otettu pois arkistosta."
 
-#: mod/install.php:230
-msgid "Database connection"
-msgstr "Tietokantayhteys"
+#: mod/contacts.php:467
+msgid "Drop contact"
+msgstr "Poista kontakti"
 
-#: mod/install.php:231
-msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
-msgstr "Jotta voit asentaa Friendican, tarvitaan tieto siitä, miten tietokantaasi saa yhteyden."
+#: mod/contacts.php:470 mod/contacts.php:823
+msgid "Do you really want to delete this contact?"
+msgstr "Haluatko todella poistaa tämän yhteystiedon?"
 
-#: mod/install.php:232
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr "Ota yhteyttä web-palveluntarjoajaasi tai sivuston ylläpitäjään, jos sinulla on näihin asetuksiin liittyviä kysymyksiä."
+#: mod/contacts.php:488
+msgid "Contact has been removed."
+msgstr "Yhteystieto on poistettu."
 
-#: mod/install.php:233
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "Alla määritetyn tietokannan tulisi olla jo olemassa. Jos se ei ole, luo se ennen kuin jatkat."
+#: mod/contacts.php:519
+#, php-format
+msgid "You are mutual friends with %s"
+msgstr "Olet kaveri %s kanssa."
 
-#: mod/install.php:237
-msgid "Database Server Name"
-msgstr "Tietokannan palvelimen nimi"
+#: mod/contacts.php:523
+#, php-format
+msgid "You are sharing with %s"
+msgstr "Olet jakanut jotakin %s:n kanssa"
 
-#: mod/install.php:238
-msgid "Database Login Name"
-msgstr "Tietokannan käyttäjän nimi"
+#: mod/contacts.php:527
+#, php-format
+msgid "%s is sharing with you"
+msgstr "%s jakaa sinulle jotakin."
 
-#: mod/install.php:239
-msgid "Database Login Password"
-msgstr "Tietokannan käyttäjän salasana"
+#: mod/contacts.php:547
+msgid "Private communications are not available for this contact."
+msgstr "Yksityiskeskustelu ei ole käytettävissä tälle henkilölle."
 
-#: mod/install.php:239
-msgid "For security reasons the password must not be empty"
-msgstr "Turvallisuussyistä salasanakenttä ei saa olla tyhjä"
+#: mod/contacts.php:549
+msgid "Never"
+msgstr "Ei koskaan"
 
-#: mod/install.php:240
-msgid "Database Name"
-msgstr "Tietokannan nimi"
+#: mod/contacts.php:552
+msgid "(Update was successful)"
+msgstr "(Päivitys onnistui)"
 
-#: mod/install.php:241 mod/install.php:281
-msgid "Site administrator email address"
-msgstr "Sivuston ylläpitäjän sähköpostiosoite"
+#: mod/contacts.php:552
+msgid "(Update was not successful)"
+msgstr "(Päivitys epäonnistui)"
 
-#: mod/install.php:241 mod/install.php:281
-msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr "Tilisi sähköpostiosoitteen on vastattava tätä, jotta voit käyttää ylläpitokäyttöliittymää."
+#: mod/contacts.php:554 mod/contacts.php:992
+msgid "Suggest friends"
+msgstr "Ehdota ystäviä"
 
-#: mod/install.php:245 mod/install.php:284
-msgid "Please select a default timezone for your website"
-msgstr "Valitse oletusaikavyöhyke sivustollesi"
+#: mod/contacts.php:558
+#, php-format
+msgid "Network type: %s"
+msgstr "Verkkotyyppi: %s"
 
-#: mod/install.php:271
-msgid "Site settings"
-msgstr "Sivuston asetukset"
+#: mod/contacts.php:563
+msgid "Communications lost with this contact!"
+msgstr "Yhteys tähän henkilöön menetettiin!"
 
-#: mod/install.php:285
-msgid "System Language:"
-msgstr "Järjestelmän kieli:"
+#: mod/contacts.php:569
+msgid "Fetch further information for feeds"
+msgstr ""
 
-#: mod/install.php:285
+#: mod/contacts.php:571
 msgid ""
-"Set the default language for your Friendica installation interface and to "
-"send emails."
-msgstr "Valitse Friendica-sivustosi oletuskieli."
+"Fetch information like preview pictures, title and teaser from the feed "
+"item. You can activate this if the feed doesn't contain much text. Keywords "
+"are taken from the meta header in the feed item and are posted as hash tags."
+msgstr ""
 
-#: mod/install.php:325
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "Komentoriviversiota PHP:stä ei löytynyt web-palvelimen PATH:ista."
-
-#: mod/install.php:326
-msgid ""
-"If you don't have a command line version of PHP installed on your server, "
-"you will not be able to run the background processing. See <a "
-"href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-"
-"up-the-worker'>'Setup the worker'</a>"
-msgstr ""
+#: mod/contacts.php:572 mod/admin.php:1272 mod/admin.php:1435
+#: mod/admin.php:1445
+msgid "Disabled"
+msgstr "Pois käytöstä"
 
-#: mod/install.php:330
-msgid "PHP executable path"
-msgstr "Polku PHP-ohjelmaan"
+#: mod/contacts.php:573
+msgid "Fetch information"
+msgstr "Nouda tiedot"
 
-#: mod/install.php:330
-msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr "Kirjoita koko polku PHP-ohjelmaan. Voit jättää sen tyhjäksi, jos haluat jatkaa asennusta."
+#: mod/contacts.php:574
+msgid "Fetch keywords"
+msgstr "Nouda avainsanat"
 
-#: mod/install.php:335
-msgid "Command line PHP"
-msgstr "Komentorivi-PHP"
+#: mod/contacts.php:575
+msgid "Fetch information and keywords"
+msgstr "Nouda tiedot ja avainsanat"
 
-#: mod/install.php:344
-msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
-msgstr ""
+#: mod/contacts.php:599 mod/unfollow.php:100
+msgid "Disconnect/Unfollow"
+msgstr "Katkaise / Lopeta seuraaminen"
 
-#: mod/install.php:345
-msgid "Found PHP version: "
-msgstr "PHP-versio löydetty:"
+#: mod/contacts.php:608
+msgid "Contact"
+msgstr "Kontakti"
 
-#: mod/install.php:347
-msgid "PHP cli binary"
-msgstr "PHP cli -binääritiedosto"
+#: mod/contacts.php:611
+msgid "Profile Visibility"
+msgstr "Profiilin näkyvyys"
 
-#: mod/install.php:358
+#: mod/contacts.php:612
+#, php-format
 msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "Järjestelmäsi komentorivi-PHP:ssä ei ole käytössä asetusta \"register_argc_argv\"."
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "Valitse profiili, jonka haluat näyttää %s:lle, kun hän haluaa katsoa profiiliasi turvallisesti."
 
-#: mod/install.php:359
-msgid "This is required for message delivery to work."
-msgstr "Asetus vaaditaan viestien lähettämiseen."
+#: mod/contacts.php:613
+msgid "Contact Information / Notes"
+msgstr "Yhteystiedot / Muistiinpanot"
 
-#: mod/install.php:361
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: mod/contacts.php:614
+msgid "Their personal note"
+msgstr ""
 
-#: mod/install.php:384
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "Virhe: järjestelmäsi \"openssl_pkey_new\" -funktio ei pysty generoimaan salausavaimia."
+#: mod/contacts.php:616
+msgid "Edit contact notes"
+msgstr "Muokkaa yhteystietojen muistiinpanoja"
 
-#: mod/install.php:385
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "Jos on kyse Windows-pavelimesta, katso \"http://www.php.net/manual/en/openssl.installation.php\"."
+#: mod/contacts.php:620
+msgid "Block/Unblock contact"
+msgstr "Estä/salli henkilö"
 
-#: mod/install.php:387
-msgid "Generate encryption keys"
-msgstr "Luo salausavaimet"
+#: mod/contacts.php:621
+msgid "Ignore contact"
+msgstr "Jätä henkilö huomiotta"
 
-#: mod/install.php:394
-msgid "libCurl PHP module"
-msgstr "PHP-moduuli libCurl"
+#: mod/contacts.php:622
+msgid "Repair URL settings"
+msgstr "Korjaa URL-asetukset"
 
-#: mod/install.php:395
-msgid "GD graphics PHP module"
-msgstr "PHP-moduuli GD graphics"
+#: mod/contacts.php:623
+msgid "View conversations"
+msgstr "Katso keskusteluja"
 
-#: mod/install.php:396
-msgid "OpenSSL PHP module"
-msgstr "PHP-moduuli OpenSSL"
+#: mod/contacts.php:628
+msgid "Last update:"
+msgstr "Viimeksi päivitetty:"
 
-#: mod/install.php:397
-msgid "PDO or MySQLi PHP module"
-msgstr "PDO tai MySQLi PHP-moduuli"
+#: mod/contacts.php:630
+msgid "Update public posts"
+msgstr "Päivitä julkiset postaukset"
 
-#: mod/install.php:398
-msgid "mb_string PHP module"
-msgstr "PHP-moduuli mb_string"
+#: mod/contacts.php:632 mod/contacts.php:1002
+msgid "Update now"
+msgstr "Päivitä nyt"
 
-#: mod/install.php:399
-msgid "XML PHP module"
-msgstr "XML PHP-moduuli"
+#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011
+#: mod/admin.php:485 mod/admin.php:1800
+msgid "Unblock"
+msgstr "Salli"
 
-#: mod/install.php:400
-msgid "iconv PHP module"
-msgstr "iconv PHP-moduuli"
+#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011
+#: mod/admin.php:484 mod/admin.php:1799
+msgid "Block"
+msgstr "Estä"
 
-#: mod/install.php:401
-msgid "POSIX PHP module"
-msgstr "POSIX PHP-moduuli"
+#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019
+msgid "Unignore"
+msgstr "Ota huomioon"
 
-#: mod/install.php:405 mod/install.php:407
-msgid "Apache mod_rewrite module"
-msgstr "Apache mod_rewrite -moduuli"
+#: mod/contacts.php:642
+msgid "Currently blocked"
+msgstr "Estetty tällä hetkellä"
 
-#: mod/install.php:405
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Virhe: Apache-palvelimen mod-rewrite -moduuli vaaditaan, mutta sitä ei ole asennettu."
+#: mod/contacts.php:643
+msgid "Currently ignored"
+msgstr "Jätetty huomiotta tällä hetkellä"
 
-#: mod/install.php:413
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Virhe: libCURL PHP -moduuli vaaditaan, mutta sitä ei ole asennettu."
+#: mod/contacts.php:644
+msgid "Currently archived"
+msgstr "Arkistoitu tällä hetkellä"
 
-#: mod/install.php:417
+#: mod/contacts.php:645
+msgid "Awaiting connection acknowledge"
+msgstr "Odotetaan yhteyden kuittausta"
+
+#: mod/contacts.php:646
 msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "Virhe: GD graphics PHP -moduuli JPEG-tuella vaaditaan, mutta sitä ei ole asennettu."
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr ""
 
-#: mod/install.php:421
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Virhe: openssl PHP -moduuli vaaditaan, mutta sitä ei ole asennettu."
+#: mod/contacts.php:647
+msgid "Notification for new posts"
+msgstr "Uusien postausten ilmoitus"
 
-#: mod/install.php:425
-msgid "Error: PDO or MySQLi PHP module required but not installed."
-msgstr "Virhe: PDO tai MySQLi PHP-moduuli vaaditaan, mutta sitä ei ole asennettu."
+#: mod/contacts.php:647
+msgid "Send a notification of every new post of this contact"
+msgstr "Lähetä ilmoitus tälle henkilölle kaikista uusista postauksista"
 
-#: mod/install.php:429
-msgid "Error: The MySQL driver for PDO is not installed."
-msgstr "Virhe: PDO:n MySQL-ajuri ei ole asennettu"
+#: mod/contacts.php:650
+msgid "Blacklisted keywords"
+msgstr "Kielletyt avainsanat"
 
-#: mod/install.php:433
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Virhe: PHP-moduuli mb_string vaaditaan, mutta sitä ei ole asennettu."
+#: mod/contacts.php:650
+msgid ""
+"Comma separated list of keywords that should not be converted to hashtags, "
+"when \"Fetch information and keywords\" is selected"
+msgstr ""
 
-#: mod/install.php:437
-msgid "Error: iconv PHP module required but not installed."
-msgstr "Virhe: iconv PHP-moduuli vaaditaan, mutta sitä ei ole asennettu."
+#: mod/contacts.php:662 src/Model/Profile.php:424
+msgid "XMPP:"
+msgstr "XMPP:"
 
-#: mod/install.php:441
-msgid "Error: POSIX PHP module required but not installed."
-msgstr "Virhe: POSIX PHP-moduuli vaadittaan, mutta sitä ei ole asennettu."
+#: mod/contacts.php:667
+msgid "Actions"
+msgstr "Toimenpiteet"
 
-#: mod/install.php:451
-msgid "Error, XML PHP module required but not installed."
-msgstr "Virhe: XML PHP-moduuli vaaditaan, mutta sitä ei ole asennettu."
+#: mod/contacts.php:669 mod/contacts.php:855 view/theme/frio/theme.php:259
+#: src/Content/Nav.php:100 src/Model/Profile.php:890
+msgid "Status"
+msgstr "Tila"
 
-#: mod/install.php:463
-msgid ""
-"The web installer needs to be able to create a file called \".htconfig.php\""
-" in the top folder of your web server and it is unable to do so."
-msgstr "Web-asennuksen pitäisi pystyä luomaan tiedosto nimeltä \".htconfig.php\" palvelimesi ylimpään kansioon, mutta se ei nyt onnistu."
+#: mod/contacts.php:670
+msgid "Contact Settings"
+msgstr "Yhteystietoasetukset"
 
-#: mod/install.php:464
-msgid ""
-"This is most often a permission setting, as the web server may not be able "
-"to write files in your folder - even if you can."
-msgstr "Tämä on yleensä käyttöoikeusasetus, jolloin web-palvelimesi ei pysty kirjoittamaan tiedostoja kansioosi, vaikka itse siihen pystyisit."
+#: mod/contacts.php:711
+msgid "Suggestions"
+msgstr "Ehdotukset"
 
-#: mod/install.php:465
-msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named .htconfig.php in your Friendica top folder."
-msgstr "Tämän menettelyn lopussa annamme sinulle tekstin tallennettavaksi tiedostoon nimeltä .htconfig.php Friendican ylätason kansiossa."
+#: mod/contacts.php:714
+msgid "Suggest potential friends"
+msgstr "Ehdota mahdollisille ystäville"
 
-#: mod/install.php:466
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"INSTALL.txt\" for instructions."
-msgstr ""
+#: mod/contacts.php:722
+msgid "Show all contacts"
+msgstr "Näytä kaikki yhteystiedot"
 
-#: mod/install.php:469
-msgid ".htconfig.php is writable"
-msgstr ".htconfig.php on kirjoitettava"
+#: mod/contacts.php:727
+msgid "Unblocked"
+msgstr "Sallittu"
 
-#: mod/install.php:479
-msgid ""
-"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
-msgstr ""
+#: mod/contacts.php:730
+msgid "Only show unblocked contacts"
+msgstr "Näytä vain sallitut henkilöt"
 
-#: mod/install.php:480
-msgid ""
-"In order to store these compiled templates, the web server needs to have "
-"write access to the directory view/smarty3/ under the Friendica top level "
-"folder."
-msgstr ""
+#: mod/contacts.php:735
+msgid "Blocked"
+msgstr "Estetty"
 
-#: mod/install.php:481
-msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has"
-" write access to this folder."
-msgstr ""
+#: mod/contacts.php:738
+msgid "Only show blocked contacts"
+msgstr "Näytä vain estetyt henkilöt"
 
-#: mod/install.php:482
-msgid ""
-"Note: as a security measure, you should give the web server write access to "
-"view/smarty3/ only--not the template files (.tpl) that it contains."
-msgstr ""
+#: mod/contacts.php:743
+msgid "Ignored"
+msgstr "Jätetty huomiotta"
 
-#: mod/install.php:485
-msgid "view/smarty3 is writable"
-msgstr "view/smarty3 on kirjoitettava"
+#: mod/contacts.php:746
+msgid "Only show ignored contacts"
+msgstr "Näytä vain henkilöt, jotka jätetty huomiotta"
 
-#: mod/install.php:501
-msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
-msgstr "URL-osoitteen uudelleenkirjoitus .htaccess-tiedostossa ei toimi. Tarkista palvelimen asetukset."
+#: mod/contacts.php:751
+msgid "Archived"
+msgstr "Arkistoitu"
 
-#: mod/install.php:503
-msgid "Url rewrite is working"
-msgstr "URL-osoitteen uudellenkirjoitus toimii"
+#: mod/contacts.php:754
+msgid "Only show archived contacts"
+msgstr "Näytä vain arkistoidut henkilöt"
 
-#: mod/install.php:522
-msgid "ImageMagick PHP extension is not installed"
-msgstr "ImageMagick PHP-laajennus ei ole asetettu"
+#: mod/contacts.php:759
+msgid "Hidden"
+msgstr "Piilotettu"
 
-#: mod/install.php:524
-msgid "ImageMagick PHP extension is installed"
-msgstr "ImageMagick PHP-laajennus on asetettu"
+#: mod/contacts.php:762
+msgid "Only show hidden contacts"
+msgstr "Näytä vain piilotetut henkilöt"
 
-#: mod/install.php:526
-msgid "ImageMagick supports GIF"
-msgstr "ImageMagik tukee GIF-formaattia"
+#: mod/contacts.php:818
+msgid "Search your contacts"
+msgstr "Etsi henkilöitä"
 
-#: mod/install.php:533
-msgid ""
-"The database configuration file \".htconfig.php\" could not be written. "
-"Please use the enclosed text to create a configuration file in your web "
-"server root."
-msgstr "Tietokannan asetustiedostoa \".htconfig.php\" ei pystytty kirjoittamaan. Käytä mukaanliitettyä tekstiä luomaan asetustiedosto web-palvelimesi juureen."
+#: mod/contacts.php:820 mod/directory.php:209 src/Content/Widget.php:63
+msgid "Find"
+msgstr "Etsi"
 
-#: mod/install.php:556
-msgid "<h1>What next</h1>"
-msgstr "<h1>Mitä seuraavaksi</h1>"
+#: mod/contacts.php:826 mod/settings.php:170 mod/settings.php:701
+msgid "Update"
+msgstr "Päivitä"
 
-#: mod/install.php:557
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"worker."
-msgstr "TÄRKEÄÄ: Sinun pitää asettaa [manuaalisesti] ajastettu tehtävä Workerille."
+#: mod/contacts.php:829 mod/contacts.php:1027
+msgid "Archive"
+msgstr "Arkistoi"
 
-#: mod/install.php:560
-#, php-format
-msgid ""
-"Go to your new Friendica node <a href=\"%s/register\">registration page</a> "
-"and register as new user. Remember to use the same email you have entered as"
-" administrator email. This will allow you to enter the site admin panel."
-msgstr ""
+#: mod/contacts.php:829 mod/contacts.php:1027
+msgid "Unarchive"
+msgstr "Poista arkistosta"
 
-#: mod/ostatus_subscribe.php:21
-msgid "Subscribing to OStatus contacts"
+#: mod/contacts.php:832
+msgid "Batch Actions"
 msgstr ""
 
-#: mod/ostatus_subscribe.php:33
-msgid "No contact provided."
-msgstr "Kontakti puuttuu."
-
-#: mod/ostatus_subscribe.php:40
-msgid "Couldn't fetch information for contact."
-msgstr "Kontaktin tietoja ei voitu hakea."
-
-#: mod/ostatus_subscribe.php:50
-msgid "Couldn't fetch friends for contact."
-msgstr ""
+#: mod/contacts.php:858 mod/unfollow.php:132 mod/follow.php:186
+#: src/Model/Profile.php:893
+msgid "Status Messages and Posts"
+msgstr "Statusviestit ja postaukset"
 
-#: mod/ostatus_subscribe.php:78
-msgid "success"
-msgstr "onnistui"
+#: mod/contacts.php:866 src/Model/Profile.php:901
+msgid "Profile Details"
+msgstr "Profiilitiedot"
 
-#: mod/ostatus_subscribe.php:80
-msgid "failed"
-msgstr "epäonnistui"
+#: mod/contacts.php:878
+msgid "View all contacts"
+msgstr "Näytä kaikki kontaktit"
 
-#: mod/ostatus_subscribe.php:83 src/Object/Post.php:279
-msgid "ignored"
-msgstr "ohitettu"
+#: mod/contacts.php:889
+msgid "View all common friends"
+msgstr "Näytä kaikki yhteiset kaverit"
 
-#: mod/unfollow.php:34
-msgid "Contact wasn't found or can't be unfollowed."
+#: mod/contacts.php:895 mod/events.php:532 mod/admin.php:1351
+#: src/Model/Profile.php:867
+msgid "Advanced"
 msgstr ""
 
-#: mod/unfollow.php:47
-msgid "Contact unfollowed"
-msgstr "Kontaktia ei enää seurata"
+#: mod/contacts.php:898
+msgid "Advanced Contact Settings"
+msgstr "Kontakti-lisäasetukset"
 
-#: mod/unfollow.php:73
-msgid "You aren't a friend of this contact."
-msgstr "Et ole kontaktin kaveri."
+#: mod/contacts.php:930
+msgid "Mutual Friendship"
+msgstr "Yhteinen kaveruus"
 
-#: mod/unfollow.php:79
-msgid "Unfollowing is currently not supported by your network."
-msgstr ""
+#: mod/contacts.php:934
+msgid "is a fan of yours"
+msgstr "on fanisi"
 
-#: mod/unfollow.php:100 mod/contacts.php:599
-msgid "Disconnect/Unfollow"
-msgstr "Katkaise / Lopeta seuraaminen"
+#: mod/contacts.php:938
+msgid "you are a fan of"
+msgstr "fanitat"
 
-#: mod/unfollow.php:132 mod/follow.php:186 mod/contacts.php:858
-#: src/Model/Profile.php:891
-msgid "Status Messages and Posts"
-msgstr "Statusviestit ja postaukset"
+#: mod/contacts.php:1013
+msgid "Toggle Blocked status"
+msgstr "Estetty tila päälle/pois"
 
-#: mod/cal.php:274 mod/events.php:391 src/Content/Nav.php:104
-#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935
-#: view/theme/frio/theme.php:263 view/theme/frio/theme.php:267
-msgid "Events"
-msgstr "Tapahtumat"
+#: mod/contacts.php:1021
+msgid "Toggle Ignored status"
+msgstr "Sivuuta/seuraa"
 
-#: mod/cal.php:275 mod/events.php:392
-msgid "View"
-msgstr "Katso"
+#: mod/contacts.php:1029
+msgid "Toggle Archive status"
+msgstr "Arkistotila päälle/pois"
 
-#: mod/cal.php:276 mod/events.php:394
-msgid "Previous"
-msgstr "Edellinen"
+#: mod/contacts.php:1037
+msgid "Delete contact"
+msgstr "Poista kontakti"
 
-#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412
-msgid "today"
-msgstr "tänään"
+#: mod/delegate.php:37
+msgid "Parent user not found."
+msgstr ""
 
-#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304
-#: src/Model/Event.php:413
-msgid "month"
-msgstr "kuukausi"
+#: mod/delegate.php:144
+msgid "No parent user"
+msgstr ""
 
-#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305
-#: src/Model/Event.php:414
-msgid "week"
-msgstr "viikko"
+#: mod/delegate.php:159
+msgid "Parent Password:"
+msgstr ""
 
-#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306
-#: src/Model/Event.php:415
-msgid "day"
-msgstr "päivä"
+#: mod/delegate.php:159
+msgid ""
+"Please enter the password of the parent account to legitimize your request."
+msgstr ""
 
-#: mod/cal.php:284 mod/events.php:404
-msgid "list"
-msgstr "luettelo"
+#: mod/delegate.php:164
+msgid "Parent User"
+msgstr ""
 
-#: mod/cal.php:297 src/Core/Console/NewPassword.php:74 src/Model/User.php:204
-msgid "User not found"
-msgstr "Käyttäjää ei löydy"
+#: mod/delegate.php:167
+msgid ""
+"Parent users have total control about this account, including the account "
+"settings. Please double check whom you give this access."
+msgstr ""
 
-#: mod/cal.php:313
-msgid "This calendar format is not supported"
-msgstr "Tätä kalenteriformaattia ei tueta"
+#: mod/delegate.php:168 mod/admin.php:307 mod/admin.php:1346
+#: mod/admin.php:1965 mod/admin.php:2218 mod/admin.php:2292 mod/admin.php:2439
+#: mod/settings.php:675 mod/settings.php:784 mod/settings.php:872
+#: mod/settings.php:961 mod/settings.php:1194
+msgid "Save Settings"
+msgstr "Tallenna asetukset"
 
-#: mod/cal.php:315
-msgid "No exportable data found"
+#: mod/delegate.php:169 src/Content/Nav.php:204
+msgid "Delegate Page Management"
 msgstr ""
 
-#: mod/cal.php:332
-msgid "calendar"
-msgstr "kalenteri"
+#: mod/delegate.php:170
+msgid "Delegates"
+msgstr ""
 
-#: mod/events.php:105 mod/events.php:107
-msgid "Event can not end before it has started."
+#: mod/delegate.php:172
+msgid ""
+"Delegates are able to manage all aspects of this account/page except for "
+"basic account settings. Please do not delegate your personal account to "
+"anybody that you do not trust completely."
 msgstr ""
 
-#: mod/events.php:114 mod/events.php:116
-msgid "Event title and start time are required."
-msgstr "Tapahtuman nimi ja alkamisaika vaaditaan."
+#: mod/delegate.php:173
+msgid "Existing Page Delegates"
+msgstr ""
 
-#: mod/events.php:393
-msgid "Create New Event"
-msgstr "Luo uusi tapahtuma"
+#: mod/delegate.php:175
+msgid "Potential Delegates"
+msgstr ""
+
+#: mod/delegate.php:178
+msgid "Add"
+msgstr "Lisää"
+
+#: mod/delegate.php:179
+msgid "No entries."
+msgstr ""
+
+#: mod/events.php:105 mod/events.php:107
+msgid "Event can not end before it has started."
+msgstr ""
+
+#: mod/events.php:114 mod/events.php:116
+msgid "Event title and start time are required."
+msgstr "Tapahtuman nimi ja alkamisaika vaaditaan."
+
+#: mod/events.php:393
+msgid "Create New Event"
+msgstr "Luo uusi tapahtuma"
 
 #: mod/events.php:506
 msgid "Event details"
@@ -3814,15 +3533,10 @@ msgstr "Otsikko:"
 msgid "Share this event"
 msgstr "Jaa tämä tapahtuma"
 
-#: mod/events.php:531 src/Model/Profile.php:864
+#: mod/events.php:531 src/Model/Profile.php:866
 msgid "Basic"
 msgstr ""
 
-#: mod/events.php:532 mod/contacts.php:895 mod/admin.php:1351
-#: src/Model/Profile.php:865
-msgid "Advanced"
-msgstr ""
-
 #: mod/events.php:552
 msgid "Failed to remove event"
 msgstr "Tapahtuman poisto epäonnistui"
@@ -3831,2910 +3545,3181 @@ msgstr "Tapahtuman poisto epäonnistui"
 msgid "Event removed"
 msgstr "Tapahtuma poistettu"
 
-#: mod/profile_photo.php:55
-msgid "Image uploaded but image cropping failed."
-msgstr "Kuva ladattu mutta kuvan rajaus epäonnistui."
-
-#: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104
-#: mod/profile_photo.php:315
-#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "Kuvan pienentäminen [%s] epäonnistui."
-
-#: mod/profile_photo.php:125
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr ""
+#: mod/feedtest.php:20
+msgid "You must be logged in to use this module"
+msgstr "Sinun pitää kirjautua sisään, jotta voit käyttää tätä moduulia"
 
-#: mod/profile_photo.php:134
-msgid "Unable to process image"
-msgstr "Kuvan käsitteleminen epäonnistui"
+#: mod/feedtest.php:48
+msgid "Source URL"
+msgstr "Lähde URL"
 
-#: mod/profile_photo.php:247
-msgid "Upload File:"
-msgstr "Lähetä tiedosto:"
+#: mod/install.php:114
+msgid "Friendica Communications Server - Setup"
+msgstr "Friendica viestinnän palvelin - asetukset"
 
-#: mod/profile_photo.php:248
-msgid "Select a profile:"
-msgstr "Valitse profiili:"
+#: mod/install.php:120
+msgid "Could not connect to database."
+msgstr "Tietokantaan ei saada yhteyttä."
 
-#: mod/profile_photo.php:253
-msgid "or"
-msgstr "tai"
+#: mod/install.php:124
+msgid "Could not create table."
+msgstr "Taulun luominen epäonnistui."
 
-#: mod/profile_photo.php:253
-msgid "skip this step"
-msgstr "ohita tämä vaihe"
+#: mod/install.php:130
+msgid "Your Friendica site database has been installed."
+msgstr "Friendica-sivustosi tietokanta on asennettu."
 
-#: mod/profile_photo.php:253
-msgid "select a photo from your photo albums"
-msgstr "valitse kuva albumeistasi"
+#: mod/install.php:135
+msgid ""
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
+msgstr "Sinun on ehkä tuotava tiedosto \"database.sql\" manuaalisesti käyttämällä phpMyAdminia tai MySQL:ää."
 
-#: mod/profile_photo.php:266
-msgid "Crop Image"
-msgstr "Rajaa kuva"
+#: mod/install.php:136 mod/install.php:208 mod/install.php:558
+msgid "Please see the file \"INSTALL.txt\"."
+msgstr "Lue tiedosto \"INSTALL.txt\"."
 
-#: mod/profile_photo.php:267
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Rajaa kuva sopivasti."
+#: mod/install.php:148
+msgid "Database already in use."
+msgstr "Tietokanta on jo käytössä."
 
-#: mod/profile_photo.php:269
-msgid "Done Editing"
-msgstr "Lopeta muokkaus"
+#: mod/install.php:205
+msgid "System check"
+msgstr "Järjestelmän tarkistus"
 
-#: mod/profile_photo.php:305
-msgid "Image uploaded successfully."
-msgstr "Kuvan lähettäminen onnistui."
+#: mod/install.php:210
+msgid "Check again"
+msgstr "Tarkista uudelleen"
 
-#: mod/directory.php:152 src/Model/Profile.php:421 src/Model/Profile.php:769
-msgid "Status:"
-msgstr "Tila:"
+#: mod/install.php:230
+msgid "Database connection"
+msgstr "Tietokantayhteys"
 
-#: mod/directory.php:153 src/Model/Profile.php:422 src/Model/Profile.php:786
-msgid "Homepage:"
-msgstr "Kotisivu:"
+#: mod/install.php:231
+msgid ""
+"In order to install Friendica we need to know how to connect to your "
+"database."
+msgstr "Jotta voit asentaa Friendican, tarvitaan tieto siitä, miten tietokantaasi saa yhteyden."
 
-#: mod/directory.php:202 view/theme/vier/theme.php:201
-msgid "Global Directory"
-msgstr "Maailmanlaajuinen hakemisto"
+#: mod/install.php:232
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "Ota yhteyttä web-palveluntarjoajaasi tai sivuston ylläpitäjään, jos sinulla on näihin asetuksiin liittyviä kysymyksiä."
 
-#: mod/directory.php:204
-msgid "Find on this site"
-msgstr ""
+#: mod/install.php:233
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "Alla määritetyn tietokannan tulisi olla jo olemassa. Jos se ei ole, luo se ennen kuin jatkat."
 
-#: mod/directory.php:206
-msgid "Results for:"
-msgstr ""
+#: mod/install.php:237
+msgid "Database Server Name"
+msgstr "Tietokannan palvelimen nimi"
 
-#: mod/directory.php:208
-msgid "Site Directory"
-msgstr "Sivuston luettelo"
+#: mod/install.php:238
+msgid "Database Login Name"
+msgstr "Tietokannan käyttäjän nimi"
 
-#: mod/directory.php:209 mod/contacts.php:820 src/Content/Widget.php:63
-msgid "Find"
-msgstr "Etsi"
+#: mod/install.php:239
+msgid "Database Login Password"
+msgstr "Tietokannan käyttäjän salasana"
 
-#: mod/directory.php:213
-msgid "No entries (some entries may be hidden)."
-msgstr ""
+#: mod/install.php:239
+msgid "For security reasons the password must not be empty"
+msgstr "Turvallisuussyistä salasanakenttä ei saa olla tyhjä"
 
-#: mod/babel.php:22
-msgid "Source input"
-msgstr ""
+#: mod/install.php:240
+msgid "Database Name"
+msgstr "Tietokannan nimi"
 
-#: mod/babel.php:28
-msgid "BBCode::convert (raw HTML)"
-msgstr "BBCode::convert (raaka HTML)"
+#: mod/install.php:241 mod/install.php:281
+msgid "Site administrator email address"
+msgstr "Sivuston ylläpitäjän sähköpostiosoite"
 
-#: mod/babel.php:33
-msgid "BBCode::convert"
-msgstr "BBCode::convert"
+#: mod/install.php:241 mod/install.php:281
+msgid ""
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "Tilisi sähköpostiosoitteen on vastattava tätä, jotta voit käyttää ylläpitokäyttöliittymää."
 
-#: mod/babel.php:39
-msgid "BBCode::convert => HTML::toBBCode"
-msgstr "BBCode::convert => HTML::toBBCode"
+#: mod/install.php:245 mod/install.php:284
+msgid "Please select a default timezone for your website"
+msgstr "Valitse oletusaikavyöhyke sivustollesi"
 
-#: mod/babel.php:45
-msgid "BBCode::toMarkdown"
-msgstr "BBCode::toMarkdown"
+#: mod/install.php:271
+msgid "Site settings"
+msgstr "Sivuston asetukset"
 
-#: mod/babel.php:51
-msgid "BBCode::toMarkdown => Markdown::convert"
-msgstr "BBCode::toMarkdown => Markdown::convert"
+#: mod/install.php:285
+msgid "System Language:"
+msgstr "Järjestelmän kieli:"
 
-#: mod/babel.php:57
-msgid "BBCode::toMarkdown => Markdown::toBBCode"
-msgstr "BBCode::toMarkdown => Markdown::toBBCode"
+#: mod/install.php:285
+msgid ""
+"Set the default language for your Friendica installation interface and to "
+"send emails."
+msgstr "Valitse Friendica-sivustosi oletuskieli."
 
-#: mod/babel.php:63
-msgid "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
-msgstr "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
+#: mod/install.php:325
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "Komentoriviversiota PHP:stä ei löytynyt web-palvelimen PATH:ista."
 
-#: mod/babel.php:70
-msgid "Source input \\x28Diaspora format\\x29"
+#: mod/install.php:326
+msgid ""
+"If you don't have a command line version of PHP installed on your server, "
+"you will not be able to run the background processing. See <a "
+"href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-"
+"up-the-worker'>'Setup the worker'</a>"
 msgstr ""
 
-#: mod/babel.php:76
-msgid "Markdown::toBBCode"
-msgstr "Markdown::toBBCode"
+#: mod/install.php:330
+msgid "PHP executable path"
+msgstr "Polku PHP-ohjelmaan"
 
-#: mod/babel.php:83
-msgid "Raw HTML input"
-msgstr "Raaka HTML-syöte"
+#: mod/install.php:330
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Kirjoita koko polku PHP-ohjelmaan. Voit jättää sen tyhjäksi, jos haluat jatkaa asennusta."
 
-#: mod/babel.php:88
-msgid "HTML Input"
-msgstr "HTML-syöte"
+#: mod/install.php:335
+msgid "Command line PHP"
+msgstr "Komentorivi-PHP"
 
-#: mod/babel.php:94
-msgid "HTML::toBBCode"
-msgstr "HTML::toBBCode"
+#: mod/install.php:344
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
+msgstr ""
 
-#: mod/babel.php:100
-msgid "HTML::toPlaintext"
-msgstr "HTML::toPlaintext"
+#: mod/install.php:345
+msgid "Found PHP version: "
+msgstr "PHP-versio löydetty:"
 
-#: mod/babel.php:108
-msgid "Source text"
-msgstr "Lähdeteksti"
+#: mod/install.php:347
+msgid "PHP cli binary"
+msgstr "PHP cli -binääritiedosto"
 
-#: mod/babel.php:109
-msgid "BBCode"
-msgstr "BBCode"
+#: mod/install.php:358
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "Järjestelmäsi komentorivi-PHP:ssä ei ole käytössä asetusta \"register_argc_argv\"."
 
-#: mod/babel.php:110
-msgid "Markdown"
-msgstr "Markdown"
+#: mod/install.php:359
+msgid "This is required for message delivery to work."
+msgstr "Asetus vaaditaan viestien lähettämiseen."
 
-#: mod/babel.php:111
-msgid "HTML"
-msgstr "HTML"
+#: mod/install.php:361
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
 
-#: mod/follow.php:45
-msgid "The contact could not be added."
-msgstr "Kontaktia ei voitu lisätä."
+#: mod/install.php:384
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "Virhe: järjestelmäsi \"openssl_pkey_new\" -funktio ei pysty generoimaan salausavaimia."
 
-#: mod/follow.php:73
-msgid "You already added this contact."
-msgstr "Olet jo lisännyt tämän kontaktin."
+#: mod/install.php:385
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "Jos on kyse Windows-pavelimesta, katso \"http://www.php.net/manual/en/openssl.installation.php\"."
 
-#: mod/follow.php:83
-msgid "Diaspora support isn't enabled. Contact can't be added."
-msgstr "Diaspora -tuki ei ole käytössä. Kontaktia ei voi lisätä."
+#: mod/install.php:387
+msgid "Generate encryption keys"
+msgstr "Luo salausavaimet"
 
-#: mod/follow.php:90
-msgid "OStatus support is disabled. Contact can't be added."
-msgstr "OStatus -tuki ei ole käytössä. Kontaktia ei voi lisätä."
+#: mod/install.php:394
+msgid "libCurl PHP module"
+msgstr "PHP-moduuli libCurl"
 
-#: mod/follow.php:97
-msgid "The network type couldn't be detected. Contact can't be added."
-msgstr ""
+#: mod/install.php:395
+msgid "GD graphics PHP module"
+msgstr "PHP-moduuli GD graphics"
 
-#: mod/profiles.php:58
-msgid "Profile deleted."
-msgstr "Profiili poistettiin."
+#: mod/install.php:396
+msgid "OpenSSL PHP module"
+msgstr "PHP-moduuli OpenSSL"
 
-#: mod/profiles.php:74 mod/profiles.php:110
-msgid "Profile-"
-msgstr "Profiili-"
+#: mod/install.php:397
+msgid "PDO or MySQLi PHP module"
+msgstr "PDO tai MySQLi PHP-moduuli"
 
-#: mod/profiles.php:93 mod/profiles.php:132
-msgid "New profile created."
-msgstr "Uusi profiili luotu."
+#: mod/install.php:398
+msgid "mb_string PHP module"
+msgstr "PHP-moduuli mb_string"
 
-#: mod/profiles.php:116
-msgid "Profile unavailable to clone."
-msgstr "Profiili ei saatavilla kloonattavaksi."
+#: mod/install.php:399
+msgid "XML PHP module"
+msgstr "XML PHP-moduuli"
 
-#: mod/profiles.php:206
-msgid "Profile Name is required."
-msgstr "Profiilinimi on pakollinen."
+#: mod/install.php:400
+msgid "iconv PHP module"
+msgstr "iconv PHP-moduuli"
 
-#: mod/profiles.php:347
-msgid "Marital Status"
-msgstr "Siviilisääty"
+#: mod/install.php:401
+msgid "POSIX PHP module"
+msgstr "POSIX PHP-moduuli"
 
-#: mod/profiles.php:351
-msgid "Romantic Partner"
-msgstr "Romanttinen kumppani"
+#: mod/install.php:405 mod/install.php:407
+msgid "Apache mod_rewrite module"
+msgstr "Apache mod_rewrite -moduuli"
 
-#: mod/profiles.php:363
-msgid "Work/Employment"
-msgstr "Työ"
+#: mod/install.php:405
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Virhe: Apache-palvelimen mod-rewrite -moduuli vaaditaan, mutta sitä ei ole asennettu."
 
-#: mod/profiles.php:366
-msgid "Religion"
-msgstr "Uskonto"
+#: mod/install.php:413
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Virhe: libCURL PHP -moduuli vaaditaan, mutta sitä ei ole asennettu."
 
-#: mod/profiles.php:370
-msgid "Political Views"
-msgstr "Poliittiset näkemykset"
+#: mod/install.php:417
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "Virhe: GD graphics PHP -moduuli JPEG-tuella vaaditaan, mutta sitä ei ole asennettu."
 
-#: mod/profiles.php:374
-msgid "Gender"
-msgstr "Sukupuoli"
+#: mod/install.php:421
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Virhe: openssl PHP -moduuli vaaditaan, mutta sitä ei ole asennettu."
 
-#: mod/profiles.php:378
-msgid "Sexual Preference"
-msgstr "Seksuaalinen suuntautuminen"
+#: mod/install.php:425
+msgid "Error: PDO or MySQLi PHP module required but not installed."
+msgstr "Virhe: PDO tai MySQLi PHP-moduuli vaaditaan, mutta sitä ei ole asennettu."
 
-#: mod/profiles.php:382
-msgid "XMPP"
-msgstr "XMPP"
+#: mod/install.php:429
+msgid "Error: The MySQL driver for PDO is not installed."
+msgstr "Virhe: PDO:n MySQL-ajuri ei ole asennettu"
 
-#: mod/profiles.php:386
-msgid "Homepage"
-msgstr "Kotisivu"
+#: mod/install.php:433
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Virhe: PHP-moduuli mb_string vaaditaan, mutta sitä ei ole asennettu."
 
-#: mod/profiles.php:390 mod/profiles.php:686
-msgid "Interests"
-msgstr "Kiinnostukset"
+#: mod/install.php:437
+msgid "Error: iconv PHP module required but not installed."
+msgstr "Virhe: iconv PHP-moduuli vaaditaan, mutta sitä ei ole asennettu."
 
-#: mod/profiles.php:394 mod/admin.php:490
-msgid "Address"
-msgstr "Osoite"
+#: mod/install.php:441
+msgid "Error: POSIX PHP module required but not installed."
+msgstr "Virhe: POSIX PHP-moduuli vaadittaan, mutta sitä ei ole asennettu."
 
-#: mod/profiles.php:401 mod/profiles.php:682
-msgid "Location"
-msgstr "Sijainti"
+#: mod/install.php:451
+msgid "Error, XML PHP module required but not installed."
+msgstr "Virhe: XML PHP-moduuli vaaditaan, mutta sitä ei ole asennettu."
 
-#: mod/profiles.php:486
-msgid "Profile updated."
-msgstr "Profiili päivitettiin."
+#: mod/install.php:463
+msgid ""
+"The web installer needs to be able to create a file called \".htconfig.php\""
+" in the top folder of your web server and it is unable to do so."
+msgstr "Web-asennuksen pitäisi pystyä luomaan tiedosto nimeltä \".htconfig.php\" palvelimesi ylimpään kansioon, mutta se ei nyt onnistu."
 
-#: mod/profiles.php:564
-msgid " and "
-msgstr "ja"
+#: mod/install.php:464
+msgid ""
+"This is most often a permission setting, as the web server may not be able "
+"to write files in your folder - even if you can."
+msgstr "Tämä on yleensä käyttöoikeusasetus, jolloin web-palvelimesi ei pysty kirjoittamaan tiedostoja kansioosi, vaikka itse siihen pystyisit."
 
-#: mod/profiles.php:573
-msgid "public profile"
-msgstr "julkinen profiili"
+#: mod/install.php:465
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named .htconfig.php in your Friendica top folder."
+msgstr "Tämän menettelyn lopussa annamme sinulle tekstin tallennettavaksi tiedostoon nimeltä .htconfig.php Friendican ylätason kansiossa."
 
-#: mod/profiles.php:576
-#, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+#: mod/install.php:466
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"INSTALL.txt\" for instructions."
 msgstr ""
 
-#: mod/profiles.php:577
-#, php-format
-msgid " - Visit %1$s's %2$s"
-msgstr ""
+#: mod/install.php:469
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php on kirjoitettava"
 
-#: mod/profiles.php:579
-#, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
+#: mod/install.php:479
+msgid ""
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
 msgstr ""
 
-#: mod/profiles.php:633
-msgid "Hide contacts and friends:"
-msgstr "Piilota kontaktit ja kaverit:"
-
-#: mod/profiles.php:638
-msgid "Hide your contact/friend list from viewers of this profile?"
+#: mod/install.php:480
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory view/smarty3/ under the Friendica top level "
+"folder."
 msgstr ""
 
-#: mod/profiles.php:658
-msgid "Show more profile fields:"
-msgstr "Näytä lisää profiilikenttiä:"
-
-#: mod/profiles.php:670
-msgid "Profile Actions"
+#: mod/install.php:481
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
 msgstr ""
 
-#: mod/profiles.php:671
-msgid "Edit Profile Details"
-msgstr "Muokkaa profiilin yksityiskohdat"
+#: mod/install.php:482
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"view/smarty3/ only--not the template files (.tpl) that it contains."
+msgstr ""
 
-#: mod/profiles.php:673
-msgid "Change Profile Photo"
-msgstr "Vaihda profiilikuva"
+#: mod/install.php:485
+msgid "view/smarty3 is writable"
+msgstr "view/smarty3 on kirjoitettava"
 
-#: mod/profiles.php:674
-msgid "View this profile"
-msgstr "Näytä profiilia"
+#: mod/install.php:501
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
+msgstr "URL-osoitteen uudelleenkirjoitus .htaccess-tiedostossa ei toimi. Tarkista palvelimen asetukset."
 
-#: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:393
-msgid "Edit visibility"
-msgstr "Muokkaa näkyvyyttä"
+#: mod/install.php:503
+msgid "Url rewrite is working"
+msgstr "URL-osoitteen uudellenkirjoitus toimii"
 
-#: mod/profiles.php:676
-msgid "Create a new profile using these settings"
-msgstr "Luo uusi profiili näillä asetuksilla"
+#: mod/install.php:522
+msgid "ImageMagick PHP extension is not installed"
+msgstr "ImageMagick PHP-laajennus ei ole asetettu"
 
-#: mod/profiles.php:677
-msgid "Clone this profile"
-msgstr "Kloonaa tämä profiili"
-
-#: mod/profiles.php:678
-msgid "Delete this profile"
-msgstr "Poista tämä profiili"
-
-#: mod/profiles.php:680
-msgid "Basic information"
-msgstr "Perustiedot"
-
-#: mod/profiles.php:681
-msgid "Profile picture"
-msgstr "Profiilikuva"
-
-#: mod/profiles.php:683
-msgid "Preferences"
-msgstr "Mieltymykset"
+#: mod/install.php:524
+msgid "ImageMagick PHP extension is installed"
+msgstr "ImageMagick PHP-laajennus on asetettu"
 
-#: mod/profiles.php:684
-msgid "Status information"
-msgstr "Tilatiedot"
+#: mod/install.php:526
+msgid "ImageMagick supports GIF"
+msgstr "ImageMagik tukee GIF-formaattia"
 
-#: mod/profiles.php:685
-msgid "Additional information"
-msgstr "Lisätietoja"
+#: mod/install.php:533
+msgid ""
+"The database configuration file \".htconfig.php\" could not be written. "
+"Please use the enclosed text to create a configuration file in your web "
+"server root."
+msgstr "Tietokannan asetustiedostoa \".htconfig.php\" ei pystytty kirjoittamaan. Käytä mukaanliitettyä tekstiä luomaan asetustiedosto web-palvelimesi juureen."
 
-#: mod/profiles.php:688
-msgid "Relation"
-msgstr "Suhde"
+#: mod/install.php:556
+msgid "<h1>What next</h1>"
+msgstr "<h1>Mitä seuraavaksi</h1>"
 
-#: mod/profiles.php:689 src/Util/Temporal.php:81 src/Util/Temporal.php:83
-msgid "Miscellaneous"
-msgstr "Sekalaista"
+#: mod/install.php:557
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"worker."
+msgstr "TÄRKEÄÄ: Sinun pitää asettaa [manuaalisesti] ajastettu tehtävä Workerille."
 
-#: mod/profiles.php:692
-msgid "Your Gender:"
-msgstr "Sukupuoli:"
+#: mod/install.php:560
+#, php-format
+msgid ""
+"Go to your new Friendica node <a href=\"%s/register\">registration page</a> "
+"and register as new user. Remember to use the same email you have entered as"
+" administrator email. This will allow you to enter the site admin panel."
+msgstr ""
 
-#: mod/profiles.php:693
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\">&hearts;</span> Siviilisääty:"
+#: mod/item.php:114
+msgid "Unable to locate original post."
+msgstr "Alkuperäinen julkaisu ei löydy."
 
-#: mod/profiles.php:694 src/Model/Profile.php:782
-msgid "Sexual Preference:"
-msgstr "Seksuaalinen suuntautuminen:"
+#: mod/item.php:274
+msgid "Empty post discarded."
+msgstr "Tyhjä julkaisu hylätty."
 
-#: mod/profiles.php:695
-msgid "Example: fishing photography software"
-msgstr "Esimerkki: kalastus valokuvaus ohjelmistot"
+#: mod/item.php:799
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social "
+"network."
+msgstr ""
 
-#: mod/profiles.php:700
-msgid "Profile Name:"
-msgstr "Profiilinimi:"
+#: mod/item.php:801
+#, php-format
+msgid "You may visit them online at %s"
+msgstr ""
 
-#: mod/profiles.php:702
+#: mod/item.php:802
 msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
 msgstr ""
 
-#: mod/profiles.php:703
-msgid "Your Full Name:"
-msgstr "Koko nimi:"
+#: mod/item.php:806
+#, php-format
+msgid "%s posted an update."
+msgstr "%s julkaisi päivityksen."
 
-#: mod/profiles.php:704
-msgid "Title/Description:"
-msgstr "Otsikko/kuvaus:"
+#: mod/oexchange.php:30
+msgid "Post successful."
+msgstr "Viestin lähetys onnistui."
 
-#: mod/profiles.php:707
-msgid "Street Address:"
-msgstr "Katuosoite:"
+#: mod/ostatus_subscribe.php:21
+msgid "Subscribing to OStatus contacts"
+msgstr "OStatus -kontaktien tilaaminen"
 
-#: mod/profiles.php:708
-msgid "Locality/City:"
-msgstr "Kaupunki:"
+#: mod/ostatus_subscribe.php:33
+msgid "No contact provided."
+msgstr "Kontakti puuttuu."
 
-#: mod/profiles.php:709
-msgid "Region/State:"
-msgstr "Alue/osavaltio:"
+#: mod/ostatus_subscribe.php:40
+msgid "Couldn't fetch information for contact."
+msgstr "Kontaktin tietoja ei voitu hakea."
 
-#: mod/profiles.php:710
-msgid "Postal/Zip Code:"
-msgstr "Postinumero:"
+#: mod/ostatus_subscribe.php:50
+msgid "Couldn't fetch friends for contact."
+msgstr "Ei voitu hakea kontaktin kaverit."
 
-#: mod/profiles.php:711
-msgid "Country:"
-msgstr "Maa:"
+#: mod/ostatus_subscribe.php:78
+msgid "success"
+msgstr "onnistui"
 
-#: mod/profiles.php:712 src/Util/Temporal.php:149
-msgid "Age: "
-msgstr "Ikä:"
+#: mod/ostatus_subscribe.php:80
+msgid "failed"
+msgstr "epäonnistui"
 
-#: mod/profiles.php:715
-msgid "Who: (if applicable)"
-msgstr "Kuka: (tarvittaessa)"
+#: mod/ostatus_subscribe.php:83 src/Object/Post.php:279
+msgid "ignored"
+msgstr "ohitettu"
 
-#: mod/profiles.php:715
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Esimerkkejä: cathy123, Cathy Williams, cathy@example.com"
+#: mod/profile_photo.php:55
+msgid "Image uploaded but image cropping failed."
+msgstr "Kuva ladattu mutta kuvan rajaus epäonnistui."
 
-#: mod/profiles.php:716
-msgid "Since [date]:"
-msgstr "Lähtien [päivämäärä]:"
+#: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104
+#: mod/profile_photo.php:315
+#, php-format
+msgid "Image size reduction [%s] failed."
+msgstr "Kuvan pienentäminen [%s] epäonnistui."
 
-#: mod/profiles.php:718
-msgid "Tell us about yourself..."
-msgstr "Kerro vähän itsestäsi..."
+#: mod/profile_photo.php:125
+msgid ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Jos kuva ei näy heti, lataa sivu uudelleen tai tyhjennä selaimen välimuisti."
 
-#: mod/profiles.php:719
-msgid "XMPP (Jabber) address:"
-msgstr "XMPP (Jabber) osoite:"
+#: mod/profile_photo.php:134
+msgid "Unable to process image"
+msgstr "Kuvan käsitteleminen epäonnistui"
 
-#: mod/profiles.php:719
-msgid ""
-"The XMPP address will be propagated to your contacts so that they can follow"
-" you."
-msgstr ""
+#: mod/profile_photo.php:247
+msgid "Upload File:"
+msgstr "Lähetä tiedosto:"
 
-#: mod/profiles.php:720
-msgid "Homepage URL:"
-msgstr "Kotisivun URL-osoite:"
+#: mod/profile_photo.php:248
+msgid "Select a profile:"
+msgstr "Valitse profiili:"
 
-#: mod/profiles.php:721 src/Model/Profile.php:790
-msgid "Hometown:"
-msgstr "Kotikaupunki:"
+#: mod/profile_photo.php:253
+msgid "or"
+msgstr "tai"
 
-#: mod/profiles.php:722 src/Model/Profile.php:798
-msgid "Political Views:"
-msgstr "Politiikka:"
+#: mod/profile_photo.php:253
+msgid "skip this step"
+msgstr "ohita tämä vaihe"
 
-#: mod/profiles.php:723
-msgid "Religious Views:"
-msgstr "Uskonto:"
+#: mod/profile_photo.php:253
+msgid "select a photo from your photo albums"
+msgstr "valitse kuva albumeistasi"
 
-#: mod/profiles.php:724
-msgid "Public Keywords:"
-msgstr "Julkiset avainsanat:"
+#: mod/profile_photo.php:266
+msgid "Crop Image"
+msgstr "Rajaa kuva"
 
-#: mod/profiles.php:724
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr ""
+#: mod/profile_photo.php:267
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Rajaa kuva sopivasti."
 
-#: mod/profiles.php:725
-msgid "Private Keywords:"
-msgstr "Yksityiset avainsanat:"
+#: mod/profile_photo.php:269
+msgid "Done Editing"
+msgstr "Lopeta muokkaus"
 
-#: mod/profiles.php:725
-msgid "(Used for searching profiles, never shown to others)"
+#: mod/profile_photo.php:305
+msgid "Image uploaded successfully."
+msgstr "Kuvan lähettäminen onnistui."
+
+#: mod/unfollow.php:34
+msgid "Contact wasn't found or can't be unfollowed."
 msgstr ""
 
-#: mod/profiles.php:726 src/Model/Profile.php:814
-msgid "Likes:"
-msgstr "Tykkäykset:"
+#: mod/unfollow.php:47
+msgid "Contact unfollowed"
+msgstr "Kontaktia ei enää seurata"
 
-#: mod/profiles.php:727 src/Model/Profile.php:818
-msgid "Dislikes:"
-msgstr "Ei tykkää:"
+#: mod/unfollow.php:73
+msgid "You aren't a friend of this contact."
+msgstr "Et ole kontaktin kaveri."
 
-#: mod/profiles.php:728
-msgid "Musical interests"
-msgstr "Musiikki"
+#: mod/unfollow.php:79
+msgid "Unfollowing is currently not supported by your network."
+msgstr "Seuraamisen lopettaminen ei tällä hetkellä tueta verkossasi."
 
-#: mod/profiles.php:729
-msgid "Books, literature"
-msgstr "Kirjat, kirjallisuus"
+#: mod/admin.php:106
+msgid "Theme settings updated."
+msgstr "Teeman asetukset päivitetty."
 
-#: mod/profiles.php:730
-msgid "Television"
-msgstr "Televisio"
+#: mod/admin.php:179 src/Content/Nav.php:174
+msgid "Information"
+msgstr "Tietoja"
 
-#: mod/profiles.php:731
-msgid "Film/dance/culture/entertainment"
-msgstr "Elokuvat/tanssi/kulttuuri/viihde"
+#: mod/admin.php:180
+msgid "Overview"
+msgstr "Yleiskatsaus"
 
-#: mod/profiles.php:732
-msgid "Hobbies/Interests"
-msgstr "Harrastukset"
+#: mod/admin.php:181 mod/admin.php:718
+msgid "Federation Statistics"
+msgstr "Liiton tilastotiedot"
 
-#: mod/profiles.php:733
-msgid "Love/romance"
-msgstr "Rakkaus/romanssi"
+#: mod/admin.php:182
+msgid "Configuration"
+msgstr "Kokoonpano"
 
-#: mod/profiles.php:734
-msgid "Work/employment"
-msgstr "Työ:"
+#: mod/admin.php:183 mod/admin.php:1345
+msgid "Site"
+msgstr "Sivusto"
 
-#: mod/profiles.php:735
-msgid "School/education"
-msgstr "Koulutus:"
+#: mod/admin.php:184 mod/admin.php:1273 mod/admin.php:1788 mod/admin.php:1804
+msgid "Users"
+msgstr "Käyttäjät"
 
-#: mod/profiles.php:736
-msgid "Contact information and Social Networks"
-msgstr "Yhteystiedot ja sosiaalinen media"
+#: mod/admin.php:185 mod/admin.php:1904 mod/admin.php:1964 mod/settings.php:86
+msgid "Addons"
+msgstr "Lisäosat"
 
-#: mod/profiles.php:767 src/Model/Profile.php:389
-msgid "Profile Image"
-msgstr "Profiilikuva"
+#: mod/admin.php:186 mod/admin.php:2173 mod/admin.php:2217
+msgid "Themes"
+msgstr "Teemat"
 
-#: mod/profiles.php:769 src/Model/Profile.php:392
-msgid "visible to everybody"
-msgstr "näkyvissä kaikille"
+#: mod/admin.php:187 mod/settings.php:64
+msgid "Additional features"
+msgstr "Lisäominaisuuksia"
 
-#: mod/profiles.php:776
-msgid "Edit/Manage Profiles"
-msgstr "Muokkaa/hallitse profiilit"
+#: mod/admin.php:188 mod/admin.php:302 mod/register.php:288
+#: src/Module/Tos.php:48
+msgid "Terms of Service"
+msgstr "Käyttöehdot"
 
-#: mod/profiles.php:777 src/Model/Profile.php:379 src/Model/Profile.php:401
-msgid "Change profile photo"
-msgstr "Vaihda profiilikuva"
+#: mod/admin.php:189
+msgid "Database"
+msgstr "Tietokanta"
 
-#: mod/profiles.php:778 src/Model/Profile.php:380
-msgid "Create New Profile"
-msgstr "Luo uusi profiili"
+#: mod/admin.php:190
+msgid "DB updates"
+msgstr "Tietokannan päivitykset"
 
-#: mod/contacts.php:157
-#, php-format
-msgid "%d contact edited."
-msgid_plural "%d contacts edited."
-msgstr[0] "%d kontakti muokattu"
-msgstr[1] "%d kontakteja muokattu"
+#: mod/admin.php:191 mod/admin.php:753
+msgid "Inspect Queue"
+msgstr "Tarkista jono"
 
-#: mod/contacts.php:184 mod/contacts.php:400
-msgid "Could not access contact record."
-msgstr "Yhteystietoon ei päästä käsiksi."
+#: mod/admin.php:192
+msgid "Tools"
+msgstr "Työkalut"
 
-#: mod/contacts.php:194
-msgid "Could not locate selected profile."
-msgstr "Valittua profiilia ei löydy."
+#: mod/admin.php:193
+msgid "Contact Blocklist"
+msgstr "Kontaktien estolista"
 
-#: mod/contacts.php:228
-msgid "Contact updated."
-msgstr "Yhteystietopäivitys onnistui."
+#: mod/admin.php:194 mod/admin.php:362
+msgid "Server Blocklist"
+msgstr "Palvelimien estolista"
 
-#: mod/contacts.php:421
-msgid "Contact has been blocked"
-msgstr "Henkilö on estetty"
+#: mod/admin.php:195 mod/admin.php:521
+msgid "Delete Item"
+msgstr "Poista kohde"
 
-#: mod/contacts.php:421
-msgid "Contact has been unblocked"
-msgstr "Henkilö on jälleen sallittu"
+#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2291
+msgid "Logs"
+msgstr "Lokit"
 
-#: mod/contacts.php:432
-msgid "Contact has been ignored"
-msgstr "Henkilöä ei enää huomioida"
+#: mod/admin.php:198 mod/admin.php:2358
+msgid "View Logs"
+msgstr "Katso lokit"
 
-#: mod/contacts.php:432
-msgid "Contact has been unignored"
-msgstr "Henkilö on jälleen huomioituna."
+#: mod/admin.php:200
+msgid "Diagnostics"
+msgstr "Diagnostiikka"
 
-#: mod/contacts.php:443
-msgid "Contact has been archived"
-msgstr "Henkilö on arkistoitu."
+#: mod/admin.php:201
+msgid "PHP Info"
+msgstr "PHP tietoja"
 
-#: mod/contacts.php:443
-msgid "Contact has been unarchived"
-msgstr "Henkilö on otettu pois arkistosta."
+#: mod/admin.php:202
+msgid "probe address"
+msgstr ""
 
-#: mod/contacts.php:467
-msgid "Drop contact"
-msgstr "Poista kontakti"
+#: mod/admin.php:203
+msgid "check webfinger"
+msgstr "Tarkista webfinger"
 
-#: mod/contacts.php:470 mod/contacts.php:823
-msgid "Do you really want to delete this contact?"
-msgstr "Haluatko todella poistaa tämän yhteystiedon?"
+#: mod/admin.php:222 src/Content/Nav.php:217
+msgid "Admin"
+msgstr "Ylläpitäjä"
 
-#: mod/contacts.php:488
-msgid "Contact has been removed."
-msgstr "Yhteystieto on poistettu."
+#: mod/admin.php:223
+msgid "Addon Features"
+msgstr "Lisäosaominaisuudet"
 
-#: mod/contacts.php:519
-#, php-format
-msgid "You are mutual friends with %s"
-msgstr "Olet kaveri %s kanssa."
+#: mod/admin.php:224
+msgid "User registrations waiting for confirmation"
+msgstr "Käyttäjärekisteröinnit odottavat hyväksyntää"
 
-#: mod/contacts.php:523
-#, php-format
-msgid "You are sharing with %s"
-msgstr "Olet jakanut jotakin %s:n kanssa"
+#: mod/admin.php:301 mod/admin.php:361 mod/admin.php:478 mod/admin.php:520
+#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1344
+#: mod/admin.php:1787 mod/admin.php:1903 mod/admin.php:1963 mod/admin.php:2172
+#: mod/admin.php:2216 mod/admin.php:2290 mod/admin.php:2357
+msgid "Administration"
+msgstr "Ylläpito"
 
-#: mod/contacts.php:527
+#: mod/admin.php:303
+msgid "Display Terms of Service"
+msgstr "Näytä käyttöehdot"
+
+#: mod/admin.php:303
+msgid ""
+"Enable the Terms of Service page. If this is enabled a link to the terms "
+"will be added to the registration form and the general information page."
+msgstr ""
+
+#: mod/admin.php:304
+msgid "Display Privacy Statement"
+msgstr "Näytä tietosuojalausunto"
+
+#: mod/admin.php:304
 #, php-format
-msgid "%s is sharing with you"
-msgstr "%s jakaa sinulle jotakin."
+msgid ""
+"Show some informations regarding the needed information to operate the node "
+"according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
+msgstr ""
 
-#: mod/contacts.php:547
-msgid "Private communications are not available for this contact."
-msgstr "Yksityiskeskustelu ei ole käytettävissä tälle henkilölle."
+#: mod/admin.php:305
+msgid "The Terms of Service"
+msgstr "Käyttöehdot"
 
-#: mod/contacts.php:549
-msgid "Never"
-msgstr "Ei koskaan"
+#: mod/admin.php:305
+msgid ""
+"Enter the Terms of Service for your node here. You can use BBCode. Headers "
+"of sections should be [h2] and below."
+msgstr ""
 
-#: mod/contacts.php:552
-msgid "(Update was successful)"
-msgstr "(Päivitys onnistui)"
+#: mod/admin.php:353
+msgid "The blocked domain"
+msgstr "Estetty verkkotunnus"
 
-#: mod/contacts.php:552
-msgid "(Update was not successful)"
-msgstr "(Päivitys epäonnistui)"
+#: mod/admin.php:354 mod/admin.php:372 mod/friendica.php:128
+msgid "Reason for the block"
+msgstr "Eston syy"
 
-#: mod/contacts.php:554 mod/contacts.php:992
-msgid "Suggest friends"
-msgstr "Ehdota ystäviä"
+#: mod/admin.php:354 mod/admin.php:367
+msgid "The reason why you blocked this domain."
+msgstr "Verkkotunnuksen estosyy."
 
-#: mod/contacts.php:558
-#, php-format
-msgid "Network type: %s"
-msgstr "Verkkotyyppi: %s"
+#: mod/admin.php:355
+msgid "Delete domain"
+msgstr "Poista verkkotunnus"
 
-#: mod/contacts.php:563
-msgid "Communications lost with this contact!"
-msgstr "Yhteys tähän henkilöön menetettiin!"
+#: mod/admin.php:355
+msgid "Check to delete this entry from the blocklist"
+msgstr "Laita rasti poistaaksesi kohde estolistalta"
 
-#: mod/contacts.php:569
-msgid "Fetch further information for feeds"
+#: mod/admin.php:363
+msgid ""
+"This page can be used to define a black list of servers from the federated "
+"network that are not allowed to interact with your node. For all entered "
+"domains you should also give a reason why you have blocked the remote "
+"server."
 msgstr ""
 
-#: mod/contacts.php:571
+#: mod/admin.php:364
 msgid ""
-"Fetch information like preview pictures, title and teaser from the feed "
-"item. You can activate this if the feed doesn't contain much text. Keywords "
-"are taken from the meta header in the feed item and are posted as hash tags."
+"The list of blocked servers will be made publically available on the "
+"/friendica page so that your users and people investigating communication "
+"problems can find the reason easily."
 msgstr ""
 
-#: mod/contacts.php:572 mod/admin.php:1272 mod/admin.php:1435
-#: mod/admin.php:1445
-msgid "Disabled"
-msgstr "Pois käytöstä"
-
-#: mod/contacts.php:573
-msgid "Fetch information"
-msgstr "Nouda tiedot"
+#: mod/admin.php:365
+msgid "Add new entry to block list"
+msgstr "Lisää uusi kohde estolistaan"
 
-#: mod/contacts.php:574
-msgid "Fetch keywords"
-msgstr "Nouda avainsanat"
+#: mod/admin.php:366
+msgid "Server Domain"
+msgstr "Palvelimen verkkotunnus"
 
-#: mod/contacts.php:575
-msgid "Fetch information and keywords"
-msgstr "Nouda tiedot ja avainsanat"
+#: mod/admin.php:366
+msgid ""
+"The domain of the new server to add to the block list. Do not include the "
+"protocol."
+msgstr ""
 
-#: mod/contacts.php:608
-msgid "Contact"
-msgstr "Kontakti"
+#: mod/admin.php:367
+msgid "Block reason"
+msgstr "Estosyy"
 
-#: mod/contacts.php:611
-msgid "Profile Visibility"
-msgstr "Profiilin näkyvyys"
+#: mod/admin.php:368
+msgid "Add Entry"
+msgstr "Lisää merkintä"
 
-#: mod/contacts.php:612
-#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr "Valitse profiili, jonka haluat näyttää %s:lle, kun hän haluaa katsoa profiiliasi turvallisesti."
+#: mod/admin.php:369
+msgid "Save changes to the blocklist"
+msgstr "Tallenna muutoksia estolistaan"
 
-#: mod/contacts.php:613
-msgid "Contact Information / Notes"
-msgstr "Yhteystiedot / Muistiinpanot"
+#: mod/admin.php:370
+msgid "Current Entries in the Blocklist"
+msgstr "Nykyinen estolista"
 
-#: mod/contacts.php:614
-msgid "Their personal note"
-msgstr ""
+#: mod/admin.php:373
+msgid "Delete entry from blocklist"
+msgstr "Poista kohde estolistalta"
 
-#: mod/contacts.php:616
-msgid "Edit contact notes"
-msgstr "Muokkaa yhteystietojen muistiinpanoja"
+#: mod/admin.php:376
+msgid "Delete entry from blocklist?"
+msgstr "Poista kohde estolistalta?"
 
-#: mod/contacts.php:620
-msgid "Block/Unblock contact"
-msgstr "Estä/salli henkilö"
+#: mod/admin.php:402
+msgid "Server added to blocklist."
+msgstr "Palvelin lisätty estolistalle"
 
-#: mod/contacts.php:621
-msgid "Ignore contact"
-msgstr "Jätä henkilö huomiotta"
+#: mod/admin.php:418
+msgid "Site blocklist updated."
+msgstr "Sivuston estolista päivitetty."
 
-#: mod/contacts.php:622
-msgid "Repair URL settings"
-msgstr "Korjaa URL-asetukset"
+#: mod/admin.php:441 src/Core/Console/GlobalCommunityBlock.php:72
+msgid "The contact has been blocked from the node"
+msgstr "Kontakti on estetty tällä solmulla"
 
-#: mod/contacts.php:623
-msgid "View conversations"
-msgstr "Katso keskusteluja"
+#: mod/admin.php:443 src/Core/Console/GlobalCommunityBlock.php:69
+#, php-format
+msgid "Could not find any contact entry for this URL (%s)"
+msgstr ""
 
-#: mod/contacts.php:628
-msgid "Last update:"
-msgstr "Viimeksi päivitetty:"
+#: mod/admin.php:450
+#, php-format
+msgid "%s contact unblocked"
+msgid_plural "%s contacts unblocked"
+msgstr[0] "%s kontakti poistettu estolistalta"
+msgstr[1] "%s kontaktia poistettu estolistalta"
 
-#: mod/contacts.php:630
-msgid "Update public posts"
-msgstr "Päivitä julkiset postaukset"
+#: mod/admin.php:479
+msgid "Remote Contact Blocklist"
+msgstr "Etäkontakti estolista"
 
-#: mod/contacts.php:632 mod/contacts.php:1002
-msgid "Update now"
-msgstr "Päivitä nyt"
+#: mod/admin.php:480
+msgid ""
+"This page allows you to prevent any message from a remote contact to reach "
+"your node."
+msgstr ""
 
-#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011
-#: mod/admin.php:485 mod/admin.php:1800
-msgid "Unblock"
-msgstr "Salli"
+#: mod/admin.php:481
+msgid "Block Remote Contact"
+msgstr "Estä etäkontakti"
 
-#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011
-#: mod/admin.php:484 mod/admin.php:1799
-msgid "Block"
-msgstr "Estä"
+#: mod/admin.php:482 mod/admin.php:1790
+msgid "select all"
+msgstr "valitse kaikki"
 
-#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019
-msgid "Unignore"
-msgstr "Ota huomioon"
+#: mod/admin.php:483
+msgid "select none"
+msgstr "älä valitse mitään"
 
-#: mod/contacts.php:642
-msgid "Currently blocked"
-msgstr "Estetty tällä hetkellä"
+#: mod/admin.php:486
+msgid "No remote contact is blocked from this node."
+msgstr ""
 
-#: mod/contacts.php:643
-msgid "Currently ignored"
-msgstr "Jätetty huomiotta tällä hetkellä"
+#: mod/admin.php:488
+msgid "Blocked Remote Contacts"
+msgstr "Estetty etäkontaktit"
 
-#: mod/contacts.php:644
-msgid "Currently archived"
-msgstr "Arkistoitu tällä hetkellä"
+#: mod/admin.php:489
+msgid "Block New Remote Contact"
+msgstr "Estä uusi etäkontakti"
 
-#: mod/contacts.php:645
-msgid "Awaiting connection acknowledge"
-msgstr "Odotetaan yhteyden kuittausta"
+#: mod/admin.php:490
+msgid "Photo"
+msgstr "Kuva"
 
-#: mod/contacts.php:646
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr ""
+#: mod/admin.php:490 mod/profiles.php:394
+msgid "Address"
+msgstr "Osoite"
 
-#: mod/contacts.php:647
-msgid "Notification for new posts"
-msgstr "Uusien postausten ilmoitus"
+#: mod/admin.php:498
+#, php-format
+msgid "%s total blocked contact"
+msgid_plural "%s total blocked contacts"
+msgstr[0] "Yhteensä %s estetty kontakti"
+msgstr[1] "Yhteensä %s estettyjä kontakteja"
 
-#: mod/contacts.php:647
-msgid "Send a notification of every new post of this contact"
-msgstr "Lähetä ilmoitus tälle henkilölle kaikista uusista postauksista"
+#: mod/admin.php:500
+msgid "URL of the remote contact to block."
+msgstr "Estettävän etäkontaktin URL-osoite"
 
-#: mod/contacts.php:650
-msgid "Blacklisted keywords"
-msgstr "Kielletyt avainsanat"
+#: mod/admin.php:522
+msgid "Delete this Item"
+msgstr "Poista tämä kohde"
 
-#: mod/contacts.php:650
+#: mod/admin.php:523
 msgid ""
-"Comma separated list of keywords that should not be converted to hashtags, "
-"when \"Fetch information and keywords\" is selected"
+"On this page you can delete an item from your node. If the item is a top "
+"level posting, the entire thread will be deleted."
 msgstr ""
 
-#: mod/contacts.php:662 src/Model/Profile.php:424
-msgid "XMPP:"
-msgstr "XMPP:"
+#: mod/admin.php:524
+msgid ""
+"You need to know the GUID of the item. You can find it e.g. by looking at "
+"the display URL. The last part of http://example.com/display/123456 is the "
+"GUID, here 123456."
+msgstr ""
 
-#: mod/contacts.php:667
-msgid "Actions"
-msgstr "Toimenpiteet"
+#: mod/admin.php:525
+msgid "GUID"
+msgstr "GUID"
 
-#: mod/contacts.php:669 mod/contacts.php:855 src/Content/Nav.php:100
-#: src/Model/Profile.php:888 view/theme/frio/theme.php:259
-msgid "Status"
-msgstr "Tila"
+#: mod/admin.php:525
+msgid "The GUID of the item you want to delete."
+msgstr "Poistettavan kohteen GUID."
 
-#: mod/contacts.php:670
-msgid "Contact Settings"
-msgstr "Yhteystietoasetukset"
+#: mod/admin.php:564
+msgid "Item marked for deletion."
+msgstr "Kohde merkitty poistettavaksi."
 
-#: mod/contacts.php:711
-msgid "Suggestions"
-msgstr "Ehdotukset"
+#: mod/admin.php:635
+msgid "unknown"
+msgstr "tuntematon"
 
-#: mod/contacts.php:714
-msgid "Suggest potential friends"
-msgstr "Ehdota mahdollisille ystäville"
+#: mod/admin.php:711
+msgid ""
+"This page offers you some numbers to the known part of the federated social "
+"network your Friendica node is part of. These numbers are not complete but "
+"only reflect the part of the network your node is aware of."
+msgstr ""
 
-#: mod/contacts.php:722
-msgid "Show all contacts"
-msgstr "Näytä kaikki yhteystiedot"
+#: mod/admin.php:712
+msgid ""
+"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
+"will improve the data displayed here."
+msgstr ""
 
-#: mod/contacts.php:727
-msgid "Unblocked"
-msgstr "Sallittu"
+#: mod/admin.php:724
+#, php-format
+msgid ""
+"Currently this node is aware of %d nodes with %d registered users from the "
+"following platforms:"
+msgstr "Tällä hetkellä tämä solmu havaitsee %d muita solmuja joissa %d rekisteröityneitä käyttäjiä. Tarkemmat tiedot:"
 
-#: mod/contacts.php:730
-msgid "Only show unblocked contacts"
-msgstr "Näytä vain sallitut henkilöt"
+#: mod/admin.php:755
+msgid "ID"
+msgstr ""
 
-#: mod/contacts.php:735
-msgid "Blocked"
-msgstr "Estetty"
+#: mod/admin.php:756
+msgid "Recipient Name"
+msgstr "Vastaanottajan nimi"
 
-#: mod/contacts.php:738
-msgid "Only show blocked contacts"
-msgstr "Näytä vain estetyt henkilöt"
+#: mod/admin.php:757
+msgid "Recipient Profile"
+msgstr "Vastaanottajan profiili"
 
-#: mod/contacts.php:743
-msgid "Ignored"
-msgstr "Jätetty huomiotta"
+#: mod/admin.php:758 view/theme/frio/theme.php:266
+#: src/Core/NotificationsManager.php:178 src/Content/Nav.php:178
+msgid "Network"
+msgstr "Verkko"
 
-#: mod/contacts.php:746
-msgid "Only show ignored contacts"
-msgstr "Näytä vain henkilöt, jotka jätetty huomiotta"
+#: mod/admin.php:759
+msgid "Created"
+msgstr "Luotu"
 
-#: mod/contacts.php:751
-msgid "Archived"
-msgstr "Arkistoitu"
+#: mod/admin.php:760
+msgid "Last Tried"
+msgstr "Viimeksi yritetty"
 
-#: mod/contacts.php:754
-msgid "Only show archived contacts"
-msgstr "Näytä vain arkistoidut henkilöt"
+#: mod/admin.php:761
+msgid ""
+"This page lists the content of the queue for outgoing postings. These are "
+"postings the initial delivery failed for. They will be resend later and "
+"eventually deleted if the delivery fails permanently."
+msgstr ""
 
-#: mod/contacts.php:759
-msgid "Hidden"
-msgstr "Piilotettu"
+#: mod/admin.php:785
+#, php-format
+msgid ""
+"Your DB still runs with MyISAM tables. You should change the engine type to "
+"InnoDB. As Friendica will use InnoDB only features in the future, you should"
+" change this! See <a href=\"%s\">here</a> for a guide that may be helpful "
+"converting the table engines. You may also use the command <tt>php "
+"bin/console.php dbstructure toinnodb</tt> of your Friendica installation for"
+" an automatic conversion.<br />"
+msgstr ""
 
-#: mod/contacts.php:762
-msgid "Only show hidden contacts"
-msgstr "Näytä vain piilotetut henkilöt"
+#: mod/admin.php:792
+#, php-format
+msgid ""
+"There is a new version of Friendica available for download. Your current "
+"version is %1$s, upstream version is %2$s"
+msgstr ""
 
-#: mod/contacts.php:818
-msgid "Search your contacts"
-msgstr "Etsi henkilöitä"
+#: mod/admin.php:802
+msgid ""
+"The database update failed. Please run \"php bin/console.php dbstructure "
+"update\" from the command line and have a look at the errors that might "
+"appear."
+msgstr ""
 
-#: mod/contacts.php:826 mod/settings.php:170 mod/settings.php:701
-msgid "Update"
-msgstr "Päivitä"
+#: mod/admin.php:808
+msgid "The worker was never executed. Please check your database structure!"
+msgstr ""
 
-#: mod/contacts.php:829 mod/contacts.php:1027
-msgid "Archive"
-msgstr "Arkistoi"
+#: mod/admin.php:811
+#, php-format
+msgid ""
+"The last worker execution was on %s UTC. This is older than one hour. Please"
+" check your crontab settings."
+msgstr ""
 
-#: mod/contacts.php:829 mod/contacts.php:1027
-msgid "Unarchive"
-msgstr "Poista arkistosta"
+#: mod/admin.php:816 mod/admin.php:1739
+msgid "Normal Account"
+msgstr "Perustili"
 
-#: mod/contacts.php:832
-msgid "Batch Actions"
-msgstr ""
+#: mod/admin.php:817 mod/admin.php:1740
+msgid "Automatic Follower Account"
+msgstr "Automaattinen seuraajatili"
 
-#: mod/contacts.php:866 src/Model/Profile.php:899
-msgid "Profile Details"
-msgstr "Profiilitiedot"
+#: mod/admin.php:818 mod/admin.php:1741
+msgid "Public Forum Account"
+msgstr "Julkinen foorumitili"
 
-#: mod/contacts.php:878
-msgid "View all contacts"
-msgstr "Näytä kaikki kontaktit"
+#: mod/admin.php:819 mod/admin.php:1742
+msgid "Automatic Friend Account"
+msgstr "Automaattinen kaveritili"
 
-#: mod/contacts.php:889
-msgid "View all common friends"
-msgstr "Näytä kaikki yhteiset kaverit"
+#: mod/admin.php:820
+msgid "Blog Account"
+msgstr "Blogitili"
 
-#: mod/contacts.php:898
-msgid "Advanced Contact Settings"
-msgstr "Kontakti-lisäasetukset"
+#: mod/admin.php:821
+msgid "Private Forum Account"
+msgstr "Yksityinen foorumitili"
 
-#: mod/contacts.php:930
-msgid "Mutual Friendship"
-msgstr "Yhteinen kaveruus"
+#: mod/admin.php:843
+msgid "Message queues"
+msgstr "Viestijonot"
 
-#: mod/contacts.php:934
-msgid "is a fan of yours"
-msgstr "on fanisi"
+#: mod/admin.php:849
+msgid "Summary"
+msgstr "Yhteenveto"
 
-#: mod/contacts.php:938
-msgid "you are a fan of"
-msgstr "fanitat"
+#: mod/admin.php:851
+msgid "Registered users"
+msgstr "Rekisteröityneet käyttäjät"
 
-#: mod/contacts.php:1013
-msgid "Toggle Blocked status"
-msgstr "Estetty tila päälle/pois"
+#: mod/admin.php:853
+msgid "Pending registrations"
+msgstr "Vireillä olevat rekisteröinnit"
 
-#: mod/contacts.php:1021
-msgid "Toggle Ignored status"
+#: mod/admin.php:854
+msgid "Version"
+msgstr "Versio"
+
+#: mod/admin.php:859
+msgid "Active addons"
+msgstr "Käytössäolevat lisäosat"
+
+#: mod/admin.php:890
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
 msgstr ""
 
-#: mod/contacts.php:1029
-msgid "Toggle Archive status"
-msgstr "Arkistotila päälle/pois"
+#: mod/admin.php:1209
+msgid "Site settings updated."
+msgstr "Sivuston asetukset päivitettiin."
 
-#: mod/contacts.php:1037
-msgid "Delete contact"
-msgstr "Poista kontakti"
+#: mod/admin.php:1236 mod/settings.php:905
+msgid "No special theme for mobile devices"
+msgstr "Ei mobiiliteemaa"
 
-#: mod/_tos.php:48 mod/register.php:288 mod/admin.php:188 mod/admin.php:302
-#: src/Module/Tos.php:48
-msgid "Terms of Service"
-msgstr "Käyttöehdot"
+#: mod/admin.php:1265
+msgid "No community page"
+msgstr "Ei yhteisösivua"
 
-#: mod/_tos.php:51 src/Module/Tos.php:51
-msgid "Privacy Statement"
-msgstr "Tietosuojalausunto"
+#: mod/admin.php:1266
+msgid "Public postings from users of this site"
+msgstr "Julkiset julkaisut tämän sivuston käyttäjiltä"
 
-#: mod/_tos.php:52 src/Module/Tos.php:52
-msgid ""
-"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."
-msgstr ""
+#: mod/admin.php:1267
+msgid "Public postings from the federated network"
+msgstr "Julkiset julkaisut liittoutuneelta verkolta"
 
-#: mod/_tos.php:53 src/Module/Tos.php:53
-#, php-format
-msgid ""
-"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."
+#: mod/admin.php:1268
+msgid "Public postings from local users and the federated network"
+msgstr "Julkiset julkaisut tältä sivustolta ja liittoutuneelta verkolta"
+
+#: mod/admin.php:1274
+msgid "Users, Global Contacts"
+msgstr "Käyttäjät, maailmanlaajuiset kontaktit"
+
+#: mod/admin.php:1275
+msgid "Users, Global Contacts/fallback"
 msgstr ""
 
-#: mod/friendica.php:77
-msgid "This is Friendica, version"
-msgstr "Tämä on Friendica, versio"
+#: mod/admin.php:1279
+msgid "One month"
+msgstr "Yksi kuukausi"
 
-#: mod/friendica.php:78
-msgid "running at web location"
-msgstr "käynnissä osoitteessa"
+#: mod/admin.php:1280
+msgid "Three months"
+msgstr "Kolme kuukautta"
 
-#: mod/friendica.php:82
-msgid ""
-"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
-"about the Friendica project."
-msgstr "Vieraile osoitteessa <a href=\"https://friendi.ca\">Friendi.ca</a> saadaksesi lisätietoja Friendica- projektista."
+#: mod/admin.php:1281
+msgid "Half a year"
+msgstr "Puoli vuotta"
 
-#: mod/friendica.php:86
-msgid "Bug reports and issues: please visit"
-msgstr "Bugiraportit ja kysymykset: vieraile osoitteessa"
+#: mod/admin.php:1282
+msgid "One year"
+msgstr "Yksi vuosi"
 
-#: mod/friendica.php:86
-msgid "the bugtracker at github"
-msgstr "githubin bugtrackeri"
+#: mod/admin.php:1287
+msgid "Multi user instance"
+msgstr "Monen käyttäjän instanssi"
 
-#: mod/friendica.php:89
-msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
-msgstr "Ehdotuksia, kiitoksia, lahjoituksia, jne. voi lähettää osoitteeseen \"Info\" at Friendica - piste com"
+#: mod/admin.php:1310
+msgid "Closed"
+msgstr "Suljettu"
 
-#: mod/friendica.php:103
-msgid "Installed addons/apps:"
-msgstr "Asennettu lisäosat/sovellukset:"
+#: mod/admin.php:1311
+msgid "Requires approval"
+msgstr "Edellyttää hyväksyntää"
 
-#: mod/friendica.php:117
-msgid "No installed addons/apps"
-msgstr "Ei asennettuja lisäosia/sovelluksia"
+#: mod/admin.php:1312
+msgid "Open"
+msgstr "Avoin"
 
-#: mod/friendica.php:122
-#, php-format
-msgid "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
+#: mod/admin.php:1316
+msgid "No SSL policy, links will track page SSL state"
 msgstr ""
 
-#: mod/friendica.php:127
-msgid "On this server the following remote servers are blocked."
+#: mod/admin.php:1317
+msgid "Force all links to use SSL"
+msgstr "Pakota kaikki linkit käyttämään SSL-yhteyttä"
+
+#: mod/admin.php:1318
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
 msgstr ""
 
-#: mod/friendica.php:128 mod/admin.php:354 mod/admin.php:372
-msgid "Reason for the block"
-msgstr "Eston syy"
+#: mod/admin.php:1322
+msgid "Don't check"
+msgstr "Älä tarkista"
 
-#: mod/lostpass.php:27
-msgid "No valid account found."
+#: mod/admin.php:1323
+msgid "check the stable version"
 msgstr ""
 
-#: mod/lostpass.php:39
-msgid "Password reset request issued. Check your email."
-msgstr "Salasanan nollauspyyntö lähetetty. Tarkista sähköpostisi."
+#: mod/admin.php:1324
+msgid "check the development version"
+msgstr ""
 
-#: mod/lostpass.php:45
-#, php-format
-msgid ""
-"\n"
-"\t\tDear %1$s,\n"
-"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
-"\t\tpassword. In order to confirm this request, please select the verification link\n"
-"\t\tbelow or paste it into your web browser address bar.\n"
-"\n"
-"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
-"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n"
-"\n"
-"\t\tYour password will not be changed unless we can verify that you\n"
-"\t\tissued this request."
+#: mod/admin.php:1347
+msgid "Republish users to directory"
 msgstr ""
 
-#: mod/lostpass.php:56
-#, php-format
-msgid ""
-"\n"
-"\t\tFollow this link soon to verify your identity:\n"
-"\n"
-"\t\t%1$s\n"
-"\n"
-"\t\tYou will then receive a follow-up message containing the new password.\n"
-"\t\tYou may change that password from your account settings page after logging in.\n"
-"\n"
-"\t\tThe login details are as follows:\n"
-"\n"
-"\t\tSite Location:\t%2$s\n"
-"\t\tLogin Name:\t%3$s"
-msgstr ""
+#: mod/admin.php:1348 mod/register.php:264
+msgid "Registration"
+msgstr "Rekisteröityminen"
 
-#: mod/lostpass.php:73
-#, php-format
-msgid "Password reset requested at %s"
-msgstr "Salasanan nollauspyyntö kohteessa %s"
+#: mod/admin.php:1349
+msgid "File upload"
+msgstr "Tiedoston lataus"
 
-#: mod/lostpass.php:89
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
+#: mod/admin.php:1350
+msgid "Policies"
+msgstr "Käytännöt"
+
+#: mod/admin.php:1352
+msgid "Auto Discovered Contact Directory"
 msgstr ""
 
-#: mod/lostpass.php:102
-msgid "Request has expired, please make a new one."
-msgstr "Pyyntö on vanhentunut, tehkää uusi pyyntö."
+#: mod/admin.php:1353
+msgid "Performance"
+msgstr "Suoritus"
 
-#: mod/lostpass.php:117
-msgid "Forgot your Password?"
-msgstr "Unohditko salasanasi?"
+#: mod/admin.php:1354
+msgid "Worker"
+msgstr "Worker"
 
-#: mod/lostpass.php:118
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
+#: mod/admin.php:1355
+msgid "Message Relay"
 msgstr ""
 
-#: mod/lostpass.php:119 src/Module/Login.php:314
-msgid "Nickname or Email: "
-msgstr "Lempinimi tai sähköposti:"
+#: mod/admin.php:1356
+msgid ""
+"Relocate - WARNING: advanced function. Could make this server unreachable."
+msgstr ""
 
-#: mod/lostpass.php:120
-msgid "Reset"
-msgstr "Nollaus"
+#: mod/admin.php:1359
+msgid "Site name"
+msgstr "Sivuston nimi"
 
-#: mod/lostpass.php:136 src/Module/Login.php:326
-msgid "Password Reset"
-msgstr "Salasanan nollaus"
+#: mod/admin.php:1360
+msgid "Host name"
+msgstr "Palvelimen nimi"
 
-#: mod/lostpass.php:137
-msgid "Your password has been reset as requested."
-msgstr "Salasanasi on nollattu pyynnöstäsi."
+#: mod/admin.php:1361
+msgid "Sender Email"
+msgstr "Lähettäjän sähköposti"
 
-#: mod/lostpass.php:138
-msgid "Your new password is"
-msgstr "Uusi salasanasi on"
+#: mod/admin.php:1361
+msgid ""
+"The email address your server shall use to send notification emails from."
+msgstr ""
 
-#: mod/lostpass.php:139
-msgid "Save or copy your new password - and then"
-msgstr "Tallenna tai kopioi uusi salasanasi, ja sitten"
+#: mod/admin.php:1362
+msgid "Banner/Logo"
+msgstr "Banneri/logo"
 
-#: mod/lostpass.php:140
-msgid "click here to login"
-msgstr "kirjaudu klikkaamalla tästä"
+#: mod/admin.php:1363
+msgid "Shortcut icon"
+msgstr "Pikakuvake"
 
-#: mod/lostpass.php:141
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
+#: mod/admin.php:1363
+msgid "Link to an icon that will be used for browsers."
 msgstr ""
 
-#: mod/lostpass.php:149
-#, php-format
-msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tYour password has been changed as requested. Please retain this\n"
-"\t\t\tinformation for your records (or change your password immediately to\n"
-"\t\t\tsomething that you will remember).\n"
-"\t\t"
+#: mod/admin.php:1364
+msgid "Touch icon"
+msgstr "Kosketusnäyttökuvake"
+
+#: mod/admin.php:1364
+msgid "Link to an icon that will be used for tablets and mobiles."
 msgstr ""
 
-#: mod/lostpass.php:155
+#: mod/admin.php:1365
+msgid "Additional Info"
+msgstr "Lisätietoja"
+
+#: mod/admin.php:1365
 #, php-format
 msgid ""
-"\n"
-"\t\t\tYour login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%1$s\n"
-"\t\t\tLogin Name:\t%2$s\n"
-"\t\t\tPassword:\t%3$s\n"
-"\n"
-"\t\t\tYou may change that password from your account settings page after logging in.\n"
-"\t\t"
+"For public servers: you can add additional information here that will be "
+"listed at %s/servers."
 msgstr ""
 
-#: mod/lostpass.php:169
-#, php-format
-msgid "Your password has been changed at %s"
-msgstr "Salasanasi on vaihdettu sivustolla %s"
+#: mod/admin.php:1366
+msgid "System language"
+msgstr "Järjestelmän kieli"
 
-#: mod/register.php:99
-msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr "Rekisteröityminen onnistui. Saat kohta lisäohjeita sähköpostitse."
+#: mod/admin.php:1367
+msgid "System theme"
+msgstr "Järjestelmäteema"
 
-#: mod/register.php:103
-#, php-format
+#: mod/admin.php:1367
 msgid ""
-"Failed to send email message. Here your accout details:<br> login: %s<br> "
-"password: %s<br><br>You can change your password after login."
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
 msgstr ""
 
-#: mod/register.php:110
-msgid "Registration successful."
-msgstr "Rekisteröityminen onnistui."
+#: mod/admin.php:1368
+msgid "Mobile system theme"
+msgstr "Mobiili järjestelmäteema"
 
-#: mod/register.php:115
-msgid "Your registration can not be processed."
-msgstr "Rekisteröintisi ei voida käsitellä."
+#: mod/admin.php:1368
+msgid "Theme for mobile devices"
+msgstr "Mobiiliteema"
 
-#: mod/register.php:162
-msgid "Your registration is pending approval by the site owner."
-msgstr "Rekisteröintisi odottaa ylläpitäjän hyväksyntää."
+#: mod/admin.php:1369
+msgid "SSL link policy"
+msgstr "SSL-linkkikäytäntö"
 
-#: mod/register.php:220
-msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking 'Register'."
+#: mod/admin.php:1369
+msgid "Determines whether generated links should be forced to use SSL"
 msgstr ""
 
-#: mod/register.php:221
-msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
-msgstr "Jos OpenID ei ole tuttu, jätä kenttä tyhjäksi."
+#: mod/admin.php:1370
+msgid "Force SSL"
+msgstr "Pakoita SSL-yhteyden käyttöä"
 
-#: mod/register.php:222
-msgid "Your OpenID (optional): "
-msgstr "OpenID -tunnus (valinnainen):"
+#: mod/admin.php:1370
+msgid ""
+"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
+" to endless loops."
+msgstr ""
 
-#: mod/register.php:234
-msgid "Include your profile in member directory?"
-msgstr "Lisää profiilisi jäsenluetteloon?"
+#: mod/admin.php:1371
+msgid "Hide help entry from navigation menu"
+msgstr ""
 
-#: mod/register.php:259
-msgid "Note for the admin"
-msgstr "Viesti ylläpidolle"
+#: mod/admin.php:1371
+msgid ""
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
+msgstr ""
 
-#: mod/register.php:259
-msgid "Leave a message for the admin, why you want to join this node"
-msgstr "Kerro yllåpitäjälle miksi haluat liittyä tähän Friendica -sivustoon"
+#: mod/admin.php:1372
+msgid "Single user instance"
+msgstr "Yksittäisen käyttäjän instanssi"
 
-#: mod/register.php:260
-msgid "Membership on this site is by invitation only."
+#: mod/admin.php:1372
+msgid "Make this instance multi-user or single-user for the named user"
 msgstr ""
 
-#: mod/register.php:261
-msgid "Your invitation code: "
-msgstr "Kutsukoodisi:"
+#: mod/admin.php:1373
+msgid "Maximum image size"
+msgstr "Suurin kuvakoko"
 
-#: mod/register.php:264 mod/admin.php:1348
-msgid "Registration"
-msgstr "Rekisteröityminen"
+#: mod/admin.php:1373
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr ""
 
-#: mod/register.php:270
-msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
-msgstr "Koko nimi (esim. Matti Meikäläinen, Aku Ankka):"
+#: mod/admin.php:1374
+msgid "Maximum image length"
+msgstr "Suurin kuvapituus"
 
-#: mod/register.php:271
+#: mod/admin.php:1374
 msgid ""
-"Your Email Address: (Initial information will be send there, so this has to "
-"be an existing address.)"
-msgstr "Sähköpostiosoite: (pitää olla toimiva osoite että rekisteröityminen onnistuu)"
-
-#: mod/register.php:273 mod/settings.php:1201
-msgid "New Password:"
-msgstr "Uusi salasana:"
-
-#: mod/register.php:273
-msgid "Leave empty for an auto generated password."
-msgstr "Jätä tyhjäksi jos haluat automaattisesti luotu salasanan."
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
+msgstr ""
 
-#: mod/register.php:274 mod/settings.php:1202
-msgid "Confirm:"
-msgstr "Vahvista:"
+#: mod/admin.php:1375
+msgid "JPEG image quality"
+msgstr "JPEG-kuvanlaatu"
 
-#: mod/register.php:275
-#, php-format
+#: mod/admin.php:1375
 msgid ""
-"Choose a profile nickname. This must begin with a text character. Your "
-"profile address on this site will then be '<strong>nickname@%s</strong>'."
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
 msgstr ""
 
-#: mod/register.php:276
-msgid "Choose a nickname: "
-msgstr "Valitse lempinimi:"
-
-#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283
-msgid "Register"
-msgstr "Rekisteröidy"
-
-#: mod/register.php:286
-msgid "Import your profile to this friendica instance"
-msgstr "Tuo profiilisi tähän Friendica -instanssiin."
-
-#: mod/admin.php:106
-msgid "Theme settings updated."
-msgstr "Teeman asetukset päivitetty."
-
-#: mod/admin.php:179 src/Content/Nav.php:174
-msgid "Information"
-msgstr "Tietoja"
+#: mod/admin.php:1377
+msgid "Register policy"
+msgstr ""
 
-#: mod/admin.php:180
-msgid "Overview"
-msgstr "Yleiskatsaus"
+#: mod/admin.php:1378
+msgid "Maximum Daily Registrations"
+msgstr "Päivittäinen rekisteröitymisraja"
 
-#: mod/admin.php:181 mod/admin.php:718
-msgid "Federation Statistics"
-msgstr "Liiton tilastotiedot"
+#: mod/admin.php:1378
+msgid ""
+"If registration is permitted above, this sets the maximum number of new user"
+" registrations to accept per day.  If register is set to closed, this "
+"setting has no effect."
+msgstr ""
 
-#: mod/admin.php:182
-msgid "Configuration"
-msgstr "Kokoonpano"
+#: mod/admin.php:1379
+msgid "Register text"
+msgstr "Rekisteröitymisteksti"
 
-#: mod/admin.php:183 mod/admin.php:1345
-msgid "Site"
-msgstr "Sivusto"
+#: mod/admin.php:1379
+msgid ""
+"Will be displayed prominently on the registration page. You can use BBCode "
+"here."
+msgstr "Näkyvästi esillä rekisteröitymissivulla. Voit käyttää BBCodeia."
 
-#: mod/admin.php:184 mod/admin.php:1273 mod/admin.php:1788 mod/admin.php:1804
-msgid "Users"
-msgstr "Käyttäjät"
+#: mod/admin.php:1380
+msgid "Accounts abandoned after x days"
+msgstr ""
 
-#: mod/admin.php:185 mod/admin.php:1904 mod/admin.php:1964 mod/settings.php:86
-msgid "Addons"
-msgstr "Lisäosat"
+#: mod/admin.php:1380
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr ""
 
-#: mod/admin.php:186 mod/admin.php:2173 mod/admin.php:2217
-msgid "Themes"
-msgstr "Teemat"
+#: mod/admin.php:1381
+msgid "Allowed friend domains"
+msgstr "Sallittuja kaveri-verkkotunnuksia"
 
-#: mod/admin.php:187 mod/settings.php:64
-msgid "Additional features"
-msgstr "Lisäominaisuuksia"
+#: mod/admin.php:1381
+msgid ""
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr ""
 
-#: mod/admin.php:189
-msgid "Database"
-msgstr "Tietokanta"
+#: mod/admin.php:1382
+msgid "Allowed email domains"
+msgstr "Sallittuja sähköposti-verkkotunnuksia"
 
-#: mod/admin.php:190
-msgid "DB updates"
-msgstr "Tietokannan päivitykset"
+#: mod/admin.php:1382
+msgid ""
+"Comma separated list of domains which are allowed in email addresses for "
+"registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains"
+msgstr ""
 
-#: mod/admin.php:191 mod/admin.php:753
-msgid "Inspect Queue"
-msgstr "Tarkista jono"
+#: mod/admin.php:1383
+msgid "No OEmbed rich content"
+msgstr ""
 
-#: mod/admin.php:192
-msgid "Tools"
-msgstr "Työkalut"
+#: mod/admin.php:1383
+msgid ""
+"Don't show the rich content (e.g. embedded PDF), except from the domains "
+"listed below."
+msgstr ""
 
-#: mod/admin.php:193
-msgid "Contact Blocklist"
-msgstr "Kontaktien estolista"
+#: mod/admin.php:1384
+msgid "Allowed OEmbed domains"
+msgstr "Sallittuja OEmbed -verkkotunnuksia"
 
-#: mod/admin.php:194 mod/admin.php:362
-msgid "Server Blocklist"
-msgstr "Palvelimien estolista"
+#: mod/admin.php:1384
+msgid ""
+"Comma separated list of domains which oembed content is allowed to be "
+"displayed. Wildcards are accepted."
+msgstr ""
 
-#: mod/admin.php:195 mod/admin.php:521
-msgid "Delete Item"
-msgstr "Poista kohde"
+#: mod/admin.php:1385
+msgid "Block public"
+msgstr "Estä vierailijat"
 
-#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2291
-msgid "Logs"
-msgstr "Lokit"
+#: mod/admin.php:1385
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr ""
 
-#: mod/admin.php:198 mod/admin.php:2358
-msgid "View Logs"
-msgstr "Katso lokit"
+#: mod/admin.php:1386
+msgid "Force publish"
+msgstr ""
 
-#: mod/admin.php:200
-msgid "Diagnostics"
-msgstr "Diagnostiikka"
+#: mod/admin.php:1386
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr ""
 
-#: mod/admin.php:201
-msgid "PHP Info"
-msgstr "PHP tietoja"
+#: mod/admin.php:1387
+msgid "Global directory URL"
+msgstr "Maailmanlaajuisen hakemiston URL-osoite"
 
-#: mod/admin.php:202
-msgid "probe address"
+#: mod/admin.php:1387
+msgid ""
+"URL to the global directory. If this is not set, the global directory is "
+"completely unavailable to the application."
 msgstr ""
 
-#: mod/admin.php:203
-msgid "check webfinger"
-msgstr "Tarkista webfinger"
-
-#: mod/admin.php:222 src/Content/Nav.php:217
-msgid "Admin"
-msgstr "Ylläpitäjä"
+#: mod/admin.php:1388
+msgid "Private posts by default for new users"
+msgstr ""
 
-#: mod/admin.php:223
-msgid "Addon Features"
-msgstr "Lisäosaominaisuudet"
+#: mod/admin.php:1388
+msgid ""
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
+msgstr ""
 
-#: mod/admin.php:224
-msgid "User registrations waiting for confirmation"
-msgstr "Käyttäjärekisteröinnit odottavat hyväksyntää"
+#: mod/admin.php:1389
+msgid "Don't include post content in email notifications"
+msgstr "Älä lisää julkaisun sisältö sähköposti-ilmoitukseen"
 
-#: mod/admin.php:301 mod/admin.php:361 mod/admin.php:478 mod/admin.php:520
-#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1344
-#: mod/admin.php:1787 mod/admin.php:1903 mod/admin.php:1963 mod/admin.php:2172
-#: mod/admin.php:2216 mod/admin.php:2290 mod/admin.php:2357
-msgid "Administration"
-msgstr "Ylläpito"
+#: mod/admin.php:1389
+msgid ""
+"Don't include the content of a post/comment/private message/etc. in the "
+"email notifications that are sent out from this site, as a privacy measure."
+msgstr ""
 
-#: mod/admin.php:303
-msgid "Display Terms of Service"
-msgstr "Näytä käyttöehdot"
+#: mod/admin.php:1390
+msgid "Disallow public access to addons listed in the apps menu."
+msgstr ""
 
-#: mod/admin.php:303
+#: mod/admin.php:1390
 msgid ""
-"Enable the Terms of Service page. If this is enabled a link to the terms "
-"will be added to the registration form and the general information page."
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
 msgstr ""
 
-#: mod/admin.php:304
-msgid "Display Privacy Statement"
-msgstr "Näytä tietosuojalausunto"
+#: mod/admin.php:1391
+msgid "Don't embed private images in posts"
+msgstr "Älä upota yksityisiä kuvia julkaisuissa"
 
-#: mod/admin.php:304
-#, php-format
+#: mod/admin.php:1391
 msgid ""
-"Show some informations regarding the needed information to operate the node "
-"according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
+"Don't replace locally-hosted private photos in posts with an embedded copy "
+"of the image. This means that contacts who receive posts containing private "
+"photos will have to authenticate and load each image, which may take a "
+"while."
 msgstr ""
 
-#: mod/admin.php:305
-msgid "The Terms of Service"
-msgstr "Käyttöehdot"
+#: mod/admin.php:1392
+msgid "Allow Users to set remote_self"
+msgstr ""
 
-#: mod/admin.php:305
+#: mod/admin.php:1392
 msgid ""
-"Enter the Terms of Service for your node here. You can use BBCode. Headers "
-"of sections should be [h2] and below."
+"With checking this, every user is allowed to mark every contact as a "
+"remote_self in the repair contact dialog. Setting this flag on a contact "
+"causes mirroring every posting of that contact in the users stream."
 msgstr ""
 
-#: mod/admin.php:353
-msgid "The blocked domain"
-msgstr "Estetty verkkotunnus"
+#: mod/admin.php:1393
+msgid "Block multiple registrations"
+msgstr ""
 
-#: mod/admin.php:354 mod/admin.php:367
-msgid "The reason why you blocked this domain."
-msgstr "Verkkotunnuksen estosyy."
+#: mod/admin.php:1393
+msgid "Disallow users to register additional accounts for use as pages."
+msgstr ""
 
-#: mod/admin.php:355
-msgid "Delete domain"
-msgstr "Poista verkkotunnus"
+#: mod/admin.php:1394
+msgid "OpenID support"
+msgstr "OpenID-tuki"
 
-#: mod/admin.php:355
-msgid "Check to delete this entry from the blocklist"
-msgstr ""
+#: mod/admin.php:1394
+msgid "OpenID support for registration and logins."
+msgstr "OpenID-tuki rekisteröitymiseen ja kirjautumiseen"
 
-#: mod/admin.php:363
+#: mod/admin.php:1395
+msgid "Fullname check"
+msgstr "Koko nimi tarkistus"
+
+#: mod/admin.php:1395
 msgid ""
-"This page can be used to define a black list of servers from the federated "
-"network that are not allowed to interact with your node. For all entered "
-"domains you should also give a reason why you have blocked the remote "
-"server."
+"Force users to register with a space between firstname and lastname in Full "
+"name, as an antispam measure"
 msgstr ""
 
-#: mod/admin.php:364
+#: mod/admin.php:1396
+msgid "Community pages for visitors"
+msgstr "Yhteisösivu vieraille"
+
+#: mod/admin.php:1396
 msgid ""
-"The list of blocked servers will be made publically available on the "
-"/friendica page so that your users and people investigating communication "
-"problems can find the reason easily."
+"Which community pages should be available for visitors. Local users always "
+"see both pages."
 msgstr ""
 
-#: mod/admin.php:365
-msgid "Add new entry to block list"
+#: mod/admin.php:1397
+msgid "Posts per user on community page"
 msgstr ""
 
-#: mod/admin.php:366
-msgid "Server Domain"
-msgstr "Palvelimen verkkotunnus"
-
-#: mod/admin.php:366
+#: mod/admin.php:1397
 msgid ""
-"The domain of the new server to add to the block list. Do not include the "
-"protocol."
+"The maximum number of posts per user on the community page. (Not valid for "
+"'Global Community')"
 msgstr ""
 
-#: mod/admin.php:367
-msgid "Block reason"
-msgstr "Estosyy"
-
-#: mod/admin.php:368
-msgid "Add Entry"
-msgstr "Lisää merkintä"
-
-#: mod/admin.php:369
-msgid "Save changes to the blocklist"
-msgstr "Tallenna muutoksia estolistaan"
+#: mod/admin.php:1398
+msgid "Enable OStatus support"
+msgstr "Salli OStatus-tuki"
 
-#: mod/admin.php:370
-msgid "Current Entries in the Blocklist"
+#: mod/admin.php:1398
+msgid ""
+"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
+"communications in OStatus are public, so privacy warnings will be "
+"occasionally displayed."
 msgstr ""
 
-#: mod/admin.php:373
-msgid "Delete entry from blocklist"
-msgstr ""
+#: mod/admin.php:1399
+msgid "Only import OStatus threads from our contacts"
+msgstr "Ainoastaan tuo OStatus -ketjuja kontakteiltamme"
 
-#: mod/admin.php:376
-msgid "Delete entry from blocklist?"
+#: mod/admin.php:1399
+msgid ""
+"Normally we import every content from our OStatus contacts. With this option"
+" we only store threads that are started by a contact that is known on our "
+"system."
 msgstr ""
 
-#: mod/admin.php:402
-msgid "Server added to blocklist."
-msgstr "Palvelin lisätty estolistalle"
+#: mod/admin.php:1400
+msgid "OStatus support can only be enabled if threading is enabled."
+msgstr "OStatus-tuki voidaan ottaa käyttöön ainoastaan jos ketjuttaminen on jo otettu käyttöön."
 
-#: mod/admin.php:418
-msgid "Site blocklist updated."
-msgstr "Sivuston estolista päivitetty."
+#: mod/admin.php:1402
+msgid ""
+"Diaspora support can't be enabled because Friendica was installed into a sub"
+" directory."
+msgstr "Diaspora -tukea ei voitu ottaa käyttöön koska Friendica on asennettu alihakemistoon."
 
-#: mod/admin.php:441 src/Core/Console/GlobalCommunityBlock.php:72
-msgid "The contact has been blocked from the node"
-msgstr ""
+#: mod/admin.php:1403
+msgid "Enable Diaspora support"
+msgstr "Salli Diaspora-tuki"
 
-#: mod/admin.php:443 src/Core/Console/GlobalCommunityBlock.php:69
-#, php-format
-msgid "Could not find any contact entry for this URL (%s)"
-msgstr ""
+#: mod/admin.php:1403
+msgid "Provide built-in Diaspora network compatibility."
+msgstr "Ota käyttöön Diaspora-yhteensopivuus"
 
-#: mod/admin.php:450
-#, php-format
-msgid "%s contact unblocked"
-msgid_plural "%s contacts unblocked"
-msgstr[0] "%s kontakti poistettu estolistalta"
-msgstr[1] "%s kontaktia poistettu estolistalta"
+#: mod/admin.php:1404
+msgid "Only allow Friendica contacts"
+msgstr "Salli ainoastaan Friendica -kontakteja"
 
-#: mod/admin.php:479
-msgid "Remote Contact Blocklist"
-msgstr ""
+#: mod/admin.php:1404
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
+msgstr "Kaikkien kontaktien on käytettävä Friendica-protokollaa. Kaikki muut protokollat poistetaan käytöstä."
 
-#: mod/admin.php:480
+#: mod/admin.php:1405
+msgid "Verify SSL"
+msgstr "Vahvista SSL"
+
+#: mod/admin.php:1405
 msgid ""
-"This page allows you to prevent any message from a remote contact to reach "
-"your node."
+"If you wish, you can turn on strict certificate checking. This will mean you"
+" cannot connect (at all) to self-signed SSL sites."
 msgstr ""
 
-#: mod/admin.php:481
-msgid "Block Remote Contact"
-msgstr ""
+#: mod/admin.php:1406
+msgid "Proxy user"
+msgstr "Välityspalvelimen käyttäjä"
 
-#: mod/admin.php:482 mod/admin.php:1790
-msgid "select all"
-msgstr "valitse kaikki"
+#: mod/admin.php:1407
+msgid "Proxy URL"
+msgstr "Välityspalvelimen osoite"
 
-#: mod/admin.php:483
-msgid "select none"
-msgstr "älä valitse mitään"
+#: mod/admin.php:1408
+msgid "Network timeout"
+msgstr "Verkon aikakatkaisu"
 
-#: mod/admin.php:486
-msgid "No remote contact is blocked from this node."
+#: mod/admin.php:1408
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
 msgstr ""
 
-#: mod/admin.php:488
-msgid "Blocked Remote Contacts"
+#: mod/admin.php:1409
+msgid "Maximum Load Average"
 msgstr ""
 
-#: mod/admin.php:489
-msgid "Block New Remote Contact"
+#: mod/admin.php:1409
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
 msgstr ""
 
-#: mod/admin.php:490
-msgid "Photo"
-msgstr "Kuva"
-
-#: mod/admin.php:498
-#, php-format
-msgid "%s total blocked contact"
-msgid_plural "%s total blocked contacts"
-msgstr[0] "Yhteensä %s estetty kontakti"
-msgstr[1] "Yhteensä %s estettyjä kontakteja"
-
-#: mod/admin.php:500
-msgid "URL of the remote contact to block."
+#: mod/admin.php:1410
+msgid "Maximum Load Average (Frontend)"
 msgstr ""
 
-#: mod/admin.php:522
-msgid "Delete this Item"
-msgstr "Poista tämä kohde"
+#: mod/admin.php:1410
+msgid "Maximum system load before the frontend quits service - default 50."
+msgstr ""
 
-#: mod/admin.php:523
-msgid ""
-"On this page you can delete an item from your node. If the item is a top "
-"level posting, the entire thread will be deleted."
+#: mod/admin.php:1411
+msgid "Minimal Memory"
 msgstr ""
 
-#: mod/admin.php:524
+#: mod/admin.php:1411
 msgid ""
-"You need to know the GUID of the item. You can find it e.g. by looking at "
-"the display URL. The last part of http://example.com/display/123456 is the "
-"GUID, here 123456."
+"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
+"default 0 (deactivated)."
 msgstr ""
 
-#: mod/admin.php:525
-msgid "GUID"
-msgstr "GUID"
-
-#: mod/admin.php:525
-msgid "The GUID of the item you want to delete."
-msgstr "Poistettavan kohteen GUID."
-
-#: mod/admin.php:564
-msgid "Item marked for deletion."
-msgstr "Kohde merkitty poistettavaksi."
-
-#: mod/admin.php:635
-msgid "unknown"
-msgstr "tuntematon"
+#: mod/admin.php:1412
+msgid "Maximum table size for optimization"
+msgstr ""
 
-#: mod/admin.php:711
+#: mod/admin.php:1412
 msgid ""
-"This page offers you some numbers to the known part of the federated social "
-"network your Friendica node is part of. These numbers are not complete but "
-"only reflect the part of the network your node is aware of."
+"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
+"Enter -1 to disable it."
 msgstr ""
 
-#: mod/admin.php:712
-msgid ""
-"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
-"will improve the data displayed here."
+#: mod/admin.php:1413
+msgid "Minimum level of fragmentation"
 msgstr ""
 
-#: mod/admin.php:724
-#, php-format
+#: mod/admin.php:1413
 msgid ""
-"Currently this node is aware of %d nodes with %d registered users from the "
-"following platforms:"
+"Minimum fragmenation level to start the automatic optimization - default "
+"value is 30%."
 msgstr ""
 
-#: mod/admin.php:755
-msgid "ID"
+#: mod/admin.php:1415
+msgid "Periodical check of global contacts"
 msgstr ""
 
-#: mod/admin.php:756
-msgid "Recipient Name"
-msgstr "Vastaanottajan nimi"
-
-#: mod/admin.php:757
-msgid "Recipient Profile"
-msgstr "Vastaanottajan profiili"
-
-#: mod/admin.php:758 src/Core/NotificationsManager.php:178
-#: src/Content/Nav.php:178 view/theme/frio/theme.php:266
-msgid "Network"
-msgstr "Verkko"
-
-#: mod/admin.php:759
-msgid "Created"
-msgstr "Luotu"
-
-#: mod/admin.php:760
-msgid "Last Tried"
-msgstr "Viimeksi yritetty"
-
-#: mod/admin.php:761
+#: mod/admin.php:1415
 msgid ""
-"This page lists the content of the queue for outgoing postings. These are "
-"postings the initial delivery failed for. They will be resend later and "
-"eventually deleted if the delivery fails permanently."
+"If enabled, the global contacts are checked periodically for missing or "
+"outdated data and the vitality of the contacts and servers."
 msgstr ""
 
-#: mod/admin.php:785
-#, php-format
-msgid ""
-"Your DB still runs with MyISAM tables. You should change the engine type to "
-"InnoDB. As Friendica will use InnoDB only features in the future, you should"
-" change this! See <a href=\"%s\">here</a> for a guide that may be helpful "
-"converting the table engines. You may also use the command <tt>php "
-"bin/console.php dbstructure toinnodb</tt> of your Friendica installation for"
-" an automatic conversion.<br />"
+#: mod/admin.php:1416
+msgid "Days between requery"
 msgstr ""
 
-#: mod/admin.php:792
-#, php-format
-msgid ""
-"There is a new version of Friendica available for download. Your current "
-"version is %1$s, upstream version is %2$s"
+#: mod/admin.php:1416
+msgid "Number of days after which a server is requeried for his contacts."
 msgstr ""
 
-#: mod/admin.php:802
+#: mod/admin.php:1417
+msgid "Discover contacts from other servers"
+msgstr ""
+
+#: mod/admin.php:1417
 msgid ""
-"The database update failed. Please run \"php bin/console.php dbstructure "
-"update\" from the command line and have a look at the errors that might "
-"appear."
+"Periodically query other servers for contacts. You can choose between "
+"'users': the users on the remote system, 'Global Contacts': active contacts "
+"that are known on the system. The fallback is meant for Redmatrix servers "
+"and older friendica servers, where global contacts weren't available. The "
+"fallback increases the server load, so the recommened setting is 'Users, "
+"Global Contacts'."
 msgstr ""
 
-#: mod/admin.php:808
-msgid "The worker was never executed. Please check your database structure!"
+#: mod/admin.php:1418
+msgid "Timeframe for fetching global contacts"
 msgstr ""
 
-#: mod/admin.php:811
-#, php-format
+#: mod/admin.php:1418
 msgid ""
-"The last worker execution was on %s UTC. This is older than one hour. Please"
-" check your crontab settings."
+"When the discovery is activated, this value defines the timeframe for the "
+"activity of the global contacts that are fetched from other servers."
 msgstr ""
 
-#: mod/admin.php:816 mod/admin.php:1739
-msgid "Normal Account"
-msgstr "Perustili"
+#: mod/admin.php:1419
+msgid "Search the local directory"
+msgstr "Paikallisluettelohaku"
 
-#: mod/admin.php:817 mod/admin.php:1740
-msgid "Automatic Follower Account"
+#: mod/admin.php:1419
+msgid ""
+"Search the local directory instead of the global directory. When searching "
+"locally, every search will be executed on the global directory in the "
+"background. This improves the search results when the search is repeated."
 msgstr ""
 
-#: mod/admin.php:818 mod/admin.php:1741
-msgid "Public Forum Account"
-msgstr "Julkinen foorumitili"
+#: mod/admin.php:1421
+msgid "Publish server information"
+msgstr "Julkaise palvelintiedot"
 
-#: mod/admin.php:819 mod/admin.php:1742
-msgid "Automatic Friend Account"
+#: mod/admin.php:1421
+msgid ""
+"If enabled, general server and usage data will be published. The data "
+"contains the name and version of the server, number of users with public "
+"profiles, number of posts and the activated protocols and connectors. See <a"
+" href='http://the-federation.info/'>the-federation.info</a> for details."
 msgstr ""
 
-#: mod/admin.php:820
-msgid "Blog Account"
-msgstr "Blogitili"
-
-#: mod/admin.php:821
-msgid "Private Forum Account"
-msgstr "Yksityinen foorumitili"
-
-#: mod/admin.php:843
-msgid "Message queues"
-msgstr "Viestijonot"
+#: mod/admin.php:1423
+msgid "Check upstream version"
+msgstr ""
 
-#: mod/admin.php:849
-msgid "Summary"
-msgstr "Yhteenveto"
+#: mod/admin.php:1423
+msgid ""
+"Enables checking for new Friendica versions at github. If there is a new "
+"version, you will be informed in the admin panel overview."
+msgstr ""
 
-#: mod/admin.php:851
-msgid "Registered users"
-msgstr "Rekisteröityneet käyttäjät"
+#: mod/admin.php:1424
+msgid "Suppress Tags"
+msgstr "Piilota tunnisteet"
 
-#: mod/admin.php:853
-msgid "Pending registrations"
+#: mod/admin.php:1424
+msgid "Suppress showing a list of hashtags at the end of the posting."
 msgstr ""
 
-#: mod/admin.php:854
-msgid "Version"
-msgstr "Versio"
+#: mod/admin.php:1425
+msgid "Path to item cache"
+msgstr ""
 
-#: mod/admin.php:859
-msgid "Active addons"
-msgstr "Käytössäolevat lisäosat"
+#: mod/admin.php:1425
+msgid "The item caches buffers generated bbcode and external images."
+msgstr ""
 
-#: mod/admin.php:890
-msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+#: mod/admin.php:1426
+msgid "Cache duration in seconds"
 msgstr ""
 
-#: mod/admin.php:1209
-msgid "Site settings updated."
-msgstr "Sivuston asetukset päivitettiin."
+#: mod/admin.php:1426
+msgid ""
+"How long should the cache files be hold? Default value is 86400 seconds (One"
+" day). To disable the item cache, set the value to -1."
+msgstr ""
 
-#: mod/admin.php:1236 mod/settings.php:905
-msgid "No special theme for mobile devices"
-msgstr "Ei mobiiliteemaa"
+#: mod/admin.php:1427
+msgid "Maximum numbers of comments per post"
+msgstr "Julkaisun kommentiraja"
 
-#: mod/admin.php:1265
-msgid "No community page"
-msgstr "Ei yhteisösivua"
+#: mod/admin.php:1427
+msgid "How much comments should be shown for each post? Default value is 100."
+msgstr ""
 
-#: mod/admin.php:1266
-msgid "Public postings from users of this site"
+#: mod/admin.php:1428
+msgid "Temp path"
 msgstr ""
 
-#: mod/admin.php:1267
-msgid "Public postings from the federated network"
+#: mod/admin.php:1428
+msgid ""
+"If you have a restricted system where the webserver can't access the system "
+"temp path, enter another path here."
 msgstr ""
 
-#: mod/admin.php:1268
-msgid "Public postings from local users and the federated network"
+#: mod/admin.php:1429
+msgid "Base path to installation"
 msgstr ""
 
-#: mod/admin.php:1274
-msgid "Users, Global Contacts"
-msgstr "Käyttäjät, maailmanlaajuiset kontaktit"
+#: mod/admin.php:1429
+msgid ""
+"If the system cannot detect the correct path to your installation, enter the"
+" correct path here. This setting should only be set if you are using a "
+"restricted system and symbolic links to your webroot."
+msgstr ""
 
-#: mod/admin.php:1275
-msgid "Users, Global Contacts/fallback"
+#: mod/admin.php:1430
+msgid "Disable picture proxy"
 msgstr ""
 
-#: mod/admin.php:1279
-msgid "One month"
-msgstr "Yksi kuukausi"
+#: mod/admin.php:1430
+msgid ""
+"The picture proxy increases performance and privacy. It shouldn't be used on"
+" systems with very low bandwith."
+msgstr ""
 
-#: mod/admin.php:1280
-msgid "Three months"
-msgstr "Kolme kuukautta"
+#: mod/admin.php:1431
+msgid "Only search in tags"
+msgstr ""
 
-#: mod/admin.php:1281
-msgid "Half a year"
-msgstr "Puoli vuotta"
+#: mod/admin.php:1431
+msgid "On large systems the text search can slow down the system extremely."
+msgstr ""
 
-#: mod/admin.php:1282
-msgid "One year"
-msgstr "Yksi vuosi"
+#: mod/admin.php:1433
+msgid "New base url"
+msgstr ""
 
-#: mod/admin.php:1287
-msgid "Multi user instance"
+#: mod/admin.php:1433
+msgid ""
+"Change base url for this server. Sends relocate message to all Friendica and"
+" Diaspora* contacts of all users."
 msgstr ""
 
-#: mod/admin.php:1310
-msgid "Closed"
-msgstr "Suljettu"
+#: mod/admin.php:1435
+msgid "RINO Encryption"
+msgstr "RINO-salaus"
 
-#: mod/admin.php:1311
-msgid "Requires approval"
-msgstr "Edellyttää hyväksyntää"
+#: mod/admin.php:1435
+msgid "Encryption layer between nodes."
+msgstr "Salauskerros solmujen välillä."
 
-#: mod/admin.php:1312
-msgid "Open"
-msgstr "Avoin"
+#: mod/admin.php:1435
+msgid "Enabled"
+msgstr "Käytössä"
 
-#: mod/admin.php:1316
-msgid "No SSL policy, links will track page SSL state"
+#: mod/admin.php:1437
+msgid "Maximum number of parallel workers"
 msgstr ""
 
-#: mod/admin.php:1317
-msgid "Force all links to use SSL"
+#: mod/admin.php:1437
+msgid ""
+"On shared hosters set this to 2. On larger systems, values of 10 are great. "
+"Default value is 4."
 msgstr ""
 
-#: mod/admin.php:1318
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+#: mod/admin.php:1438
+msgid "Don't use 'proc_open' with the worker"
 msgstr ""
 
-#: mod/admin.php:1322
-msgid "Don't check"
-msgstr "Älä tarkista"
-
-#: mod/admin.php:1323
-msgid "check the stable version"
-msgstr ""
-
-#: mod/admin.php:1324
-msgid "check the development version"
-msgstr ""
-
-#: mod/admin.php:1347
-msgid "Republish users to directory"
+#: mod/admin.php:1438
+msgid ""
+"Enable this if your system doesn't allow the use of 'proc_open'. This can "
+"happen on shared hosters. If this is enabled you should increase the "
+"frequency of worker calls in your crontab."
 msgstr ""
 
-#: mod/admin.php:1349
-msgid "File upload"
-msgstr "Tiedoston lataus"
-
-#: mod/admin.php:1350
-msgid "Policies"
-msgstr "Käytännöt"
+#: mod/admin.php:1439
+msgid "Enable fastlane"
+msgstr "Käytä fastlane"
 
-#: mod/admin.php:1352
-msgid "Auto Discovered Contact Directory"
+#: mod/admin.php:1439
+msgid ""
+"When enabed, the fastlane mechanism starts an additional worker if processes"
+" with higher priority are blocked by processes of lower priority."
 msgstr ""
 
-#: mod/admin.php:1353
-msgid "Performance"
-msgstr "Suoritus"
-
-#: mod/admin.php:1354
-msgid "Worker"
-msgstr "Worker"
-
-#: mod/admin.php:1355
-msgid "Message Relay"
+#: mod/admin.php:1440
+msgid "Enable frontend worker"
 msgstr ""
 
-#: mod/admin.php:1356
+#: mod/admin.php:1440
+#, php-format
 msgid ""
-"Relocate - WARNING: advanced function. Could make this server unreachable."
+"When enabled the Worker process is triggered when backend access is "
+"performed \\x28e.g. messages being delivered\\x29. On smaller sites you "
+"might want to call %s/worker on a regular basis via an external cron job. "
+"You should only enable this option if you cannot utilize cron/scheduled jobs"
+" on your server."
 msgstr ""
 
-#: mod/admin.php:1359
-msgid "Site name"
-msgstr "Sivuston nimi"
-
-#: mod/admin.php:1360
-msgid "Host name"
-msgstr "Palvelimen nimi"
-
-#: mod/admin.php:1361
-msgid "Sender Email"
-msgstr "Lähettäjän sähköposti"
+#: mod/admin.php:1442
+msgid "Subscribe to relay"
+msgstr ""
 
-#: mod/admin.php:1361
+#: mod/admin.php:1442
 msgid ""
-"The email address your server shall use to send notification emails from."
+"Enables the receiving of public posts from the relay. They will be included "
+"in the search, subscribed tags and on the global community page."
 msgstr ""
 
-#: mod/admin.php:1362
-msgid "Banner/Logo"
-msgstr "Banneri/logo"
-
-#: mod/admin.php:1363
-msgid "Shortcut icon"
-msgstr "Pikakuvake"
-
-#: mod/admin.php:1363
-msgid "Link to an icon that will be used for browsers."
+#: mod/admin.php:1443
+msgid "Relay server"
 msgstr ""
 
-#: mod/admin.php:1364
-msgid "Touch icon"
-msgstr "Kosketusnäyttökuvake"
-
-#: mod/admin.php:1364
-msgid "Link to an icon that will be used for tablets and mobiles."
+#: mod/admin.php:1443
+msgid ""
+"Address of the relay server where public posts should be send to. For "
+"example https://relay.diasp.org"
 msgstr ""
 
-#: mod/admin.php:1365
-msgid "Additional Info"
-msgstr "Lisätietoja"
+#: mod/admin.php:1444
+msgid "Direct relay transfer"
+msgstr ""
 
-#: mod/admin.php:1365
-#, php-format
+#: mod/admin.php:1444
 msgid ""
-"For public servers: you can add additional information here that will be "
-"listed at %s/servers."
+"Enables the direct transfer to other servers without using the relay servers"
 msgstr ""
 
-#: mod/admin.php:1366
-msgid "System language"
-msgstr "Järjestelmän kieli"
-
-#: mod/admin.php:1367
-msgid "System theme"
-msgstr "Järjestelmäteema"
+#: mod/admin.php:1445
+msgid "Relay scope"
+msgstr ""
 
-#: mod/admin.php:1367
+#: mod/admin.php:1445
 msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
+"Can be 'all' or 'tags'. 'all' means that every public post should be "
+"received. 'tags' means that only posts with selected tags should be "
+"received."
 msgstr ""
 
-#: mod/admin.php:1368
-msgid "Mobile system theme"
-msgstr "Mobiili järjestelmäteema"
+#: mod/admin.php:1445
+msgid "all"
+msgstr "kaikki"
 
-#: mod/admin.php:1368
-msgid "Theme for mobile devices"
-msgstr "Mobiiliteema"
+#: mod/admin.php:1445
+msgid "tags"
+msgstr "tunnisteet"
 
-#: mod/admin.php:1369
-msgid "SSL link policy"
-msgstr ""
+#: mod/admin.php:1446
+msgid "Server tags"
+msgstr "palvelintunnisteet"
 
-#: mod/admin.php:1369
-msgid "Determines whether generated links should be forced to use SSL"
+#: mod/admin.php:1446
+msgid "Comma separated list of tags for the 'tags' subscription."
 msgstr ""
 
-#: mod/admin.php:1370
-msgid "Force SSL"
-msgstr "Pakoita SSL-yhteyden käyttöä"
+#: mod/admin.php:1447
+msgid "Allow user tags"
+msgstr "Salli käyttäjien tunnisteet"
 
-#: mod/admin.php:1370
+#: mod/admin.php:1447
 msgid ""
-"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
-" to endless loops."
+"If enabled, the tags from the saved searches will used for the 'tags' "
+"subscription in addition to the 'relay_server_tags'."
 msgstr ""
 
-#: mod/admin.php:1371
-msgid "Hide help entry from navigation menu"
+#: mod/admin.php:1475
+msgid "Update has been marked successful"
 msgstr ""
 
-#: mod/admin.php:1371
-msgid ""
-"Hides the menu entry for the Help pages from the navigation menu. You can "
-"still access it calling /help directly."
-msgstr ""
+#: mod/admin.php:1482
+#, php-format
+msgid "Database structure update %s was successfully applied."
+msgstr "Tietokannan rakenteen %s-päivitys onnistui."
 
-#: mod/admin.php:1372
-msgid "Single user instance"
-msgstr ""
+#: mod/admin.php:1485
+#, php-format
+msgid "Executing of database structure update %s failed with error: %s"
+msgstr "Tietokannan rakennepäivitys %s epäonnistui virheviestillä %s"
 
-#: mod/admin.php:1372
-msgid "Make this instance multi-user or single-user for the named user"
+#: mod/admin.php:1498
+#, php-format
+msgid "Executing %s failed with error: %s"
 msgstr ""
 
-#: mod/admin.php:1373
-msgid "Maximum image size"
-msgstr "Suurin kuvakoko"
+#: mod/admin.php:1500
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "%s-päivitys onnistui."
 
-#: mod/admin.php:1373
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
+#: mod/admin.php:1503
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
 msgstr ""
 
-#: mod/admin.php:1374
-msgid "Maximum image length"
-msgstr "Suurin kuvapituus"
-
-#: mod/admin.php:1374
-msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
+#: mod/admin.php:1506
+#, php-format
+msgid "There was no additional update function %s that needed to be called."
 msgstr ""
 
-#: mod/admin.php:1375
-msgid "JPEG image quality"
-msgstr "JPEG-kuvanlaatu"
+#: mod/admin.php:1526
+msgid "No failed updates."
+msgstr "Ei epäonnistuineita päivityksiä."
 
-#: mod/admin.php:1375
+#: mod/admin.php:1527
+msgid "Check database structure"
+msgstr "Tarkista tietokannan rakenne"
+
+#: mod/admin.php:1532
+msgid "Failed Updates"
+msgstr "Epäonnistuineita päivityksiä"
+
+#: mod/admin.php:1533
 msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
+"This does not include updates prior to 1139, which did not return a status."
 msgstr ""
 
-#: mod/admin.php:1377
-msgid "Register policy"
+#: mod/admin.php:1534
+msgid "Mark success (if update was manually applied)"
 msgstr ""
 
-#: mod/admin.php:1378
-msgid "Maximum Daily Registrations"
+#: mod/admin.php:1535
+msgid "Attempt to execute this update step automatically"
 msgstr ""
 
-#: mod/admin.php:1378
+#: mod/admin.php:1574
+#, php-format
 msgid ""
-"If registration is permitted above, this sets the maximum number of new user"
-" registrations to accept per day.  If register is set to closed, this "
-"setting has no effect."
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tthe administrator of %2$s has set up an account for you."
 msgstr ""
 
-#: mod/admin.php:1379
-msgid "Register text"
-msgstr "Rekisteröitymisteksti"
-
-#: mod/admin.php:1379
+#: mod/admin.php:1577
+#, php-format
 msgid ""
-"Will be displayed prominently on the registration page. You can use BBCode "
-"here."
-msgstr "Näkyvästi esillä rekisteröitymissivulla. Voit käyttää BBCodeia."
-
-#: mod/admin.php:1380
-msgid "Accounts abandoned after x days"
-msgstr ""
-
-#: mod/admin.php:1380
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
+"\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\tIf you ever want to delete your account, you can do so at %1$s/removeme\n"
+"\n"
+"\t\t\tThank you and welcome to %4$s."
 msgstr ""
 
-#: mod/admin.php:1381
-msgid "Allowed friend domains"
-msgstr "Sallittuja kaveri-verkkotunnuksia"
-
-#: mod/admin.php:1381
-msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
+#: mod/admin.php:1611 src/Model/User.php:663
+#, php-format
+msgid "Registration details for %s"
 msgstr ""
 
-#: mod/admin.php:1382
-msgid "Allowed email domains"
-msgstr "Sallittuja sähköposti-verkkotunnuksia"
+#: mod/admin.php:1621
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] "%s käyttäjä estetty / poistettu estolistalta"
+msgstr[1] "%s käyttäjää estetty / poistettu estolistalta"
 
-#: mod/admin.php:1382
-msgid ""
-"Comma separated list of domains which are allowed in email addresses for "
-"registrations to this site. Wildcards are accepted. Empty to allow any "
-"domains"
-msgstr ""
+#: mod/admin.php:1627
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%s käyttäjä poistettu"
+msgstr[1] "%s käyttäjää poistettu"
 
-#: mod/admin.php:1383
-msgid "No OEmbed rich content"
-msgstr ""
+#: mod/admin.php:1674
+#, php-format
+msgid "User '%s' deleted"
+msgstr "Käyttäjä '%s' poistettu"
 
-#: mod/admin.php:1383
-msgid ""
-"Don't show the rich content (e.g. embedded PDF), except from the domains "
-"listed below."
-msgstr ""
+#: mod/admin.php:1682
+#, php-format
+msgid "User '%s' unblocked"
+msgstr "Käyttäjä '%s' poistettu estolistalta"
 
-#: mod/admin.php:1384
-msgid "Allowed OEmbed domains"
-msgstr "Sallittuja OEmbed -verkkotunnuksia"
+#: mod/admin.php:1682
+#, php-format
+msgid "User '%s' blocked"
+msgstr "Käyttäjä '%s' estetty"
 
-#: mod/admin.php:1384
-msgid ""
-"Comma separated list of domains which oembed content is allowed to be "
-"displayed. Wildcards are accepted."
-msgstr ""
+#: mod/admin.php:1781 mod/admin.php:1793 mod/admin.php:1806 mod/admin.php:1824
+#: src/Content/ContactSelector.php:82
+msgid "Email"
+msgstr "Sähköposti"
 
-#: mod/admin.php:1385
-msgid "Block public"
-msgstr ""
+#: mod/admin.php:1781 mod/admin.php:1806
+msgid "Register date"
+msgstr "Rekisteripäivämäärä"
 
-#: mod/admin.php:1385
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr ""
+#: mod/admin.php:1781 mod/admin.php:1806
+msgid "Last login"
+msgstr "Viimeisin kirjautuminen"
 
-#: mod/admin.php:1386
-msgid "Force publish"
-msgstr ""
+#: mod/admin.php:1781 mod/admin.php:1806
+msgid "Last item"
+msgstr "Viimeisin kohde"
 
-#: mod/admin.php:1386
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr ""
+#: mod/admin.php:1781 mod/settings.php:55
+msgid "Account"
+msgstr "Tili"
 
-#: mod/admin.php:1387
-msgid "Global directory URL"
-msgstr "Maailmanlaajuisen hakemiston URL-osoite"
+#: mod/admin.php:1789
+msgid "Add User"
+msgstr "Lisää käyttäjä"
 
-#: mod/admin.php:1387
-msgid ""
-"URL to the global directory. If this is not set, the global directory is "
-"completely unavailable to the application."
+#: mod/admin.php:1791
+msgid "User registrations waiting for confirm"
 msgstr ""
 
-#: mod/admin.php:1388
-msgid "Private posts by default for new users"
+#: mod/admin.php:1792
+msgid "User waiting for permanent deletion"
 msgstr ""
 
-#: mod/admin.php:1388
-msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
-msgstr ""
+#: mod/admin.php:1793
+msgid "Request date"
+msgstr "Pyynnön päivämäärä"
 
-#: mod/admin.php:1389
-msgid "Don't include post content in email notifications"
-msgstr ""
+#: mod/admin.php:1794
+msgid "No registrations."
+msgstr "Ei rekisteröintejä."
 
-#: mod/admin.php:1389
-msgid ""
-"Don't include the content of a post/comment/private message/etc. in the "
-"email notifications that are sent out from this site, as a privacy measure."
+#: mod/admin.php:1795
+msgid "Note from the user"
 msgstr ""
 
-#: mod/admin.php:1390
-msgid "Disallow public access to addons listed in the apps menu."
-msgstr ""
+#: mod/admin.php:1797
+msgid "Deny"
+msgstr "Kieltäydy"
 
-#: mod/admin.php:1390
-msgid ""
-"Checking this box will restrict addons listed in the apps menu to members "
-"only."
-msgstr ""
+#: mod/admin.php:1801
+msgid "Site admin"
+msgstr "Sivuston ylläpito"
 
-#: mod/admin.php:1391
-msgid "Don't embed private images in posts"
-msgstr "Älä upota yksityisiä kuvia julkaisuissa"
+#: mod/admin.php:1802
+msgid "Account expired"
+msgstr "Tili vanhentunut"
 
-#: mod/admin.php:1391
-msgid ""
-"Don't replace locally-hosted private photos in posts with an embedded copy "
-"of the image. This means that contacts who receive posts containing private "
-"photos will have to authenticate and load each image, which may take a "
-"while."
-msgstr ""
+#: mod/admin.php:1805
+msgid "New User"
+msgstr "Uusi käyttäjä"
 
-#: mod/admin.php:1392
-msgid "Allow Users to set remote_self"
-msgstr ""
+#: mod/admin.php:1806
+msgid "Deleted since"
+msgstr "Poistettu"
 
-#: mod/admin.php:1392
+#: mod/admin.php:1811
 msgid ""
-"With checking this, every user is allowed to mark every contact as a "
-"remote_self in the repair contact dialog. Setting this flag on a contact "
-"causes mirroring every posting of that contact in the users stream."
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
 msgstr ""
 
-#: mod/admin.php:1393
-msgid "Block multiple registrations"
+#: mod/admin.php:1812
+msgid ""
+"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
+"site will be permanently deleted!\\n\\nAre you sure?"
 msgstr ""
 
-#: mod/admin.php:1393
-msgid "Disallow users to register additional accounts for use as pages."
-msgstr ""
+#: mod/admin.php:1822
+msgid "Name of the new user."
+msgstr "Uuden käyttäjän nimi."
 
-#: mod/admin.php:1394
-msgid "OpenID support"
-msgstr "OpenID-tuki"
+#: mod/admin.php:1823
+msgid "Nickname"
+msgstr "Lempinimi"
 
-#: mod/admin.php:1394
-msgid "OpenID support for registration and logins."
-msgstr "OpenID-tuki rekisteröitymiseen ja kirjautumiseen"
+#: mod/admin.php:1823
+msgid "Nickname of the new user."
+msgstr "Uuden käyttäjän lempinimi"
 
-#: mod/admin.php:1395
-msgid "Fullname check"
-msgstr ""
+#: mod/admin.php:1824
+msgid "Email address of the new user."
+msgstr "Uuden käyttäjän sähköpostiosoite."
 
-#: mod/admin.php:1395
-msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
-msgstr ""
+#: mod/admin.php:1866
+#, php-format
+msgid "Addon %s disabled."
+msgstr "Lisäosa %s poistettu käytöstä."
 
-#: mod/admin.php:1396
-msgid "Community pages for visitors"
-msgstr ""
+#: mod/admin.php:1870
+#, php-format
+msgid "Addon %s enabled."
+msgstr "Lisäosa %s käytössä."
 
-#: mod/admin.php:1396
-msgid ""
-"Which community pages should be available for visitors. Local users always "
-"see both pages."
-msgstr ""
+#: mod/admin.php:1880 mod/admin.php:2129
+msgid "Disable"
+msgstr "Poista käytöstä"
 
-#: mod/admin.php:1397
-msgid "Posts per user on community page"
-msgstr ""
-
-#: mod/admin.php:1397
-msgid ""
-"The maximum number of posts per user on the community page. (Not valid for "
-"'Global Community')"
-msgstr ""
-
-#: mod/admin.php:1398
-msgid "Enable OStatus support"
-msgstr "Salli OStatus-tuki"
+#: mod/admin.php:1883 mod/admin.php:2132
+msgid "Enable"
+msgstr "Ota käyttöön"
 
-#: mod/admin.php:1398
-msgid ""
-"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
-"communications in OStatus are public, so privacy warnings will be "
-"occasionally displayed."
-msgstr ""
+#: mod/admin.php:1905 mod/admin.php:2174
+msgid "Toggle"
+msgstr "Vaihda"
 
-#: mod/admin.php:1399
-msgid "Only import OStatus threads from our contacts"
-msgstr "Ainoastaan tuo OStatus -ketjuja kontakteiltamme"
+#: mod/admin.php:1913 mod/admin.php:2183
+msgid "Author: "
+msgstr "Tekijä"
 
-#: mod/admin.php:1399
-msgid ""
-"Normally we import every content from our OStatus contacts. With this option"
-" we only store threads that are started by a contact that is known on our "
-"system."
-msgstr ""
+#: mod/admin.php:1914 mod/admin.php:2184
+msgid "Maintainer: "
+msgstr "Ylläpitäjä:"
 
-#: mod/admin.php:1400
-msgid "OStatus support can only be enabled if threading is enabled."
+#: mod/admin.php:1966
+msgid "Reload active addons"
 msgstr ""
 
-#: mod/admin.php:1402
+#: mod/admin.php:1971
+#, php-format
 msgid ""
-"Diaspora support can't be enabled because Friendica was installed into a sub"
-" directory."
+"There are currently no addons available on your node. You can find the "
+"official addon repository at %1$s and might find other interesting addons in"
+" the open addon registry at %2$s"
 msgstr ""
 
-#: mod/admin.php:1403
-msgid "Enable Diaspora support"
-msgstr "Salli Diaspora-tuki"
+#: mod/admin.php:2091
+msgid "No themes found."
+msgstr "Teemoja ei löytynyt."
 
-#: mod/admin.php:1403
-msgid "Provide built-in Diaspora network compatibility."
-msgstr "Ota käyttöön Diaspora-yhteensopivuus"
+#: mod/admin.php:2165
+msgid "Screenshot"
+msgstr "Kuvakaappaus"
 
-#: mod/admin.php:1404
-msgid "Only allow Friendica contacts"
-msgstr "Salli ainoastaan Friendica -kontakteja"
+#: mod/admin.php:2219
+msgid "Reload active themes"
+msgstr "Lataa aktiiviset teemat uudelleen"
 
-#: mod/admin.php:1404
-msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
-msgstr "Kaikkien kontaktien on käytettävä Friendica-protokollaa. Kaikki muut protokollat poistetaan käytöstä."
+#: mod/admin.php:2224
+#, php-format
+msgid "No themes found on the system. They should be placed in %1$s"
+msgstr ""
 
-#: mod/admin.php:1405
-msgid "Verify SSL"
-msgstr "Vahvista SSL"
+#: mod/admin.php:2225
+msgid "[Experimental]"
+msgstr "[Kokeellinen]"
 
-#: mod/admin.php:1405
-msgid ""
-"If you wish, you can turn on strict certificate checking. This will mean you"
-" cannot connect (at all) to self-signed SSL sites."
-msgstr ""
+#: mod/admin.php:2226
+msgid "[Unsupported]"
+msgstr "[Ei tueta]"
 
-#: mod/admin.php:1406
-msgid "Proxy user"
-msgstr "Välityspalvelimen käyttäjä"
+#: mod/admin.php:2250
+msgid "Log settings updated."
+msgstr "Lokiasetukset päivitetty."
 
-#: mod/admin.php:1407
-msgid "Proxy URL"
-msgstr "Välityspalvelimen osoite"
+#: mod/admin.php:2282
+msgid "PHP log currently enabled."
+msgstr "PHP-loki käytössä"
 
-#: mod/admin.php:1408
-msgid "Network timeout"
-msgstr "Verkon aikakatkaisu"
+#: mod/admin.php:2284
+msgid "PHP log currently disabled."
+msgstr "PHP-loki pois käytöstä"
 
-#: mod/admin.php:1408
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr ""
+#: mod/admin.php:2293
+msgid "Clear"
+msgstr "Tyhjennä"
 
-#: mod/admin.php:1409
-msgid "Maximum Load Average"
-msgstr ""
+#: mod/admin.php:2297
+msgid "Enable Debugging"
+msgstr "Ota virheenkorjaustila käyttöön"
 
-#: mod/admin.php:1409
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr ""
+#: mod/admin.php:2298
+msgid "Log file"
+msgstr "Lokitiedosto"
 
-#: mod/admin.php:1410
-msgid "Maximum Load Average (Frontend)"
+#: mod/admin.php:2298
+msgid ""
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
 msgstr ""
 
-#: mod/admin.php:1410
-msgid "Maximum system load before the frontend quits service - default 50."
-msgstr ""
+#: mod/admin.php:2299
+msgid "Log level"
+msgstr "Lokitaso"
 
-#: mod/admin.php:1411
-msgid "Minimal Memory"
-msgstr ""
+#: mod/admin.php:2301
+msgid "PHP logging"
+msgstr "PHP-loki"
 
-#: mod/admin.php:1411
+#: mod/admin.php:2302
 msgid ""
-"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
-"default 0 (deactivated)."
+"To enable logging of PHP errors and warnings you can add the following to "
+"the .htconfig.php file of your installation. The filename set in the "
+"'error_log' line is relative to the friendica top-level directory and must "
+"be writeable by the web server. The option '1' for 'log_errors' and "
+"'display_errors' is to enable these options, set to '0' to disable them."
 msgstr ""
 
-#: mod/admin.php:1412
-msgid "Maximum table size for optimization"
+#: mod/admin.php:2333
+#, php-format
+msgid ""
+"Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see "
+"if file %1$s exist and is readable."
 msgstr ""
 
-#: mod/admin.php:1412
+#: mod/admin.php:2337
+#, php-format
 msgid ""
-"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
-"Enter -1 to disable it."
+"Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file"
+" %1$s is readable."
 msgstr ""
 
-#: mod/admin.php:1413
-msgid "Minimum level of fragmentation"
-msgstr ""
+#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775
+msgid "Off"
+msgstr "Pois päältä"
 
-#: mod/admin.php:1413
-msgid ""
-"Minimum fragmenation level to start the automatic optimization - default "
-"value is 30%."
-msgstr ""
+#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775
+msgid "On"
+msgstr "Päällä"
 
-#: mod/admin.php:1415
-msgid "Periodical check of global contacts"
-msgstr ""
+#: mod/admin.php:2429
+#, php-format
+msgid "Lock feature %s"
+msgstr "Lukitse ominaisuus %s"
 
-#: mod/admin.php:1415
-msgid ""
-"If enabled, the global contacts are checked periodically for missing or "
-"outdated data and the vitality of the contacts and servers."
-msgstr ""
+#: mod/admin.php:2437
+msgid "Manage Additional Features"
+msgstr "Hallitse lisäominaisuudet"
 
-#: mod/admin.php:1416
-msgid "Days between requery"
+#: mod/babel.php:22
+msgid "Source input"
 msgstr ""
 
-#: mod/admin.php:1416
-msgid "Number of days after which a server is requeried for his contacts."
-msgstr ""
+#: mod/babel.php:28
+msgid "BBCode::convert (raw HTML)"
+msgstr "BBCode::convert (raaka HTML)"
 
-#: mod/admin.php:1417
-msgid "Discover contacts from other servers"
-msgstr ""
+#: mod/babel.php:33
+msgid "BBCode::convert"
+msgstr "BBCode::convert"
 
-#: mod/admin.php:1417
-msgid ""
-"Periodically query other servers for contacts. You can choose between "
-"'users': the users on the remote system, 'Global Contacts': active contacts "
-"that are known on the system. The fallback is meant for Redmatrix servers "
-"and older friendica servers, where global contacts weren't available. The "
-"fallback increases the server load, so the recommened setting is 'Users, "
-"Global Contacts'."
-msgstr ""
+#: mod/babel.php:39
+msgid "BBCode::convert => HTML::toBBCode"
+msgstr "BBCode::convert => HTML::toBBCode"
 
-#: mod/admin.php:1418
-msgid "Timeframe for fetching global contacts"
-msgstr ""
+#: mod/babel.php:45
+msgid "BBCode::toMarkdown"
+msgstr "BBCode::toMarkdown"
 
-#: mod/admin.php:1418
-msgid ""
-"When the discovery is activated, this value defines the timeframe for the "
-"activity of the global contacts that are fetched from other servers."
-msgstr ""
+#: mod/babel.php:51
+msgid "BBCode::toMarkdown => Markdown::convert"
+msgstr "BBCode::toMarkdown => Markdown::convert"
 
-#: mod/admin.php:1419
-msgid "Search the local directory"
-msgstr "Paikallisluettelohaku"
+#: mod/babel.php:57
+msgid "BBCode::toMarkdown => Markdown::toBBCode"
+msgstr "BBCode::toMarkdown => Markdown::toBBCode"
 
-#: mod/admin.php:1419
-msgid ""
-"Search the local directory instead of the global directory. When searching "
-"locally, every search will be executed on the global directory in the "
-"background. This improves the search results when the search is repeated."
+#: mod/babel.php:63
+msgid "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
+msgstr "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
+
+#: mod/babel.php:70
+msgid "Source input \\x28Diaspora format\\x29"
 msgstr ""
 
-#: mod/admin.php:1421
-msgid "Publish server information"
-msgstr "Julkaise palvelintiedot"
+#: mod/babel.php:76
+msgid "Markdown::toBBCode"
+msgstr "Markdown::toBBCode"
 
-#: mod/admin.php:1421
-msgid ""
-"If enabled, general server and usage data will be published. The data "
-"contains the name and version of the server, number of users with public "
-"profiles, number of posts and the activated protocols and connectors. See <a"
-" href='http://the-federation.info/'>the-federation.info</a> for details."
-msgstr ""
+#: mod/babel.php:83
+msgid "Raw HTML input"
+msgstr "Raaka HTML-syöte"
 
-#: mod/admin.php:1423
-msgid "Check upstream version"
-msgstr ""
+#: mod/babel.php:88
+msgid "HTML Input"
+msgstr "HTML-syöte"
 
-#: mod/admin.php:1423
-msgid ""
-"Enables checking for new Friendica versions at github. If there is a new "
-"version, you will be informed in the admin panel overview."
-msgstr ""
+#: mod/babel.php:94
+msgid "HTML::toBBCode"
+msgstr "HTML::toBBCode"
 
-#: mod/admin.php:1424
-msgid "Suppress Tags"
-msgstr "Piilota tunnisteet"
+#: mod/babel.php:100
+msgid "HTML::toPlaintext"
+msgstr "HTML::toPlaintext"
 
-#: mod/admin.php:1424
-msgid "Suppress showing a list of hashtags at the end of the posting."
-msgstr ""
+#: mod/babel.php:108
+msgid "Source text"
+msgstr "Lähdeteksti"
 
-#: mod/admin.php:1425
-msgid "Path to item cache"
-msgstr ""
+#: mod/babel.php:109
+msgid "BBCode"
+msgstr "BBCode"
 
-#: mod/admin.php:1425
-msgid "The item caches buffers generated bbcode and external images."
-msgstr ""
+#: mod/babel.php:110
+msgid "Markdown"
+msgstr "Markdown"
 
-#: mod/admin.php:1426
-msgid "Cache duration in seconds"
-msgstr ""
+#: mod/babel.php:111
+msgid "HTML"
+msgstr "HTML"
 
-#: mod/admin.php:1426
-msgid ""
-"How long should the cache files be hold? Default value is 86400 seconds (One"
-" day). To disable the item cache, set the value to -1."
-msgstr ""
+#: mod/directory.php:152 src/Model/Profile.php:421 src/Model/Profile.php:771
+msgid "Status:"
+msgstr "Tila:"
 
-#: mod/admin.php:1427
-msgid "Maximum numbers of comments per post"
-msgstr "Julkaisun kommentiraja"
+#: mod/directory.php:153 src/Model/Profile.php:422 src/Model/Profile.php:788
+msgid "Homepage:"
+msgstr "Kotisivu:"
 
-#: mod/admin.php:1427
-msgid "How much comments should be shown for each post? Default value is 100."
-msgstr ""
+#: mod/directory.php:202 view/theme/vier/theme.php:201
+msgid "Global Directory"
+msgstr "Maailmanlaajuinen hakemisto"
 
-#: mod/admin.php:1428
-msgid "Temp path"
+#: mod/directory.php:204
+msgid "Find on this site"
 msgstr ""
 
-#: mod/admin.php:1428
-msgid ""
-"If you have a restricted system where the webserver can't access the system "
-"temp path, enter another path here."
-msgstr ""
+#: mod/directory.php:206
+msgid "Results for:"
+msgstr "Tulokset haulla:"
 
-#: mod/admin.php:1429
-msgid "Base path to installation"
-msgstr ""
+#: mod/directory.php:208
+msgid "Site Directory"
+msgstr "Sivuston luettelo"
 
-#: mod/admin.php:1429
-msgid ""
-"If the system cannot detect the correct path to your installation, enter the"
-" correct path here. This setting should only be set if you are using a "
-"restricted system and symbolic links to your webroot."
+#: mod/directory.php:213
+msgid "No entries (some entries may be hidden)."
 msgstr ""
 
-#: mod/admin.php:1430
-msgid "Disable picture proxy"
+#: mod/dirfind.php:49
+#, php-format
+msgid "People Search - %s"
 msgstr ""
 
-#: mod/admin.php:1430
-msgid ""
-"The picture proxy increases performance and privacy. It shouldn't be used on"
-" systems with very low bandwith."
-msgstr ""
+#: mod/dirfind.php:60
+#, php-format
+msgid "Forum Search - %s"
+msgstr "Foorumihaku - %s"
 
-#: mod/admin.php:1431
-msgid "Only search in tags"
-msgstr ""
+#: mod/follow.php:45
+msgid "The contact could not be added."
+msgstr "Kontaktia ei voitu lisätä."
 
-#: mod/admin.php:1431
-msgid "On large systems the text search can slow down the system extremely."
-msgstr ""
+#: mod/follow.php:73
+msgid "You already added this contact."
+msgstr "Olet jo lisännyt tämän kontaktin."
 
-#: mod/admin.php:1433
-msgid "New base url"
-msgstr ""
+#: mod/follow.php:83
+msgid "Diaspora support isn't enabled. Contact can't be added."
+msgstr "Diaspora -tuki ei ole käytössä. Kontaktia ei voi lisätä."
 
-#: mod/admin.php:1433
+#: mod/follow.php:90
+msgid "OStatus support is disabled. Contact can't be added."
+msgstr "OStatus -tuki ei ole käytössä. Kontaktia ei voi lisätä."
+
+#: mod/follow.php:97
+msgid "The network type couldn't be detected. Contact can't be added."
+msgstr "Verkkotyyppiä ei voitu havaita. Kontaktia ei voitu lisätä."
+
+#: mod/friendica.php:77
+msgid "This is Friendica, version"
+msgstr "Tämä on Friendica, versio"
+
+#: mod/friendica.php:78
+msgid "running at web location"
+msgstr "käynnissä osoitteessa"
+
+#: mod/friendica.php:82
 msgid ""
-"Change base url for this server. Sends relocate message to all Friendica and"
-" Diaspora* contacts of all users."
-msgstr ""
+"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
+"about the Friendica project."
+msgstr "Vieraile osoitteessa <a href=\"https://friendi.ca\">Friendi.ca</a> saadaksesi lisätietoja Friendica- projektista."
 
-#: mod/admin.php:1435
-msgid "RINO Encryption"
-msgstr "RINO-salaus"
+#: mod/friendica.php:86
+msgid "Bug reports and issues: please visit"
+msgstr "Bugiraportit ja kysymykset: vieraile osoitteessa"
 
-#: mod/admin.php:1435
-msgid "Encryption layer between nodes."
-msgstr ""
+#: mod/friendica.php:86
+msgid "the bugtracker at github"
+msgstr "githubin bugtrackeri"
 
-#: mod/admin.php:1435
-msgid "Enabled"
-msgstr "Käytössä"
+#: mod/friendica.php:89
+msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
+msgstr "Ehdotukset ja palaute: lähetä sähköposti osoitteeseen \"info\" at \"friendi - piste - ca"
 
-#: mod/admin.php:1437
-msgid "Maximum number of parallel workers"
-msgstr ""
+#: mod/friendica.php:103
+msgid "Installed addons/apps:"
+msgstr "Asennettu lisäosat/sovellukset:"
 
-#: mod/admin.php:1437
+#: mod/friendica.php:117
+msgid "No installed addons/apps"
+msgstr "Ei asennettuja lisäosia/sovelluksia"
+
+#: mod/friendica.php:122
+#, php-format
+msgid "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
+msgstr "Lue tämän solmun <a href=\"%1$s/tos\">käyttöehdot</a>."
+
+#: mod/friendica.php:127
+msgid "On this server the following remote servers are blocked."
+msgstr "Tällä palvelimella seuraavat etäpalvelimet ovat estetty."
+
+#: mod/invite.php:33
+msgid "Total invitation limit exceeded."
+msgstr "Kutsuraja ylitetty."
+
+#: mod/invite.php:55
+#, php-format
+msgid "%s : Not a valid email address."
+msgstr "%s : Virheellinen sähköpostiosoite."
+
+#: mod/invite.php:87
+msgid "Please join us on Friendica"
+msgstr "Tervetuloa Friendicaan"
+
+#: mod/invite.php:96
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "Kutsuraja ylitetty. Ota yhteyttä ylläpitäjään."
+
+#: mod/invite.php:100
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr "%s : Viestin toimitus epäonnistui."
+
+#: mod/invite.php:104
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d viesti lähetetty."
+msgstr[1] "%d viestiä lähetetty."
+
+#: mod/invite.php:122
+msgid "You have no more invitations available"
+msgstr "Sinulla ei ole kutsuja jäljellä"
+
+#: mod/invite.php:130
+#, php-format
 msgid ""
-"On shared hosters set this to 2. On larger systems, values of 10 are great. "
-"Default value is 4."
+"Visit %s for a list of public sites that you can join. Friendica members on "
+"other sites can all connect with each other, as well as with members of many"
+" other social networks."
 msgstr ""
 
-#: mod/admin.php:1438
-msgid "Don't use 'proc_open' with the worker"
+#: mod/invite.php:132
+#, php-format
+msgid ""
+"To accept this invitation, please visit and register at %s or any other "
+"public Friendica website."
 msgstr ""
 
-#: mod/admin.php:1438
+#: mod/invite.php:133
+#, php-format
 msgid ""
-"Enable this if your system doesn't allow the use of 'proc_open'. This can "
-"happen on shared hosters. If this is enabled you should increase the "
-"frequency of worker calls in your crontab."
+"Friendica sites all inter-connect to create a huge privacy-enhanced social "
+"web that is owned and controlled by its members. They can also connect with "
+"many traditional social networks. See %s for a list of alternate Friendica "
+"sites you can join."
 msgstr ""
 
-#: mod/admin.php:1439
-msgid "Enable fastlane"
-msgstr "Käytä fastlane"
-
-#: mod/admin.php:1439
+#: mod/invite.php:137
 msgid ""
-"When enabed, the fastlane mechanism starts an additional worker if processes"
-" with higher priority are blocked by processes of lower priority."
+"Our apologies. This system is not currently configured to connect with other"
+" public sites or invite members."
 msgstr ""
 
-#: mod/admin.php:1440
-msgid "Enable frontend worker"
+#: mod/invite.php:141
+msgid ""
+"Friendica sites all inter-connect to create a huge privacy-enhanced social "
+"web that is owned and controlled by its members. They can also connect with "
+"many traditional social networks."
 msgstr ""
 
-#: mod/admin.php:1440
+#: mod/invite.php:140
 #, php-format
-msgid ""
-"When enabled the Worker process is triggered when backend access is "
-"performed \\x28e.g. messages being delivered\\x29. On smaller sites you "
-"might want to call %s/worker on a regular basis via an external cron job. "
-"You should only enable this option if you cannot utilize cron/scheduled jobs"
-" on your server."
-msgstr ""
-
-#: mod/admin.php:1442
-msgid "Subscribe to relay"
+msgid "To accept this invitation, please visit and register at %s."
 msgstr ""
 
-#: mod/admin.php:1442
-msgid ""
-"Enables the receiving of public posts from the relay. They will be included "
-"in the search, subscribed tags and on the global community page."
-msgstr ""
+#: mod/invite.php:147
+msgid "Send invitations"
+msgstr "Lähetä kutsut"
 
-#: mod/admin.php:1443
-msgid "Relay server"
-msgstr ""
+#: mod/invite.php:148
+msgid "Enter email addresses, one per line:"
+msgstr "Syötä sähköpostiosoitteet, yksi riviä kohden:"
 
-#: mod/admin.php:1443
+#: mod/invite.php:150
 msgid ""
-"Address of the relay server where public posts should be send to. For "
-"example https://relay.diasp.org"
+"You are cordially invited to join me and other close friends on Friendica - "
+"and help us to create a better social web."
 msgstr ""
 
-#: mod/admin.php:1444
-msgid "Direct relay transfer"
+#: mod/invite.php:152
+msgid "You will need to supply this invitation code: $invite_code"
 msgstr ""
 
-#: mod/admin.php:1444
+#: mod/invite.php:152
 msgid ""
-"Enables the direct transfer to other servers without using the relay servers"
-msgstr ""
-
-#: mod/admin.php:1445
-msgid "Relay scope"
-msgstr ""
+"Once you have registered, please connect with me via my profile page at:"
+msgstr "Kun olet rekisteröitynyt, lähetä minulle kaverikutsun profiilisivuni kautta:"
 
-#: mod/admin.php:1445
+#: mod/invite.php:154
 msgid ""
-"Can be 'all' or 'tags'. 'all' means that every public post should be "
-"received. 'tags' means that only posts with selected tags should be "
-"received."
+"For more information about the Friendica project and why we feel it is "
+"important, please visit http://friendi.ca"
 msgstr ""
 
-#: mod/admin.php:1445
-msgid "all"
-msgstr "kaikki"
-
-#: mod/admin.php:1445
-msgid "tags"
-msgstr "tunnisteet"
-
-#: mod/admin.php:1446
-msgid "Server tags"
-msgstr "palvelintunnisteet"
-
-#: mod/admin.php:1446
-msgid "Comma separated list of tags for the 'tags' subscription."
-msgstr ""
+#: mod/lostpass.php:27
+msgid "No valid account found."
+msgstr "Voimassa olevaa tiliä ei löytynyt."
 
-#: mod/admin.php:1447
-msgid "Allow user tags"
-msgstr "Salli käyttäjien tunnisteet"
+#: mod/lostpass.php:39
+msgid "Password reset request issued. Check your email."
+msgstr "Salasanan nollauspyyntö lähetetty. Tarkista sähköpostisi."
 
-#: mod/admin.php:1447
+#: mod/lostpass.php:45
+#, php-format
 msgid ""
-"If enabled, the tags from the saved searches will used for the 'tags' "
-"subscription in addition to the 'relay_server_tags'."
+"\n"
+"\t\tDear %1$s,\n"
+"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
+"\t\tpassword. In order to confirm this request, please select the verification link\n"
+"\t\tbelow or paste it into your web browser address bar.\n"
+"\n"
+"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
+"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n"
+"\n"
+"\t\tYour password will not be changed unless we can verify that you\n"
+"\t\tissued this request."
 msgstr ""
 
-#: mod/admin.php:1475
-msgid "Update has been marked successful"
+#: mod/lostpass.php:56
+#, php-format
+msgid ""
+"\n"
+"\t\tFollow this link soon to verify your identity:\n"
+"\n"
+"\t\t%1$s\n"
+"\n"
+"\t\tYou will then receive a follow-up message containing the new password.\n"
+"\t\tYou may change that password from your account settings page after logging in.\n"
+"\n"
+"\t\tThe login details are as follows:\n"
+"\n"
+"\t\tSite Location:\t%2$s\n"
+"\t\tLogin Name:\t%3$s"
 msgstr ""
 
-#: mod/admin.php:1482
+#: mod/lostpass.php:73
 #, php-format
-msgid "Database structure update %s was successfully applied."
-msgstr "Tietokannan rakenteen %s-päivitys onnistui."
+msgid "Password reset requested at %s"
+msgstr "Salasanan nollauspyyntö kohteessa %s"
 
-#: mod/admin.php:1485
-#, php-format
-msgid "Executing of database structure update %s failed with error: %s"
-msgstr ""
+#: mod/lostpass.php:89
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "Pyyntöä ei voitu vahvistaa. (Saatoit lähettää pyyntöä aikaisemmin.) Salasanan nollaus epäonnistui."
 
-#: mod/admin.php:1498
-#, php-format
-msgid "Executing %s failed with error: %s"
-msgstr ""
+#: mod/lostpass.php:102
+msgid "Request has expired, please make a new one."
+msgstr "Pyyntö on vanhentunut, tehkää uusi pyyntö."
 
-#: mod/admin.php:1500
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr "%s-päivitys onnistui."
+#: mod/lostpass.php:117
+msgid "Forgot your Password?"
+msgstr "Unohditko salasanasi?"
 
-#: mod/admin.php:1503
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
+#: mod/lostpass.php:118
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
 msgstr ""
 
-#: mod/admin.php:1506
-#, php-format
-msgid "There was no additional update function %s that needed to be called."
-msgstr ""
+#: mod/lostpass.php:119 src/Module/Login.php:314
+msgid "Nickname or Email: "
+msgstr "Lempinimi tai sähköposti:"
 
-#: mod/admin.php:1526
-msgid "No failed updates."
-msgstr "Ei epäonnistuineita päivityksiä."
+#: mod/lostpass.php:120
+msgid "Reset"
+msgstr "Nollaus"
 
-#: mod/admin.php:1527
-msgid "Check database structure"
-msgstr "Tarkista tietokannan rakenne"
+#: mod/lostpass.php:136 src/Module/Login.php:326
+msgid "Password Reset"
+msgstr "Salasanan nollaus"
 
-#: mod/admin.php:1532
-msgid "Failed Updates"
-msgstr "Epäonnistuineita päivityksiä"
+#: mod/lostpass.php:137
+msgid "Your password has been reset as requested."
+msgstr "Salasanasi on nollattu pyynnöstäsi."
 
-#: mod/admin.php:1533
-msgid ""
-"This does not include updates prior to 1139, which did not return a status."
-msgstr ""
+#: mod/lostpass.php:138
+msgid "Your new password is"
+msgstr "Uusi salasanasi on"
 
-#: mod/admin.php:1534
-msgid "Mark success (if update was manually applied)"
-msgstr ""
+#: mod/lostpass.php:139
+msgid "Save or copy your new password - and then"
+msgstr "Tallenna tai kopioi uusi salasanasi, ja sitten"
 
-#: mod/admin.php:1535
-msgid "Attempt to execute this update step automatically"
-msgstr ""
+#: mod/lostpass.php:140
+msgid "click here to login"
+msgstr "kirjaudu klikkaamalla tästä"
 
-#: mod/admin.php:1574
+#: mod/lostpass.php:141
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Salsanaa voi vaihtaa <em>asetussivulta</em> kirjautumisen jälkeen."
+
+#: mod/lostpass.php:149
 #, php-format
 msgid ""
 "\n"
 "\t\t\tDear %1$s,\n"
-"\t\t\t\tthe administrator of %2$s has set up an account for you."
+"\t\t\t\tYour password has been changed as requested. Please retain this\n"
+"\t\t\tinformation for your records (or change your password immediately to\n"
+"\t\t\tsomething that you will remember).\n"
+"\t\t"
 msgstr ""
 
-#: mod/admin.php:1577
+#: mod/lostpass.php:155
 #, php-format
 msgid ""
 "\n"
-"\t\t\tThe login details are as follows:\n"
+"\t\t\tYour 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\tIf you ever want to delete your account, you can do so at %1$s/removeme\n"
+"\t\t\tLogin Name:\t%2$s\n"
+"\t\t\tPassword:\t%3$s\n"
 "\n"
-"\t\t\tThank you and welcome to %4$s."
-msgstr ""
-
-#: mod/admin.php:1611 src/Model/User.php:649
-#, php-format
-msgid "Registration details for %s"
-msgstr ""
+"\t\t\tYou may change that password from your account settings page after logging in.\n"
+"\t\t"
+msgstr "\n\t\t\tKäyttäjätilisi tiedot:\n\n\t\t\tSivuston osoite:\t%1$s\n\t\t\tKäyttäjätunnus:\t%2$s\n\t\t\tSalasana:\t%3$s\n\n\t\t\tVoit vaihtaa salasanasi kirjautumisen jälkeen asetussivulta.\n\t\t"
 
-#: mod/admin.php:1621
+#: mod/lostpass.php:169
 #, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] "%s käyttäjä estetty / poistettu estolistalta"
-msgstr[1] "%s käyttäjää estetty / poistettu estolistalta"
+msgid "Your password has been changed at %s"
+msgstr "Salasanasi on vaihdettu sivustolla %s"
 
-#: mod/admin.php:1627
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] "%s käyttäjä poistettu"
-msgstr[1] "%s käyttäjää poistettu"
+#: mod/network.php:202 src/Model/Group.php:413
+msgid "add"
+msgstr "lisää"
 
-#: mod/admin.php:1674
+#: mod/network.php:547
 #, php-format
-msgid "User '%s' deleted"
-msgstr "Käyttäjä '%s' poistettu"
+msgid ""
+"Warning: This group contains %s member from a network that doesn't allow non"
+" public messages."
+msgid_plural ""
+"Warning: This group contains %s members from a network that doesn't allow "
+"non public messages."
+msgstr[0] ""
+msgstr[1] ""
 
-#: mod/admin.php:1682
-#, php-format
-msgid "User '%s' unblocked"
-msgstr "Käyttäjä '%s' poistettu estolistalta"
+#: mod/network.php:550
+msgid "Messages in this group won't be send to these receivers."
+msgstr ""
 
-#: mod/admin.php:1682
+#: mod/network.php:618
+msgid "No such group"
+msgstr "Ryhmä ei ole olemassa"
+
+#: mod/network.php:643
 #, php-format
-msgid "User '%s' blocked"
-msgstr "Käyttäjä '%s' estetty"
+msgid "Group: %s"
+msgstr "Ryhmä: %s"
 
-#: mod/admin.php:1781 mod/admin.php:1793 mod/admin.php:1806 mod/admin.php:1824
-#: src/Content/ContactSelector.php:82
-msgid "Email"
-msgstr "Sähköposti"
+#: mod/network.php:669
+msgid "Private messages to this person are at risk of public disclosure."
+msgstr "Yksityisviestit lähetetty tälle henkilölle saattaa näkyä muillekin."
 
-#: mod/admin.php:1781 mod/admin.php:1806
-msgid "Register date"
-msgstr "Rekisteripäivämäärä"
+#: mod/network.php:672
+msgid "Invalid contact."
+msgstr "Virheellinen kontakti."
 
-#: mod/admin.php:1781 mod/admin.php:1806
-msgid "Last login"
-msgstr "Viimeisin kirjautuminen"
+#: mod/network.php:936
+msgid "Commented Order"
+msgstr "Järjestä viimeisimpien kommenttien mukaan"
 
-#: mod/admin.php:1781 mod/admin.php:1806
-msgid "Last item"
-msgstr "Viimeisin kohde"
+#: mod/network.php:939
+msgid "Sort by Comment Date"
+msgstr "Kommentit päivämäärän mukaan"
 
-#: mod/admin.php:1781 mod/settings.php:55
-msgid "Account"
-msgstr "Tili"
+#: mod/network.php:944
+msgid "Posted Order"
+msgstr "Järjestä julkaisupäivämäärän mukaan"
 
-#: mod/admin.php:1789
-msgid "Add User"
-msgstr "Lisää käyttäjä"
+#: mod/network.php:947
+msgid "Sort by Post Date"
+msgstr "Julkaisut päivämäärän mukaan"
 
-#: mod/admin.php:1791
-msgid "User registrations waiting for confirm"
+#: mod/network.php:955 mod/profiles.php:687
+#: src/Core/NotificationsManager.php:185
+msgid "Personal"
+msgstr "Henkilökohtainen"
+
+#: mod/network.php:958
+msgid "Posts that mention or involve you"
+msgstr "Julkaisut jotka liittyvät sinuun"
+
+#: mod/network.php:966
+msgid "New"
+msgstr "Uusi"
+
+#: mod/network.php:969
+msgid "Activity Stream - by date"
 msgstr ""
 
-#: mod/admin.php:1792
-msgid "User waiting for permanent deletion"
+#: mod/network.php:977
+msgid "Shared Links"
+msgstr "Jaetut linkit"
+
+#: mod/network.php:980
+msgid "Interesting Links"
+msgstr "Kiinnostavat linkit"
+
+#: mod/network.php:988
+msgid "Starred"
+msgstr "Tähtimerkitty"
+
+#: mod/network.php:991
+msgid "Favourite Posts"
+msgstr "Lempijulkaisut"
+
+#: mod/profiles.php:58
+msgid "Profile deleted."
+msgstr "Profiili poistettiin."
+
+#: mod/profiles.php:74 mod/profiles.php:110
+msgid "Profile-"
+msgstr "Profiili-"
+
+#: mod/profiles.php:93 mod/profiles.php:132
+msgid "New profile created."
+msgstr "Uusi profiili luotu."
+
+#: mod/profiles.php:116
+msgid "Profile unavailable to clone."
+msgstr "Profiili ei saatavilla kloonattavaksi."
+
+#: mod/profiles.php:206
+msgid "Profile Name is required."
+msgstr "Profiilinimi on pakollinen."
+
+#: mod/profiles.php:347
+msgid "Marital Status"
+msgstr "Siviilisääty"
+
+#: mod/profiles.php:351
+msgid "Romantic Partner"
+msgstr "Romanttinen kumppani"
+
+#: mod/profiles.php:363
+msgid "Work/Employment"
+msgstr "Työ"
+
+#: mod/profiles.php:366
+msgid "Religion"
+msgstr "Uskonto"
+
+#: mod/profiles.php:370
+msgid "Political Views"
+msgstr "Poliittiset näkemykset"
+
+#: mod/profiles.php:374
+msgid "Gender"
+msgstr "Sukupuoli"
+
+#: mod/profiles.php:378
+msgid "Sexual Preference"
+msgstr "Seksuaalinen suuntautuminen"
+
+#: mod/profiles.php:382
+msgid "XMPP"
+msgstr "XMPP"
+
+#: mod/profiles.php:386
+msgid "Homepage"
+msgstr "Kotisivu"
+
+#: mod/profiles.php:390 mod/profiles.php:686
+msgid "Interests"
+msgstr "Kiinnostukset"
+
+#: mod/profiles.php:401 mod/profiles.php:682
+msgid "Location"
+msgstr "Sijainti"
+
+#: mod/profiles.php:486
+msgid "Profile updated."
+msgstr "Profiili päivitettiin."
+
+#: mod/profiles.php:564
+msgid " and "
+msgstr "ja"
+
+#: mod/profiles.php:573
+msgid "public profile"
+msgstr "julkinen profiili"
+
+#: mod/profiles.php:576
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
 msgstr ""
 
-#: mod/admin.php:1793
-msgid "Request date"
-msgstr "Pyynnön päivämäärä"
+#: mod/profiles.php:577
+#, php-format
+msgid " - Visit %1$s's %2$s"
+msgstr ""
 
-#: mod/admin.php:1794
-msgid "No registrations."
+#: mod/profiles.php:579
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
 msgstr ""
 
-#: mod/admin.php:1795
-msgid "Note from the user"
+#: mod/profiles.php:633
+msgid "Hide contacts and friends:"
+msgstr "Piilota kontaktit ja kaverit:"
+
+#: mod/profiles.php:638
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "Piilota tämän profiilin kontakti/kaverilista?"
+
+#: mod/profiles.php:658
+msgid "Show more profile fields:"
+msgstr "Näytä lisää profiilikenttiä:"
+
+#: mod/profiles.php:670
+msgid "Profile Actions"
 msgstr ""
 
-#: mod/admin.php:1797
-msgid "Deny"
-msgstr "Kieltäydy"
+#: mod/profiles.php:671
+msgid "Edit Profile Details"
+msgstr "Muokkaa profiilin yksityiskohdat"
 
-#: mod/admin.php:1801
-msgid "Site admin"
-msgstr "Sivuston ylläpito"
+#: mod/profiles.php:673
+msgid "Change Profile Photo"
+msgstr "Vaihda profiilikuva"
 
-#: mod/admin.php:1802
-msgid "Account expired"
-msgstr "Tili vanhentunut"
+#: mod/profiles.php:674
+msgid "View this profile"
+msgstr "Näytä profiilia"
 
-#: mod/admin.php:1805
-msgid "New User"
-msgstr "Uusi käyttäjä"
+#: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:393
+msgid "Edit visibility"
+msgstr "Muokkaa näkyvyyttä"
+
+#: mod/profiles.php:676
+msgid "Create a new profile using these settings"
+msgstr "Luo uusi profiili näillä asetuksilla"
+
+#: mod/profiles.php:677
+msgid "Clone this profile"
+msgstr "Kloonaa tämä profiili"
+
+#: mod/profiles.php:678
+msgid "Delete this profile"
+msgstr "Poista tämä profiili"
+
+#: mod/profiles.php:680
+msgid "Basic information"
+msgstr "Perustiedot"
+
+#: mod/profiles.php:681
+msgid "Profile picture"
+msgstr "Profiilikuva"
+
+#: mod/profiles.php:683
+msgid "Preferences"
+msgstr "Mieltymykset"
+
+#: mod/profiles.php:684
+msgid "Status information"
+msgstr "Tilatiedot"
+
+#: mod/profiles.php:685
+msgid "Additional information"
+msgstr "Lisätietoja"
+
+#: mod/profiles.php:688
+msgid "Relation"
+msgstr "Suhde"
+
+#: mod/profiles.php:689 src/Util/Temporal.php:81 src/Util/Temporal.php:83
+msgid "Miscellaneous"
+msgstr "Sekalaista"
+
+#: mod/profiles.php:692
+msgid "Your Gender:"
+msgstr "Sukupuoli:"
+
+#: mod/profiles.php:693
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span> Siviilisääty:"
+
+#: mod/profiles.php:694 src/Model/Profile.php:784
+msgid "Sexual Preference:"
+msgstr "Seksuaalinen suuntautuminen:"
+
+#: mod/profiles.php:695
+msgid "Example: fishing photography software"
+msgstr "Esimerkki: kalastus valokuvaus ohjelmistot"
+
+#: mod/profiles.php:700
+msgid "Profile Name:"
+msgstr "Profiilinimi:"
+
+#: mod/profiles.php:702
+msgid ""
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
+msgstr ""
+
+#: mod/profiles.php:703
+msgid "Your Full Name:"
+msgstr "Koko nimi:"
+
+#: mod/profiles.php:704
+msgid "Title/Description:"
+msgstr "Otsikko/kuvaus:"
+
+#: mod/profiles.php:707
+msgid "Street Address:"
+msgstr "Katuosoite:"
+
+#: mod/profiles.php:708
+msgid "Locality/City:"
+msgstr "Kaupunki:"
+
+#: mod/profiles.php:709
+msgid "Region/State:"
+msgstr "Alue/osavaltio:"
+
+#: mod/profiles.php:710
+msgid "Postal/Zip Code:"
+msgstr "Postinumero:"
+
+#: mod/profiles.php:711
+msgid "Country:"
+msgstr "Maa:"
+
+#: mod/profiles.php:712 src/Util/Temporal.php:149
+msgid "Age: "
+msgstr "Ikä:"
+
+#: mod/profiles.php:715
+msgid "Who: (if applicable)"
+msgstr "Kuka: (tarvittaessa)"
+
+#: mod/profiles.php:715
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Esimerkkejä: cathy123, Cathy Williams, cathy@example.com"
+
+#: mod/profiles.php:716
+msgid "Since [date]:"
+msgstr "Lähtien [päivämäärä]:"
+
+#: mod/profiles.php:718
+msgid "Tell us about yourself..."
+msgstr "Kerro vähän itsestäsi..."
+
+#: mod/profiles.php:719
+msgid "XMPP (Jabber) address:"
+msgstr "XMPP (Jabber) osoite:"
+
+#: mod/profiles.php:719
+msgid ""
+"The XMPP address will be propagated to your contacts so that they can follow"
+" you."
+msgstr ""
+
+#: mod/profiles.php:720
+msgid "Homepage URL:"
+msgstr "Kotisivun URL-osoite:"
+
+#: mod/profiles.php:721 src/Model/Profile.php:792
+msgid "Hometown:"
+msgstr "Kotikaupunki:"
+
+#: mod/profiles.php:722 src/Model/Profile.php:800
+msgid "Political Views:"
+msgstr "Politiikka:"
+
+#: mod/profiles.php:723
+msgid "Religious Views:"
+msgstr "Uskonto:"
+
+#: mod/profiles.php:724
+msgid "Public Keywords:"
+msgstr "Julkiset avainsanat:"
+
+#: mod/profiles.php:724
+msgid "(Used for suggesting potential friends, can be seen by others)"
+msgstr "(Käytetään kaveriehdotuksia varten, näkyy muille)"
+
+#: mod/profiles.php:725
+msgid "Private Keywords:"
+msgstr "Yksityiset avainsanat:"
+
+#: mod/profiles.php:725
+msgid "(Used for searching profiles, never shown to others)"
+msgstr "(Käytetään profiilihakua varten, ei näy muille)"
+
+#: mod/profiles.php:726 src/Model/Profile.php:816
+msgid "Likes:"
+msgstr "Tykkäykset:"
+
+#: mod/profiles.php:727 src/Model/Profile.php:820
+msgid "Dislikes:"
+msgstr "Ei tykkää:"
 
-#: mod/admin.php:1806
-msgid "Deleted since"
-msgstr "Poistettu"
+#: mod/profiles.php:728
+msgid "Musical interests"
+msgstr "Musiikki"
 
-#: mod/admin.php:1811
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr ""
+#: mod/profiles.php:729
+msgid "Books, literature"
+msgstr "Kirjat, kirjallisuus"
 
-#: mod/admin.php:1812
-msgid ""
-"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
-"site will be permanently deleted!\\n\\nAre you sure?"
-msgstr ""
+#: mod/profiles.php:730
+msgid "Television"
+msgstr "Televisio"
 
-#: mod/admin.php:1822
-msgid "Name of the new user."
-msgstr "Uuden käyttäjän nimi."
+#: mod/profiles.php:731
+msgid "Film/dance/culture/entertainment"
+msgstr "Elokuvat/tanssi/kulttuuri/viihde"
 
-#: mod/admin.php:1823
-msgid "Nickname"
-msgstr "Lempinimi"
+#: mod/profiles.php:732
+msgid "Hobbies/Interests"
+msgstr "Harrastukset"
 
-#: mod/admin.php:1823
-msgid "Nickname of the new user."
-msgstr "Uuden käyttäjän lempinimi"
+#: mod/profiles.php:733
+msgid "Love/romance"
+msgstr "Rakkaus/romanssi"
 
-#: mod/admin.php:1824
-msgid "Email address of the new user."
-msgstr "Uuden käyttäjän sähköpostiosoite."
+#: mod/profiles.php:734
+msgid "Work/employment"
+msgstr "Työ:"
 
-#: mod/admin.php:1866
-#, php-format
-msgid "Addon %s disabled."
-msgstr "Lisäosa %s poistettu käytöstä."
+#: mod/profiles.php:735
+msgid "School/education"
+msgstr "Koulutus:"
 
-#: mod/admin.php:1870
-#, php-format
-msgid "Addon %s enabled."
-msgstr "Lisäosa %s käytössä."
+#: mod/profiles.php:736
+msgid "Contact information and Social Networks"
+msgstr "Yhteystiedot ja sosiaalinen media"
 
-#: mod/admin.php:1880 mod/admin.php:2129
-msgid "Disable"
-msgstr "Poista käytöstä"
+#: mod/profiles.php:767 src/Model/Profile.php:389
+msgid "Profile Image"
+msgstr "Profiilikuva"
 
-#: mod/admin.php:1883 mod/admin.php:2132
-msgid "Enable"
-msgstr "Ota käyttöön"
+#: mod/profiles.php:769 src/Model/Profile.php:392
+msgid "visible to everybody"
+msgstr "näkyvissä kaikille"
 
-#: mod/admin.php:1905 mod/admin.php:2174
-msgid "Toggle"
-msgstr "Vaihda"
+#: mod/profiles.php:776
+msgid "Edit/Manage Profiles"
+msgstr "Muokkaa/hallitse profiilit"
 
-#: mod/admin.php:1913 mod/admin.php:2183
-msgid "Author: "
-msgstr "Tekijä"
+#: mod/profiles.php:777 src/Model/Profile.php:379 src/Model/Profile.php:401
+msgid "Change profile photo"
+msgstr "Vaihda profiilikuva"
 
-#: mod/admin.php:1914 mod/admin.php:2184
-msgid "Maintainer: "
-msgstr "Ylläpitäjä:"
+#: mod/profiles.php:778 src/Model/Profile.php:380
+msgid "Create New Profile"
+msgstr "Luo uusi profiili"
 
-#: mod/admin.php:1966
-msgid "Reload active addons"
-msgstr ""
+#: mod/register.php:99
+msgid ""
+"Registration successful. Please check your email for further instructions."
+msgstr "Rekisteröityminen onnistui. Saat kohta lisäohjeita sähköpostitse."
 
-#: mod/admin.php:1971
+#: mod/register.php:103
 #, php-format
 msgid ""
-"There are currently no addons available on your node. You can find the "
-"official addon repository at %1$s and might find other interesting addons in"
-" the open addon registry at %2$s"
+"Failed to send email message. Here your accout details:<br> login: %s<br> "
+"password: %s<br><br>You can change your password after login."
 msgstr ""
 
-#: mod/admin.php:2091
-msgid "No themes found."
-msgstr "Teemoja ei löytynyt."
+#: mod/register.php:110
+msgid "Registration successful."
+msgstr "Rekisteröityminen onnistui."
 
-#: mod/admin.php:2165
-msgid "Screenshot"
-msgstr "Kuvakaappaus"
+#: mod/register.php:115
+msgid "Your registration can not be processed."
+msgstr "Rekisteröintisi ei voida käsitellä."
 
-#: mod/admin.php:2219
-msgid "Reload active themes"
-msgstr ""
+#: mod/register.php:162
+msgid "Your registration is pending approval by the site owner."
+msgstr "Rekisteröintisi odottaa ylläpitäjän hyväksyntää."
 
-#: mod/admin.php:2224
-#, php-format
-msgid "No themes found on the system. They should be placed in %1$s"
+#: mod/register.php:220
+msgid ""
+"You may (optionally) fill in this form via OpenID by supplying your OpenID "
+"and clicking 'Register'."
 msgstr ""
 
-#: mod/admin.php:2225
-msgid "[Experimental]"
-msgstr "[Kokeellinen]"
+#: mod/register.php:221
+msgid ""
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
+msgstr "Jos OpenID ei ole tuttu, jätä kenttä tyhjäksi."
 
-#: mod/admin.php:2226
-msgid "[Unsupported]"
-msgstr "[Ei tueta]"
+#: mod/register.php:222
+msgid "Your OpenID (optional): "
+msgstr "OpenID -tunnus (valinnainen):"
 
-#: mod/admin.php:2250
-msgid "Log settings updated."
-msgstr "Lokiasetukset päivitetty."
+#: mod/register.php:234
+msgid "Include your profile in member directory?"
+msgstr "Lisää profiilisi jäsenluetteloon?"
 
-#: mod/admin.php:2282
-msgid "PHP log currently enabled."
-msgstr "PHP-loki käytössä"
+#: mod/register.php:259
+msgid "Note for the admin"
+msgstr "Viesti ylläpidolle"
 
-#: mod/admin.php:2284
-msgid "PHP log currently disabled."
-msgstr "PHP-loki pois käytöstä"
+#: mod/register.php:259
+msgid "Leave a message for the admin, why you want to join this node"
+msgstr "Kerro yllåpitäjälle miksi haluat liittyä tähän Friendica -sivustoon"
 
-#: mod/admin.php:2293
-msgid "Clear"
-msgstr "Tyhjennä"
+#: mod/register.php:260
+msgid "Membership on this site is by invitation only."
+msgstr "Tähän sivustoon voi liittyä vain kutsusta."
 
-#: mod/admin.php:2297
-msgid "Enable Debugging"
-msgstr "Ota virheenkorjaustila käyttöön"
+#: mod/register.php:261
+msgid "Your invitation code: "
+msgstr "Kutsukoodisi:"
 
-#: mod/admin.php:2298
-msgid "Log file"
-msgstr "Lokitiedosto"
+#: mod/register.php:270
+msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
+msgstr "Koko nimi (esim. Matti Meikäläinen, Aku Ankka):"
 
-#: mod/admin.php:2298
+#: mod/register.php:271
 msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr ""
+"Your Email Address: (Initial information will be send there, so this has to "
+"be an existing address.)"
+msgstr "Sähköpostiosoite: (pitää olla toimiva osoite että rekisteröityminen onnistuu)"
 
-#: mod/admin.php:2299
-msgid "Log level"
-msgstr ""
+#: mod/register.php:273 mod/settings.php:1201
+msgid "New Password:"
+msgstr "Uusi salasana:"
 
-#: mod/admin.php:2301
-msgid "PHP logging"
-msgstr "PHP-loki"
+#: mod/register.php:273
+msgid "Leave empty for an auto generated password."
+msgstr "Jätä tyhjäksi jos haluat automaattisesti luotu salasanan."
 
-#: mod/admin.php:2302
-msgid ""
-"To enable logging of PHP errors and warnings you can add the following to "
-"the .htconfig.php file of your installation. The filename set in the "
-"'error_log' line is relative to the friendica top-level directory and must "
-"be writeable by the web server. The option '1' for 'log_errors' and "
-"'display_errors' is to enable these options, set to '0' to disable them."
-msgstr ""
+#: mod/register.php:274 mod/settings.php:1202
+msgid "Confirm:"
+msgstr "Vahvista:"
 
-#: mod/admin.php:2333
+#: mod/register.php:275
 #, php-format
 msgid ""
-"Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see "
-"if file %1$s exist and is readable."
+"Choose a profile nickname. This must begin with a text character. Your "
+"profile address on this site will then be '<strong>nickname@%s</strong>'."
 msgstr ""
 
-#: mod/admin.php:2337
-#, php-format
-msgid ""
-"Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file"
-" %1$s is readable."
-msgstr ""
+#: mod/register.php:276
+msgid "Choose a nickname: "
+msgstr "Valitse lempinimi:"
 
-#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775
-msgid "Off"
-msgstr "Pois päältä"
+#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283
+msgid "Register"
+msgstr "Rekisteröidy"
 
-#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775
-msgid "On"
-msgstr "Päällä"
+#: mod/register.php:286
+msgid "Import your profile to this friendica instance"
+msgstr "Tuo profiilisi tähän Friendica -instanssiin."
 
-#: mod/admin.php:2429
+#: mod/removeme.php:43
+msgid "User deleted their account"
+msgstr "Käyttäjä poisti tilinsä"
+
+#: mod/removeme.php:44
+msgid ""
+"On your Friendica node an user deleted their account. Please ensure that "
+"their data is removed from the backups."
+msgstr "Friendica -solmullasi käyttäjä poisti tilinsä. Varmista että hänen tiedot poistetaan myös varmuuskopioista."
+
+#: mod/removeme.php:45
 #, php-format
-msgid "Lock feature %s"
-msgstr "Lukitse ominaisuus %s"
+msgid "The user id is %d"
+msgstr ""
 
-#: mod/admin.php:2437
-msgid "Manage Additional Features"
-msgstr "Hallitse lisäominaisuudet"
+#: mod/removeme.php:76 mod/removeme.php:79
+msgid "Remove My Account"
+msgstr "Poista tilini"
+
+#: mod/removeme.php:77
+msgid ""
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr "Tämä poistaa käyttäjätilisi pysyvästi. Poistoa ei voi perua myöhemmin."
+
+#: mod/removeme.php:78
+msgid "Please enter your password for verification:"
+msgstr "Syötä salasanasi varmistusta varten:"
 
 #: mod/settings.php:72
 msgid "Display"
@@ -6758,7 +6743,7 @@ msgstr "Poista tili"
 
 #: mod/settings.php:168
 msgid "Missing some important data!"
-msgstr ""
+msgstr "Tärkeää dataa puuttuu!"
 
 #: mod/settings.php:279
 msgid "Failed to connect with email account using the settings provided."
@@ -6776,7 +6761,7 @@ msgstr "Ominaisuudet päivitetty"
 msgid "Relocate message has been send to your contacts"
 msgstr ""
 
-#: mod/settings.php:384 src/Model/User.php:325
+#: mod/settings.php:384 src/Model/User.php:339
 msgid "Passwords do not match. Password unchanged."
 msgstr "Salasanat eivät täsmää. Salasana ennallaan."
 
@@ -6784,7 +6769,7 @@ msgstr "Salasanat eivät täsmää. Salasana ennallaan."
 msgid "Empty passwords are not allowed. Password unchanged."
 msgstr "Tyhjä salasanakenttä ei ole sallittu. Salasana ennallaan."
 
-#: mod/settings.php:394 src/Core/Console/NewPassword.php:78
+#: mod/settings.php:394 src/Core/Console/NewPassword.php:87
 msgid ""
 "The new password has been exposed in a public data dump, please choose "
 "another."
@@ -6794,11 +6779,11 @@ msgstr ""
 msgid "Wrong password."
 msgstr "Väärä salasana."
 
-#: mod/settings.php:407 src/Core/Console/NewPassword.php:85
+#: mod/settings.php:407 src/Core/Console/NewPassword.php:94
 msgid "Password changed."
 msgstr "Salasana vaihdettu."
 
-#: mod/settings.php:409 src/Core/Console/NewPassword.php:82
+#: mod/settings.php:409 src/Core/Console/NewPassword.php:91
 msgid "Password update failed. Please try again."
 msgstr "Salasanan vaihto epäonnistui. Yritä uudelleen."
 
@@ -6840,11 +6825,11 @@ msgstr "Lisää sovellus"
 
 #: mod/settings.php:678 mod/settings.php:704
 msgid "Consumer Key"
-msgstr ""
+msgstr "Kuluttajan avain"
 
 #: mod/settings.php:679 mod/settings.php:705
 msgid "Consumer Secret"
-msgstr ""
+msgstr "Kuluttajasalaisuus"
 
 #: mod/settings.php:680 mod/settings.php:706
 msgid "Redirect"
@@ -6868,7 +6853,7 @@ msgstr "Muokkaa"
 
 #: mod/settings.php:739
 msgid "Client key starts with"
-msgstr ""
+msgstr "Asiakasavain alkaa"
 
 #: mod/settings.php:740
 msgid "No name"
@@ -7016,7 +7001,7 @@ msgstr "Vastausosoite:"
 
 #: mod/settings.php:869
 msgid "Send public posts to all email contacts:"
-msgstr ""
+msgstr "Lähetä julkiset julkaisut kaikille kontakteille:"
 
 #: mod/settings.php:870
 msgid "Action after import:"
@@ -7050,7 +7035,7 @@ msgstr "Näyttöasetukset"
 
 #: mod/settings.php:965 mod/settings.php:989
 msgid "Display Theme:"
-msgstr ""
+msgstr "Käyttöliittymän teema:"
 
 #: mod/settings.php:966
 msgid "Mobile Theme:"
@@ -7104,7 +7089,7 @@ msgstr ""
 
 #: mod/settings.php:975
 msgid "Infinite scroll"
-msgstr ""
+msgstr "Loputon selaaminen"
 
 #: mod/settings.php:976
 msgid "Automatic updates only at the top of the network page"
@@ -7142,7 +7127,7 @@ msgstr "Yleiset teeman asetukset"
 
 #: mod/settings.php:981
 msgid "Custom Theme Settings"
-msgstr ""
+msgstr "Mukautetut teema-asetukset"
 
 #: mod/settings.php:982
 msgid "Content Settings"
@@ -7156,7 +7141,7 @@ msgstr "Teeman asetukset"
 
 #: mod/settings.php:1002
 msgid "Unable to find your profile. Please contact your admin."
-msgstr ""
+msgstr "Profiilisi ei löytynyt. Ota yhteyttä ylläpitäjään."
 
 #: mod/settings.php:1044
 msgid "Account Types"
@@ -7176,7 +7161,7 @@ msgstr "Henkilökohtainen sivu"
 
 #: mod/settings.php:1054
 msgid "Account for a personal profile."
-msgstr ""
+msgstr "Henkilökohtaisen profiilin käyttäjätili."
 
 #: mod/settings.php:1057
 msgid "Organisation Page"
@@ -7307,7 +7292,7 @@ msgstr ""
 
 #: mod/settings.php:1126
 msgid "Allow friends to post to your profile page?"
-msgstr ""
+msgstr "Anna kavereiden julkaista profiilisivullasi?"
 
 #: mod/settings.php:1126
 msgid ""
@@ -7415,7 +7400,7 @@ msgstr "Salasana:"
 msgid "Basic Settings"
 msgstr "Perusasetukset"
 
-#: mod/settings.php:1209 src/Model/Profile.php:738
+#: mod/settings.php:1209 src/Model/Profile.php:740
 msgid "Full Name:"
 msgstr "Koko nimi:"
 
@@ -7487,7 +7472,7 @@ msgstr "Huomautusasetukset"
 
 #: mod/settings.php:1252
 msgid "By default post a status message when:"
-msgstr ""
+msgstr "Oletuksena julkaise tilapäivitys kun:"
 
 #: mod/settings.php:1253
 msgid "accepting a friend request"
@@ -7499,7 +7484,7 @@ msgstr "liityt foorumiin/yhteisöön"
 
 #: mod/settings.php:1255
 msgid "making an <em>interesting</em> profile change"
-msgstr ""
+msgstr "muokkaat <em>kiinnostavalla tavalla</em> profiiliasi"
 
 #: mod/settings.php:1256
 msgid "Send a notification email when:"
@@ -7535,7 +7520,7 @@ msgstr "Sinut on merkitty julkaisuun"
 
 #: mod/settings.php:1264
 msgid "You are poked/prodded/etc. in a post"
-msgstr ""
+msgstr "sinut on tökätty tms. julkaisussa"
 
 #: mod/settings.php:1266
 msgid "Activate desktop notifications"
@@ -7543,7 +7528,7 @@ msgstr "Ota työpöytäilmoitukset käyttöön"
 
 #: mod/settings.php:1266
 msgid "Show desktop popup on new notifications"
-msgstr ""
+msgstr "Näytä uudet ilmoitukset ponnahdusikkunassa"
 
 #: mod/settings.php:1268
 msgid "Text-only notification emails"
@@ -7573,7 +7558,7 @@ msgstr ""
 
 #: mod/settings.php:1280
 msgid "Relocate"
-msgstr ""
+msgstr "Uudelleensijoitus"
 
 #: mod/settings.php:1281
 msgid ""
@@ -7581,9 +7566,273 @@ msgid ""
 "contacts don't receive your updates, try pushing this button."
 msgstr ""
 
-#: mod/settings.php:1282
-msgid "Resend relocate message to contacts"
-msgstr ""
+#: mod/settings.php:1282
+msgid "Resend relocate message to contacts"
+msgstr ""
+
+#: view/theme/duepuntozero/config.php:54 src/Model/User.php:502
+msgid "default"
+msgstr "oletus"
+
+#: view/theme/duepuntozero/config.php:55
+msgid "greenzero"
+msgstr "greenzero"
+
+#: view/theme/duepuntozero/config.php:56
+msgid "purplezero"
+msgstr "purplezero"
+
+#: view/theme/duepuntozero/config.php:57
+msgid "easterbunny"
+msgstr "easterbunny"
+
+#: view/theme/duepuntozero/config.php:58
+msgid "darkzero"
+msgstr "darkzero"
+
+#: view/theme/duepuntozero/config.php:59
+msgid "comix"
+msgstr "comix"
+
+#: view/theme/duepuntozero/config.php:60
+msgid "slackr"
+msgstr "slackr"
+
+#: view/theme/duepuntozero/config.php:74
+msgid "Variations"
+msgstr "Muunnelmat"
+
+#: view/theme/frio/php/Image.php:25
+msgid "Repeat the image"
+msgstr "Toista kuva"
+
+#: view/theme/frio/php/Image.php:25
+msgid "Will repeat your image to fill the background."
+msgstr ""
+
+#: view/theme/frio/php/Image.php:27
+msgid "Stretch"
+msgstr "Venytä"
+
+#: view/theme/frio/php/Image.php:27
+msgid "Will stretch to width/height of the image."
+msgstr ""
+
+#: view/theme/frio/php/Image.php:29
+msgid "Resize fill and-clip"
+msgstr ""
+
+#: view/theme/frio/php/Image.php:29
+msgid "Resize to fill and retain aspect ratio."
+msgstr ""
+
+#: view/theme/frio/php/Image.php:31
+msgid "Resize best fit"
+msgstr ""
+
+#: view/theme/frio/php/Image.php:31
+msgid "Resize to best fit and retain aspect ratio."
+msgstr ""
+
+#: view/theme/frio/config.php:97
+msgid "Default"
+msgstr "Oletus"
+
+#: view/theme/frio/config.php:109
+msgid "Note"
+msgstr ""
+
+#: view/theme/frio/config.php:109
+msgid "Check image permissions if all users are allowed to visit the image"
+msgstr ""
+
+#: view/theme/frio/config.php:116
+msgid "Select scheme"
+msgstr "Valitse malli"
+
+#: view/theme/frio/config.php:117
+msgid "Navigation bar background color"
+msgstr "Navigointipalkin taustaväri"
+
+#: view/theme/frio/config.php:118
+msgid "Navigation bar icon color "
+msgstr "Navigointipalkin kuvakkeiden väri"
+
+#: view/theme/frio/config.php:119
+msgid "Link color"
+msgstr "Linkin väri"
+
+#: view/theme/frio/config.php:120
+msgid "Set the background color"
+msgstr "Valitse taustaväri"
+
+#: view/theme/frio/config.php:121
+msgid "Content background opacity"
+msgstr "Sisällön taustasameus"
+
+#: view/theme/frio/config.php:122
+msgid "Set the background image"
+msgstr "Valitse taustakuva"
+
+#: view/theme/frio/config.php:127
+msgid "Login page background image"
+msgstr "Sisäänkirjautumissivun taustakuva"
+
+#: view/theme/frio/config.php:130
+msgid "Login page background color"
+msgstr "Sisäänkirjautumissivun taustaväri"
+
+#: view/theme/frio/config.php:130
+msgid "Leave background image and color empty for theme defaults"
+msgstr ""
+
+#: view/theme/frio/theme.php:238
+msgid "Guest"
+msgstr "Vieras"
+
+#: view/theme/frio/theme.php:243
+msgid "Visitor"
+msgstr "Vierailija"
+
+#: view/theme/frio/theme.php:256 src/Content/Nav.php:97
+#: src/Module/Login.php:311
+msgid "Logout"
+msgstr "Kirjaudu ulos"
+
+#: view/theme/frio/theme.php:256 src/Content/Nav.php:97
+msgid "End this session"
+msgstr "Lopeta istunto"
+
+#: view/theme/frio/theme.php:259 src/Content/Nav.php:100
+#: src/Content/Nav.php:181
+msgid "Your posts and conversations"
+msgstr "Omat julkaisut ja keskustelut"
+
+#: view/theme/frio/theme.php:260 src/Content/Nav.php:101
+msgid "Your profile page"
+msgstr "Oma profiilisivu"
+
+#: view/theme/frio/theme.php:261 src/Content/Nav.php:102
+msgid "Your photos"
+msgstr "Omat kuvat"
+
+#: view/theme/frio/theme.php:262 src/Content/Nav.php:103
+#: src/Model/Profile.php:914 src/Model/Profile.php:917
+msgid "Videos"
+msgstr "Videot"
+
+#: view/theme/frio/theme.php:262 src/Content/Nav.php:103
+msgid "Your videos"
+msgstr "Omat videot"
+
+#: view/theme/frio/theme.php:263 src/Content/Nav.php:104
+msgid "Your events"
+msgstr "Omat tapahtumat"
+
+#: view/theme/frio/theme.php:266 src/Content/Nav.php:178
+msgid "Conversations from your friends"
+msgstr "Kavereiden keskustelut"
+
+#: view/theme/frio/theme.php:267 src/Content/Nav.php:169
+#: src/Model/Profile.php:929 src/Model/Profile.php:940
+msgid "Events and Calendar"
+msgstr "Tapahtumat ja kalenteri"
+
+#: view/theme/frio/theme.php:268 src/Content/Nav.php:195
+msgid "Private mail"
+msgstr "Yksityinen posti"
+
+#: view/theme/frio/theme.php:269 src/Content/Nav.php:206
+msgid "Account settings"
+msgstr "Tiliasetukset"
+
+#: view/theme/frio/theme.php:270 src/Content/Nav.php:212
+msgid "Manage/edit friends and contacts"
+msgstr "Hallitse/muokkaa kaverit ja kontaktit"
+
+#: view/theme/quattro/config.php:76
+msgid "Alignment"
+msgstr "Kohdistaminen"
+
+#: view/theme/quattro/config.php:76
+msgid "Left"
+msgstr "Vasemmalle"
+
+#: view/theme/quattro/config.php:76
+msgid "Center"
+msgstr "Keskelle"
+
+#: view/theme/quattro/config.php:77
+msgid "Color scheme"
+msgstr "Värimalli"
+
+#: view/theme/quattro/config.php:78
+msgid "Posts font size"
+msgstr "Julkaisujen fonttikoko"
+
+#: view/theme/quattro/config.php:79
+msgid "Textareas font size"
+msgstr "Tekstikenttien fonttikoko"
+
+#: view/theme/vier/config.php:75
+msgid "Comma separated list of helper forums"
+msgstr ""
+
+#: view/theme/vier/config.php:115 src/Core/ACL.php:309
+msgid "don't show"
+msgstr "älä näytä"
+
+#: view/theme/vier/config.php:115 src/Core/ACL.php:308
+msgid "show"
+msgstr "näytä"
+
+#: view/theme/vier/config.php:122
+msgid "Set style"
+msgstr "Aseta tyyli"
+
+#: view/theme/vier/config.php:123
+msgid "Community Pages"
+msgstr "Yhteisösivut"
+
+#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150
+msgid "Community Profiles"
+msgstr "Yhteisöprofiilit"
+
+#: view/theme/vier/config.php:125
+msgid "Help or @NewHere ?"
+msgstr ""
+
+#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389
+msgid "Connect Services"
+msgstr "Yhdistä palvelut"
+
+#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199
+msgid "Find Friends"
+msgstr "Etsi kavereita"
+
+#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181
+msgid "Last users"
+msgstr "Viimeisimmät käyttäjät"
+
+#: view/theme/vier/theme.php:200
+msgid "Local Directory"
+msgstr "Paikallinen hakemisto"
+
+#: view/theme/vier/theme.php:202 src/Content/Widget.php:65
+msgid "Similar Interests"
+msgstr "Yhteiset harrastukset"
+
+#: view/theme/vier/theme.php:204 src/Content/Widget.php:67
+msgid "Invite Friends"
+msgstr "Kutsu kavereita"
+
+#: view/theme/vier/theme.php:256 src/Content/ForumManager.php:127
+msgid "External link to forum"
+msgstr "Ulkoinen linkki foorumiin"
+
+#: view/theme/vier/theme.php:292
+msgid "Quick Start"
+msgstr "Pika-aloitus"
 
 #: src/Core/UserImport.php:104
 msgid "Error decoding account file"
@@ -7591,7 +7840,7 @@ msgstr ""
 
 #: src/Core/UserImport.php:110
 msgid "Error! No version data in file! This is not a Friendica account file?"
-msgstr ""
+msgstr "Virhe: tiedostosta puuttuu versiotiedot! Saattaa olla että tämä ei ole Friendica -tilitiedosto?"
 
 #: src/Core/UserImport.php:118
 #, php-format
@@ -7617,6 +7866,35 @@ msgstr[1] "%d kontakteja ei tuotu"
 msgid "Done. You can now login with your username and password"
 msgstr "Suoritettu. Voit nyt kirjautua sisään käyttäjätunnuksellasi."
 
+#: src/Core/ACL.php:295
+msgid "Post to Email"
+msgstr "Viesti sähköpostiin"
+
+#: src/Core/ACL.php:301
+msgid "Hide your profile details from unknown viewers?"
+msgstr "Piilota profiilitietosi tuntemattomilta?"
+
+#: src/Core/ACL.php:300
+#, php-format
+msgid "Connectors disabled, since \"%s\" is enabled."
+msgstr ""
+
+#: src/Core/ACL.php:307
+msgid "Visible to everybody"
+msgstr "Näkyvissä kaikille"
+
+#: src/Core/ACL.php:319
+msgid "Close"
+msgstr "Sulje"
+
+#: src/Core/Console/NewPassword.php:78
+msgid "Enter new password: "
+msgstr "Syötä uusi salasana:"
+
+#: src/Core/Console/NewPassword.php:83 src/Model/User.php:262
+msgid "Password can't be empty"
+msgstr "Salasanakenttä ei saa olla tyhjä"
+
 #: src/Core/NotificationsManager.php:171
 msgid "System"
 msgstr "Järjestelmä"
@@ -7653,17 +7931,17 @@ msgstr "%s ei tykännyt julkaisusta jonka kirjoitti %s"
 #: src/Core/NotificationsManager.php:307
 #, php-format
 msgid "%s is attending %s's event"
-msgstr ""
+msgstr "%s osallistuu tapahtumaan jonka järjestää %s"
 
 #: src/Core/NotificationsManager.php:320
 #, php-format
 msgid "%s is not attending %s's event"
-msgstr ""
+msgstr "%s ei osallistu tapahtumaan jonka järjestää %s"
 
 #: src/Core/NotificationsManager.php:333
 #, php-format
 msgid "%s may attend %s's event"
-msgstr ""
+msgstr "%s ehkä osallistuu tapahtumaan jonka järjestää %s"
 
 #: src/Core/NotificationsManager.php:350
 #, php-format
@@ -7682,36 +7960,7 @@ msgstr "Ystävä/yhteyspyyntö"
 msgid "New Follower"
 msgstr "Uusi seuraaja"
 
-#: src/Core/ACL.php:295
-msgid "Post to Email"
-msgstr "Viesti sähköpostiin"
-
-#: src/Core/ACL.php:301
-msgid "Hide your profile details from unknown viewers?"
-msgstr "Piilota profiilitietosi tuntemattomilta?"
-
-#: src/Core/ACL.php:300
-#, php-format
-msgid "Connectors disabled, since \"%s\" is enabled."
-msgstr ""
-
-#: src/Core/ACL.php:307
-msgid "Visible to everybody"
-msgstr "Näkyvissä kaikille"
-
-#: src/Core/ACL.php:308 view/theme/vier/config.php:115
-msgid "show"
-msgstr "näytä"
-
-#: src/Core/ACL.php:309 view/theme/vier/config.php:115
-msgid "don't show"
-msgstr "älä näytä"
-
-#: src/Core/ACL.php:319
-msgid "Close"
-msgstr "Sulje"
-
-#: src/Util/Temporal.php:147 src/Model/Profile.php:758
+#: src/Util/Temporal.php:147 src/Model/Profile.php:760
 msgid "Birthday:"
 msgstr "Syntymäpäivä:"
 
@@ -7788,7 +8037,7 @@ msgstr "Kuva/valokuva"
 #: src/Content/Text/BBCode.php:1119
 #, php-format
 msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
-msgstr ""
+msgstr "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
 
 #: src/Content/Text/BBCode.php:1677 src/Content/Text/BBCode.php:1699
 msgid "$1 wrote:"
@@ -7806,10 +8055,6 @@ msgstr "Virheellinen lähdeprotokolla"
 msgid "Invalid link protocol"
 msgstr "Virheellinen linkkiprotokolla"
 
-#: src/Content/ForumManager.php:127 view/theme/vier/theme.php:256
-msgid "External link to forum"
-msgstr "Ulkoinen linkki foorumiin"
-
 #: src/Content/Nav.php:53
 msgid "Nothing new here"
 msgstr ""
@@ -7818,41 +8063,6 @@ msgstr ""
 msgid "Clear notifications"
 msgstr "Tyhjennä ilmoitukset"
 
-#: src/Content/Nav.php:97 src/Module/Login.php:311
-#: view/theme/frio/theme.php:256
-msgid "Logout"
-msgstr "Kirjaudu ulos"
-
-#: src/Content/Nav.php:97 view/theme/frio/theme.php:256
-msgid "End this session"
-msgstr "Lopeta istunto"
-
-#: src/Content/Nav.php:100 src/Content/Nav.php:181
-#: view/theme/frio/theme.php:259
-msgid "Your posts and conversations"
-msgstr "Omat julkaisut ja keskustelut"
-
-#: src/Content/Nav.php:101 view/theme/frio/theme.php:260
-msgid "Your profile page"
-msgstr "Oma profiilisivu"
-
-#: src/Content/Nav.php:102 view/theme/frio/theme.php:261
-msgid "Your photos"
-msgstr "Omat kuvat"
-
-#: src/Content/Nav.php:103 src/Model/Profile.php:912 src/Model/Profile.php:915
-#: view/theme/frio/theme.php:262
-msgid "Videos"
-msgstr "Videot"
-
-#: src/Content/Nav.php:103 view/theme/frio/theme.php:262
-msgid "Your videos"
-msgstr "Omat videot"
-
-#: src/Content/Nav.php:104 view/theme/frio/theme.php:263
-msgid "Your events"
-msgstr "Omat tapahtumat"
-
 #: src/Content/Nav.php:105
 msgid "Personal notes"
 msgstr ""
@@ -7887,7 +8097,7 @@ msgstr "Lisäosa sovelluksia, apuohjelmia, pelejä"
 
 #: src/Content/Nav.php:142
 msgid "Search site content"
-msgstr ""
+msgstr "Sivustohaku"
 
 #: src/Content/Nav.php:165
 msgid "Community"
@@ -7897,11 +8107,6 @@ msgstr "Yhteisö"
 msgid "Conversations on this and other servers"
 msgstr ""
 
-#: src/Content/Nav.php:169 src/Model/Profile.php:927 src/Model/Profile.php:938
-#: view/theme/frio/theme.php:267
-msgid "Events and Calendar"
-msgstr "Tapahtumat ja kalenteri"
-
 #: src/Content/Nav.php:172
 msgid "Directory"
 msgstr "Luettelo"
@@ -7914,10 +8119,6 @@ msgstr ""
 msgid "Information about this friendica instance"
 msgstr "Lisätietoja tästä Friendica -instanssista"
 
-#: src/Content/Nav.php:178 view/theme/frio/theme.php:266
-msgid "Conversations from your friends"
-msgstr ""
-
 #: src/Content/Nav.php:179
 msgid "Network Reset"
 msgstr "Verkon nollaus"
@@ -7938,10 +8139,6 @@ msgstr "Näytä kaikki ilmoitukset"
 msgid "Mark all system notifications seen"
 msgstr ""
 
-#: src/Content/Nav.php:195 view/theme/frio/theme.php:268
-msgid "Private mail"
-msgstr "Yksityinen posti"
-
 #: src/Content/Nav.php:196
 msgid "Inbox"
 msgstr "Saapuneet"
@@ -7958,10 +8155,6 @@ msgstr "Hallitse"
 msgid "Manage other pages"
 msgstr "Hallitse muita sivuja"
 
-#: src/Content/Nav.php:206 view/theme/frio/theme.php:269
-msgid "Account settings"
-msgstr "Tiliasetukset"
-
 #: src/Content/Nav.php:209 src/Model/Profile.php:372
 msgid "Profiles"
 msgstr "Profiilit"
@@ -7970,10 +8163,6 @@ msgstr "Profiilit"
 msgid "Manage/Edit Profiles"
 msgstr "Hallitse/muokka profiilit"
 
-#: src/Content/Nav.php:212 view/theme/frio/theme.php:270
-msgid "Manage/edit friends and contacts"
-msgstr "Hallitse/muokkaa kaverit ja kontaktit"
-
 #: src/Content/Nav.php:217
 msgid "Site setup and configuration"
 msgstr "Sivuston asennus ja asetukset"
@@ -7986,26 +8175,6 @@ msgstr "Navigointi"
 msgid "Site map"
 msgstr "Sivustokartta"
 
-#: src/Content/OEmbed.php:253
-msgid "Embedding disabled"
-msgstr "Upottaminen poistettu käytöstä"
-
-#: src/Content/OEmbed.php:373
-msgid "Embedded content"
-msgstr "Upotettu sisältö"
-
-#: src/Content/Widget/CalendarExport.php:61
-msgid "Export"
-msgstr "Vie"
-
-#: src/Content/Widget/CalendarExport.php:62
-msgid "Export calendar as ical"
-msgstr "Vie kalenteri ical -tiedostona"
-
-#: src/Content/Widget/CalendarExport.php:63
-msgid "Export calendar as csv"
-msgstr "Vie kalenteri csv-tiedostona"
-
 #: src/Content/Feature.php:79
 msgid "General Features"
 msgstr "Yleiset ominaisuudet"
@@ -8099,7 +8268,7 @@ msgstr ""
 
 #: src/Content/Feature.php:105
 msgid "Network Tabs"
-msgstr ""
+msgstr "Verkko välilehdet"
 
 #: src/Content/Feature.php:106
 msgid "Network Personal Tab"
@@ -8135,7 +8304,7 @@ msgstr ""
 
 #: src/Content/Feature.php:114
 msgid "Select and delete multiple posts/comments at once"
-msgstr ""
+msgstr "Valitse ja poista monta julkaisua/kommentia yhtaikaa"
 
 #: src/Content/Feature.php:115
 msgid "Edit Sent Posts"
@@ -8143,7 +8312,7 @@ msgstr "Muokkaa lähetetyt julkaisut"
 
 #: src/Content/Feature.php:115
 msgid "Edit and correct posts and comments after sending"
-msgstr ""
+msgstr "Muokkaa ja korjaa julkaisuja ja kommenteja julkaisun jälkeen"
 
 #: src/Content/Feature.php:116
 msgid "Tagging"
@@ -8183,7 +8352,7 @@ msgstr "Tähtimerkityt julkaisut"
 
 #: src/Content/Feature.php:120
 msgid "Ability to mark special posts with a star indicator"
-msgstr ""
+msgstr "Salli julkaisujen tähtimerkintä"
 
 #: src/Content/Feature.php:121
 msgid "Mute Post Notifications"
@@ -8217,6 +8386,26 @@ msgstr "Näytä liittymispäivämäärä"
 msgid "Display membership date in profile"
 msgstr "Näytä liittymispäivämäärä profiilissa"
 
+#: src/Content/OEmbed.php:253
+msgid "Embedding disabled"
+msgstr "Upottaminen poistettu käytöstä"
+
+#: src/Content/OEmbed.php:373
+msgid "Embedded content"
+msgstr "Upotettu sisältö"
+
+#: src/Content/Widget/CalendarExport.php:61
+msgid "Export"
+msgstr "Vie"
+
+#: src/Content/Widget/CalendarExport.php:62
+msgid "Export calendar as ical"
+msgstr "Vie kalenteri ical -tiedostona"
+
+#: src/Content/Widget/CalendarExport.php:63
+msgid "Export calendar as csv"
+msgstr "Vie kalenteri csv-tiedostona"
+
 #: src/Content/Widget.php:33
 msgid "Add New Contact"
 msgstr "Lisää uusi kontakti"
@@ -8248,18 +8437,10 @@ msgstr "Syötä nimi tai harrastus"
 msgid "Examples: Robert Morgenstein, Fishing"
 msgstr "Esim. Matti Meikäläinen, kalastus yms."
 
-#: src/Content/Widget.php:65 view/theme/vier/theme.php:202
-msgid "Similar Interests"
-msgstr "Yhteiset harrastukset"
-
 #: src/Content/Widget.php:66
 msgid "Random Profile"
 msgstr "Satunnainen profiili"
 
-#: src/Content/Widget.php:67 view/theme/vier/theme.php:204
-msgid "Invite Friends"
-msgstr "Kutsu kavereita"
-
 #: src/Content/Widget.php:68
 msgid "View Global Directory"
 msgstr "Katso maailmanlaajuista luetteloa"
@@ -8493,7 +8674,7 @@ msgstr "Ihastunut"
 
 #: src/Content/ContactSelector.php:169
 msgid "Infatuated"
-msgstr ""
+msgstr "Hullaantunut"
 
 #: src/Content/ContactSelector.php:169
 msgid "Dating"
@@ -8507,7 +8688,7 @@ msgstr ""
 msgid "Sex Addict"
 msgstr ""
 
-#: src/Content/ContactSelector.php:169 src/Model/User.php:505
+#: src/Content/ContactSelector.php:169 src/Model/User.php:519
 msgid "Friends"
 msgstr "Kaverit"
 
@@ -8549,7 +8730,7 @@ msgstr "Iloinen"
 
 #: src/Content/ContactSelector.php:169
 msgid "Not looking"
-msgstr ""
+msgstr "Ei etsi"
 
 #: src/Content/ContactSelector.php:169
 msgid "Swinger"
@@ -8557,7 +8738,7 @@ msgstr ""
 
 #: src/Content/ContactSelector.php:169
 msgid "Betrayed"
-msgstr ""
+msgstr "Petetty"
 
 #: src/Content/ContactSelector.php:169
 msgid "Separated"
@@ -8622,272 +8803,119 @@ msgid ""
 "\n"
 "Error %d occurred during database update:\n"
 "%s\n"
-msgstr "\n%d virhe tapahtui tietokannan päivityksen aikana:\n%s\n"
-
-#: src/Database/DBStructure.php:194
-msgid "Errors encountered performing database changes: "
-msgstr ""
-
-#: src/Database/DBStructure.php:210
-msgid ": Database update"
-msgstr ": Tietokannan päivitys"
-
-#: src/Database/DBStructure.php:460
-#, php-format
-msgid "%s: updating %s table."
-msgstr ""
-
-#: src/Model/Mail.php:40 src/Model/Mail.php:174
-msgid "[no subject]"
-msgstr "[ei aihetta]"
-
-#: src/Model/Profile.php:97
-msgid "Requested account is not available."
-msgstr "Pyydetty käyttäjätili ei ole saatavilla."
-
-#: src/Model/Profile.php:168 src/Model/Profile.php:399
-#: src/Model/Profile.php:859
-msgid "Edit profile"
-msgstr "Muokkaa profiilia"
-
-#: src/Model/Profile.php:336
-msgid "Atom feed"
-msgstr "Atom -syöte"
-
-#: src/Model/Profile.php:372
-msgid "Manage/edit profiles"
-msgstr "Hallitse/muokkaa profiilit"
-
-#: src/Model/Profile.php:548 src/Model/Profile.php:641
-msgid "g A l F d"
-msgstr ""
-
-#: src/Model/Profile.php:549
-msgid "F d"
-msgstr ""
-
-#: src/Model/Profile.php:606 src/Model/Profile.php:703
-msgid "[today]"
-msgstr "[tänään]"
-
-#: src/Model/Profile.php:617
-msgid "Birthday Reminders"
-msgstr "Syntymäpäivämuistutukset"
-
-#: src/Model/Profile.php:618
-msgid "Birthdays this week:"
-msgstr "Syntymäpäiviä tällä viikolla:"
-
-#: src/Model/Profile.php:690
-msgid "[No description]"
-msgstr "[Ei kuvausta]"
-
-#: src/Model/Profile.php:717
-msgid "Event Reminders"
-msgstr "Tapahtumamuistutukset"
-
-#: src/Model/Profile.php:718
-msgid "Events this week:"
-msgstr "Tapahtumia tällä viikolla:"
-
-#: src/Model/Profile.php:741
-msgid "Member since:"
-msgstr "Liittymispäivämäärä:"
-
-#: src/Model/Profile.php:749
-msgid "j F, Y"
-msgstr ""
-
-#: src/Model/Profile.php:750
-msgid "j F"
-msgstr ""
-
-#: src/Model/Profile.php:765
-msgid "Age:"
-msgstr "Ikä:"
-
-#: src/Model/Profile.php:778
-#, php-format
-msgid "for %1$d %2$s"
-msgstr ""
-
-#: src/Model/Profile.php:802
-msgid "Religion:"
-msgstr "Uskonto:"
-
-#: src/Model/Profile.php:810
-msgid "Hobbies/Interests:"
-msgstr "Harrastukset:"
-
-#: src/Model/Profile.php:822
-msgid "Contact information and Social Networks:"
-msgstr "Yhteystiedot ja sosiaalinen media:"
-
-#: src/Model/Profile.php:826
-msgid "Musical interests:"
-msgstr "Musiikki:"
-
-#: src/Model/Profile.php:830
-msgid "Books, literature:"
-msgstr "Kirjat, kirjallisuus:"
-
-#: src/Model/Profile.php:834
-msgid "Television:"
-msgstr "Televisio:"
-
-#: src/Model/Profile.php:838
-msgid "Film/dance/culture/entertainment:"
-msgstr "Elokuvat/tanssit/kulttuuri/viihde:"
-
-#: src/Model/Profile.php:842
-msgid "Love/Romance:"
-msgstr "Rakkaus/romanssi:"
+msgstr "\n%d virhe tapahtui tietokannan päivityksen aikana:\n%s\n"
 
-#: src/Model/Profile.php:846
-msgid "Work/employment:"
-msgstr "T:"
+#: src/Database/DBStructure.php:194
+msgid "Errors encountered performing database changes: "
+msgstr "Tietokannan muokkauksessa tapahtui virheitä:"
 
-#: src/Model/Profile.php:850
-msgid "School/education:"
-msgstr "Koulutus:"
+#: src/Database/DBStructure.php:210
+msgid ": Database update"
+msgstr ": Tietokannan päivitys"
 
-#: src/Model/Profile.php:855
-msgid "Forums:"
-msgstr "Foorumit:"
+#: src/Database/DBStructure.php:460
+#, php-format
+msgid "%s: updating %s table."
+msgstr "%s: päivitetään %s-taulukkoa."
 
-#: src/Model/Profile.php:949
-msgid "Only You Can See This"
-msgstr "Vain sinä näet tämän"
+#: src/Model/Mail.php:40 src/Model/Mail.php:174
+msgid "[no subject]"
+msgstr "[ei aihetta]"
 
 #: src/Model/Item.php:1676
 #, php-format
 msgid "%1$s is attending %2$s's %3$s"
-msgstr ""
+msgstr "%1$s osallistuu tapahtumaan %3$s, jonka järjestää %2$s"
 
 #: src/Model/Item.php:1681
 #, php-format
 msgid "%1$s is not attending %2$s's %3$s"
-msgstr ""
+msgstr "%1$s ei osallistu tapahtumaan %3$s, jonka järjestää %2$s"
 
 #: src/Model/Item.php:1686
 #, php-format
 msgid "%1$s may attend %2$s's %3$s"
-msgstr ""
-
-#: src/Model/Group.php:44
-msgid ""
-"A deleted group with this name was revived. Existing item permissions "
-"<strong>may</strong> apply to this group and any future members. If this is "
-"not what you intended, please create another group with a different name."
-msgstr ""
-
-#: src/Model/Group.php:328
-msgid "Default privacy group for new contacts"
-msgstr "Oletusryhmä uusille kontakteille"
-
-#: src/Model/Group.php:361
-msgid "Everybody"
-msgstr "Kaikki"
-
-#: src/Model/Group.php:381
-msgid "edit"
-msgstr "muokkaa"
-
-#: src/Model/Group.php:405
-msgid "Edit group"
-msgstr "Muokkaa ryhmää"
-
-#: src/Model/Group.php:406
-msgid "Contacts not in any group"
-msgstr "Kontaktit ilman ryhmää"
-
-#: src/Model/Group.php:407
-msgid "Create a new group"
-msgstr "Luo uusi ryhmä"
-
-#: src/Model/Group.php:409
-msgid "Edit groups"
-msgstr "Muokkaa ryhmiä"
+msgstr "%1$s ehkä osallistuu tapahtumaan %3$s, jonka järjestää %2$s"
 
-#: src/Model/Contact.php:645
+#: src/Model/Contact.php:657
 msgid "Drop Contact"
 msgstr "Poista kontakti"
 
-#: src/Model/Contact.php:1048
+#: src/Model/Contact.php:1060
 msgid "Organisation"
 msgstr "Järjestö"
 
-#: src/Model/Contact.php:1051
+#: src/Model/Contact.php:1063
 msgid "News"
 msgstr "Uutiset"
 
-#: src/Model/Contact.php:1054
+#: src/Model/Contact.php:1066
 msgid "Forum"
 msgstr "Keskustelupalsta"
 
-#: src/Model/Contact.php:1233
+#: src/Model/Contact.php:1245
 msgid "Connect URL missing."
 msgstr "Yhteys URL-linkki puuttuu."
 
-#: src/Model/Contact.php:1242
+#: src/Model/Contact.php:1254
 msgid ""
 "The contact could not be added. Please check the relevant network "
 "credentials in your Settings -> Social Networks page."
 msgstr ""
 
-#: src/Model/Contact.php:1289
+#: src/Model/Contact.php:1301
 msgid ""
 "This site is not configured to allow communications with other networks."
 msgstr ""
 
-#: src/Model/Contact.php:1290 src/Model/Contact.php:1304
+#: src/Model/Contact.php:1302 src/Model/Contact.php:1316
 msgid "No compatible communication protocols or feeds were discovered."
-msgstr ""
+msgstr "Yhteensopivia viestintäprotokolleja tai syötteitä ei löytynyt."
 
-#: src/Model/Contact.php:1302
+#: src/Model/Contact.php:1314
 msgid "The profile address specified does not provide adequate information."
-msgstr ""
+msgstr "Annettu profiiliosoite ei sisällä riittävästi tietoa."
 
-#: src/Model/Contact.php:1307
+#: src/Model/Contact.php:1319
 msgid "An author or name was not found."
 msgstr ""
 
-#: src/Model/Contact.php:1310
+#: src/Model/Contact.php:1322
 msgid "No browser URL could be matched to this address."
 msgstr ""
 
-#: src/Model/Contact.php:1313
+#: src/Model/Contact.php:1325
 msgid ""
 "Unable to match @-style Identity Address with a known protocol or email "
 "contact."
 msgstr ""
 
-#: src/Model/Contact.php:1314
+#: src/Model/Contact.php:1326
 msgid "Use mailto: in front of address to force email check."
 msgstr ""
 
-#: src/Model/Contact.php:1320
+#: src/Model/Contact.php:1332
 msgid ""
 "The profile address specified belongs to a network which has been disabled "
 "on this site."
 msgstr ""
 
-#: src/Model/Contact.php:1325
+#: src/Model/Contact.php:1337
 msgid ""
 "Limited profile. This person will be unable to receive direct/personal "
 "notifications from you."
 msgstr ""
 
-#: src/Model/Contact.php:1376
+#: src/Model/Contact.php:1388
 msgid "Unable to retrieve contact information."
-msgstr ""
+msgstr "Kontaktin tietoja ei voitu hakea."
 
-#: src/Model/Contact.php:1588
+#: src/Model/Contact.php:1605
 #, php-format
 msgid "%s's birthday"
 msgstr "%s: syntymäpäivä"
 
-#: src/Model/Contact.php:1589 src/Protocol/DFRN.php:1478
+#: src/Model/Contact.php:1606 src/Protocol/DFRN.php:1483
 #, php-format
 msgid "Happy Birthday %s"
 msgstr "Hyvää syntymäpäivää %s"
@@ -8950,98 +8978,247 @@ msgstr "Näytä kartta"
 msgid "Hide map"
 msgstr "Piilota kartta"
 
-#: src/Model/User.php:144
+#: src/Model/Group.php:44
+msgid ""
+"A deleted group with this name was revived. Existing item permissions "
+"<strong>may</strong> apply to this group and any future members. If this is "
+"not what you intended, please create another group with a different name."
+msgstr ""
+
+#: src/Model/Group.php:341
+msgid "Default privacy group for new contacts"
+msgstr "Oletusryhmä uusille kontakteille"
+
+#: src/Model/Group.php:374
+msgid "Everybody"
+msgstr "Kaikki"
+
+#: src/Model/Group.php:394
+msgid "edit"
+msgstr "muokkaa"
+
+#: src/Model/Group.php:418
+msgid "Edit group"
+msgstr "Muokkaa ryhmää"
+
+#: src/Model/Group.php:419
+msgid "Contacts not in any group"
+msgstr "Kontaktit ilman ryhmää"
+
+#: src/Model/Group.php:420
+msgid "Create a new group"
+msgstr "Luo uusi ryhmä"
+
+#: src/Model/Group.php:422
+msgid "Edit groups"
+msgstr "Muokkaa ryhmiä"
+
+#: src/Model/Profile.php:97
+msgid "Requested account is not available."
+msgstr "Pyydetty käyttäjätili ei ole saatavilla."
+
+#: src/Model/Profile.php:168 src/Model/Profile.php:399
+#: src/Model/Profile.php:861
+msgid "Edit profile"
+msgstr "Muokkaa profiilia"
+
+#: src/Model/Profile.php:336
+msgid "Atom feed"
+msgstr "Atom -syöte"
+
+#: src/Model/Profile.php:372
+msgid "Manage/edit profiles"
+msgstr "Hallitse/muokkaa profiilit"
+
+#: src/Model/Profile.php:550 src/Model/Profile.php:643
+msgid "g A l F d"
+msgstr ""
+
+#: src/Model/Profile.php:551
+msgid "F d"
+msgstr ""
+
+#: src/Model/Profile.php:608 src/Model/Profile.php:705
+msgid "[today]"
+msgstr "[tänään]"
+
+#: src/Model/Profile.php:619
+msgid "Birthday Reminders"
+msgstr "Syntymäpäivämuistutukset"
+
+#: src/Model/Profile.php:620
+msgid "Birthdays this week:"
+msgstr "Syntymäpäiviä tällä viikolla:"
+
+#: src/Model/Profile.php:692
+msgid "[No description]"
+msgstr "[Ei kuvausta]"
+
+#: src/Model/Profile.php:719
+msgid "Event Reminders"
+msgstr "Tapahtumamuistutukset"
+
+#: src/Model/Profile.php:720
+msgid "Events this week:"
+msgstr "Tapahtumia tällä viikolla:"
+
+#: src/Model/Profile.php:743
+msgid "Member since:"
+msgstr "Liittymispäivämäärä:"
+
+#: src/Model/Profile.php:751
+msgid "j F, Y"
+msgstr ""
+
+#: src/Model/Profile.php:752
+msgid "j F"
+msgstr ""
+
+#: src/Model/Profile.php:767
+msgid "Age:"
+msgstr "Ikä:"
+
+#: src/Model/Profile.php:780
+#, php-format
+msgid "for %1$d %2$s"
+msgstr ""
+
+#: src/Model/Profile.php:804
+msgid "Religion:"
+msgstr "Uskonto:"
+
+#: src/Model/Profile.php:812
+msgid "Hobbies/Interests:"
+msgstr "Harrastukset:"
+
+#: src/Model/Profile.php:824
+msgid "Contact information and Social Networks:"
+msgstr "Yhteystiedot ja sosiaalinen media:"
+
+#: src/Model/Profile.php:828
+msgid "Musical interests:"
+msgstr "Musiikki:"
+
+#: src/Model/Profile.php:832
+msgid "Books, literature:"
+msgstr "Kirjat, kirjallisuus:"
+
+#: src/Model/Profile.php:836
+msgid "Television:"
+msgstr "Televisio:"
+
+#: src/Model/Profile.php:840
+msgid "Film/dance/culture/entertainment:"
+msgstr "Elokuvat/tanssit/kulttuuri/viihde:"
+
+#: src/Model/Profile.php:844
+msgid "Love/Romance:"
+msgstr "Rakkaus/romanssi:"
+
+#: src/Model/Profile.php:848
+msgid "Work/employment:"
+msgstr "Työ:"
+
+#: src/Model/Profile.php:852
+msgid "School/education:"
+msgstr "Koulutus:"
+
+#: src/Model/Profile.php:857
+msgid "Forums:"
+msgstr "Foorumit:"
+
+#: src/Model/Profile.php:951
+msgid "Only You Can See This"
+msgstr "Vain sinä näet tämän"
+
+#: src/Model/User.php:154
 msgid "Login failed"
 msgstr "Kirjautuminen epäonnistui"
 
-#: src/Model/User.php:175
+#: src/Model/User.php:185
 msgid "Not enough information to authenticate"
 msgstr ""
 
-#: src/Model/User.php:332
+#: src/Model/User.php:346
 msgid "An invitation is required."
 msgstr ""
 
-#: src/Model/User.php:336
+#: src/Model/User.php:350
 msgid "Invitation could not be verified."
 msgstr "Kutsua ei voitu vahvistaa."
 
-#: src/Model/User.php:343
+#: src/Model/User.php:357
 msgid "Invalid OpenID url"
 msgstr "Virheellinen OpenID url-osoite"
 
-#: src/Model/User.php:356 src/Module/Login.php:100
+#: src/Model/User.php:370 src/Module/Login.php:100
 msgid ""
 "We encountered a problem while logging in with the OpenID you provided. "
 "Please check the correct spelling of the ID."
 msgstr ""
 
-#: src/Model/User.php:356 src/Module/Login.php:100
+#: src/Model/User.php:370 src/Module/Login.php:100
 msgid "The error message was:"
 msgstr "Virheviesti oli:"
 
-#: src/Model/User.php:362
+#: src/Model/User.php:376
 msgid "Please enter the required information."
 msgstr "Syötä tarvittavat tiedot."
 
-#: src/Model/User.php:375
+#: src/Model/User.php:389
 msgid "Please use a shorter name."
 msgstr "Käytä lyhyempää nimeä."
 
-#: src/Model/User.php:378
+#: src/Model/User.php:392
 msgid "Name too short."
 msgstr "Nimi on liian lyhyt."
 
-#: src/Model/User.php:386
+#: src/Model/User.php:400
 msgid "That doesn't appear to be your full (First Last) name."
 msgstr ""
 
-#: src/Model/User.php:391
+#: src/Model/User.php:405
 msgid "Your email domain is not among those allowed on this site."
 msgstr "Sähköpostiosoitteesi verkkotunnus on tämän sivuston estolistalla."
 
-#: src/Model/User.php:395
+#: src/Model/User.php:409
 msgid "Not a valid email address."
 msgstr "Virheellinen sähköpostiosoite."
 
-#: src/Model/User.php:399 src/Model/User.php:407
+#: src/Model/User.php:413 src/Model/User.php:421
 msgid "Cannot use that email."
 msgstr "Sähköpostiosoitetta ei voitu käyttää."
 
-#: src/Model/User.php:414
+#: src/Model/User.php:428
 msgid "Your nickname can only contain a-z, 0-9 and _."
 msgstr "Nimimerkki voi sisältää a-z, 0-9 ja _."
 
-#: src/Model/User.php:421 src/Model/User.php:477
+#: src/Model/User.php:435 src/Model/User.php:491
 msgid "Nickname is already registered. Please choose another."
 msgstr "Valitsemasi nimimerkki on jo käytössä. Valitse toinen nimimerkki."
 
-#: src/Model/User.php:431
+#: src/Model/User.php:445
 msgid "SERIOUS ERROR: Generation of security keys failed."
 msgstr "VAKAVA VIRHE: Salausavainten luominen epäonnistui."
 
-#: src/Model/User.php:464 src/Model/User.php:468
+#: src/Model/User.php:478 src/Model/User.php:482
 msgid "An error occurred during registration. Please try again."
 msgstr "Rekisteröityminen epäonnistui. Yritä uudelleen."
 
-#: src/Model/User.php:488 view/theme/duepuntozero/config.php:54
-msgid "default"
-msgstr "oletus"
-
-#: src/Model/User.php:493
+#: src/Model/User.php:507
 msgid "An error occurred creating your default profile. Please try again."
 msgstr "Oletusprofiilin luominen epäonnistui. Yritä uudelleen."
 
-#: src/Model/User.php:500
+#: src/Model/User.php:514
 msgid "An error occurred creating your self contact. Please try again."
 msgstr ""
 
-#: src/Model/User.php:509
+#: src/Model/User.php:523
 msgid ""
 "An error occurred creating your default contact group. Please try again."
 msgstr ""
 
-#: src/Model/User.php:583
+#: src/Model/User.php:597
 #, php-format
 msgid ""
 "\n"
@@ -9050,12 +9227,12 @@ msgid ""
 "\t\t"
 msgstr ""
 
-#: src/Model/User.php:593
+#: src/Model/User.php:607
 #, php-format
 msgid "Registration at %s"
 msgstr "Rekisteröityminen kohteessa %s"
 
-#: src/Model/User.php:611
+#: src/Model/User.php:625
 #, php-format
 msgid ""
 "\n"
@@ -9064,7 +9241,7 @@ msgid ""
 "\t\t"
 msgstr ""
 
-#: src/Model/User.php:615
+#: src/Model/User.php:629
 #, php-format
 msgid ""
 "\n"
@@ -9110,30 +9287,104 @@ msgstr "seuraa"
 msgid "%s stopped following %s."
 msgstr "%s ei enää seuraa %s."
 
-#: src/Protocol/OStatus.php:1804
-msgid "stopped following"
-msgstr "ei enää seuraa"
+#: src/Protocol/OStatus.php:1804
+msgid "stopped following"
+msgstr "ei enää seuraa"
+
+#: src/Protocol/DFRN.php:1482
+#, php-format
+msgid "%s\\'s birthday"
+msgstr "%s\\ käyttäjän syntymäpäivä"
+
+#: src/Protocol/Diaspora.php:2680
+msgid "Sharing notification from Diaspora network"
+msgstr ""
+
+#: src/Protocol/Diaspora.php:3756
+msgid "Attachments:"
+msgstr "Liitteitä:"
+
+#: src/Worker/Delivery.php:390
+msgid "(no subject)"
+msgstr "(ei aihetta)"
+
+#: src/Module/Login.php:282
+msgid "Create a New Account"
+msgstr "Luo uusi käyttäjätili"
+
+#: src/Module/Login.php:315
+msgid "Password: "
+msgstr "Salasana:"
+
+#: src/Module/Login.php:316
+msgid "Remember me"
+msgstr "Muista minut"
+
+#: src/Module/Login.php:319
+msgid "Or login using OpenID: "
+msgstr "Kirjaudu sisään OpenID -tunnuksella:"
+
+#: src/Module/Login.php:325
+msgid "Forgot your password?"
+msgstr "Unohditko salasanasi?"
+
+#: src/Module/Login.php:328
+msgid "Website Terms of Service"
+msgstr "Verkkosivun käyttöehdot"
+
+#: src/Module/Login.php:329
+msgid "terms of service"
+msgstr "käyttöehdot"
+
+#: src/Module/Login.php:331
+msgid "Website Privacy Policy"
+msgstr "Sivuston tietosuojakäytäntö"
+
+#: src/Module/Login.php:332
+msgid "privacy policy"
+msgstr "tietosuojakäytäntö"
+
+#: src/Module/Logout.php:28
+msgid "Logged out."
+msgstr "Kirjautunut ulos."
+
+#: src/Module/Tos.php:51
+msgid "Privacy Statement"
+msgstr "Tietosuojalausunto"
+
+#: src/Module/Tos.php:52
+msgid ""
+"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."
+msgstr ""
+
+#: src/Module/Tos.php:53
+msgid ""
+"This data is required for communication and is passed on to the nodes of the"
+" communication partners. Users can enter additional private data that may be"
+" transmitted to the communication partners accounts."
+msgstr ""
 
-#: src/Protocol/DFRN.php:1477
+#: src/Module/Tos.php:54
 #, php-format
-msgid "%s\\'s birthday"
-msgstr "%s\\ käyttäjän syntymäpäivä"
-
-#: src/Protocol/Diaspora.php:2651
-msgid "Sharing notification from Diaspora network"
+msgid ""
+"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."
 msgstr ""
 
-#: src/Protocol/Diaspora.php:3738
-msgid "Attachments:"
-msgstr "Liitteitä:"
-
-#: src/Worker/Delivery.php:392
-msgid "(no subject)"
-msgstr "(ei aihetta)"
-
 #: src/Object/Post.php:128
 msgid "This entry was edited"
-msgstr ""
+msgstr "Tämä kohde oli muokattu"
 
 #: src/Object/Post.php:182
 msgid "save to folder"
@@ -9169,15 +9420,15 @@ msgstr "tähtimerkitty"
 
 #: src/Object/Post.php:274
 msgid "ignore thread"
-msgstr ""
+msgstr "Sivuuta keskustelu"
 
 #: src/Object/Post.php:275
 msgid "unignore thread"
-msgstr ""
+msgstr "Seuraa keskustelua"
 
 #: src/Object/Post.php:276
 msgid "toggle ignore status"
-msgstr ""
+msgstr "Sivuuta/seuraa"
 
 #: src/Object/Post.php:285
 msgid "add tag"
@@ -9254,46 +9505,6 @@ msgstr "Linkki"
 msgid "Video"
 msgstr "Video"
 
-#: src/Module/Login.php:282
-msgid "Create a New Account"
-msgstr "Luo uusi käyttäjätili"
-
-#: src/Module/Login.php:315
-msgid "Password: "
-msgstr "Salasana:"
-
-#: src/Module/Login.php:316
-msgid "Remember me"
-msgstr "Muista minut"
-
-#: src/Module/Login.php:319
-msgid "Or login using OpenID: "
-msgstr "Kirjaudu sisään OpenID -tunnuksella:"
-
-#: src/Module/Login.php:325
-msgid "Forgot your password?"
-msgstr "Unohditko salasanasi?"
-
-#: src/Module/Login.php:328
-msgid "Website Terms of Service"
-msgstr "Verkkosivun käyttöehdot"
-
-#: src/Module/Login.php:329
-msgid "terms of service"
-msgstr "käyttöehdot"
-
-#: src/Module/Login.php:331
-msgid "Website Privacy Policy"
-msgstr "Sivuston tietosuojakäytäntö"
-
-#: src/Module/Login.php:332
-msgid "privacy policy"
-msgstr "tietosuojakäytäntö"
-
-#: src/Module/Logout.php:28
-msgid "Logged out."
-msgstr "Kirjautunut ulos."
-
 #: src/App.php:511
 msgid "Delete this item?"
 msgstr "Poista tämä kohde?"
@@ -9302,195 +9513,11 @@ msgstr "Poista tämä kohde?"
 msgid "show fewer"
 msgstr "näytä vähemmän"
 
-#: view/theme/duepuntozero/config.php:55
-msgid "greenzero"
-msgstr "greenzero"
-
-#: view/theme/duepuntozero/config.php:56
-msgid "purplezero"
-msgstr "purplezero"
-
-#: view/theme/duepuntozero/config.php:57
-msgid "easterbunny"
-msgstr "easterbunny"
-
-#: view/theme/duepuntozero/config.php:58
-msgid "darkzero"
-msgstr "darkzero"
-
-#: view/theme/duepuntozero/config.php:59
-msgid "comix"
-msgstr "comix"
-
-#: view/theme/duepuntozero/config.php:60
-msgid "slackr"
-msgstr "slackr"
-
-#: view/theme/duepuntozero/config.php:74
-msgid "Variations"
-msgstr "Muunnelmat"
-
-#: view/theme/frio/php/Image.php:25
-msgid "Repeat the image"
-msgstr "Toista kuva"
-
-#: view/theme/frio/php/Image.php:25
-msgid "Will repeat your image to fill the background."
-msgstr ""
-
-#: view/theme/frio/php/Image.php:27
-msgid "Stretch"
-msgstr "Venytä"
-
-#: view/theme/frio/php/Image.php:27
-msgid "Will stretch to width/height of the image."
-msgstr ""
-
-#: view/theme/frio/php/Image.php:29
-msgid "Resize fill and-clip"
-msgstr ""
-
-#: view/theme/frio/php/Image.php:29
-msgid "Resize to fill and retain aspect ratio."
-msgstr ""
-
-#: view/theme/frio/php/Image.php:31
-msgid "Resize best fit"
-msgstr ""
-
-#: view/theme/frio/php/Image.php:31
-msgid "Resize to best fit and retain aspect ratio."
-msgstr ""
-
-#: view/theme/frio/config.php:97
-msgid "Default"
-msgstr "Oletus"
-
-#: view/theme/frio/config.php:109
-msgid "Note"
-msgstr ""
-
-#: view/theme/frio/config.php:109
-msgid "Check image permissions if all users are allowed to visit the image"
-msgstr ""
-
-#: view/theme/frio/config.php:116
-msgid "Select scheme"
-msgstr "Valitse malli"
-
-#: view/theme/frio/config.php:117
-msgid "Navigation bar background color"
-msgstr "Navigointipalkin taustaväri"
-
-#: view/theme/frio/config.php:118
-msgid "Navigation bar icon color "
-msgstr "Navigointipalkin kuvakkeiden väri"
-
-#: view/theme/frio/config.php:119
-msgid "Link color"
-msgstr "Linkin väri"
-
-#: view/theme/frio/config.php:120
-msgid "Set the background color"
-msgstr "Valitse taustaväri"
-
-#: view/theme/frio/config.php:121
-msgid "Content background opacity"
-msgstr "Sisällön taustasameus"
-
-#: view/theme/frio/config.php:122
-msgid "Set the background image"
-msgstr "Valitse taustakuva"
-
-#: view/theme/frio/config.php:127
-msgid "Login page background image"
-msgstr "Sisäänkirjautumissivun taustakuva"
-
-#: view/theme/frio/config.php:130
-msgid "Login page background color"
-msgstr "Sisäänkirjautumissivun taustaväri"
-
-#: view/theme/frio/config.php:130
-msgid "Leave background image and color empty for theme defaults"
-msgstr ""
-
-#: view/theme/frio/theme.php:238
-msgid "Guest"
-msgstr "Vieras"
-
-#: view/theme/frio/theme.php:243
-msgid "Visitor"
-msgstr "Vierailija"
-
-#: view/theme/quattro/config.php:76
-msgid "Alignment"
-msgstr "Kohdistaminen"
-
-#: view/theme/quattro/config.php:76
-msgid "Left"
-msgstr "Vasemmalle"
-
-#: view/theme/quattro/config.php:76
-msgid "Center"
-msgstr "Keskelle"
-
-#: view/theme/quattro/config.php:77
-msgid "Color scheme"
-msgstr "Värimalli"
-
-#: view/theme/quattro/config.php:78
-msgid "Posts font size"
-msgstr "Julkaisujen fonttikoko"
-
-#: view/theme/quattro/config.php:79
-msgid "Textareas font size"
-msgstr "Tekstikenttien fonttikoko"
-
-#: view/theme/vier/config.php:75
-msgid "Comma separated list of helper forums"
-msgstr ""
-
-#: view/theme/vier/config.php:122
-msgid "Set style"
-msgstr "Aseta tyyli"
-
-#: view/theme/vier/config.php:123
-msgid "Community Pages"
-msgstr "Yhteisösivut"
-
-#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150
-msgid "Community Profiles"
-msgstr "Yhteisöprofiilit"
-
-#: view/theme/vier/config.php:125
-msgid "Help or @NewHere ?"
-msgstr ""
-
-#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389
-msgid "Connect Services"
-msgstr "Yhdistä palvelut"
-
-#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199
-msgid "Find Friends"
-msgstr "Etsi kavereita"
-
-#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181
-msgid "Last users"
-msgstr "Viimeisimmät käyttäjät"
-
-#: view/theme/vier/theme.php:200
-msgid "Local Directory"
-msgstr "Paikallinen hakemisto"
-
-#: view/theme/vier/theme.php:292
-msgid "Quick Start"
-msgstr "Pika-aloitus"
-
-#: index.php:444
-msgid "toggle mobile"
-msgstr "Mobiilisivusto päälle/pois"
-
-#: boot.php:791
+#: boot.php:795
 #, php-format
 msgid "Update %s failed. See error logs."
 msgstr "%s päivitys epäonnistui, katso virhelokit."
+
+#: index.php:472
+msgid "toggle mobile"
+msgstr "Mobiilisivusto päälle/pois"
index c8bd472fbb407baf78f29b1d3429656620f0f980..ab6892b34f156f0f92d607bbd5197a5c26900b6a 100644 (file)
@@ -5,11 +5,13 @@ function string_plural_select_fi_fi($n){
        return ($n != 1);;
 }}
 ;
-$a->strings["Welcome "] = "Tervetuloa";
-$a->strings["Please upload a profile photo."] = "Lataa profiilikuva.";
-$a->strings["Welcome back "] = "Tervetuloa takaisin";
-$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "'%s' tietokantapalvelimen DNS-tieto ei löydy";
+$a->strings["Item not found."] = "Kohdetta ei löytynyt.";
+$a->strings["Do you really want to delete this item?"] = "Haluatko varmasti poistaa tämän kohteen?";
+$a->strings["Yes"] = "Kyllä";
+$a->strings["Cancel"] = "Peru";
+$a->strings["Permission denied."] = "Käyttöoikeus evätty.";
+$a->strings["Archives"] = "Arkisto";
+$a->strings["show more"] = "näytä lisää";
 $a->strings["Daily posting limit of %d post reached. The post was rejected."] = [
        0 => "Päivittäinen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty.",
        1 => "Päivittäinen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty.",
@@ -20,72 +22,6 @@ $a->strings["Weekly posting limit of %d post reached. The post was rejected."] =
 ];
 $a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Kuukausittainen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty.";
 $a->strings["Profile Photos"] = "Profiilin valokuvat";
-$a->strings["Friendica Notification"] = "Friendica-huomautus";
-$a->strings["Thank You,"] = "Kiitos,";
-$a->strings["%s Administrator"] = "%s Ylläpitäjä";
-$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Ylläpitäjä";
-$a->strings["noreply"] = "eivast";
-$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] Uusi viesti, katso %s";
-$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s lähetti sinulle uuden yksityisviestin kohteessa %2\$s.";
-$a->strings["a private message"] = "yksityisviesti";
-$a->strings["%1\$s sent you %2\$s."] = "%1\$s lähetti sinulle %2\$s.";
-$a->strings["Please visit %s to view and/or reply to your private messages."] = "Katso yksityisviestisi kohteessa %s.";
-$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "";
-$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "";
-$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "";
-$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] %2\$s kommentoi keskustelussa #%1\$d";
-$a->strings["%s commented on an item/conversation you have been following."] = "%s kommentoi kohteessa/keskustelussa jota seuraat.";
-$a->strings["Please visit %s to view and/or reply to the conversation."] = "";
-$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s kirjoitti profiiliseinällesi";
-$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s kirjoitti seinällesi kohteessa %2\$s";
-$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s kirjoitti [url=%2\$s]seinällesi[/url]";
-$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s merkitsi sinut";
-$a->strings["%1\$s tagged you at %2\$s"] = "";
-$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]merkitsi sinut[/url].";
-$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s jakoi uuden julkaisun";
-$a->strings["%1\$s shared a new post at %2\$s"] = "";
-$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "";
-$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s tökkäsi sinua.";
-$a->strings["%1\$s poked you at %2\$s"] = "%1\$s tökkäsi sinua kohteessa %2\$s";
-$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]tökkasi sinua[/url].";
-$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s merkitsi julkaisusi";
-$a->strings["%1\$s tagged your post at %2\$s"] = "";
-$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s merkitsi [url=%2\$s]julkaisusi[/url]";
-$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Esittely vastaanotettu";
-$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "";
-$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "";
-$a->strings["You may visit their profile at %s"] = "Voit vierailla hänen profiilissaan kohteessa %s";
-$a->strings["Please visit %s to approve or reject the introduction."] = "Hyväksy tai hylkää esittely %s-sivustossa";
-$a->strings["[Friendica:Notify] A new person is sharing with you"] = "";
-$a->strings["%1\$s is sharing with you at %2\$s"] = "";
-$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notify] Sinulla on uusi seuraaja";
-$a->strings["You have a new follower at %2\$s : %1\$s"] = "Sinulla on uusi seuraaja sivustolla %2\$s : %1\$s";
-$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Kaveripyyntö vastaanotettu";
-$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Sait kaverikutsun henkilöltä '%1\$s' (%2\$s)";
-$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "";
-$a->strings["Name:"] = "Nimi:";
-$a->strings["Photo:"] = "Kuva:";
-$a->strings["Please visit %s to approve or reject the suggestion."] = "Hyväksy tai hylkää ehdotus %s-sivustossa";
-$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notify] Yhteys hyväksytty";
-$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "";
-$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "";
-$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Olette nyt yhteiset ystävät ja voitte lähettää toisillenne tilapäivityksiä, kuvia ja sähköposteja ilman rajoituksia.";
-$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "";
-$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "";
-$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' voi halutessaan laajentaa suhteenne kahdenväliseksi.";
-$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "";
-$a->strings["[Friendica System:Notify] registration request"] = "[Friendica System:Notify] rekisteröitymispyyntö";
-$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "";
-$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "";
-$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "";
-$a->strings["Please visit %s to approve or reject the request."] = "Hyväksy tai hylkää pyyntö %s-sivustossa.";
-$a->strings["Item not found."] = "Kohdetta ei löytynyt.";
-$a->strings["Do you really want to delete this item?"] = "Haluatko varmasti poistaa tämän kohteen?";
-$a->strings["Yes"] = "Kyllä";
-$a->strings["Cancel"] = "Peru";
-$a->strings["Permission denied."] = "Käyttöoikeus evätty.";
-$a->strings["Archives"] = "Arkisto";
-$a->strings["show more"] = "näytä lisää";
 $a->strings["event"] = "tapahtuma";
 $a->strings["status"] = "tila";
 $a->strings["photo"] = "kuva";
@@ -111,8 +47,8 @@ $a->strings["Select"] = "Valitse";
 $a->strings["Delete"] = "Poista";
 $a->strings["View %s's profile @ %s"] = "Katso %s-henkilön profiilia @ %s";
 $a->strings["Categories:"] = "Luokat:";
-$a->strings["Filed under:"] = "";
-$a->strings["%s from %s"] = "";
+$a->strings["Filed under:"] = "Arkistoitu kansioon:";
+$a->strings["%s from %s"] = "%s sovelluksesta %s";
 $a->strings["View in context"] = "Näytä kontekstissa";
 $a->strings["Please wait"] = "Odota";
 $a->strings["remove"] = "poista";
@@ -195,6 +131,70 @@ $a->strings["Undecided"] = [
        0 => "En ole varma",
        1 => "En ole varma",
 ];
+$a->strings["Cannot locate DNS info for database server '%s'"] = "'%s' tietokantapalvelimen DNS-tieto ei löydy";
+$a->strings["Friendica Notification"] = "Friendica-huomautus";
+$a->strings["Thank You,"] = "Kiitos,";
+$a->strings["%s Administrator"] = "%s Ylläpitäjä";
+$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Ylläpitäjä";
+$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] Uusi viesti, katso %s";
+$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s lähetti sinulle uuden yksityisviestin kohteessa %2\$s.";
+$a->strings["a private message"] = "yksityisviesti";
+$a->strings["%1\$s sent you %2\$s."] = "%1\$s lähetti sinulle %2\$s.";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "Katso yksityisviestisi kohteessa %s.";
+$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "";
+$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "";
+$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "";
+$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] %2\$s kommentoi keskustelussa #%1\$d";
+$a->strings["%s commented on an item/conversation you have been following."] = "%s kommentoi kohteessa/keskustelussa jota seuraat.";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = "";
+$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s kirjoitti profiiliseinällesi";
+$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s kirjoitti seinällesi kohteessa %2\$s";
+$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s kirjoitti [url=%2\$s]seinällesi[/url]";
+$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s merkitsi sinut";
+$a->strings["%1\$s tagged you at %2\$s"] = "";
+$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]merkitsi sinut[/url].";
+$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s jakoi uuden julkaisun";
+$a->strings["%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]jakoi julkaisun[/url].";
+$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s tökkäsi sinua.";
+$a->strings["%1\$s poked you at %2\$s"] = "%1\$s tökkäsi sinua kohteessa %2\$s";
+$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]tökkasi sinua[/url].";
+$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s merkitsi julkaisusi";
+$a->strings["%1\$s tagged your post at %2\$s"] = "";
+$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s merkitsi [url=%2\$s]julkaisusi[/url]";
+$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Esittely vastaanotettu";
+$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "";
+$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "";
+$a->strings["You may visit their profile at %s"] = "Voit vierailla hänen profiilissaan kohteessa %s";
+$a->strings["Please visit %s to approve or reject the introduction."] = "Hyväksy tai hylkää esittely %s-sivustossa";
+$a->strings["[Friendica:Notify] A new person is sharing with you"] = "";
+$a->strings["%1\$s is sharing with you at %2\$s"] = "";
+$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notify] Sinulla on uusi seuraaja";
+$a->strings["You have a new follower at %2\$s : %1\$s"] = "Sinulla on uusi seuraaja sivustolla %2\$s : %1\$s";
+$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Kaveripyyntö vastaanotettu";
+$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Sait kaverikutsun henkilöltä '%1\$s' (%2\$s)";
+$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "";
+$a->strings["Name:"] = "Nimi:";
+$a->strings["Photo:"] = "Kuva:";
+$a->strings["Please visit %s to approve or reject the suggestion."] = "Hyväksy tai hylkää ehdotus %s-sivustossa";
+$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notify] Yhteys hyväksytty";
+$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' on hyväksynyt kaverikutsusi kohteessa %2\$s";
+$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s hyväksyi [url=%1\$s]kaverikutsusi[/url].";
+$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Olette nyt yhteiset ystävät ja voitte lähettää toisillenne tilapäivityksiä, kuvia ja sähköposteja ilman rajoituksia.";
+$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Käy osoitteessa %s muokkaamaan tätä kaverisuhdetta.";
+$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "";
+$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' voi halutessaan laajentaa suhteenne kahdenväliseksi.";
+$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "Käy osoitteessa %s muokkaamaan tätä kaverisuhdetta.";
+$a->strings["[Friendica System Notify]"] = "[Friendica Järjestelmäilmoitus]";
+$a->strings["registration request"] = "rekisteröintipyyntö";
+$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Olet vastaanottanut rekisteröintipyynnön henkilöltä '%1\$s' kohteessa %2\$s";
+$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Olet vastaanottanut [url=%1\$s]rekisteröintipyynnön[/url] henkilöltä %2\$s.";
+$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "";
+$a->strings["Please visit %s to approve or reject the request."] = "Hyväksy tai hylkää pyyntö %s-sivustossa.";
+$a->strings["Welcome "] = "Tervetuloa";
+$a->strings["Please upload a profile photo."] = "Lataa profiilikuva.";
+$a->strings["Welcome back "] = "Tervetuloa takaisin";
+$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "";
 $a->strings["newer"] = "uudempi";
 $a->strings["older"] = "vanhempi";
 $a->strings["first"] = "ensimmäinen";
@@ -278,7 +278,7 @@ $a->strings["comment"] = [
        1 => "kommentoi",
 ];
 $a->strings["post"] = "julkaisu";
-$a->strings["Item filed"] = "";
+$a->strings["Item filed"] = "Kohde arkistoitu";
 $a->strings["No friends to display."] = "Ei näytettäviä kavereita.";
 $a->strings["Connect"] = "Yhdistä";
 $a->strings["Authorize application connection"] = "Vahvista sovellusyhteys";
@@ -372,11 +372,12 @@ $a->strings["Not Extended"] = "Ei laajennettu";
 $a->strings["Resubscribing to OStatus contacts"] = "";
 $a->strings["Error"] = "Virhe";
 $a->strings["Done"] = "Valmis";
-$a->strings["Keep this window open until done."] = "";
+$a->strings["Keep this window open until done."] = "Pidä tämä ikkuna auki kunnes kaikki tehtävät on suoritettu.";
 $a->strings["Do you really want to delete this suggestion?"] = "Haluatko varmasti poistaa ehdotuksen?";
 $a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Ehdotuksia ei löydy. Jos tämä on uusi sivusto, kokeile uudelleen vuorokauden kuluttua.";
 $a->strings["Ignore/Hide"] = "Jätä huomiotta/piilota";
 $a->strings["Friend Suggestions"] = "Ystäväehdotukset";
+$a->strings["[Embedded content - reload page to view]"] = "[Upotettu sisältö - näet sen päivittämällä sivun]";
 $a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Sivuston päivittäinen rekisteröintiraja ylitetty. Yritä uudelleen huomenna.";
 $a->strings["Import"] = "Tuo";
 $a->strings["Move account"] = "Siirrä tili";
@@ -385,9 +386,8 @@ $a->strings["You need to export your account from the old server and upload it h
 $a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "Tämä on kokeellinen ominaisuus. Emme voi tuoda kontakteja OStatus-verkolta (GNU social/Statusnet) tai Diasporalta.";
 $a->strings["Account file"] = "Tilitiedosto";
 $a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "";
-$a->strings["[Embedded content - reload page to view]"] = "[Upotettu sisältö - näet sen päivittämällä sivun]";
 $a->strings["%1\$s welcomes %2\$s"] = "%1\$s toivottaa tervetulleeksi ystävän %2\$s";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "Avainsanat puuttuu. Lisää avainsanoja oletusprofiiliisi.";
 $a->strings["is interested in:"] = "on kiinnostunut seuraavista aiheista:";
 $a->strings["Profile Match"] = "Vastaavien profiilien haku";
 $a->strings["No matches"] = "Ei täsmääviä profiileja";
@@ -432,11 +432,11 @@ $a->strings["Account not found and OpenID registration is not permitted on this
 $a->strings["Login failed."] = "Kirjautuminen epäonnistui";
 $a->strings["Profile not found."] = "Profiilia ei löytynyt.";
 $a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "";
-$a->strings["Response from remote site was not understood."] = "";
-$a->strings["Unexpected response from remote site: "] = "";
+$a->strings["Response from remote site was not understood."] = "Etäsivuston vastaus oli epäselvä.";
+$a->strings["Unexpected response from remote site: "] = "Odottamaton vastaus etäsivustolta:";
 $a->strings["Confirmation completed successfully."] = "Vahvistus onnistui.";
 $a->strings["Temporary failure. Please wait and try again."] = "Tilapäinen vika. Yritä myöhemmin uudelleen.";
-$a->strings["Introduction failed or was revoked."] = "";
+$a->strings["Introduction failed or was revoked."] = "Kaverikutsu epäonnistui tai oli peruutettu.";
 $a->strings["Remote site reported: "] = "";
 $a->strings["Unable to set contact photo."] = "Kontaktin kuvaa ei voitu asettaa";
 $a->strings["No user record found for '%s' "] = "";
@@ -449,37 +449,14 @@ $a->strings["Unable to set your contact credentials on our system."] = "";
 $a->strings["Unable to update your contact profile details on our system"] = "";
 $a->strings["[Name Withheld]"] = "[Nimi jätetty pois]";
 $a->strings["%1\$s has joined %2\$s"] = "%1\$s on liittynyt kohteeseen %2\$s";
-$a->strings["Total invitation limit exceeded."] = "Kutsuraja ylitetty.";
-$a->strings["%s : Not a valid email address."] = "%s : Virheellinen sähköpostiosoite.";
-$a->strings["Please join us on Friendica"] = "Tervetuloa Friendicaan";
-$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Kutsuraja ylitetty. Ota yhteyttä ylläpitäjään.";
-$a->strings["%s : Message delivery failed."] = "%s : Viestin toimitus epäonnistui.";
-$a->strings["%d message sent."] = [
-       0 => "%d viesti lähetetty.",
-       1 => "%d viestiä lähetetty.",
-];
-$a->strings["You have no more invitations available"] = "Sinulla ei ole kutsuja jäljellä";
-$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "";
-$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "";
-$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "";
-$a->strings["To accept this invitation, please visit and register at %s."] = "";
-$a->strings["Send invitations"] = "Lähetä kutsut";
-$a->strings["Enter email addresses, one per line:"] = "Syötä sähköpostiosoitteet, yksi riviä kohden:";
-$a->strings["Your message:"] = "Viestisi:";
-$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "";
-$a->strings["Once you have registered, please connect with me via my profile page at:"] = "";
-$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "";
+$a->strings["Manage Identities and/or Pages"] = "Hallitse identiteetit ja/tai sivut";
+$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "";
+$a->strings["Select an identity to manage: "] = "Valitse identiteetti hallitavaksi:";
 $a->strings["Invalid request."] = "Virheellinen pyyntö.";
 $a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "";
 $a->strings["Or - did you try to upload an empty file?"] = "Yrititkö ladata tyhjän tiedoston?";
 $a->strings["File exceeds size limit of %s"] = "Tiedosto ylittää kokorajoituksen %s";
 $a->strings["File upload failed."] = "Tiedoston lähettäminen epäonnistui.";
-$a->strings["Manage Identities and/or Pages"] = "Hallitse identiteetit ja/tai sivut";
-$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "";
-$a->strings["Select an identity to manage: "] = "Valitse identiteetti hallitavaksi:";
 $a->strings["This introduction has already been accepted."] = "Tämä esittely on jo hyväksytty.";
 $a->strings["Profile location is not valid or does not contain profile information."] = "Profiilin sijainti on viallinen tai se ei sisällä profiilitietoja.";
 $a->strings["Warning: profile location has no identifiable owner name."] = "Varoitus: profiilin sijainnissa ei ole tunnistettavaa omistajan nimeä.";
@@ -523,6 +500,7 @@ $a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla
 $a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = " - älä käytä tätä lomaketta. Kirjoita sen sijaan %s Diaspora-hakupalkkiisi.";
 $a->strings["Your Identity Address:"] = "Identiteettisi osoite:";
 $a->strings["Submit Request"] = "Lähetä pyyntö";
+$a->strings["- select -"] = "- valitse -";
 $a->strings["l F d, Y \\@ g:i A"] = "";
 $a->strings["Time Conversion"] = "Aikamuunnos";
 $a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "";
@@ -530,21 +508,49 @@ $a->strings["UTC time: %s"] = "UTC-aika: %s";
 $a->strings["Current timezone: %s"] = "Aikavyöhyke: %s";
 $a->strings["Converted localtime: %s"] = "Muunnettu paikallisaika: %s";
 $a->strings["Please select your timezone:"] = "Valitse aikavyöhykkeesi:";
+$a->strings["No more system notifications."] = "Ei enää järjestelmäilmoituksia.";
+$a->strings["{0} wants to be your friend"] = "{0} lähetti kaveripyynnön";
+$a->strings["{0} sent you a message"] = "{0} lähetti sinulle viestin";
+$a->strings["{0} requested registration"] = "{0} jätti rekisteröintipyynnön";
+$a->strings["Poke/Prod"] = "Tökkää";
+$a->strings["poke, prod or do other things to somebody"] = "";
+$a->strings["Recipient"] = "Vastaanottaja";
+$a->strings["Choose what you wish to do to recipient"] = "Valitse mitä haluat tehdä vastaanottajalle";
+$a->strings["Make this post private"] = "Muuta julkaisu yksityiseksi";
 $a->strings["Only logged in users are permitted to perform a probing."] = "";
 $a->strings["Permission denied"] = "Käyttöoikeus evätty";
 $a->strings["Invalid profile identifier."] = "Virheellinen profiilitunniste.";
-$a->strings["Profile Visibility Editor"] = "";
+$a->strings["Profile Visibility Editor"] = "Profiilin näkyvyyden muokkaaminen";
 $a->strings["Click on a contact to add or remove."] = "Valitse kontakti, jota haluat poistaa tai lisätä.";
 $a->strings["Visible To"] = "Näkyvyys";
 $a->strings["All Contacts (with secure profile access)"] = "";
 $a->strings["Account approved."] = "Tili hyväksytty.";
 $a->strings["Registration revoked for %s"] = "";
 $a->strings["Please login."] = "Ole hyvä ja kirjaudu.";
-$a->strings["Remove My Account"] = "Poista tilini";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Tämä poistaa käyttäjätilisi pysyvästi. Poistoa ei voi perua myöhemmin.";
-$a->strings["Please enter your password for verification:"] = "";
+$a->strings["Remove term"] = "Poista kohde";
+$a->strings["Saved Searches"] = "Tallennetut haut";
+$a->strings["Only logged in users are permitted to perform a search."] = "";
+$a->strings["Too Many Requests"] = "Liian monta pyyntöä";
+$a->strings["Only one search per minute is permitted for not logged in users."] = "";
+$a->strings["No results."] = "Ei tuloksia.";
+$a->strings["Items tagged with: %s"] = "Kohteet joilla tunnisteet: %s";
+$a->strings["Results for: %s"] = "Tulokset haulla: %s";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "";
+$a->strings["Tag removed"] = "Tägi poistettiin";
+$a->strings["Remove Item Tag"] = "Poista tägi";
+$a->strings["Select a tag to remove: "] = "Valitse tägi poistamista varten:";
+$a->strings["Remove"] = "Poista";
+$a->strings["Export account"] = "Vie tili";
+$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."] = "Vie tilin tiedot ja yhteystiedot. Käytä tätä tilisi varmuuskopiointiin ja/tai siirtämiseen toiselle palvelimelle.";
+$a->strings["Export all"] = "Vie kaikki";
+$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)"] = "Vie tilin tiedot, yhteystiedot ja kaikki nimikkeesi json-muodossa. Saattaa luoda hyvin suuren tiedoston ja kestää todella pitkään. Tämän avulla voit ottaa täydellisen varmuuskopion tilistäsi (valokuvia ei viedä)";
+$a->strings["Export personal data"] = "Vie henkilökohtaiset tiedot";
 $a->strings["No contacts."] = "Ei kontakteja.";
 $a->strings["Access denied."] = "Käyttö estetty.";
+$a->strings["Image exceeds size limit of %s"] = "Kuva ylittää kokorajoituksen %s";
+$a->strings["Unable to process image."] = "Kuvan käsitteleminen epäonnistui.";
+$a->strings["Wall Photos"] = "Seinäkuvat";
+$a->strings["Image upload failed."] = "Kuvan lähettäminen epäonnistui.";
 $a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "%s-käyttäjän päivittäinen seinäviestiraja ylitetty. Viestin lähettäminen epäonnistui.";
 $a->strings["No recipient selected."] = "Vastaanottaja puuttuu.";
 $a->strings["Unable to check your home location."] = "Kotisijaintisi ei voitu tarkistaa.";
@@ -556,38 +562,7 @@ $a->strings["Send Private Message"] = "Lähetä yksityisviesti";
 $a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "";
 $a->strings["To:"] = "Vastaanottaja:";
 $a->strings["Subject:"] = "Aihe:";
-$a->strings["Export account"] = "Vie tili";
-$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."] = "Vie tilin tiedot ja yhteystiedot. Käytä tätä tilisi varmuuskopiointiin ja/tai siirtämiseen toiselle palvelimelle.";
-$a->strings["Export all"] = "Vie kaikki";
-$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)"] = "Vie tilin tiedot, yhteystiedot ja kaikki nimikkeesi json-muodossa. Saattaa luoda hyvin suuren tiedoston ja kestää todella pitkään. Tämän avulla voit ottaa täydellisen varmuuskopion tilistäsi (valokuvia ei viedä)";
-$a->strings["Export personal data"] = "Vie henkilökohtaiset tiedot";
-$a->strings["- select -"] = "- valitse -";
-$a->strings["No more system notifications."] = "Ei enää järjestelmäilmoituksia.";
-$a->strings["{0} wants to be your friend"] = "{0} lähetti kaveripyynnön";
-$a->strings["{0} sent you a message"] = "{0} lähetti sinulle viestin";
-$a->strings["{0} requested registration"] = "";
-$a->strings["Poke/Prod"] = "Tökkää";
-$a->strings["poke, prod or do other things to somebody"] = "";
-$a->strings["Recipient"] = "Vastaanottaja";
-$a->strings["Choose what you wish to do to recipient"] = "";
-$a->strings["Make this post private"] = "Muuta julkaisu yksityiseksi";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "";
-$a->strings["Tag removed"] = "Tägi poistettiin";
-$a->strings["Remove Item Tag"] = "Poista tägi";
-$a->strings["Select a tag to remove: "] = "Valitse tägi poistamista varten:";
-$a->strings["Remove"] = "Poista";
-$a->strings["Image exceeds size limit of %s"] = "Kuva ylittää kokorajoituksen %s";
-$a->strings["Unable to process image."] = "Kuvan käsitteleminen epäonnistui.";
-$a->strings["Wall Photos"] = "Seinäkuvat";
-$a->strings["Image upload failed."] = "Kuvan lähettäminen epäonnistui.";
-$a->strings["Remove term"] = "Poista kohde";
-$a->strings["Saved Searches"] = "Tallennetut haut";
-$a->strings["Only logged in users are permitted to perform a search."] = "";
-$a->strings["Too Many Requests"] = "Liian monta pyyntöä";
-$a->strings["Only one search per minute is permitted for not logged in users."] = "";
-$a->strings["No results."] = "Ei tuloksia.";
-$a->strings["Items tagged with: %s"] = "Kohteet joilla tunnisteet: %s";
-$a->strings["Results for: %s"] = "Tulokset haulla: %s";
+$a->strings["Your message:"] = "Viestisi:";
 $a->strings["Login"] = "Kirjaudu sisään";
 $a->strings["The post was created"] = "Julkaisu luotu";
 $a->strings["Community option not available."] = "Yhteisö vaihtoehto ei saatavilla.";
@@ -601,8 +576,6 @@ $a->strings["Item not found"] = "Kohdetta ei löytynyt";
 $a->strings["Edit post"] = "Muokkaa viestiä";
 $a->strings["CC: email addresses"] = "Kopio: sähköpostiosoitteet";
 $a->strings["Example: bob@example.com, mary@example.com"] = "Esimerkki: bob@example.com, mary@example.com";
-$a->strings["You must be logged in to use this module"] = "Sinun pitää kirjautua sisään, jotta voit käyttää tätä moduulia";
-$a->strings["Source URL"] = "Lähde URL";
 $a->strings["Friend suggestion sent."] = "Ystäväehdotus lähetettiin.";
 $a->strings["Suggest Friends"] = "Ehdota ystäviä";
 $a->strings["Suggest a friend for %s"] = "Ehdota ystävää ystävälle %s";
@@ -623,12 +596,6 @@ $a->strings["All Contacts"] = "Kaikki yhteystiedot";
 $a->strings["Group is empty"] = "Ryhmä on tyhjä";
 $a->strings["Remove Contact"] = "Poista kontakti";
 $a->strings["Add Contact"] = "Lisää kontakti";
-$a->strings["Unable to locate original post."] = "Alkuperäinen julkaisu ei löydy.";
-$a->strings["Empty post discarded."] = "Tyhjä julkaisu hylätty.";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "";
-$a->strings["You may visit them online at %s"] = "";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "";
-$a->strings["%s posted an update."] = "%s julkaisi päivityksen.";
 $a->strings["New Message"] = "Uusi viesti";
 $a->strings["Unable to locate contact information."] = "Kontaktin tiedot ei löydy.";
 $a->strings["Messages"] = "Viestit";
@@ -649,30 +616,7 @@ $a->strings["%d message"] = [
        0 => "%d viesti",
        1 => "%d viestiä",
 ];
-$a->strings["add"] = "lisää";
-$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
-       0 => "",
-       1 => "",
-];
-$a->strings["Messages in this group won't be send to these receivers."] = "";
-$a->strings["No such group"] = "Ryhmä ei ole olemassa";
-$a->strings["Group: %s"] = "Ryhmä: %s";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "";
-$a->strings["Invalid contact."] = "Virheellinen kontakti.";
-$a->strings["Commented Order"] = "Järjestä viimeisimpien kommenttien mukaan";
-$a->strings["Sort by Comment Date"] = "Kommentit päivämäärän mukaan";
-$a->strings["Posted Order"] = "Järjestä julkaisupäivämäärän mukaan";
-$a->strings["Sort by Post Date"] = "Julkaisut päivämäärän mukaan";
-$a->strings["Personal"] = "Henkilökohtainen";
-$a->strings["Posts that mention or involve you"] = "Julkaisut jotka liittyvät sinuun";
-$a->strings["New"] = "Uusi";
-$a->strings["Activity Stream - by date"] = "";
-$a->strings["Shared Links"] = "Jaetut linkit";
-$a->strings["Interesting Links"] = "Kiinnostavat linkit";
-$a->strings["Starred"] = "Tähtimerkitty";
-$a->strings["Favourite Posts"] = "Lempijulkaisut";
 $a->strings["Personal Notes"] = "Henkilökohtaiset tiedot";
-$a->strings["Post successful."] = "Viestin lähetys onnistui.";
 $a->strings["Photo Albums"] = "Valokuva-albumit";
 $a->strings["Recent Photos"] = "Viimeaikaisia kuvia";
 $a->strings["Upload New Photos"] = "Lähetä uusia kuvia";
@@ -735,115 +679,10 @@ $a->strings["Delete Video"] = "Poista video";
 $a->strings["No videos selected"] = "Ei videoita valittuna";
 $a->strings["Recent Videos"] = "Viimeisimmät videot";
 $a->strings["Upload New Videos"] = "Lataa uusia videoita";
-$a->strings["Parent user not found."] = "";
-$a->strings["No parent user"] = "";
-$a->strings["Parent Password:"] = "";
-$a->strings["Please enter the password of the parent account to legitimize your request."] = "";
-$a->strings["Parent User"] = "";
-$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "";
-$a->strings["Save Settings"] = "Tallenna asetukset";
-$a->strings["Delegate Page Management"] = "";
-$a->strings["Delegates"] = "";
-$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "";
-$a->strings["Existing Page Delegates"] = "";
-$a->strings["Potential Delegates"] = "";
-$a->strings["Add"] = "Lisää";
-$a->strings["No entries."] = "";
-$a->strings["People Search - %s"] = "";
-$a->strings["Forum Search - %s"] = "Foorumihaku - %s";
-$a->strings["Friendica Communications Server - Setup"] = "Friendica viestinnän palvelin - asetukset";
-$a->strings["Could not connect to database."] = "Tietokantaan ei saada yhteyttä.";
-$a->strings["Could not create table."] = "Taulun luominen epäonnistui.";
-$a->strings["Your Friendica site database has been installed."] = "Friendica-sivustosi tietokanta on asennettu.";
-$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Sinun on ehkä tuotava tiedosto \"database.sql\" manuaalisesti käyttämällä phpMyAdminia tai MySQL:ää.";
-$a->strings["Please see the file \"INSTALL.txt\"."] = "Lue tiedosto \"INSTALL.txt\".";
-$a->strings["Database already in use."] = "Tietokanta on jo käytössä.";
-$a->strings["System check"] = "Järjestelmän tarkistus";
-$a->strings["Next"] = "Seuraava";
-$a->strings["Check again"] = "Tarkista uudelleen";
-$a->strings["Database connection"] = "Tietokantayhteys";
-$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Jotta voit asentaa Friendican, tarvitaan tieto siitä, miten tietokantaasi saa yhteyden.";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Ota yhteyttä web-palveluntarjoajaasi tai sivuston ylläpitäjään, jos sinulla on näihin asetuksiin liittyviä kysymyksiä.";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Alla määritetyn tietokannan tulisi olla jo olemassa. Jos se ei ole, luo se ennen kuin jatkat.";
-$a->strings["Database Server Name"] = "Tietokannan palvelimen nimi";
-$a->strings["Database Login Name"] = "Tietokannan käyttäjän nimi";
-$a->strings["Database Login Password"] = "Tietokannan käyttäjän salasana";
-$a->strings["For security reasons the password must not be empty"] = "Turvallisuussyistä salasanakenttä ei saa olla tyhjä";
-$a->strings["Database Name"] = "Tietokannan nimi";
-$a->strings["Site administrator email address"] = "Sivuston ylläpitäjän sähköpostiosoite";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "Tilisi sähköpostiosoitteen on vastattava tätä, jotta voit käyttää ylläpitokäyttöliittymää.";
-$a->strings["Please select a default timezone for your website"] = "Valitse oletusaikavyöhyke sivustollesi";
-$a->strings["Site settings"] = "Sivuston asetukset";
-$a->strings["System Language:"] = "Järjestelmän kieli:";
-$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Valitse Friendica-sivustosi oletuskieli.";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Komentoriviversiota PHP:stä ei löytynyt web-palvelimen PATH:ista.";
-$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Setup the worker'</a>"] = "";
-$a->strings["PHP executable path"] = "Polku PHP-ohjelmaan";
-$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Kirjoita koko polku PHP-ohjelmaan. Voit jättää sen tyhjäksi, jos haluat jatkaa asennusta.";
-$a->strings["Command line PHP"] = "Komentorivi-PHP";
-$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "";
-$a->strings["Found PHP version: "] = "PHP-versio löydetty:";
-$a->strings["PHP cli binary"] = "PHP cli -binääritiedosto";
-$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Järjestelmäsi komentorivi-PHP:ssä ei ole käytössä asetusta \"register_argc_argv\".";
-$a->strings["This is required for message delivery to work."] = "Asetus vaaditaan viestien lähettämiseen.";
-$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"] = "Virhe: järjestelmäsi \"openssl_pkey_new\" -funktio ei pysty generoimaan salausavaimia.";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Jos on kyse Windows-pavelimesta, katso \"http://www.php.net/manual/en/openssl.installation.php\".";
-$a->strings["Generate encryption keys"] = "Luo salausavaimet";
-$a->strings["libCurl PHP module"] = "PHP-moduuli libCurl";
-$a->strings["GD graphics PHP module"] = "PHP-moduuli GD graphics";
-$a->strings["OpenSSL PHP module"] = "PHP-moduuli OpenSSL";
-$a->strings["PDO or MySQLi PHP module"] = "PDO tai MySQLi PHP-moduuli";
-$a->strings["mb_string PHP module"] = "PHP-moduuli mb_string";
-$a->strings["XML PHP module"] = "XML PHP-moduuli";
-$a->strings["iconv PHP module"] = "iconv PHP-moduuli";
-$a->strings["POSIX PHP module"] = "POSIX PHP-moduuli";
-$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite -moduuli";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Virhe: Apache-palvelimen mod-rewrite -moduuli vaaditaan, mutta sitä ei ole asennettu.";
-$a->strings["Error: libCURL PHP module required but not installed."] = "Virhe: libCURL PHP -moduuli vaaditaan, mutta sitä ei ole asennettu.";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Virhe: GD graphics PHP -moduuli JPEG-tuella vaaditaan, mutta sitä ei ole asennettu.";
-$a->strings["Error: openssl PHP module required but not installed."] = "Virhe: openssl PHP -moduuli vaaditaan, mutta sitä ei ole asennettu.";
-$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Virhe: PDO tai MySQLi PHP-moduuli vaaditaan, mutta sitä ei ole asennettu.";
-$a->strings["Error: The MySQL driver for PDO is not installed."] = "Virhe: PDO:n MySQL-ajuri ei ole asennettu";
-$a->strings["Error: mb_string PHP module required but not installed."] = "Virhe: PHP-moduuli mb_string vaaditaan, mutta sitä ei ole asennettu.";
-$a->strings["Error: iconv PHP module required but not installed."] = "Virhe: iconv PHP-moduuli vaaditaan, mutta sitä ei ole asennettu.";
-$a->strings["Error: POSIX PHP module required but not installed."] = "Virhe: POSIX PHP-moduuli vaadittaan, mutta sitä ei ole asennettu.";
-$a->strings["Error, XML PHP module required but not installed."] = "Virhe: XML PHP-moduuli vaaditaan, mutta sitä ei ole asennettu.";
-$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Web-asennuksen pitäisi pystyä luomaan tiedosto nimeltä \".htconfig.php\" palvelimesi ylimpään kansioon, mutta se ei nyt onnistu.";
-$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."] = "Tämä on yleensä käyttöoikeusasetus, jolloin web-palvelimesi ei pysty kirjoittamaan tiedostoja kansioosi, vaikka itse siihen pystyisit.";
-$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Tämän menettelyn lopussa annamme sinulle tekstin tallennettavaksi tiedostoon nimeltä .htconfig.php Friendican ylätason kansiossa.";
-$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "";
-$a->strings[".htconfig.php is writable"] = ".htconfig.php on kirjoitettava";
-$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "";
-$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "";
-$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "";
-$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "";
-$a->strings["view/smarty3 is writable"] = "view/smarty3 on kirjoitettava";
-$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "URL-osoitteen uudelleenkirjoitus .htaccess-tiedostossa ei toimi. Tarkista palvelimen asetukset.";
-$a->strings["Url rewrite is working"] = "URL-osoitteen uudellenkirjoitus toimii";
-$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP-laajennus ei ole asetettu";
-$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP-laajennus on asetettu";
-$a->strings["ImageMagick supports GIF"] = "ImageMagik tukee GIF-formaattia";
-$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."] = "Tietokannan asetustiedostoa \".htconfig.php\" ei pystytty kirjoittamaan. Käytä mukaanliitettyä tekstiä luomaan asetustiedosto web-palvelimesi juureen.";
-$a->strings["<h1>What next</h1>"] = "<h1>Mitä seuraavaksi</h1>";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "TÄRKEÄÄ: Sinun pitää asettaa [manuaalisesti] ajastettu tehtävä Workerille.";
-$a->strings["Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "";
-$a->strings["Subscribing to OStatus contacts"] = "";
-$a->strings["No contact provided."] = "Kontakti puuttuu.";
-$a->strings["Couldn't fetch information for contact."] = "Kontaktin tietoja ei voitu hakea.";
-$a->strings["Couldn't fetch friends for contact."] = "";
-$a->strings["success"] = "onnistui";
-$a->strings["failed"] = "epäonnistui";
-$a->strings["ignored"] = "ohitettu";
-$a->strings["Contact wasn't found or can't be unfollowed."] = "";
-$a->strings["Contact unfollowed"] = "Kontaktia ei enää seurata";
-$a->strings["You aren't a friend of this contact."] = "Et ole kontaktin kaveri.";
-$a->strings["Unfollowing is currently not supported by your network."] = "";
-$a->strings["Disconnect/Unfollow"] = "Katkaise / Lopeta seuraaminen";
-$a->strings["Status Messages and Posts"] = "Statusviestit ja postaukset";
 $a->strings["Events"] = "Tapahtumat";
 $a->strings["View"] = "Katso";
 $a->strings["Previous"] = "Edellinen";
+$a->strings["Next"] = "Seuraava";
 $a->strings["today"] = "tänään";
 $a->strings["month"] = "kuukausi";
 $a->strings["week"] = "viikko";
@@ -851,154 +690,8 @@ $a->strings["day"] = "päivä";
 $a->strings["list"] = "luettelo";
 $a->strings["User not found"] = "Käyttäjää ei löydy";
 $a->strings["This calendar format is not supported"] = "Tätä kalenteriformaattia ei tueta";
-$a->strings["No exportable data found"] = "";
+$a->strings["No exportable data found"] = "Vientikelpoista dataa ei löytynyt";
 $a->strings["calendar"] = "kalenteri";
-$a->strings["Event can not end before it has started."] = "";
-$a->strings["Event title and start time are required."] = "Tapahtuman nimi ja alkamisaika vaaditaan.";
-$a->strings["Create New Event"] = "Luo uusi tapahtuma";
-$a->strings["Event details"] = "Tapahtuman tiedot";
-$a->strings["Starting date and Title are required."] = "Aloituspvm ja otsikko vaaditaan.";
-$a->strings["Event Starts:"] = "Tapahtuma alkaa:";
-$a->strings["Required"] = "Vaaditaan";
-$a->strings["Finish date/time is not known or not relevant"] = "Päättymispvm ja kellonaika ei ole tiedossa tai niillä ei ole merkitystä";
-$a->strings["Event Finishes:"] = "Tapahtuma päättyy:";
-$a->strings["Adjust for viewer timezone"] = "Ota huomioon katsojan aikavyöhyke";
-$a->strings["Description:"] = "Kuvaus:";
-$a->strings["Title:"] = "Otsikko:";
-$a->strings["Share this event"] = "Jaa tämä tapahtuma";
-$a->strings["Basic"] = "";
-$a->strings["Advanced"] = "";
-$a->strings["Failed to remove event"] = "Tapahtuman poisto epäonnistui";
-$a->strings["Event removed"] = "Tapahtuma poistettu";
-$a->strings["Image uploaded but image cropping failed."] = "Kuva ladattu mutta kuvan rajaus epäonnistui.";
-$a->strings["Image size reduction [%s] failed."] = "Kuvan pienentäminen [%s] epäonnistui.";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "";
-$a->strings["Unable to process image"] = "Kuvan käsitteleminen epäonnistui";
-$a->strings["Upload File:"] = "Lähetä tiedosto:";
-$a->strings["Select a profile:"] = "Valitse profiili:";
-$a->strings["or"] = "tai";
-$a->strings["skip this step"] = "ohita tämä vaihe";
-$a->strings["select a photo from your photo albums"] = "valitse kuva albumeistasi";
-$a->strings["Crop Image"] = "Rajaa kuva";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "Rajaa kuva sopivasti.";
-$a->strings["Done Editing"] = "Lopeta muokkaus";
-$a->strings["Image uploaded successfully."] = "Kuvan lähettäminen onnistui.";
-$a->strings["Status:"] = "Tila:";
-$a->strings["Homepage:"] = "Kotisivu:";
-$a->strings["Global Directory"] = "Maailmanlaajuinen hakemisto";
-$a->strings["Find on this site"] = "";
-$a->strings["Results for:"] = "";
-$a->strings["Site Directory"] = "Sivuston luettelo";
-$a->strings["Find"] = "Etsi";
-$a->strings["No entries (some entries may be hidden)."] = "";
-$a->strings["Source input"] = "";
-$a->strings["BBCode::convert (raw HTML)"] = "BBCode::convert (raaka HTML)";
-$a->strings["BBCode::convert"] = "BBCode::convert";
-$a->strings["BBCode::convert => HTML::toBBCode"] = "BBCode::convert => HTML::toBBCode";
-$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["Source input \\x28Diaspora format\\x29"] = "";
-$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode";
-$a->strings["Raw HTML input"] = "Raaka HTML-syöte";
-$a->strings["HTML Input"] = "HTML-syöte";
-$a->strings["HTML::toBBCode"] = "HTML::toBBCode";
-$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext";
-$a->strings["Source text"] = "Lähdeteksti";
-$a->strings["BBCode"] = "BBCode";
-$a->strings["Markdown"] = "Markdown";
-$a->strings["HTML"] = "HTML";
-$a->strings["The contact could not be added."] = "Kontaktia ei voitu lisätä.";
-$a->strings["You already added this contact."] = "Olet jo lisännyt tämän kontaktin.";
-$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora -tuki ei ole käytössä. Kontaktia ei voi lisätä.";
-$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus -tuki ei ole käytössä. Kontaktia ei voi lisätä.";
-$a->strings["The network type couldn't be detected. Contact can't be added."] = "";
-$a->strings["Profile deleted."] = "Profiili poistettiin.";
-$a->strings["Profile-"] = "Profiili-";
-$a->strings["New profile created."] = "Uusi profiili luotu.";
-$a->strings["Profile unavailable to clone."] = "Profiili ei saatavilla kloonattavaksi.";
-$a->strings["Profile Name is required."] = "Profiilinimi on pakollinen.";
-$a->strings["Marital Status"] = "Siviilisääty";
-$a->strings["Romantic Partner"] = "Romanttinen kumppani";
-$a->strings["Work/Employment"] = "Työ";
-$a->strings["Religion"] = "Uskonto";
-$a->strings["Political Views"] = "Poliittiset näkemykset";
-$a->strings["Gender"] = "Sukupuoli";
-$a->strings["Sexual Preference"] = "Seksuaalinen suuntautuminen";
-$a->strings["XMPP"] = "XMPP";
-$a->strings["Homepage"] = "Kotisivu";
-$a->strings["Interests"] = "Kiinnostukset";
-$a->strings["Address"] = "Osoite";
-$a->strings["Location"] = "Sijainti";
-$a->strings["Profile updated."] = "Profiili päivitettiin.";
-$a->strings[" and "] = "ja";
-$a->strings["public profile"] = "julkinen profiili";
-$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "";
-$a->strings[" - Visit %1\$s's %2\$s"] = "";
-$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "";
-$a->strings["Hide contacts and friends:"] = "Piilota kontaktit ja kaverit:";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "";
-$a->strings["Show more profile fields:"] = "Näytä lisää profiilikenttiä:";
-$a->strings["Profile Actions"] = "";
-$a->strings["Edit Profile Details"] = "Muokkaa profiilin yksityiskohdat";
-$a->strings["Change Profile Photo"] = "Vaihda profiilikuva";
-$a->strings["View this profile"] = "Näytä profiilia";
-$a->strings["Edit visibility"] = "Muokkaa näkyvyyttä";
-$a->strings["Create a new profile using these settings"] = "Luo uusi profiili näillä asetuksilla";
-$a->strings["Clone this profile"] = "Kloonaa tämä profiili";
-$a->strings["Delete this profile"] = "Poista tämä profiili";
-$a->strings["Basic information"] = "Perustiedot";
-$a->strings["Profile picture"] = "Profiilikuva";
-$a->strings["Preferences"] = "Mieltymykset";
-$a->strings["Status information"] = "Tilatiedot";
-$a->strings["Additional information"] = "Lisätietoja";
-$a->strings["Relation"] = "Suhde";
-$a->strings["Miscellaneous"] = "Sekalaista";
-$a->strings["Your Gender:"] = "Sukupuoli:";
-$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Siviilisääty:";
-$a->strings["Sexual Preference:"] = "Seksuaalinen suuntautuminen:";
-$a->strings["Example: fishing photography software"] = "Esimerkki: kalastus valokuvaus ohjelmistot";
-$a->strings["Profile Name:"] = "Profiilinimi:";
-$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "";
-$a->strings["Your Full Name:"] = "Koko nimi:";
-$a->strings["Title/Description:"] = "Otsikko/kuvaus:";
-$a->strings["Street Address:"] = "Katuosoite:";
-$a->strings["Locality/City:"] = "Kaupunki:";
-$a->strings["Region/State:"] = "Alue/osavaltio:";
-$a->strings["Postal/Zip Code:"] = "Postinumero:";
-$a->strings["Country:"] = "Maa:";
-$a->strings["Age: "] = "Ikä:";
-$a->strings["Who: (if applicable)"] = "Kuka: (tarvittaessa)";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Esimerkkejä: cathy123, Cathy Williams, cathy@example.com";
-$a->strings["Since [date]:"] = "Lähtien [päivämäärä]:";
-$a->strings["Tell us about yourself..."] = "Kerro vähän itsestäsi...";
-$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) osoite:";
-$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "";
-$a->strings["Homepage URL:"] = "Kotisivun URL-osoite:";
-$a->strings["Hometown:"] = "Kotikaupunki:";
-$a->strings["Political Views:"] = "Politiikka:";
-$a->strings["Religious Views:"] = "Uskonto:";
-$a->strings["Public Keywords:"] = "Julkiset avainsanat:";
-$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "";
-$a->strings["Private Keywords:"] = "Yksityiset avainsanat:";
-$a->strings["(Used for searching profiles, never shown to others)"] = "";
-$a->strings["Likes:"] = "Tykkäykset:";
-$a->strings["Dislikes:"] = "Ei tykkää:";
-$a->strings["Musical interests"] = "Musiikki";
-$a->strings["Books, literature"] = "Kirjat, kirjallisuus";
-$a->strings["Television"] = "Televisio";
-$a->strings["Film/dance/culture/entertainment"] = "Elokuvat/tanssi/kulttuuri/viihde";
-$a->strings["Hobbies/Interests"] = "Harrastukset";
-$a->strings["Love/romance"] = "Rakkaus/romanssi";
-$a->strings["Work/employment"] = "Työ:";
-$a->strings["School/education"] = "Koulutus:";
-$a->strings["Contact information and Social Networks"] = "Yhteystiedot ja sosiaalinen media";
-$a->strings["Profile Image"] = "Profiilikuva";
-$a->strings["visible to everybody"] = "näkyvissä kaikille";
-$a->strings["Edit/Manage Profiles"] = "Muokkaa/hallitse profiilit";
-$a->strings["Change profile photo"] = "Vaihda profiilikuva";
-$a->strings["Create New Profile"] = "Luo uusi profiili";
 $a->strings["%d contact edited."] = [
        0 => "%d kontakti muokattu",
        1 => "%d kontakteja muokattu",
@@ -1031,6 +724,7 @@ $a->strings["Disabled"] = "Pois käytöstä";
 $a->strings["Fetch information"] = "Nouda tiedot";
 $a->strings["Fetch keywords"] = "Nouda avainsanat";
 $a->strings["Fetch information and keywords"] = "Nouda tiedot ja avainsanat";
+$a->strings["Disconnect/Unfollow"] = "Katkaise / Lopeta seuraaminen";
 $a->strings["Contact"] = "Kontakti";
 $a->strings["Profile Visibility"] = "Profiilin näkyvyys";
 $a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Valitse profiili, jonka haluat näyttää %s:lle, kun hän haluaa katsoa profiiliasi turvallisesti.";
@@ -1074,79 +768,163 @@ $a->strings["Only show archived contacts"] = "Näytä vain arkistoidut henkilöt
 $a->strings["Hidden"] = "Piilotettu";
 $a->strings["Only show hidden contacts"] = "Näytä vain piilotetut henkilöt";
 $a->strings["Search your contacts"] = "Etsi henkilöitä";
+$a->strings["Find"] = "Etsi";
 $a->strings["Update"] = "Päivitä";
 $a->strings["Archive"] = "Arkistoi";
 $a->strings["Unarchive"] = "Poista arkistosta";
 $a->strings["Batch Actions"] = "";
+$a->strings["Status Messages and Posts"] = "Statusviestit ja postaukset";
 $a->strings["Profile Details"] = "Profiilitiedot";
 $a->strings["View all contacts"] = "Näytä kaikki kontaktit";
 $a->strings["View all common friends"] = "Näytä kaikki yhteiset kaverit";
+$a->strings["Advanced"] = "";
 $a->strings["Advanced Contact Settings"] = "Kontakti-lisäasetukset";
 $a->strings["Mutual Friendship"] = "Yhteinen kaveruus";
 $a->strings["is a fan of yours"] = "on fanisi";
 $a->strings["you are a fan of"] = "fanitat";
 $a->strings["Toggle Blocked status"] = "Estetty tila päälle/pois";
-$a->strings["Toggle Ignored status"] = "";
+$a->strings["Toggle Ignored status"] = "Sivuuta/seuraa";
 $a->strings["Toggle Archive status"] = "Arkistotila päälle/pois";
 $a->strings["Delete contact"] = "Poista kontakti";
-$a->strings["Terms of Service"] = "Käyttöehdot";
-$a->strings["Privacy Statement"] = "Tietosuojalausunto";
-$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."] = "";
-$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."] = "";
-$a->strings["This is Friendica, version"] = "Tämä on Friendica, versio";
-$a->strings["running at web location"] = "käynnissä osoitteessa";
-$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "Vieraile osoitteessa <a href=\"https://friendi.ca\">Friendi.ca</a> saadaksesi lisätietoja Friendica- projektista.";
-$a->strings["Bug reports and issues: please visit"] = "Bugiraportit ja kysymykset: vieraile osoitteessa";
-$a->strings["the bugtracker at github"] = "githubin bugtrackeri";
-$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Ehdotuksia, kiitoksia, lahjoituksia, jne. voi lähettää osoitteeseen \"Info\" at Friendica - piste com";
-$a->strings["Installed addons/apps:"] = "Asennettu lisäosat/sovellukset:";
-$a->strings["No installed addons/apps"] = "Ei asennettuja lisäosia/sovelluksia";
-$a->strings["Read about the <a href=\"%1\$s/tos\">Terms of Service</a> of this node."] = "";
-$a->strings["On this server the following remote servers are blocked."] = "";
-$a->strings["Reason for the block"] = "Eston syy";
-$a->strings["No valid account found."] = "";
-$a->strings["Password reset request issued. Check your email."] = "Salasanan nollauspyyntö lähetetty. Tarkista sähköpostisi.";
-$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "";
-$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "";
-$a->strings["Password reset requested at %s"] = "Salasanan nollauspyyntö kohteessa %s";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "";
-$a->strings["Request has expired, please make a new one."] = "Pyyntö on vanhentunut, tehkää uusi pyyntö.";
-$a->strings["Forgot your Password?"] = "Unohditko salasanasi?";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "";
-$a->strings["Nickname or Email: "] = "Lempinimi tai sähköposti:";
-$a->strings["Reset"] = "Nollaus";
-$a->strings["Password Reset"] = "Salasanan nollaus";
-$a->strings["Your password has been reset as requested."] = "Salasanasi on nollattu pyynnöstäsi.";
-$a->strings["Your new password is"] = "Uusi salasanasi on";
-$a->strings["Save or copy your new password - and then"] = "Tallenna tai kopioi uusi salasanasi, ja sitten";
-$a->strings["click here to login"] = "kirjaudu klikkaamalla tästä";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "";
-$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "";
-$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "";
-$a->strings["Your password has been changed at %s"] = "Salasanasi on vaihdettu sivustolla %s";
-$a->strings["Registration successful. Please check your email for further instructions."] = "Rekisteröityminen onnistui. Saat kohta lisäohjeita sähköpostitse.";
-$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."] = "";
-$a->strings["Registration successful."] = "Rekisteröityminen onnistui.";
-$a->strings["Your registration can not be processed."] = "Rekisteröintisi ei voida käsitellä.";
-$a->strings["Your registration is pending approval by the site owner."] = "Rekisteröintisi odottaa ylläpitäjän hyväksyntää.";
-$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."] = "Jos OpenID ei ole tuttu, jätä kenttä tyhjäksi.";
-$a->strings["Your OpenID (optional): "] = "OpenID -tunnus (valinnainen):";
-$a->strings["Include your profile in member directory?"] = "Lisää profiilisi jäsenluetteloon?";
-$a->strings["Note for the admin"] = "Viesti ylläpidolle";
-$a->strings["Leave a message for the admin, why you want to join this node"] = "Kerro yllåpitäjälle miksi haluat liittyä tähän Friendica -sivustoon";
-$a->strings["Membership on this site is by invitation only."] = "";
-$a->strings["Your invitation code: "] = "Kutsukoodisi:";
-$a->strings["Registration"] = "Rekisteröityminen";
-$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Koko nimi (esim. Matti Meikäläinen, Aku Ankka):";
-$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Sähköpostiosoite: (pitää olla toimiva osoite että rekisteröityminen onnistuu)";
-$a->strings["New Password:"] = "Uusi salasana:";
-$a->strings["Leave empty for an auto generated password."] = "Jätä tyhjäksi jos haluat automaattisesti luotu salasanan.";
-$a->strings["Confirm:"] = "Vahvista:";
-$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: "] = "Valitse lempinimi:";
-$a->strings["Register"] = "Rekisteröidy";
-$a->strings["Import your profile to this friendica instance"] = "Tuo profiilisi tähän Friendica -instanssiin.";
+$a->strings["Parent user not found."] = "";
+$a->strings["No parent user"] = "";
+$a->strings["Parent Password:"] = "";
+$a->strings["Please enter the password of the parent account to legitimize your request."] = "";
+$a->strings["Parent User"] = "";
+$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "";
+$a->strings["Save Settings"] = "Tallenna asetukset";
+$a->strings["Delegate Page Management"] = "";
+$a->strings["Delegates"] = "";
+$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "";
+$a->strings["Existing Page Delegates"] = "";
+$a->strings["Potential Delegates"] = "";
+$a->strings["Add"] = "Lisää";
+$a->strings["No entries."] = "";
+$a->strings["Event can not end before it has started."] = "";
+$a->strings["Event title and start time are required."] = "Tapahtuman nimi ja alkamisaika vaaditaan.";
+$a->strings["Create New Event"] = "Luo uusi tapahtuma";
+$a->strings["Event details"] = "Tapahtuman tiedot";
+$a->strings["Starting date and Title are required."] = "Aloituspvm ja otsikko vaaditaan.";
+$a->strings["Event Starts:"] = "Tapahtuma alkaa:";
+$a->strings["Required"] = "Vaaditaan";
+$a->strings["Finish date/time is not known or not relevant"] = "Päättymispvm ja kellonaika ei ole tiedossa tai niillä ei ole merkitystä";
+$a->strings["Event Finishes:"] = "Tapahtuma päättyy:";
+$a->strings["Adjust for viewer timezone"] = "Ota huomioon katsojan aikavyöhyke";
+$a->strings["Description:"] = "Kuvaus:";
+$a->strings["Title:"] = "Otsikko:";
+$a->strings["Share this event"] = "Jaa tämä tapahtuma";
+$a->strings["Basic"] = "";
+$a->strings["Failed to remove event"] = "Tapahtuman poisto epäonnistui";
+$a->strings["Event removed"] = "Tapahtuma poistettu";
+$a->strings["You must be logged in to use this module"] = "Sinun pitää kirjautua sisään, jotta voit käyttää tätä moduulia";
+$a->strings["Source URL"] = "Lähde URL";
+$a->strings["Friendica Communications Server - Setup"] = "Friendica viestinnän palvelin - asetukset";
+$a->strings["Could not connect to database."] = "Tietokantaan ei saada yhteyttä.";
+$a->strings["Could not create table."] = "Taulun luominen epäonnistui.";
+$a->strings["Your Friendica site database has been installed."] = "Friendica-sivustosi tietokanta on asennettu.";
+$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Sinun on ehkä tuotava tiedosto \"database.sql\" manuaalisesti käyttämällä phpMyAdminia tai MySQL:ää.";
+$a->strings["Please see the file \"INSTALL.txt\"."] = "Lue tiedosto \"INSTALL.txt\".";
+$a->strings["Database already in use."] = "Tietokanta on jo käytössä.";
+$a->strings["System check"] = "Järjestelmän tarkistus";
+$a->strings["Check again"] = "Tarkista uudelleen";
+$a->strings["Database connection"] = "Tietokantayhteys";
+$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Jotta voit asentaa Friendican, tarvitaan tieto siitä, miten tietokantaasi saa yhteyden.";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Ota yhteyttä web-palveluntarjoajaasi tai sivuston ylläpitäjään, jos sinulla on näihin asetuksiin liittyviä kysymyksiä.";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Alla määritetyn tietokannan tulisi olla jo olemassa. Jos se ei ole, luo se ennen kuin jatkat.";
+$a->strings["Database Server Name"] = "Tietokannan palvelimen nimi";
+$a->strings["Database Login Name"] = "Tietokannan käyttäjän nimi";
+$a->strings["Database Login Password"] = "Tietokannan käyttäjän salasana";
+$a->strings["For security reasons the password must not be empty"] = "Turvallisuussyistä salasanakenttä ei saa olla tyhjä";
+$a->strings["Database Name"] = "Tietokannan nimi";
+$a->strings["Site administrator email address"] = "Sivuston ylläpitäjän sähköpostiosoite";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "Tilisi sähköpostiosoitteen on vastattava tätä, jotta voit käyttää ylläpitokäyttöliittymää.";
+$a->strings["Please select a default timezone for your website"] = "Valitse oletusaikavyöhyke sivustollesi";
+$a->strings["Site settings"] = "Sivuston asetukset";
+$a->strings["System Language:"] = "Järjestelmän kieli:";
+$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Valitse Friendica-sivustosi oletuskieli.";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Komentoriviversiota PHP:stä ei löytynyt web-palvelimen PATH:ista.";
+$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Setup the worker'</a>"] = "";
+$a->strings["PHP executable path"] = "Polku PHP-ohjelmaan";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Kirjoita koko polku PHP-ohjelmaan. Voit jättää sen tyhjäksi, jos haluat jatkaa asennusta.";
+$a->strings["Command line PHP"] = "Komentorivi-PHP";
+$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "";
+$a->strings["Found PHP version: "] = "PHP-versio löydetty:";
+$a->strings["PHP cli binary"] = "PHP cli -binääritiedosto";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Järjestelmäsi komentorivi-PHP:ssä ei ole käytössä asetusta \"register_argc_argv\".";
+$a->strings["This is required for message delivery to work."] = "Asetus vaaditaan viestien lähettämiseen.";
+$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"] = "Virhe: järjestelmäsi \"openssl_pkey_new\" -funktio ei pysty generoimaan salausavaimia.";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Jos on kyse Windows-pavelimesta, katso \"http://www.php.net/manual/en/openssl.installation.php\".";
+$a->strings["Generate encryption keys"] = "Luo salausavaimet";
+$a->strings["libCurl PHP module"] = "PHP-moduuli libCurl";
+$a->strings["GD graphics PHP module"] = "PHP-moduuli GD graphics";
+$a->strings["OpenSSL PHP module"] = "PHP-moduuli OpenSSL";
+$a->strings["PDO or MySQLi PHP module"] = "PDO tai MySQLi PHP-moduuli";
+$a->strings["mb_string PHP module"] = "PHP-moduuli mb_string";
+$a->strings["XML PHP module"] = "XML PHP-moduuli";
+$a->strings["iconv PHP module"] = "iconv PHP-moduuli";
+$a->strings["POSIX PHP module"] = "POSIX PHP-moduuli";
+$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite -moduuli";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Virhe: Apache-palvelimen mod-rewrite -moduuli vaaditaan, mutta sitä ei ole asennettu.";
+$a->strings["Error: libCURL PHP module required but not installed."] = "Virhe: libCURL PHP -moduuli vaaditaan, mutta sitä ei ole asennettu.";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Virhe: GD graphics PHP -moduuli JPEG-tuella vaaditaan, mutta sitä ei ole asennettu.";
+$a->strings["Error: openssl PHP module required but not installed."] = "Virhe: openssl PHP -moduuli vaaditaan, mutta sitä ei ole asennettu.";
+$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Virhe: PDO tai MySQLi PHP-moduuli vaaditaan, mutta sitä ei ole asennettu.";
+$a->strings["Error: The MySQL driver for PDO is not installed."] = "Virhe: PDO:n MySQL-ajuri ei ole asennettu";
+$a->strings["Error: mb_string PHP module required but not installed."] = "Virhe: PHP-moduuli mb_string vaaditaan, mutta sitä ei ole asennettu.";
+$a->strings["Error: iconv PHP module required but not installed."] = "Virhe: iconv PHP-moduuli vaaditaan, mutta sitä ei ole asennettu.";
+$a->strings["Error: POSIX PHP module required but not installed."] = "Virhe: POSIX PHP-moduuli vaadittaan, mutta sitä ei ole asennettu.";
+$a->strings["Error, XML PHP module required but not installed."] = "Virhe: XML PHP-moduuli vaaditaan, mutta sitä ei ole asennettu.";
+$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Web-asennuksen pitäisi pystyä luomaan tiedosto nimeltä \".htconfig.php\" palvelimesi ylimpään kansioon, mutta se ei nyt onnistu.";
+$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."] = "Tämä on yleensä käyttöoikeusasetus, jolloin web-palvelimesi ei pysty kirjoittamaan tiedostoja kansioosi, vaikka itse siihen pystyisit.";
+$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Tämän menettelyn lopussa annamme sinulle tekstin tallennettavaksi tiedostoon nimeltä .htconfig.php Friendican ylätason kansiossa.";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "";
+$a->strings[".htconfig.php is writable"] = ".htconfig.php on kirjoitettava";
+$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "";
+$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "";
+$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "";
+$a->strings["view/smarty3 is writable"] = "view/smarty3 on kirjoitettava";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "URL-osoitteen uudelleenkirjoitus .htaccess-tiedostossa ei toimi. Tarkista palvelimen asetukset.";
+$a->strings["Url rewrite is working"] = "URL-osoitteen uudellenkirjoitus toimii";
+$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP-laajennus ei ole asetettu";
+$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP-laajennus on asetettu";
+$a->strings["ImageMagick supports GIF"] = "ImageMagik tukee GIF-formaattia";
+$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."] = "Tietokannan asetustiedostoa \".htconfig.php\" ei pystytty kirjoittamaan. Käytä mukaanliitettyä tekstiä luomaan asetustiedosto web-palvelimesi juureen.";
+$a->strings["<h1>What next</h1>"] = "<h1>Mitä seuraavaksi</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "TÄRKEÄÄ: Sinun pitää asettaa [manuaalisesti] ajastettu tehtävä Workerille.";
+$a->strings["Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "";
+$a->strings["Unable to locate original post."] = "Alkuperäinen julkaisu ei löydy.";
+$a->strings["Empty post discarded."] = "Tyhjä julkaisu hylätty.";
+$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "";
+$a->strings["You may visit them online at %s"] = "";
+$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "";
+$a->strings["%s posted an update."] = "%s julkaisi päivityksen.";
+$a->strings["Post successful."] = "Viestin lähetys onnistui.";
+$a->strings["Subscribing to OStatus contacts"] = "OStatus -kontaktien tilaaminen";
+$a->strings["No contact provided."] = "Kontakti puuttuu.";
+$a->strings["Couldn't fetch information for contact."] = "Kontaktin tietoja ei voitu hakea.";
+$a->strings["Couldn't fetch friends for contact."] = "Ei voitu hakea kontaktin kaverit.";
+$a->strings["success"] = "onnistui";
+$a->strings["failed"] = "epäonnistui";
+$a->strings["ignored"] = "ohitettu";
+$a->strings["Image uploaded but image cropping failed."] = "Kuva ladattu mutta kuvan rajaus epäonnistui.";
+$a->strings["Image size reduction [%s] failed."] = "Kuvan pienentäminen [%s] epäonnistui.";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Jos kuva ei näy heti, lataa sivu uudelleen tai tyhjennä selaimen välimuisti.";
+$a->strings["Unable to process image"] = "Kuvan käsitteleminen epäonnistui";
+$a->strings["Upload File:"] = "Lähetä tiedosto:";
+$a->strings["Select a profile:"] = "Valitse profiili:";
+$a->strings["or"] = "tai";
+$a->strings["skip this step"] = "ohita tämä vaihe";
+$a->strings["select a photo from your photo albums"] = "valitse kuva albumeistasi";
+$a->strings["Crop Image"] = "Rajaa kuva";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "Rajaa kuva sopivasti.";
+$a->strings["Done Editing"] = "Lopeta muokkaus";
+$a->strings["Image uploaded successfully."] = "Kuvan lähettäminen onnistui.";
+$a->strings["Contact wasn't found or can't be unfollowed."] = "";
+$a->strings["Contact unfollowed"] = "Kontaktia ei enää seurata";
+$a->strings["You aren't a friend of this contact."] = "Et ole kontaktin kaveri.";
+$a->strings["Unfollowing is currently not supported by your network."] = "Seuraamisen lopettaminen ei tällä hetkellä tueta verkossasi.";
 $a->strings["Theme settings updated."] = "Teeman asetukset päivitetty.";
 $a->strings["Information"] = "Tietoja";
 $a->strings["Overview"] = "Yleiskatsaus";
@@ -1157,6 +935,7 @@ $a->strings["Users"] = "Käyttäjät";
 $a->strings["Addons"] = "Lisäosat";
 $a->strings["Themes"] = "Teemat";
 $a->strings["Additional features"] = "Lisäominaisuuksia";
+$a->strings["Terms of Service"] = "Käyttöehdot";
 $a->strings["Database"] = "Tietokanta";
 $a->strings["DB updates"] = "Tietokannan päivitykset";
 $a->strings["Inspect Queue"] = "Tarkista jono";
@@ -1181,42 +960,44 @@ $a->strings["Show some informations regarding the needed information to operate
 $a->strings["The Terms of Service"] = "Käyttöehdot";
 $a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "";
 $a->strings["The blocked domain"] = "Estetty verkkotunnus";
+$a->strings["Reason for the block"] = "Eston syy";
 $a->strings["The reason why you blocked this domain."] = "Verkkotunnuksen estosyy.";
 $a->strings["Delete domain"] = "Poista verkkotunnus";
-$a->strings["Check to delete this entry from the blocklist"] = "";
+$a->strings["Check to delete this entry from the blocklist"] = "Laita rasti poistaaksesi kohde estolistalta";
 $a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = "";
 $a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "";
-$a->strings["Add new entry to block list"] = "";
+$a->strings["Add new entry to block list"] = "Lisää uusi kohde estolistaan";
 $a->strings["Server Domain"] = "Palvelimen verkkotunnus";
 $a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = "";
 $a->strings["Block reason"] = "Estosyy";
 $a->strings["Add Entry"] = "Lisää merkintä";
 $a->strings["Save changes to the blocklist"] = "Tallenna muutoksia estolistaan";
-$a->strings["Current Entries in the Blocklist"] = "";
-$a->strings["Delete entry from blocklist"] = "";
-$a->strings["Delete entry from blocklist?"] = "";
+$a->strings["Current Entries in the Blocklist"] = "Nykyinen estolista";
+$a->strings["Delete entry from blocklist"] = "Poista kohde estolistalta";
+$a->strings["Delete entry from blocklist?"] = "Poista kohde estolistalta?";
 $a->strings["Server added to blocklist."] = "Palvelin lisätty estolistalle";
 $a->strings["Site blocklist updated."] = "Sivuston estolista päivitetty.";
-$a->strings["The contact has been blocked from the node"] = "";
+$a->strings["The contact has been blocked from the node"] = "Kontakti on estetty tällä solmulla";
 $a->strings["Could not find any contact entry for this URL (%s)"] = "";
 $a->strings["%s contact unblocked"] = [
        0 => "%s kontakti poistettu estolistalta",
        1 => "%s kontaktia poistettu estolistalta",
 ];
-$a->strings["Remote Contact Blocklist"] = "";
+$a->strings["Remote Contact Blocklist"] = "Etäkontakti estolista";
 $a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = "";
-$a->strings["Block Remote Contact"] = "";
+$a->strings["Block Remote Contact"] = "Estä etäkontakti";
 $a->strings["select all"] = "valitse kaikki";
 $a->strings["select none"] = "älä valitse mitään";
 $a->strings["No remote contact is blocked from this node."] = "";
-$a->strings["Blocked Remote Contacts"] = "";
-$a->strings["Block New Remote Contact"] = "";
+$a->strings["Blocked Remote Contacts"] = "Estetty etäkontaktit";
+$a->strings["Block New Remote Contact"] = "Estä uusi etäkontakti";
 $a->strings["Photo"] = "Kuva";
+$a->strings["Address"] = "Osoite";
 $a->strings["%s total blocked contact"] = [
        0 => "Yhteensä %s estetty kontakti",
        1 => "Yhteensä %s estettyjä kontakteja",
 ];
-$a->strings["URL of the remote contact to block."] = "";
+$a->strings["URL of the remote contact to block."] = "Estettävän etäkontaktin URL-osoite";
 $a->strings["Delete this Item"] = "Poista tämä kohde";
 $a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "";
 $a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "";
@@ -1226,7 +1007,7 @@ $a->strings["Item marked for deletion."] = "Kohde merkitty poistettavaksi.";
 $a->strings["unknown"] = "tuntematon";
 $a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "";
 $a->strings["The <em>Auto Discovered Contact Directory</em> feature is not enabled, it will improve the data displayed here."] = "";
-$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "";
+$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "Tällä hetkellä tämä solmu havaitsee %d muita solmuja joissa %d rekisteröityneitä käyttäjiä. Tarkemmat tiedot:";
 $a->strings["ID"] = "";
 $a->strings["Recipient Name"] = "Vastaanottajan nimi";
 $a->strings["Recipient Profile"] = "Vastaanottajan profiili";
@@ -1240,41 +1021,42 @@ $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!"] = "";
 $a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = "";
 $a->strings["Normal Account"] = "Perustili";
-$a->strings["Automatic Follower Account"] = "";
+$a->strings["Automatic Follower Account"] = "Automaattinen seuraajatili";
 $a->strings["Public Forum Account"] = "Julkinen foorumitili";
-$a->strings["Automatic Friend Account"] = "";
+$a->strings["Automatic Friend Account"] = "Automaattinen kaveritili";
 $a->strings["Blog Account"] = "Blogitili";
 $a->strings["Private Forum Account"] = "Yksityinen foorumitili";
 $a->strings["Message queues"] = "Viestijonot";
 $a->strings["Summary"] = "Yhteenveto";
 $a->strings["Registered users"] = "Rekisteröityneet käyttäjät";
-$a->strings["Pending registrations"] = "";
+$a->strings["Pending registrations"] = "Vireillä olevat rekisteröinnit";
 $a->strings["Version"] = "Versio";
 $a->strings["Active addons"] = "Käytössäolevat lisäosat";
 $a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "";
 $a->strings["Site settings updated."] = "Sivuston asetukset päivitettiin.";
 $a->strings["No special theme for mobile devices"] = "Ei mobiiliteemaa";
 $a->strings["No community page"] = "Ei yhteisösivua";
-$a->strings["Public postings from users of this site"] = "";
-$a->strings["Public postings from the federated network"] = "";
-$a->strings["Public postings from local users and the federated network"] = "";
+$a->strings["Public postings from users of this site"] = "Julkiset julkaisut tämän sivuston käyttäjiltä";
+$a->strings["Public postings from the federated network"] = "Julkiset julkaisut liittoutuneelta verkolta";
+$a->strings["Public postings from local users and the federated network"] = "Julkiset julkaisut tältä sivustolta ja liittoutuneelta verkolta";
 $a->strings["Users, Global Contacts"] = "Käyttäjät, maailmanlaajuiset kontaktit";
 $a->strings["Users, Global Contacts/fallback"] = "";
 $a->strings["One month"] = "Yksi kuukausi";
 $a->strings["Three months"] = "Kolme kuukautta";
 $a->strings["Half a year"] = "Puoli vuotta";
 $a->strings["One year"] = "Yksi vuosi";
-$a->strings["Multi user instance"] = "";
+$a->strings["Multi user instance"] = "Monen käyttäjän instanssi";
 $a->strings["Closed"] = "Suljettu";
 $a->strings["Requires approval"] = "Edellyttää hyväksyntää";
 $a->strings["Open"] = "Avoin";
 $a->strings["No SSL policy, links will track page SSL state"] = "";
-$a->strings["Force all links to use SSL"] = "";
+$a->strings["Force all links to use SSL"] = "Pakota kaikki linkit käyttämään SSL-yhteyttä";
 $a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "";
 $a->strings["Don't check"] = "Älä tarkista";
 $a->strings["check the stable version"] = "";
 $a->strings["check the development version"] = "";
 $a->strings["Republish users to directory"] = "";
+$a->strings["Registration"] = "Rekisteröityminen";
 $a->strings["File upload"] = "Tiedoston lataus";
 $a->strings["Policies"] = "Käytännöt";
 $a->strings["Auto Discovered Contact Directory"] = "";
@@ -1298,13 +1080,13 @@ $a->strings["System theme"] = "Järjestelmäteema";
 $a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "";
 $a->strings["Mobile system theme"] = "Mobiili järjestelmäteema";
 $a->strings["Theme for mobile devices"] = "Mobiiliteema";
-$a->strings["SSL link policy"] = "";
+$a->strings["SSL link policy"] = "SSL-linkkikäytäntö";
 $a->strings["Determines whether generated links should be forced to use SSL"] = "";
 $a->strings["Force SSL"] = "Pakoita SSL-yhteyden käyttöä";
 $a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "";
 $a->strings["Hide help entry from navigation menu"] = "";
 $a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "";
-$a->strings["Single user instance"] = "";
+$a->strings["Single user instance"] = "Yksittäisen käyttäjän instanssi";
 $a->strings["Make this instance multi-user or single-user for the named user"] = "";
 $a->strings["Maximum image size"] = "Suurin kuvakoko";
 $a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "";
@@ -1313,7 +1095,7 @@ $a->strings["Maximum length in pixels of the longest side of uploaded images. De
 $a->strings["JPEG image quality"] = "JPEG-kuvanlaatu";
 $a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "";
 $a->strings["Register policy"] = "";
-$a->strings["Maximum Daily Registrations"] = "";
+$a->strings["Maximum Daily Registrations"] = "Päivittäinen rekisteröitymisraja";
 $a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day.  If register is set to closed, this setting has no effect."] = "";
 $a->strings["Register text"] = "Rekisteröitymisteksti";
 $a->strings["Will be displayed prominently on the registration page. You can use BBCode here."] = "Näkyvästi esillä rekisteröitymissivulla. Voit käyttää BBCodeia.";
@@ -1327,7 +1109,7 @@ $a->strings["No OEmbed rich content"] = "";
 $a->strings["Don't show the rich content (e.g. embedded PDF), except from the domains listed below."] = "";
 $a->strings["Allowed OEmbed domains"] = "Sallittuja OEmbed -verkkotunnuksia";
 $a->strings["Comma separated list of domains which oembed content is allowed to be displayed. Wildcards are accepted."] = "";
-$a->strings["Block public"] = "";
+$a->strings["Block public"] = "Estä vierailijat";
 $a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "";
 $a->strings["Force publish"] = "";
 $a->strings["Check to force all profiles on this site to be listed in the site directory."] = "";
@@ -1335,7 +1117,7 @@ $a->strings["Global directory URL"] = "Maailmanlaajuisen hakemiston URL-osoite";
 $a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = "";
 $a->strings["Private posts by default for new users"] = "";
 $a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "";
-$a->strings["Don't include post content in email notifications"] = "";
+$a->strings["Don't include post content in email notifications"] = "Älä lisää julkaisun sisältö sähköposti-ilmoitukseen";
 $a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "";
 $a->strings["Disallow public access to addons listed in the apps menu."] = "";
 $a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "";
@@ -1347,9 +1129,9 @@ $a->strings["Block multiple registrations"] = "";
 $a->strings["Disallow users to register additional accounts for use as pages."] = "";
 $a->strings["OpenID support"] = "OpenID-tuki";
 $a->strings["OpenID support for registration and logins."] = "OpenID-tuki rekisteröitymiseen ja kirjautumiseen";
-$a->strings["Fullname check"] = "";
+$a->strings["Fullname check"] = "Koko nimi tarkistus";
 $a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "";
-$a->strings["Community pages for visitors"] = "";
+$a->strings["Community pages for visitors"] = "Yhteisösivu vieraille";
 $a->strings["Which community pages should be available for visitors. Local users always see both pages."] = "";
 $a->strings["Posts per user on community page"] = "";
 $a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = "";
@@ -1357,8 +1139,8 @@ $a->strings["Enable OStatus support"] = "Salli OStatus-tuki";
 $a->strings["Provide 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 threads from our contacts"] = "Ainoastaan tuo OStatus -ketjuja kontakteiltamme";
 $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."] = "";
-$a->strings["OStatus support can only be enabled if threading is enabled."] = "";
-$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = "";
+$a->strings["OStatus support can only be enabled if threading is enabled."] = "OStatus-tuki voidaan ottaa käyttöön ainoastaan jos ketjuttaminen on jo otettu käyttöön.";
+$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = "Diaspora -tukea ei voitu ottaa käyttöön koska Friendica on asennettu alihakemistoon.";
 $a->strings["Enable Diaspora support"] = "Salli Diaspora-tuki";
 $a->strings["Provide built-in Diaspora network compatibility."] = "Ota käyttöön Diaspora-yhteensopivuus";
 $a->strings["Only allow Friendica contacts"] = "Salli ainoastaan Friendica -kontakteja";
@@ -1412,7 +1194,7 @@ $a->strings["On large systems the text search can slow down the system extremely
 $a->strings["New base url"] = "";
 $a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = "";
 $a->strings["RINO Encryption"] = "RINO-salaus";
-$a->strings["Encryption layer between nodes."] = "";
+$a->strings["Encryption layer between nodes."] = "Salauskerros solmujen välillä.";
 $a->strings["Enabled"] = "Käytössä";
 $a->strings["Maximum number of parallel workers"] = "";
 $a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "";
@@ -1438,7 +1220,7 @@ $a->strings["Allow user tags"] = "Salli käyttäjien tunnisteet";
 $a->strings["If enabled, the tags from the saved searches will used for the 'tags' subscription in addition to the 'relay_server_tags'."] = "";
 $a->strings["Update has been marked successful"] = "";
 $a->strings["Database structure update %s was successfully applied."] = "Tietokannan rakenteen %s-päivitys onnistui.";
-$a->strings["Executing of database structure update %s failed with error: %s"] = "";
+$a->strings["Executing of database structure update %s failed with error: %s"] = "Tietokannan rakennepäivitys %s epäonnistui virheviestillä %s";
 $a->strings["Executing %s failed with error: %s"] = "";
 $a->strings["Update %s was successfully applied."] = "%s-päivitys onnistui.";
 $a->strings["Update %s did not return a status. Unknown if it succeeded."] = "";
@@ -1472,7 +1254,7 @@ $a->strings["Add User"] = "Lisää käyttäjä";
 $a->strings["User registrations waiting for confirm"] = "";
 $a->strings["User waiting for permanent deletion"] = "";
 $a->strings["Request date"] = "Pyynnön päivämäärä";
-$a->strings["No registrations."] = "";
+$a->strings["No registrations."] = "Ei rekisteröintejä.";
 $a->strings["Note from the user"] = "";
 $a->strings["Deny"] = "Kieltäydy";
 $a->strings["Site admin"] = "Sivuston ylläpito";
@@ -1496,7 +1278,7 @@ $a->strings["Reload active addons"] = "";
 $a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "";
 $a->strings["No themes found."] = "Teemoja ei löytynyt.";
 $a->strings["Screenshot"] = "Kuvakaappaus";
-$a->strings["Reload active themes"] = "";
+$a->strings["Reload active themes"] = "Lataa aktiiviset teemat uudelleen";
 $a->strings["No themes found on the system. They should be placed in %1\$s"] = "";
 $a->strings["[Experimental]"] = "[Kokeellinen]";
 $a->strings["[Unsupported]"] = "[Ei tueta]";
@@ -1507,7 +1289,7 @@ $a->strings["Clear"] = "Tyhjennä";
 $a->strings["Enable Debugging"] = "Ota virheenkorjaustila käyttöön";
 $a->strings["Log file"] = "Lokitiedosto";
 $a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "";
-$a->strings["Log level"] = "";
+$a->strings["Log level"] = "Lokitaso";
 $a->strings["PHP logging"] = "PHP-loki";
 $a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "";
 $a->strings["Error trying to open <strong>%1\$s</strong> log file.\\r\\n<br/>Check to see if file %1\$s exist and is readable."] = "";
@@ -1516,12 +1298,230 @@ $a->strings["Off"] = "Pois päältä";
 $a->strings["On"] = "Päällä";
 $a->strings["Lock feature %s"] = "Lukitse ominaisuus %s";
 $a->strings["Manage Additional Features"] = "Hallitse lisäominaisuudet";
+$a->strings["Source input"] = "";
+$a->strings["BBCode::convert (raw HTML)"] = "BBCode::convert (raaka HTML)";
+$a->strings["BBCode::convert"] = "BBCode::convert";
+$a->strings["BBCode::convert => HTML::toBBCode"] = "BBCode::convert => HTML::toBBCode";
+$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["Source input \\x28Diaspora format\\x29"] = "";
+$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode";
+$a->strings["Raw HTML input"] = "Raaka HTML-syöte";
+$a->strings["HTML Input"] = "HTML-syöte";
+$a->strings["HTML::toBBCode"] = "HTML::toBBCode";
+$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext";
+$a->strings["Source text"] = "Lähdeteksti";
+$a->strings["BBCode"] = "BBCode";
+$a->strings["Markdown"] = "Markdown";
+$a->strings["HTML"] = "HTML";
+$a->strings["Status:"] = "Tila:";
+$a->strings["Homepage:"] = "Kotisivu:";
+$a->strings["Global Directory"] = "Maailmanlaajuinen hakemisto";
+$a->strings["Find on this site"] = "";
+$a->strings["Results for:"] = "Tulokset haulla:";
+$a->strings["Site Directory"] = "Sivuston luettelo";
+$a->strings["No entries (some entries may be hidden)."] = "";
+$a->strings["People Search - %s"] = "";
+$a->strings["Forum Search - %s"] = "Foorumihaku - %s";
+$a->strings["The contact could not be added."] = "Kontaktia ei voitu lisätä.";
+$a->strings["You already added this contact."] = "Olet jo lisännyt tämän kontaktin.";
+$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora -tuki ei ole käytössä. Kontaktia ei voi lisätä.";
+$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus -tuki ei ole käytössä. Kontaktia ei voi lisätä.";
+$a->strings["The network type couldn't be detected. Contact can't be added."] = "Verkkotyyppiä ei voitu havaita. Kontaktia ei voitu lisätä.";
+$a->strings["This is Friendica, version"] = "Tämä on Friendica, versio";
+$a->strings["running at web location"] = "käynnissä osoitteessa";
+$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "Vieraile osoitteessa <a href=\"https://friendi.ca\">Friendi.ca</a> saadaksesi lisätietoja Friendica- projektista.";
+$a->strings["Bug reports and issues: please visit"] = "Bugiraportit ja kysymykset: vieraile osoitteessa";
+$a->strings["the bugtracker at github"] = "githubin bugtrackeri";
+$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Ehdotukset ja palaute: lähetä sähköposti osoitteeseen \"info\" at \"friendi - piste - ca";
+$a->strings["Installed addons/apps:"] = "Asennettu lisäosat/sovellukset:";
+$a->strings["No installed addons/apps"] = "Ei asennettuja lisäosia/sovelluksia";
+$a->strings["Read about the <a href=\"%1\$s/tos\">Terms of Service</a> of this node."] = "Lue tämän solmun <a href=\"%1\$s/tos\">käyttöehdot</a>.";
+$a->strings["On this server the following remote servers are blocked."] = "Tällä palvelimella seuraavat etäpalvelimet ovat estetty.";
+$a->strings["Total invitation limit exceeded."] = "Kutsuraja ylitetty.";
+$a->strings["%s : Not a valid email address."] = "%s : Virheellinen sähköpostiosoite.";
+$a->strings["Please join us on Friendica"] = "Tervetuloa Friendicaan";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Kutsuraja ylitetty. Ota yhteyttä ylläpitäjään.";
+$a->strings["%s : Message delivery failed."] = "%s : Viestin toimitus epäonnistui.";
+$a->strings["%d message sent."] = [
+       0 => "%d viesti lähetetty.",
+       1 => "%d viestiä lähetetty.",
+];
+$a->strings["You have no more invitations available"] = "Sinulla ei ole kutsuja jäljellä";
+$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "";
+$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "";
+$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "";
+$a->strings["To accept this invitation, please visit and register at %s."] = "";
+$a->strings["Send invitations"] = "Lähetä kutsut";
+$a->strings["Enter email addresses, one per line:"] = "Syötä sähköpostiosoitteet, yksi riviä kohden:";
+$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "";
+$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Kun olet rekisteröitynyt, lähetä minulle kaverikutsun profiilisivuni kautta:";
+$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "";
+$a->strings["No valid account found."] = "Voimassa olevaa tiliä ei löytynyt.";
+$a->strings["Password reset request issued. Check your email."] = "Salasanan nollauspyyntö lähetetty. Tarkista sähköpostisi.";
+$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "";
+$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "";
+$a->strings["Password reset requested at %s"] = "Salasanan nollauspyyntö kohteessa %s";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Pyyntöä ei voitu vahvistaa. (Saatoit lähettää pyyntöä aikaisemmin.) Salasanan nollaus epäonnistui.";
+$a->strings["Request has expired, please make a new one."] = "Pyyntö on vanhentunut, tehkää uusi pyyntö.";
+$a->strings["Forgot your Password?"] = "Unohditko salasanasi?";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "";
+$a->strings["Nickname or Email: "] = "Lempinimi tai sähköposti:";
+$a->strings["Reset"] = "Nollaus";
+$a->strings["Password Reset"] = "Salasanan nollaus";
+$a->strings["Your password has been reset as requested."] = "Salasanasi on nollattu pyynnöstäsi.";
+$a->strings["Your new password is"] = "Uusi salasanasi on";
+$a->strings["Save or copy your new password - and then"] = "Tallenna tai kopioi uusi salasanasi, ja sitten";
+$a->strings["click here to login"] = "kirjaudu klikkaamalla tästä";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Salsanaa voi vaihtaa <em>asetussivulta</em> kirjautumisen jälkeen.";
+$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "";
+$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tKäyttäjätilisi tiedot:\n\n\t\t\tSivuston osoite:\t%1\$s\n\t\t\tKäyttäjätunnus:\t%2\$s\n\t\t\tSalasana:\t%3\$s\n\n\t\t\tVoit vaihtaa salasanasi kirjautumisen jälkeen asetussivulta.\n\t\t";
+$a->strings["Your password has been changed at %s"] = "Salasanasi on vaihdettu sivustolla %s";
+$a->strings["add"] = "lisää";
+$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
+       0 => "",
+       1 => "",
+];
+$a->strings["Messages in this group won't be send to these receivers."] = "";
+$a->strings["No such group"] = "Ryhmä ei ole olemassa";
+$a->strings["Group: %s"] = "Ryhmä: %s";
+$a->strings["Private messages to this person are at risk of public disclosure."] = "Yksityisviestit lähetetty tälle henkilölle saattaa näkyä muillekin.";
+$a->strings["Invalid contact."] = "Virheellinen kontakti.";
+$a->strings["Commented Order"] = "Järjestä viimeisimpien kommenttien mukaan";
+$a->strings["Sort by Comment Date"] = "Kommentit päivämäärän mukaan";
+$a->strings["Posted Order"] = "Järjestä julkaisupäivämäärän mukaan";
+$a->strings["Sort by Post Date"] = "Julkaisut päivämäärän mukaan";
+$a->strings["Personal"] = "Henkilökohtainen";
+$a->strings["Posts that mention or involve you"] = "Julkaisut jotka liittyvät sinuun";
+$a->strings["New"] = "Uusi";
+$a->strings["Activity Stream - by date"] = "";
+$a->strings["Shared Links"] = "Jaetut linkit";
+$a->strings["Interesting Links"] = "Kiinnostavat linkit";
+$a->strings["Starred"] = "Tähtimerkitty";
+$a->strings["Favourite Posts"] = "Lempijulkaisut";
+$a->strings["Profile deleted."] = "Profiili poistettiin.";
+$a->strings["Profile-"] = "Profiili-";
+$a->strings["New profile created."] = "Uusi profiili luotu.";
+$a->strings["Profile unavailable to clone."] = "Profiili ei saatavilla kloonattavaksi.";
+$a->strings["Profile Name is required."] = "Profiilinimi on pakollinen.";
+$a->strings["Marital Status"] = "Siviilisääty";
+$a->strings["Romantic Partner"] = "Romanttinen kumppani";
+$a->strings["Work/Employment"] = "Työ";
+$a->strings["Religion"] = "Uskonto";
+$a->strings["Political Views"] = "Poliittiset näkemykset";
+$a->strings["Gender"] = "Sukupuoli";
+$a->strings["Sexual Preference"] = "Seksuaalinen suuntautuminen";
+$a->strings["XMPP"] = "XMPP";
+$a->strings["Homepage"] = "Kotisivu";
+$a->strings["Interests"] = "Kiinnostukset";
+$a->strings["Location"] = "Sijainti";
+$a->strings["Profile updated."] = "Profiili päivitettiin.";
+$a->strings[" and "] = "ja";
+$a->strings["public profile"] = "julkinen profiili";
+$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "";
+$a->strings[" - Visit %1\$s's %2\$s"] = "";
+$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "";
+$a->strings["Hide contacts and friends:"] = "Piilota kontaktit ja kaverit:";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Piilota tämän profiilin kontakti/kaverilista?";
+$a->strings["Show more profile fields:"] = "Näytä lisää profiilikenttiä:";
+$a->strings["Profile Actions"] = "";
+$a->strings["Edit Profile Details"] = "Muokkaa profiilin yksityiskohdat";
+$a->strings["Change Profile Photo"] = "Vaihda profiilikuva";
+$a->strings["View this profile"] = "Näytä profiilia";
+$a->strings["Edit visibility"] = "Muokkaa näkyvyyttä";
+$a->strings["Create a new profile using these settings"] = "Luo uusi profiili näillä asetuksilla";
+$a->strings["Clone this profile"] = "Kloonaa tämä profiili";
+$a->strings["Delete this profile"] = "Poista tämä profiili";
+$a->strings["Basic information"] = "Perustiedot";
+$a->strings["Profile picture"] = "Profiilikuva";
+$a->strings["Preferences"] = "Mieltymykset";
+$a->strings["Status information"] = "Tilatiedot";
+$a->strings["Additional information"] = "Lisätietoja";
+$a->strings["Relation"] = "Suhde";
+$a->strings["Miscellaneous"] = "Sekalaista";
+$a->strings["Your Gender:"] = "Sukupuoli:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Siviilisääty:";
+$a->strings["Sexual Preference:"] = "Seksuaalinen suuntautuminen:";
+$a->strings["Example: fishing photography software"] = "Esimerkki: kalastus valokuvaus ohjelmistot";
+$a->strings["Profile Name:"] = "Profiilinimi:";
+$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "";
+$a->strings["Your Full Name:"] = "Koko nimi:";
+$a->strings["Title/Description:"] = "Otsikko/kuvaus:";
+$a->strings["Street Address:"] = "Katuosoite:";
+$a->strings["Locality/City:"] = "Kaupunki:";
+$a->strings["Region/State:"] = "Alue/osavaltio:";
+$a->strings["Postal/Zip Code:"] = "Postinumero:";
+$a->strings["Country:"] = "Maa:";
+$a->strings["Age: "] = "Ikä:";
+$a->strings["Who: (if applicable)"] = "Kuka: (tarvittaessa)";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Esimerkkejä: cathy123, Cathy Williams, cathy@example.com";
+$a->strings["Since [date]:"] = "Lähtien [päivämäärä]:";
+$a->strings["Tell us about yourself..."] = "Kerro vähän itsestäsi...";
+$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) osoite:";
+$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "";
+$a->strings["Homepage URL:"] = "Kotisivun URL-osoite:";
+$a->strings["Hometown:"] = "Kotikaupunki:";
+$a->strings["Political Views:"] = "Politiikka:";
+$a->strings["Religious Views:"] = "Uskonto:";
+$a->strings["Public Keywords:"] = "Julkiset avainsanat:";
+$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Käytetään kaveriehdotuksia varten, näkyy muille)";
+$a->strings["Private Keywords:"] = "Yksityiset avainsanat:";
+$a->strings["(Used for searching profiles, never shown to others)"] = "(Käytetään profiilihakua varten, ei näy muille)";
+$a->strings["Likes:"] = "Tykkäykset:";
+$a->strings["Dislikes:"] = "Ei tykkää:";
+$a->strings["Musical interests"] = "Musiikki";
+$a->strings["Books, literature"] = "Kirjat, kirjallisuus";
+$a->strings["Television"] = "Televisio";
+$a->strings["Film/dance/culture/entertainment"] = "Elokuvat/tanssi/kulttuuri/viihde";
+$a->strings["Hobbies/Interests"] = "Harrastukset";
+$a->strings["Love/romance"] = "Rakkaus/romanssi";
+$a->strings["Work/employment"] = "Työ:";
+$a->strings["School/education"] = "Koulutus:";
+$a->strings["Contact information and Social Networks"] = "Yhteystiedot ja sosiaalinen media";
+$a->strings["Profile Image"] = "Profiilikuva";
+$a->strings["visible to everybody"] = "näkyvissä kaikille";
+$a->strings["Edit/Manage Profiles"] = "Muokkaa/hallitse profiilit";
+$a->strings["Change profile photo"] = "Vaihda profiilikuva";
+$a->strings["Create New Profile"] = "Luo uusi profiili";
+$a->strings["Registration successful. Please check your email for further instructions."] = "Rekisteröityminen onnistui. Saat kohta lisäohjeita sähköpostitse.";
+$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."] = "";
+$a->strings["Registration successful."] = "Rekisteröityminen onnistui.";
+$a->strings["Your registration can not be processed."] = "Rekisteröintisi ei voida käsitellä.";
+$a->strings["Your registration is pending approval by the site owner."] = "Rekisteröintisi odottaa ylläpitäjän hyväksyntää.";
+$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."] = "Jos OpenID ei ole tuttu, jätä kenttä tyhjäksi.";
+$a->strings["Your OpenID (optional): "] = "OpenID -tunnus (valinnainen):";
+$a->strings["Include your profile in member directory?"] = "Lisää profiilisi jäsenluetteloon?";
+$a->strings["Note for the admin"] = "Viesti ylläpidolle";
+$a->strings["Leave a message for the admin, why you want to join this node"] = "Kerro yllåpitäjälle miksi haluat liittyä tähän Friendica -sivustoon";
+$a->strings["Membership on this site is by invitation only."] = "Tähän sivustoon voi liittyä vain kutsusta.";
+$a->strings["Your invitation code: "] = "Kutsukoodisi:";
+$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Koko nimi (esim. Matti Meikäläinen, Aku Ankka):";
+$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Sähköpostiosoite: (pitää olla toimiva osoite että rekisteröityminen onnistuu)";
+$a->strings["New Password:"] = "Uusi salasana:";
+$a->strings["Leave empty for an auto generated password."] = "Jätä tyhjäksi jos haluat automaattisesti luotu salasanan.";
+$a->strings["Confirm:"] = "Vahvista:";
+$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: "] = "Valitse lempinimi:";
+$a->strings["Register"] = "Rekisteröidy";
+$a->strings["Import your profile to this friendica instance"] = "Tuo profiilisi tähän Friendica -instanssiin.";
+$a->strings["User deleted their account"] = "Käyttäjä poisti tilinsä";
+$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "Friendica -solmullasi käyttäjä poisti tilinsä. Varmista että hänen tiedot poistetaan myös varmuuskopioista.";
+$a->strings["The user id is %d"] = "";
+$a->strings["Remove My Account"] = "Poista tilini";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Tämä poistaa käyttäjätilisi pysyvästi. Poistoa ei voi perua myöhemmin.";
+$a->strings["Please enter your password for verification:"] = "Syötä salasanasi varmistusta varten:";
 $a->strings["Display"] = "Ulkonäkö";
 $a->strings["Social Networks"] = "Sosiaalinen media";
 $a->strings["Delegations"] = "";
 $a->strings["Connected apps"] = "Yhdistetyt sovellukset";
 $a->strings["Remove account"] = "Poista tili";
-$a->strings["Missing some important data!"] = "";
+$a->strings["Missing some important data!"] = "Tärkeää dataa puuttuu!";
 $a->strings["Failed to connect with email account using the settings provided."] = "";
 $a->strings["Email settings updated."] = "Sähköpostin asetukset päivitettiin.";
 $a->strings["Features updated"] = "Ominaisuudet päivitetty";
@@ -1541,14 +1541,14 @@ $a->strings["Private forum has no privacy permissions. Using default privacy gro
 $a->strings["Private forum has no privacy permissions and no default privacy group."] = "";
 $a->strings["Settings updated."] = "Asetukset päivitetty.";
 $a->strings["Add application"] = "Lisää sovellus";
-$a->strings["Consumer Key"] = "";
-$a->strings["Consumer Secret"] = "";
+$a->strings["Consumer Key"] = "Kuluttajan avain";
+$a->strings["Consumer Secret"] = "Kuluttajasalaisuus";
 $a->strings["Redirect"] = "Uudelleenohjaus";
 $a->strings["Icon url"] = "Kuvakkeen URL-osoite";
 $a->strings["You can't edit this application."] = "Et voi muokata tätä sovellusta.";
 $a->strings["Connected Apps"] = "Yhdistetyt sovellukset";
 $a->strings["Edit"] = "Muokkaa";
-$a->strings["Client key starts with"] = "";
+$a->strings["Client key starts with"] = "Asiakasavain alkaa";
 $a->strings["No name"] = "Ei nimeä";
 $a->strings["Remove authorization"] = "Poista lupa";
 $a->strings["No Addon settings configured"] = "Lisäosa-asetukset puuttuvat";
@@ -1581,7 +1581,7 @@ $a->strings["None"] = "Ei mitään";
 $a->strings["Email login name:"] = "Sähköpostitilin käyttäjätunnus:";
 $a->strings["Email password:"] = "Sähköpostin salasana:";
 $a->strings["Reply-to address:"] = "Vastausosoite:";
-$a->strings["Send public posts to all email contacts:"] = "";
+$a->strings["Send public posts to all email contacts:"] = "Lähetä julkiset julkaisut kaikille kontakteille:";
 $a->strings["Action after import:"] = "";
 $a->strings["Mark as seen"] = "Merkitse luetuksi";
 $a->strings["Move to folder"] = "Siirrä kansioon";
@@ -1589,7 +1589,7 @@ $a->strings["Move to folder:"] = "Siirrä kansioon:";
 $a->strings["%s - (Unsupported)"] = "%s - (Ei tueta)";
 $a->strings["%s - (Experimental)"] = "%s - (Kokeellinen)";
 $a->strings["Display Settings"] = "Näyttöasetukset";
-$a->strings["Display Theme:"] = "";
+$a->strings["Display Theme:"] = "Käyttöliittymän teema:";
 $a->strings["Mobile Theme:"] = "Mobiiliteema:";
 $a->strings["Suppress warning of insecure networks"] = "";
 $a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "";
@@ -1602,7 +1602,7 @@ $a->strings["Don't show emoticons"] = "Piilota hymiöt";
 $a->strings["Calendar"] = "Kalenteri";
 $a->strings["Beginning of week:"] = "Viikon alku:";
 $a->strings["Don't show notices"] = "";
-$a->strings["Infinite scroll"] = "";
+$a->strings["Infinite scroll"] = "Loputon selaaminen";
 $a->strings["Automatic updates only at the top of the network page"] = "";
 $a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "";
 $a->strings["Bandwith Saver Mode"] = "Kaistanleveyssäästömoodi";
@@ -1610,15 +1610,15 @@ $a->strings["When enabled, embedded content is not displayed on automatic update
 $a->strings["Smart Threading"] = "";
 $a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = "";
 $a->strings["General Theme Settings"] = "Yleiset teeman asetukset";
-$a->strings["Custom Theme Settings"] = "";
+$a->strings["Custom Theme Settings"] = "Mukautetut teema-asetukset";
 $a->strings["Content Settings"] = "Sisältöasetukset";
 $a->strings["Theme settings"] = "Teeman asetukset";
-$a->strings["Unable to find your profile. Please contact your admin."] = "";
+$a->strings["Unable to find your profile. Please contact your admin."] = "Profiilisi ei löytynyt. Ota yhteyttä ylläpitäjään.";
 $a->strings["Account Types"] = "Tilityypit";
 $a->strings["Personal Page Subtypes"] = "Henkilökohtaisen sivun alatyypit";
 $a->strings["Community Forum Subtypes"] = "Yhteisöfoorumin alatyypit";
 $a->strings["Personal Page"] = "Henkilökohtainen sivu";
-$a->strings["Account for a personal profile."] = "";
+$a->strings["Account for a personal profile."] = "Henkilökohtaisen profiilin käyttäjätili.";
 $a->strings["Organisation Page"] = "Järjestön sivu";
 $a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "";
 $a->strings["News Page"] = "Uutissivu";
@@ -1645,7 +1645,7 @@ $a->strings["Hide your contact/friend list from viewers of your default profile?
 $a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "";
 $a->strings["Hide your profile details from anonymous viewers?"] = "";
 $a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks."] = "";
-$a->strings["Allow friends to post to your profile page?"] = "";
+$a->strings["Allow friends to post to your profile page?"] = "Anna kavereiden julkaista profiilisivullasi?";
 $a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "";
 $a->strings["Allow friends to tag your posts?"] = "";
 $a->strings["Your contacts can add additional tags to your posts."] = "";
@@ -1688,10 +1688,10 @@ $a->strings["Default Public Post"] = "";
 $a->strings["Default Permissions for New Posts"] = "Uuden julkaisun oletuskäyttöoikeudet";
 $a->strings["Maximum private messages per day from unknown people:"] = "";
 $a->strings["Notification Settings"] = "Huomautusasetukset";
-$a->strings["By default post a status message when:"] = "";
+$a->strings["By default post a status message when:"] = "Oletuksena julkaise tilapäivitys kun:";
 $a->strings["accepting a friend request"] = "hyväksyt kaveripyynnön";
 $a->strings["joining a forum/community"] = "liityt foorumiin/yhteisöön";
-$a->strings["making an <em>interesting</em> profile change"] = "";
+$a->strings["making an <em>interesting</em> profile change"] = "muokkaat <em>kiinnostavalla tavalla</em> profiiliasi";
 $a->strings["Send a notification email when:"] = "Lähetä sähköposti-ilmoitus kun:";
 $a->strings["You receive an introduction"] = "Vastaanotat kaverikutsun";
 $a->strings["Your introductions are confirmed"] = "Kaverikutsusi on hyväksytty";
@@ -1700,20 +1700,85 @@ $a->strings["Someone writes a followup comment"] = "Joku vastaa kommenttiin";
 $a->strings["You receive a private message"] = "Vastaanotat yksityisviestin";
 $a->strings["You receive a friend suggestion"] = "Vastaanotat kaveriehdotuksen";
 $a->strings["You are tagged in a post"] = "Sinut on merkitty julkaisuun";
-$a->strings["You are poked/prodded/etc. in a post"] = "";
+$a->strings["You are poked/prodded/etc. in a post"] = "sinut on tökätty tms. julkaisussa";
 $a->strings["Activate desktop notifications"] = "Ota työpöytäilmoitukset käyttöön";
-$a->strings["Show desktop popup on new notifications"] = "";
+$a->strings["Show desktop popup on new notifications"] = "Näytä uudet ilmoitukset ponnahdusikkunassa";
 $a->strings["Text-only notification emails"] = "Ilmoitussähköposteissa vain tekstiä";
 $a->strings["Send text only notification emails, without the html part"] = "Lähetä ilmoitussähköposteissa vain tekstiä ilman HTML-koodia";
 $a->strings["Show detailled notifications"] = "Näytä yksityiskohtaiset ilmoitukset";
 $a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "";
 $a->strings["Advanced Account/Page Type Settings"] = "Käyttäjätili/sivutyyppi lisäasetuksia";
 $a->strings["Change the behaviour of this account for special situations"] = "";
-$a->strings["Relocate"] = "";
+$a->strings["Relocate"] = "Uudelleensijoitus";
 $a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "";
 $a->strings["Resend relocate message to contacts"] = "";
+$a->strings["default"] = "oletus";
+$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"] = "Muunnelmat";
+$a->strings["Repeat the image"] = "Toista kuva";
+$a->strings["Will repeat your image to fill the background."] = "";
+$a->strings["Stretch"] = "Venytä";
+$a->strings["Will stretch to width/height of the image."] = "";
+$a->strings["Resize fill and-clip"] = "";
+$a->strings["Resize to fill and retain aspect ratio."] = "";
+$a->strings["Resize best fit"] = "";
+$a->strings["Resize to best fit and retain aspect ratio."] = "";
+$a->strings["Default"] = "Oletus";
+$a->strings["Note"] = "";
+$a->strings["Check image permissions if all users are allowed to visit the image"] = "";
+$a->strings["Select scheme"] = "Valitse malli";
+$a->strings["Navigation bar background color"] = "Navigointipalkin taustaväri";
+$a->strings["Navigation bar icon color "] = "Navigointipalkin kuvakkeiden väri";
+$a->strings["Link color"] = "Linkin väri";
+$a->strings["Set the background color"] = "Valitse taustaväri";
+$a->strings["Content background opacity"] = "Sisällön taustasameus";
+$a->strings["Set the background image"] = "Valitse taustakuva";
+$a->strings["Login page background image"] = "Sisäänkirjautumissivun taustakuva";
+$a->strings["Login page background color"] = "Sisäänkirjautumissivun taustaväri";
+$a->strings["Leave background image and color empty for theme defaults"] = "";
+$a->strings["Guest"] = "Vieras";
+$a->strings["Visitor"] = "Vierailija";
+$a->strings["Logout"] = "Kirjaudu ulos";
+$a->strings["End this session"] = "Lopeta istunto";
+$a->strings["Your posts and conversations"] = "Omat julkaisut ja keskustelut";
+$a->strings["Your profile page"] = "Oma profiilisivu";
+$a->strings["Your photos"] = "Omat kuvat";
+$a->strings["Videos"] = "Videot";
+$a->strings["Your videos"] = "Omat videot";
+$a->strings["Your events"] = "Omat tapahtumat";
+$a->strings["Conversations from your friends"] = "Kavereiden keskustelut";
+$a->strings["Events and Calendar"] = "Tapahtumat ja kalenteri";
+$a->strings["Private mail"] = "Yksityinen posti";
+$a->strings["Account settings"] = "Tiliasetukset";
+$a->strings["Manage/edit friends and contacts"] = "Hallitse/muokkaa kaverit ja kontaktit";
+$a->strings["Alignment"] = "Kohdistaminen";
+$a->strings["Left"] = "Vasemmalle";
+$a->strings["Center"] = "Keskelle";
+$a->strings["Color scheme"] = "Värimalli";
+$a->strings["Posts font size"] = "Julkaisujen fonttikoko";
+$a->strings["Textareas font size"] = "Tekstikenttien fonttikoko";
+$a->strings["Comma separated list of helper forums"] = "";
+$a->strings["don't show"] = "älä näytä";
+$a->strings["show"] = "näytä";
+$a->strings["Set style"] = "Aseta tyyli";
+$a->strings["Community Pages"] = "Yhteisösivut";
+$a->strings["Community Profiles"] = "Yhteisöprofiilit";
+$a->strings["Help or @NewHere ?"] = "";
+$a->strings["Connect Services"] = "Yhdistä palvelut";
+$a->strings["Find Friends"] = "Etsi kavereita";
+$a->strings["Last users"] = "Viimeisimmät käyttäjät";
+$a->strings["Local Directory"] = "Paikallinen hakemisto";
+$a->strings["Similar Interests"] = "Yhteiset harrastukset";
+$a->strings["Invite Friends"] = "Kutsu kavereita";
+$a->strings["External link to forum"] = "Ulkoinen linkki foorumiin";
+$a->strings["Quick Start"] = "Pika-aloitus";
 $a->strings["Error decoding account file"] = "";
-$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "";
+$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Virhe: tiedostosta puuttuu versiotiedot! Saattaa olla että tämä ei ole Friendica -tilitiedosto?";
 $a->strings["User '%s' already exists on this server!"] = "Käyttäjä '%s' on jo olemassa tällä palvelimella!";
 $a->strings["User creation error"] = "Virhe käyttäjän luomisessa";
 $a->strings["User profile creation error"] = "Virhe käyttäjäprofiilin luomisessa";
@@ -1722,6 +1787,13 @@ $a->strings["%d contact not imported"] = [
        1 => "%d kontakteja ei tuotu",
 ];
 $a->strings["Done. You can now login with your username and password"] = "Suoritettu. Voit nyt kirjautua sisään käyttäjätunnuksellasi.";
+$a->strings["Post to Email"] = "Viesti sähköpostiin";
+$a->strings["Hide your profile details from unknown viewers?"] = "Piilota profiilitietosi tuntemattomilta?";
+$a->strings["Connectors disabled, since \"%s\" is enabled."] = "";
+$a->strings["Visible to everybody"] = "Näkyvissä kaikille";
+$a->strings["Close"] = "Sulje";
+$a->strings["Enter new password: "] = "Syötä uusi salasana:";
+$a->strings["Password can't be empty"] = "Salasanakenttä ei saa olla tyhjä";
 $a->strings["System"] = "Järjestelmä";
 $a->strings["Home"] = "Koti";
 $a->strings["Introductions"] = "Esittelyt";
@@ -1729,20 +1801,13 @@ $a->strings["%s commented on %s's post"] = "%s kommentoi julkaisuun jonka kirjoi
 $a->strings["%s created a new post"] = "%s loi uuden julkaisun";
 $a->strings["%s liked %s's post"] = "%s tykkäsi julkaisusta jonka kirjoitti %s";
 $a->strings["%s disliked %s's post"] = "%s ei tykännyt julkaisusta jonka kirjoitti %s";
-$a->strings["%s is attending %s's event"] = "";
-$a->strings["%s is not attending %s's event"] = "";
-$a->strings["%s may attend %s's event"] = "";
+$a->strings["%s is attending %s's event"] = "%s osallistuu tapahtumaan jonka järjestää %s";
+$a->strings["%s is not attending %s's event"] = "%s ei osallistu tapahtumaan jonka järjestää %s";
+$a->strings["%s may attend %s's event"] = "%s ehkä osallistuu tapahtumaan jonka järjestää %s";
 $a->strings["%s is now friends with %s"] = "%s ja %s ovat kavereita";
 $a->strings["Friend Suggestion"] = "Kaveriehdotus";
 $a->strings["Friend/Connect Request"] = "Ystävä/yhteyspyyntö";
 $a->strings["New Follower"] = "Uusi seuraaja";
-$a->strings["Post to Email"] = "Viesti sähköpostiin";
-$a->strings["Hide your profile details from unknown viewers?"] = "Piilota profiilitietosi tuntemattomilta?";
-$a->strings["Connectors disabled, since \"%s\" is enabled."] = "";
-$a->strings["Visible to everybody"] = "Näkyvissä kaikille";
-$a->strings["show"] = "näytä";
-$a->strings["don't show"] = "älä näytä";
-$a->strings["Close"] = "Sulje";
 $a->strings["Birthday:"] = "Syntymäpäivä:";
 $a->strings["YYYY-MM-DD or MM-DD"] = "VVVV-KK-PP tai KK-PP";
 $a->strings["never"] = "ei ikinä";
@@ -1761,22 +1826,13 @@ $a->strings["seconds"] = "sekuntia";
 $a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s sitten";
 $a->strings["view full size"] = "näytä täysikokoisena";
 $a->strings["Image/photo"] = "Kuva/valokuva";
-$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "";
+$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 kirjoitti:";
 $a->strings["Encrypted content"] = "Salattu sisältö";
 $a->strings["Invalid source protocol"] = "Virheellinen lähdeprotokolla";
 $a->strings["Invalid link protocol"] = "Virheellinen linkkiprotokolla";
-$a->strings["External link to forum"] = "Ulkoinen linkki foorumiin";
 $a->strings["Nothing new here"] = "";
 $a->strings["Clear notifications"] = "Tyhjennä ilmoitukset";
-$a->strings["Logout"] = "Kirjaudu ulos";
-$a->strings["End this session"] = "Lopeta istunto";
-$a->strings["Your posts and conversations"] = "Omat julkaisut ja keskustelut";
-$a->strings["Your profile page"] = "Oma profiilisivu";
-$a->strings["Your photos"] = "Omat kuvat";
-$a->strings["Videos"] = "Videot";
-$a->strings["Your videos"] = "Omat videot";
-$a->strings["Your events"] = "Omat tapahtumat";
 $a->strings["Personal notes"] = "";
 $a->strings["Your personal notes"] = "";
 $a->strings["Sign in"] = "Kirjaudu sisään";
@@ -1785,36 +1841,26 @@ $a->strings["Create an account"] = "Luo tili";
 $a->strings["Help and documentation"] = "Ohjeet ja dokmentointi";
 $a->strings["Apps"] = "Sovellukset";
 $a->strings["Addon applications, utilities, games"] = "Lisäosa sovelluksia, apuohjelmia, pelejä";
-$a->strings["Search site content"] = "";
+$a->strings["Search site content"] = "Sivustohaku";
 $a->strings["Community"] = "Yhteisö";
 $a->strings["Conversations on this and other servers"] = "";
-$a->strings["Events and Calendar"] = "Tapahtumat ja kalenteri";
 $a->strings["Directory"] = "Luettelo";
 $a->strings["People directory"] = "";
 $a->strings["Information about this friendica instance"] = "Lisätietoja tästä Friendica -instanssista";
-$a->strings["Conversations from your friends"] = "";
 $a->strings["Network Reset"] = "Verkon nollaus";
 $a->strings["Load Network page with no filters"] = "";
 $a->strings["Friend Requests"] = "Kaveripyynnöt";
 $a->strings["See all notifications"] = "Näytä kaikki ilmoitukset";
 $a->strings["Mark all system notifications seen"] = "";
-$a->strings["Private mail"] = "Yksityinen posti";
 $a->strings["Inbox"] = "Saapuneet";
 $a->strings["Outbox"] = "Lähtevät";
 $a->strings["Manage"] = "Hallitse";
 $a->strings["Manage other pages"] = "Hallitse muita sivuja";
-$a->strings["Account settings"] = "Tiliasetukset";
 $a->strings["Profiles"] = "Profiilit";
 $a->strings["Manage/Edit Profiles"] = "Hallitse/muokka profiilit";
-$a->strings["Manage/edit friends and contacts"] = "Hallitse/muokkaa kaverit ja kontaktit";
 $a->strings["Site setup and configuration"] = "Sivuston asennus ja asetukset";
 $a->strings["Navigation"] = "Navigointi";
 $a->strings["Site map"] = "Sivustokartta";
-$a->strings["Embedding disabled"] = "Upottaminen poistettu käytöstä";
-$a->strings["Embedded content"] = "Upotettu sisältö";
-$a->strings["Export"] = "Vie";
-$a->strings["Export calendar as ical"] = "Vie kalenteri ical -tiedostona";
-$a->strings["Export calendar as csv"] = "Vie kalenteri csv-tiedostona";
 $a->strings["General Features"] = "Yleiset ominaisuudet";
 $a->strings["Multiple Profiles"] = "";
 $a->strings["Ability to create multiple profiles"] = "";
@@ -1837,7 +1883,7 @@ $a->strings["Enable widget to display Network posts only from selected group"] =
 $a->strings["Network Filter"] = "Verkkosuodatin";
 $a->strings["Enable widget to display Network posts only from selected network"] = "";
 $a->strings["Save search terms for re-use"] = "";
-$a->strings["Network Tabs"] = "";
+$a->strings["Network Tabs"] = "Verkko välilehdet";
 $a->strings["Network Personal Tab"] = "";
 $a->strings["Enable tab to display only Network posts that you've interacted on"] = "";
 $a->strings["Network New Tab"] = "";
@@ -1846,9 +1892,9 @@ $a->strings["Network Shared Links Tab"] = "";
 $a->strings["Enable tab to display only Network posts with links in them"] = "";
 $a->strings["Post/Comment Tools"] = "Julkaisu/kommentti työkalut";
 $a->strings["Multiple Deletion"] = "";
-$a->strings["Select and delete multiple posts/comments at once"] = "";
+$a->strings["Select and delete multiple posts/comments at once"] = "Valitse ja poista monta julkaisua/kommentia yhtaikaa";
 $a->strings["Edit Sent Posts"] = "Muokkaa lähetetyt julkaisut";
-$a->strings["Edit and correct posts and comments after sending"] = "";
+$a->strings["Edit and correct posts and comments after sending"] = "Muokkaa ja korjaa julkaisuja ja kommenteja julkaisun jälkeen";
 $a->strings["Tagging"] = "Tunnisteet";
 $a->strings["Ability to tag existing posts"] = "";
 $a->strings["Post Categories"] = "Julkaisuluokat";
@@ -1858,7 +1904,7 @@ $a->strings["Ability to file posts under folders"] = "";
 $a->strings["Dislike Posts"] = "";
 $a->strings["Ability to dislike posts/comments"] = "";
 $a->strings["Star Posts"] = "Tähtimerkityt julkaisut";
-$a->strings["Ability to mark special posts with a star indicator"] = "";
+$a->strings["Ability to mark special posts with a star indicator"] = "Salli julkaisujen tähtimerkintä";
 $a->strings["Mute Post Notifications"] = "Mykistä julkaisuilmoitukset";
 $a->strings["Ability to mute notifications for a thread"] = "";
 $a->strings["Advanced Profile Settings"] = "Profiilin lisäasetukset";
@@ -1867,6 +1913,11 @@ $a->strings["Tag Cloud"] = "Tunnistepilvi";
 $a->strings["Provide a personal tag cloud on your profile page"] = "";
 $a->strings["Display Membership Date"] = "Näytä liittymispäivämäärä";
 $a->strings["Display membership date in profile"] = "Näytä liittymispäivämäärä profiilissa";
+$a->strings["Embedding disabled"] = "Upottaminen poistettu käytöstä";
+$a->strings["Embedded content"] = "Upotettu sisältö";
+$a->strings["Export"] = "Vie";
+$a->strings["Export calendar as ical"] = "Vie kalenteri ical -tiedostona";
+$a->strings["Export calendar as csv"] = "Vie kalenteri csv-tiedostona";
 $a->strings["Add New Contact"] = "Lisää uusi kontakti";
 $a->strings["Enter address or web location"] = "Syötä verkko-osoite";
 $a->strings["Example: bob@example.com, http://example.com/barbara"] = "Esimerkki: bob@example.com, http://example.com/barbara";
@@ -1877,9 +1928,7 @@ $a->strings["%d invitation available"] = [
 $a->strings["Find People"] = "Löydä ihmisiä";
 $a->strings["Enter name or interest"] = "Syötä nimi tai harrastus";
 $a->strings["Examples: Robert Morgenstein, Fishing"] = "Esim. Matti Meikäläinen, kalastus yms.";
-$a->strings["Similar Interests"] = "Yhteiset harrastukset";
 $a->strings["Random Profile"] = "Satunnainen profiili";
-$a->strings["Invite Friends"] = "Kutsu kavereita";
 $a->strings["View Global Directory"] = "Katso maailmanlaajuista luetteloa";
 $a->strings["Networks"] = "Verkot";
 $a->strings["All Networks"] = "Kaikki verkot";
@@ -1940,7 +1989,7 @@ $a->strings["Lonely"] = "Yksinäinen";
 $a->strings["Available"] = "";
 $a->strings["Unavailable"] = "";
 $a->strings["Has crush"] = "Ihastunut";
-$a->strings["Infatuated"] = "";
+$a->strings["Infatuated"] = "Hullaantunut";
 $a->strings["Dating"] = "Seurustelee";
 $a->strings["Unfaithful"] = "";
 $a->strings["Sex Addict"] = "";
@@ -1954,9 +2003,9 @@ $a->strings["Partners"] = "Kumppanit";
 $a->strings["Cohabiting"] = "Avoliitossa";
 $a->strings["Common law"] = "Avoliitossa";
 $a->strings["Happy"] = "Iloinen";
-$a->strings["Not looking"] = "";
+$a->strings["Not looking"] = "Ei etsi";
 $a->strings["Swinger"] = "";
-$a->strings["Betrayed"] = "";
+$a->strings["Betrayed"] = "Petetty";
 $a->strings["Separated"] = "";
 $a->strings["Unstable"] = "Epävakaa";
 $a->strings["Divorced"] = "Eronnut";
@@ -1970,50 +2019,13 @@ $a->strings["There are no tables on MyISAM."] = "";
 $a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "";
 $a->strings["The error message is\n[pre]%s[/pre]"] = "Virheviesti on\n[pre]%s[/pre]";
 $a->strings["\nError %d occurred during database update:\n%s\n"] = "\n%d virhe tapahtui tietokannan päivityksen aikana:\n%s\n";
-$a->strings["Errors encountered performing database changes: "] = "";
+$a->strings["Errors encountered performing database changes: "] = "Tietokannan muokkauksessa tapahtui virheitä:";
 $a->strings[": Database update"] = ": Tietokannan päivitys";
-$a->strings["%s: updating %s table."] = "";
+$a->strings["%s: updating %s table."] = "%s: päivitetään %s-taulukkoa.";
 $a->strings["[no subject]"] = "[ei aihetta]";
-$a->strings["Requested account is not available."] = "Pyydetty käyttäjätili ei ole saatavilla.";
-$a->strings["Edit profile"] = "Muokkaa profiilia";
-$a->strings["Atom feed"] = "Atom -syöte";
-$a->strings["Manage/edit profiles"] = "Hallitse/muokkaa profiilit";
-$a->strings["g A l F d"] = "";
-$a->strings["F d"] = "";
-$a->strings["[today]"] = "[tänään]";
-$a->strings["Birthday Reminders"] = "Syntymäpäivämuistutukset";
-$a->strings["Birthdays this week:"] = "Syntymäpäiviä tällä viikolla:";
-$a->strings["[No description]"] = "[Ei kuvausta]";
-$a->strings["Event Reminders"] = "Tapahtumamuistutukset";
-$a->strings["Events this week:"] = "Tapahtumia tällä viikolla:";
-$a->strings["Member since:"] = "Liittymispäivämäärä:";
-$a->strings["j F, Y"] = "";
-$a->strings["j F"] = "";
-$a->strings["Age:"] = "Ikä:";
-$a->strings["for %1\$d %2\$s"] = "";
-$a->strings["Religion:"] = "Uskonto:";
-$a->strings["Hobbies/Interests:"] = "Harrastukset:";
-$a->strings["Contact information and Social Networks:"] = "Yhteystiedot ja sosiaalinen media:";
-$a->strings["Musical interests:"] = "Musiikki:";
-$a->strings["Books, literature:"] = "Kirjat, kirjallisuus:";
-$a->strings["Television:"] = "Televisio:";
-$a->strings["Film/dance/culture/entertainment:"] = "Elokuvat/tanssit/kulttuuri/viihde:";
-$a->strings["Love/Romance:"] = "Rakkaus/romanssi:";
-$a->strings["Work/employment:"] = "Työ:";
-$a->strings["School/education:"] = "Koulutus:";
-$a->strings["Forums:"] = "Foorumit:";
-$a->strings["Only You Can See This"] = "Vain sinä näet tämän";
-$a->strings["%1\$s is attending %2\$s's %3\$s"] = "";
-$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "";
-$a->strings["%1\$s may attend %2\$s's %3\$s"] = "";
-$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "";
-$a->strings["Default privacy group for new contacts"] = "Oletusryhmä uusille kontakteille";
-$a->strings["Everybody"] = "Kaikki";
-$a->strings["edit"] = "muokkaa";
-$a->strings["Edit group"] = "Muokkaa ryhmää";
-$a->strings["Contacts not in any group"] = "Kontaktit ilman ryhmää";
-$a->strings["Create a new group"] = "Luo uusi ryhmä";
-$a->strings["Edit groups"] = "Muokkaa ryhmiä";
+$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s osallistuu tapahtumaan %3\$s, jonka järjestää %2\$s";
+$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s ei osallistu tapahtumaan %3\$s, jonka järjestää %2\$s";
+$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s ehkä osallistuu tapahtumaan %3\$s, jonka järjestää %2\$s";
 $a->strings["Drop Contact"] = "Poista kontakti";
 $a->strings["Organisation"] = "Järjestö";
 $a->strings["News"] = "Uutiset";
@@ -2021,15 +2033,15 @@ $a->strings["Forum"] = "Keskustelupalsta";
 $a->strings["Connect URL missing."] = "Yhteys URL-linkki puuttuu.";
 $a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "";
 $a->strings["This site is not configured to allow communications with other networks."] = "";
-$a->strings["No compatible communication protocols or feeds were discovered."] = "";
-$a->strings["The profile address specified does not provide adequate information."] = "";
+$a->strings["No compatible communication protocols or feeds were discovered."] = "Yhteensopivia viestintäprotokolleja tai syötteitä ei löytynyt.";
+$a->strings["The profile address specified does not provide adequate information."] = "Annettu profiiliosoite ei sisällä riittävästi tietoa.";
 $a->strings["An author or name was not found."] = "";
 $a->strings["No browser URL could be matched to this address."] = "";
 $a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "";
 $a->strings["Use mailto: in front of address to force email check."] = "";
 $a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "";
 $a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "";
-$a->strings["Unable to retrieve contact information."] = "";
+$a->strings["Unable to retrieve contact information."] = "Kontaktin tietoja ei voitu hakea.";
 $a->strings["%s's birthday"] = "%s: syntymäpäivä";
 $a->strings["Happy Birthday %s"] = "Hyvää syntymäpäivää %s";
 $a->strings["Starts:"] = "Alkaa:";
@@ -2046,6 +2058,43 @@ $a->strings["D g:i A"] = "";
 $a->strings["g:i A"] = "";
 $a->strings["Show map"] = "Näytä kartta";
 $a->strings["Hide map"] = "Piilota kartta";
+$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "";
+$a->strings["Default privacy group for new contacts"] = "Oletusryhmä uusille kontakteille";
+$a->strings["Everybody"] = "Kaikki";
+$a->strings["edit"] = "muokkaa";
+$a->strings["Edit group"] = "Muokkaa ryhmää";
+$a->strings["Contacts not in any group"] = "Kontaktit ilman ryhmää";
+$a->strings["Create a new group"] = "Luo uusi ryhmä";
+$a->strings["Edit groups"] = "Muokkaa ryhmiä";
+$a->strings["Requested account is not available."] = "Pyydetty käyttäjätili ei ole saatavilla.";
+$a->strings["Edit profile"] = "Muokkaa profiilia";
+$a->strings["Atom feed"] = "Atom -syöte";
+$a->strings["Manage/edit profiles"] = "Hallitse/muokkaa profiilit";
+$a->strings["g A l F d"] = "";
+$a->strings["F d"] = "";
+$a->strings["[today]"] = "[tänään]";
+$a->strings["Birthday Reminders"] = "Syntymäpäivämuistutukset";
+$a->strings["Birthdays this week:"] = "Syntymäpäiviä tällä viikolla:";
+$a->strings["[No description]"] = "[Ei kuvausta]";
+$a->strings["Event Reminders"] = "Tapahtumamuistutukset";
+$a->strings["Events this week:"] = "Tapahtumia tällä viikolla:";
+$a->strings["Member since:"] = "Liittymispäivämäärä:";
+$a->strings["j F, Y"] = "";
+$a->strings["j F"] = "";
+$a->strings["Age:"] = "Ikä:";
+$a->strings["for %1\$d %2\$s"] = "";
+$a->strings["Religion:"] = "Uskonto:";
+$a->strings["Hobbies/Interests:"] = "Harrastukset:";
+$a->strings["Contact information and Social Networks:"] = "Yhteystiedot ja sosiaalinen media:";
+$a->strings["Musical interests:"] = "Musiikki:";
+$a->strings["Books, literature:"] = "Kirjat, kirjallisuus:";
+$a->strings["Television:"] = "Televisio:";
+$a->strings["Film/dance/culture/entertainment:"] = "Elokuvat/tanssit/kulttuuri/viihde:";
+$a->strings["Love/Romance:"] = "Rakkaus/romanssi:";
+$a->strings["Work/employment:"] = "Työ:";
+$a->strings["School/education:"] = "Koulutus:";
+$a->strings["Forums:"] = "Foorumit:";
+$a->strings["Only You Can See This"] = "Vain sinä näet tämän";
 $a->strings["Login failed"] = "Kirjautuminen epäonnistui";
 $a->strings["Not enough information to authenticate"] = "";
 $a->strings["An invitation is required."] = "";
@@ -2064,7 +2113,6 @@ $a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Nimimerkki voi
 $a->strings["Nickname is already registered. Please choose another."] = "Valitsemasi nimimerkki on jo käytössä. Valitse toinen nimimerkki.";
 $a->strings["SERIOUS ERROR: Generation of security keys failed."] = "VAKAVA VIRHE: Salausavainten luominen epäonnistui.";
 $a->strings["An error occurred during registration. Please try again."] = "Rekisteröityminen epäonnistui. Yritä uudelleen.";
-$a->strings["default"] = "oletus";
 $a->strings["An error occurred creating your default profile. Please try again."] = "Oletusprofiilin luominen epäonnistui. Yritä uudelleen.";
 $a->strings["An error occurred creating your self contact. Please try again."] = "";
 $a->strings["An error occurred creating your default contact group. Please try again."] = "";
@@ -2080,7 +2128,21 @@ $a->strings["%s\\'s birthday"] = "%s\\ käyttäjän syntymäpäivä";
 $a->strings["Sharing notification from Diaspora network"] = "";
 $a->strings["Attachments:"] = "Liitteitä:";
 $a->strings["(no subject)"] = "(ei aihetta)";
-$a->strings["This entry was edited"] = "";
+$a->strings["Create a New Account"] = "Luo uusi käyttäjätili";
+$a->strings["Password: "] = "Salasana:";
+$a->strings["Remember me"] = "Muista minut";
+$a->strings["Or login using OpenID: "] = "Kirjaudu sisään OpenID -tunnuksella:";
+$a->strings["Forgot your password?"] = "Unohditko salasanasi?";
+$a->strings["Website Terms of Service"] = "Verkkosivun käyttöehdot";
+$a->strings["terms of service"] = "käyttöehdot";
+$a->strings["Website Privacy Policy"] = "Sivuston tietosuojakäytäntö";
+$a->strings["privacy policy"] = "tietosuojakäytäntö";
+$a->strings["Logged out."] = "Kirjautunut ulos.";
+$a->strings["Privacy Statement"] = "Tietosuojalausunto";
+$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."] = "";
+$a->strings["This data is required for communication and is passed on to the nodes of the communication partners. Users can enter additional private data that may be transmitted to the communication partners 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."] = "";
+$a->strings["This entry was edited"] = "Tämä kohde oli muokattu";
 $a->strings["save to folder"] = "tallenna kansioon";
 $a->strings["I will attend"] = "Osallistun";
 $a->strings["I will not attend"] = "En aio osallistua";
@@ -2089,9 +2151,9 @@ $a->strings["add star"] = "lisää tähti";
 $a->strings["remove star"] = "poista tähti";
 $a->strings["toggle star status"] = "Tähtitila päälle/pois";
 $a->strings["starred"] = "tähtimerkitty";
-$a->strings["ignore thread"] = "";
-$a->strings["unignore thread"] = "";
-$a->strings["toggle ignore status"] = "";
+$a->strings["ignore thread"] = "Sivuuta keskustelu";
+$a->strings["unignore thread"] = "Seuraa keskustelua";
+$a->strings["toggle ignore status"] = "Sivuuta/seuraa";
 $a->strings["add tag"] = "lisää tägi";
 $a->strings["like"] = "tykkää";
 $a->strings["dislike"] = "en tykkää";
@@ -2113,63 +2175,7 @@ $a->strings["Code"] = "Koodi";
 $a->strings["Image"] = "Kuva";
 $a->strings["Link"] = "Linkki";
 $a->strings["Video"] = "Video";
-$a->strings["Create a New Account"] = "Luo uusi käyttäjätili";
-$a->strings["Password: "] = "Salasana:";
-$a->strings["Remember me"] = "Muista minut";
-$a->strings["Or login using OpenID: "] = "Kirjaudu sisään OpenID -tunnuksella:";
-$a->strings["Forgot your password?"] = "Unohditko salasanasi?";
-$a->strings["Website Terms of Service"] = "Verkkosivun käyttöehdot";
-$a->strings["terms of service"] = "käyttöehdot";
-$a->strings["Website Privacy Policy"] = "Sivuston tietosuojakäytäntö";
-$a->strings["privacy policy"] = "tietosuojakäytäntö";
-$a->strings["Logged out."] = "Kirjautunut ulos.";
 $a->strings["Delete this item?"] = "Poista tämä kohde?";
 $a->strings["show fewer"] = "näytä vähemmän";
-$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"] = "Muunnelmat";
-$a->strings["Repeat the image"] = "Toista kuva";
-$a->strings["Will repeat your image to fill the background."] = "";
-$a->strings["Stretch"] = "Venytä";
-$a->strings["Will stretch to width/height of the image."] = "";
-$a->strings["Resize fill and-clip"] = "";
-$a->strings["Resize to fill and retain aspect ratio."] = "";
-$a->strings["Resize best fit"] = "";
-$a->strings["Resize to best fit and retain aspect ratio."] = "";
-$a->strings["Default"] = "Oletus";
-$a->strings["Note"] = "";
-$a->strings["Check image permissions if all users are allowed to visit the image"] = "";
-$a->strings["Select scheme"] = "Valitse malli";
-$a->strings["Navigation bar background color"] = "Navigointipalkin taustaväri";
-$a->strings["Navigation bar icon color "] = "Navigointipalkin kuvakkeiden väri";
-$a->strings["Link color"] = "Linkin väri";
-$a->strings["Set the background color"] = "Valitse taustaväri";
-$a->strings["Content background opacity"] = "Sisällön taustasameus";
-$a->strings["Set the background image"] = "Valitse taustakuva";
-$a->strings["Login page background image"] = "Sisäänkirjautumissivun taustakuva";
-$a->strings["Login page background color"] = "Sisäänkirjautumissivun taustaväri";
-$a->strings["Leave background image and color empty for theme defaults"] = "";
-$a->strings["Guest"] = "Vieras";
-$a->strings["Visitor"] = "Vierailija";
-$a->strings["Alignment"] = "Kohdistaminen";
-$a->strings["Left"] = "Vasemmalle";
-$a->strings["Center"] = "Keskelle";
-$a->strings["Color scheme"] = "Värimalli";
-$a->strings["Posts font size"] = "Julkaisujen fonttikoko";
-$a->strings["Textareas font size"] = "Tekstikenttien fonttikoko";
-$a->strings["Comma separated list of helper forums"] = "";
-$a->strings["Set style"] = "Aseta tyyli";
-$a->strings["Community Pages"] = "Yhteisösivut";
-$a->strings["Community Profiles"] = "Yhteisöprofiilit";
-$a->strings["Help or @NewHere ?"] = "";
-$a->strings["Connect Services"] = "Yhdistä palvelut";
-$a->strings["Find Friends"] = "Etsi kavereita";
-$a->strings["Last users"] = "Viimeisimmät käyttäjät";
-$a->strings["Local Directory"] = "Paikallinen hakemisto";
-$a->strings["Quick Start"] = "Pika-aloitus";
-$a->strings["toggle mobile"] = "Mobiilisivusto päälle/pois";
 $a->strings["Update %s failed. See error logs."] = "%s päivitys epäonnistui, katso virhelokit.";
+$a->strings["toggle mobile"] = "Mobiilisivusto päälle/pois";
index 71e52d13c672b058fb4c8968b7ea68087ef92b07..bc9e5ec2a6ef431ab807f8892a95901523a24361 100644 (file)
@@ -16,8 +16,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-03-05 16:37+0100\n"
-"PO-Revision-Date: 2018-03-19 13:20+0000\n"
+"POT-Creation-Date: 2018-04-06 16:58+0200\n"
+"PO-Revision-Date: 2018-04-19 14:57+0000\n"
 "Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
 "Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
 "MIME-Version: 1.0\n"
@@ -44,254 +44,288 @@ msgid ""
 "form has been opened for too long (>3 hours) before submitting it."
 msgstr "Il token di sicurezza della form non era corretto. Probabilmente la form è rimasta aperta troppo a lungo (più di tre ore) prima di inviarla."
 
-#: include/enotify.php:33
+#: include/dba.php:57
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "Non trovo le informazioni DNS per il database server '%s'"
+
+#: include/api.php:1199
+#, php-format
+msgid "Daily posting limit of %d post reached. The post was rejected."
+msgid_plural "Daily posting limit of %d posts reached. The post was rejected."
+msgstr[0] "Limite giornaliero di %d messaggio raggiunto. Il messaggio è stato rifiutato"
+msgstr[1] "Limite giornaliero di %d messaggi raggiunto. Il messaggio è stato rifiutato."
+
+#: include/api.php:1223
+#, php-format
+msgid "Weekly posting limit of %d post reached. The post was rejected."
+msgid_plural ""
+"Weekly posting limit of %d posts reached. The post was rejected."
+msgstr[0] "Limite settimanale di %d messaggio raggiunto. Il messaggio è stato rifiutato"
+msgstr[1] "Limite settimanale di %d messaggi raggiunto. Il messaggio è stato rifiutato."
+
+#: include/api.php:1247
+#, php-format
+msgid "Monthly posting limit of %d post reached. The post was rejected."
+msgstr "Limite mensile di %d messaggi raggiunto. Il messaggio è stato rifiutato."
+
+#: include/api.php:4400 mod/photos.php:88 mod/photos.php:194
+#: mod/photos.php:722 mod/photos.php:1149 mod/photos.php:1166
+#: mod/photos.php:1684 mod/profile_photo.php:85 mod/profile_photo.php:93
+#: mod/profile_photo.php:101 mod/profile_photo.php:211
+#: mod/profile_photo.php:302 mod/profile_photo.php:312 src/Model/User.php:539
+#: src/Model/User.php:547 src/Model/User.php:555
+msgid "Profile Photos"
+msgstr "Foto del profilo"
+
+#: include/enotify.php:31
 msgid "Friendica Notification"
 msgstr "Notifica Friendica"
 
-#: include/enotify.php:36
+#: include/enotify.php:34
 msgid "Thank You,"
 msgstr "Grazie,"
 
-#: include/enotify.php:39
+#: include/enotify.php:37
 #, php-format
 msgid "%s Administrator"
 msgstr "Amministratore %s"
 
-#: include/enotify.php:41
+#: include/enotify.php:39
 #, php-format
 msgid "%1$s, %2$s Administrator"
 msgstr "%1$s,  amministratore di %2$s"
 
-#: include/enotify.php:52 src/Worker/Delivery.php:403
+#: include/enotify.php:50 src/Worker/Delivery.php:404
 msgid "noreply"
 msgstr "nessuna risposta"
 
-#: include/enotify.php:100
+#: include/enotify.php:98
 #, php-format
 msgid "[Friendica:Notify] New mail received at %s"
 msgstr "[Friendica:Notifica] Nuovo messaggio privato ricevuto su %s"
 
-#: include/enotify.php:102
+#: include/enotify.php:100
 #, php-format
 msgid "%1$s sent you a new private message at %2$s."
 msgstr "%1$s ti ha inviato un nuovo messaggio privato su %2$s."
 
-#: include/enotify.php:103
+#: include/enotify.php:101
 msgid "a private message"
 msgstr "un messaggio privato"
 
-#: include/enotify.php:103
+#: include/enotify.php:101
 #, php-format
 msgid "%1$s sent you %2$s."
 msgstr "%1$s ti ha inviato %2$s"
 
-#: include/enotify.php:105
+#: include/enotify.php:103
 #, php-format
 msgid "Please visit %s to view and/or reply to your private messages."
 msgstr "Visita %s per vedere e/o rispondere ai tuoi messaggi privati."
 
-#: include/enotify.php:143
+#: include/enotify.php:141
 #, php-format
 msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
 msgstr "%1$s ha commentato [url=%2$s]%3$s[/url]"
 
-#: include/enotify.php:151
+#: include/enotify.php:149
 #, php-format
 msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
 msgstr "%1$s ha commentato [url=%2$s]%4$s di %3$s[/url]"
 
-#: include/enotify.php:161
+#: include/enotify.php:159
 #, php-format
 msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
 msgstr "%1$s ha commentato un [url=%2$s]tuo %3$s[/url]"
 
-#: include/enotify.php:173
+#: include/enotify.php:171
 #, php-format
 msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
 msgstr "[Friendica:Notifica] Commento di %2$s alla conversazione #%1$d"
 
-#: include/enotify.php:175
+#: include/enotify.php:173
 #, php-format
 msgid "%s commented on an item/conversation you have been following."
 msgstr "%s ha commentato un elemento che stavi seguendo."
 
-#: include/enotify.php:178 include/enotify.php:193 include/enotify.php:208
-#: include/enotify.php:223 include/enotify.php:242 include/enotify.php:257
+#: include/enotify.php:176 include/enotify.php:191 include/enotify.php:206
+#: include/enotify.php:221 include/enotify.php:240 include/enotify.php:255
 #, php-format
 msgid "Please visit %s to view and/or reply to the conversation."
 msgstr "Visita %s per vedere e/o commentare la conversazione"
 
-#: include/enotify.php:185
+#: include/enotify.php:183
 #, php-format
 msgid "[Friendica:Notify] %s posted to your profile wall"
 msgstr "[Friendica:Notifica] %s ha scritto sulla tua bacheca"
 
-#: include/enotify.php:187
+#: include/enotify.php:185
 #, php-format
 msgid "%1$s posted to your profile wall at %2$s"
 msgstr "%1$s ha scritto sulla tua bacheca su %2$s"
 
-#: include/enotify.php:188
+#: include/enotify.php:186
 #, php-format
 msgid "%1$s posted to [url=%2$s]your wall[/url]"
 msgstr "%1$s ha inviato un messaggio sulla [url=%2$s]tua bacheca[/url]"
 
-#: include/enotify.php:200
+#: include/enotify.php:198
 #, php-format
 msgid "[Friendica:Notify] %s tagged you"
 msgstr "[Friendica:Notifica] %s ti ha taggato"
 
-#: include/enotify.php:202
+#: include/enotify.php:200
 #, php-format
 msgid "%1$s tagged you at %2$s"
 msgstr "%1$s ti ha taggato su %2$s"
 
-#: include/enotify.php:203
+#: include/enotify.php:201
 #, php-format
 msgid "%1$s [url=%2$s]tagged you[/url]."
 msgstr "%1$s [url=%2$s]ti ha taggato[/url]."
 
-#: include/enotify.php:215
+#: include/enotify.php:213
 #, php-format
 msgid "[Friendica:Notify] %s shared a new post"
 msgstr "[Friendica:Notifica] %s ha condiviso un nuovo messaggio"
 
-#: include/enotify.php:217
+#: include/enotify.php:215
 #, php-format
 msgid "%1$s shared a new post at %2$s"
 msgstr "%1$s ha condiviso un nuovo messaggio su %2$s"
 
-#: include/enotify.php:218
+#: include/enotify.php:216
 #, php-format
 msgid "%1$s [url=%2$s]shared a post[/url]."
 msgstr "%1$s [url=%2$s]ha condiviso un messaggio[/url]."
 
-#: include/enotify.php:230
+#: include/enotify.php:228
 #, php-format
 msgid "[Friendica:Notify] %1$s poked you"
 msgstr "[Friendica:Notifica] %1$s ti ha stuzzicato"
 
-#: include/enotify.php:232
+#: include/enotify.php:230
 #, php-format
 msgid "%1$s poked you at %2$s"
 msgstr "%1$s ti ha stuzzicato su %2$s"
 
-#: include/enotify.php:233
+#: include/enotify.php:231
 #, php-format
 msgid "%1$s [url=%2$s]poked you[/url]."
 msgstr "%1$s [url=%2$s]ti ha stuzzicato[/url]."
 
-#: include/enotify.php:249
+#: include/enotify.php:247
 #, php-format
 msgid "[Friendica:Notify] %s tagged your post"
 msgstr "[Friendica:Notifica] %s ha taggato un tuo messaggio"
 
-#: include/enotify.php:251
+#: include/enotify.php:249
 #, php-format
 msgid "%1$s tagged your post at %2$s"
 msgstr "%1$s ha taggato il tuo post su %2$s"
 
-#: include/enotify.php:252
+#: include/enotify.php:250
 #, php-format
 msgid "%1$s tagged [url=%2$s]your post[/url]"
 msgstr "%1$s ha taggato [url=%2$s]il tuo post[/url]"
 
-#: include/enotify.php:264
+#: include/enotify.php:262
 msgid "[Friendica:Notify] Introduction received"
 msgstr "[Friendica:Notifica] Hai ricevuto una presentazione"
 
-#: include/enotify.php:266
+#: include/enotify.php:264
 #, php-format
 msgid "You've received an introduction from '%1$s' at %2$s"
 msgstr "Hai ricevuto un'introduzione da '%1$s' su %2$s"
 
-#: include/enotify.php:267
+#: include/enotify.php:265
 #, php-format
 msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
 msgstr "Hai ricevuto [url=%1$s]un'introduzione[/url] da %2$s."
 
-#: include/enotify.php:272 include/enotify.php:318
+#: include/enotify.php:270 include/enotify.php:316
 #, php-format
 msgid "You may visit their profile at %s"
 msgstr "Puoi visitare il suo profilo presso %s"
 
-#: include/enotify.php:274
+#: include/enotify.php:272
 #, php-format
 msgid "Please visit %s to approve or reject the introduction."
 msgstr "Visita %s per approvare o rifiutare la presentazione."
 
-#: include/enotify.php:282
+#: include/enotify.php:280
 msgid "[Friendica:Notify] A new person is sharing with you"
 msgstr "[Friendica:Notifica] Una nuova persona sta condividendo con te"
 
-#: include/enotify.php:284 include/enotify.php:285
+#: include/enotify.php:282 include/enotify.php:283
 #, php-format
 msgid "%1$s is sharing with you at %2$s"
 msgstr "%1$s sta condividendo con te su %2$s"
 
-#: include/enotify.php:292
+#: include/enotify.php:290
 msgid "[Friendica:Notify] You have a new follower"
 msgstr "[Friendica:Notifica] Una nuova persona ti segue"
 
-#: include/enotify.php:294 include/enotify.php:295
+#: include/enotify.php:292 include/enotify.php:293
 #, php-format
 msgid "You have a new follower at %2$s : %1$s"
 msgstr "Un nuovo utente ha iniziato a seguirti su %2$s : %1$s"
 
-#: include/enotify.php:307
+#: include/enotify.php:305
 msgid "[Friendica:Notify] Friend suggestion received"
 msgstr "[Friendica:Notifica] Hai ricevuto un suggerimento di amicizia"
 
-#: include/enotify.php:309
+#: include/enotify.php:307
 #, php-format
 msgid "You've received a friend suggestion from '%1$s' at %2$s"
 msgstr "Hai ricevuto un suggerimento di amicizia da '%1$s' su %2$s"
 
-#: include/enotify.php:310
+#: include/enotify.php:308
 #, php-format
 msgid ""
 "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
 msgstr "Hai ricevuto [url=%1$s]un suggerimento di amicizia[/url] per %2$s su %3$s"
 
-#: include/enotify.php:316
+#: include/enotify.php:314
 msgid "Name:"
 msgstr "Nome:"
 
-#: include/enotify.php:317
+#: include/enotify.php:315
 msgid "Photo:"
 msgstr "Foto:"
 
-#: include/enotify.php:320
+#: include/enotify.php:318
 #, php-format
 msgid "Please visit %s to approve or reject the suggestion."
 msgstr "Visita %s per approvare o rifiutare il suggerimento."
 
-#: include/enotify.php:328 include/enotify.php:343
+#: include/enotify.php:326 include/enotify.php:341
 msgid "[Friendica:Notify] Connection accepted"
 msgstr "[Friendica:Notifica] Connessione accettata"
 
-#: include/enotify.php:330 include/enotify.php:345
+#: include/enotify.php:328 include/enotify.php:343
 #, php-format
 msgid "'%1$s' has accepted your connection request at %2$s"
 msgstr "'%1$s' ha accettato la tua richiesta di connessione su %2$s"
 
-#: include/enotify.php:331 include/enotify.php:346
+#: include/enotify.php:329 include/enotify.php:344
 #, php-format
 msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
 msgstr "%2$s ha accettato la tua [url=%1$s]richiesta di connessione[/url]"
 
-#: include/enotify.php:336
+#: include/enotify.php:334
 msgid ""
 "You are now mutual friends and may exchange status updates, photos, and "
 "email without restriction."
 msgstr "Ora siete amici reciproci e potete scambiarvi aggiornamenti di stato, foto e messaggi privati senza restrizioni."
 
-#: include/enotify.php:338
+#: include/enotify.php:336
 #, php-format
 msgid "Please visit %s if you wish to make any changes to this relationship."
 msgstr "Visita %s se vuoi modificare questa relazione."
 
-#: include/enotify.php:351
+#: include/enotify.php:349
 #, php-format
 msgid ""
 "'%1$s' has chosen to accept you a fan, which restricts some forms of "
@@ -300,349 +334,543 @@ msgid ""
 "automatically."
 msgstr "'%1$s' ha scelto di accettarti come \"fan\", il che limita alcune forme di comunicazione, come i messaggi privati, e alcune possibilità di interazione col profilo. Se è una pagina di una comunità o di una celebrità, queste impostazioni sono state applicate automaticamente."
 
-#: include/enotify.php:353
+#: include/enotify.php:351
 #, php-format
 msgid ""
 "'%1$s' may choose to extend this into a two-way or more permissive "
 "relationship in the future."
 msgstr "'%1$s' può scegliere di estendere questa relazione in una relazione più permissiva in futuro."
 
-#: include/enotify.php:355
+#: include/enotify.php:353
 #, php-format
 msgid "Please visit %s  if you wish to make any changes to this relationship."
 msgstr "Visita %s se desideri modificare questo collegamento."
 
-#: include/enotify.php:365
+#: include/enotify.php:363
 msgid "[Friendica System:Notify] registration request"
 msgstr "[Friendica System:Notifica] richiesta di registrazione"
 
-#: include/enotify.php:367
+#: include/enotify.php:365
 #, php-format
 msgid "You've received a registration request from '%1$s' at %2$s"
 msgstr "Hai ricevuto una richiesta di registrazione da '%1$s' su %2$s"
 
-#: include/enotify.php:368
+#: include/enotify.php:366
 #, php-format
 msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
 msgstr "Hai ricevuto una [url=%1$s]richiesta di registrazione[/url] da %2$s."
 
-#: include/enotify.php:373
+#: include/enotify.php:371
 #, php-format
-msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s("
-msgstr "Nome completo:\t%1$s\nIndirizzo del sito:\t%2$s\nNome utente:\t%3$s (%4$s)"
+msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
+msgstr "Nome completo: %1$s\nIndirizzo del sito: %2$s\nNome utente: %3$s (%4$s)"
 
-#: include/enotify.php:379
+#: include/enotify.php:377
 #, php-format
 msgid "Please visit %s to approve or reject the request."
 msgstr "Visita %s per approvare o rifiutare la richiesta."
 
-#: include/event.php:26 include/event.php:914 include/bb2diaspora.php:238
-#: mod/localtime.php:19
-msgid "l F d, Y \\@ g:i A"
-msgstr "l d F Y \\@ G:i"
-
-#: include/event.php:45 include/event.php:62 include/event.php:471
-#: include/event.php:992 include/bb2diaspora.php:245
-msgid "Starts:"
-msgstr "Inizia:"
+#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21
+#: mod/display.php:72 mod/display.php:252 mod/display.php:354
+#: mod/admin.php:276 mod/admin.php:1854 mod/admin.php:2102
+msgid "Item not found."
+msgstr "Elemento non trovato."
 
-#: include/event.php:48 include/event.php:68 include/event.php:472
-#: include/event.php:996 include/bb2diaspora.php:251
-msgid "Finishes:"
-msgstr "Finisce:"
+#: include/items.php:382
+msgid "Do you really want to delete this item?"
+msgstr "Vuoi veramente cancellare questo elemento?"
 
-#: include/event.php:52 include/event.php:77 include/event.php:473
-#: include/event.php:1010 include/bb2diaspora.php:258
-#: mod/notifications.php:247 mod/contacts.php:651 mod/directory.php:149
-#: mod/events.php:521 src/Model/Profile.php:417
-msgid "Location:"
-msgstr "Posizione:"
+#: include/items.php:384 mod/api.php:110 mod/suggest.php:38
+#: mod/dfrn_request.php:653 mod/message.php:138 mod/follow.php:150
+#: mod/profiles.php:636 mod/profiles.php:639 mod/profiles.php:661
+#: mod/contacts.php:472 mod/register.php:237 mod/settings.php:1105
+#: mod/settings.php:1111 mod/settings.php:1118 mod/settings.php:1122
+#: mod/settings.php:1126 mod/settings.php:1130 mod/settings.php:1134
+#: mod/settings.php:1138 mod/settings.php:1158 mod/settings.php:1159
+#: mod/settings.php:1160 mod/settings.php:1161 mod/settings.php:1162
+msgid "Yes"
+msgstr "Si"
 
-#: include/event.php:420
-msgid "all-day"
-msgstr "tutto il giorno"
+#: include/items.php:387 include/conversation.php:1378 mod/fbrowser.php:103
+#: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663
+#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141
+#: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147
+#: mod/unfollow.php:117 mod/follow.php:161 mod/contacts.php:475
+#: mod/settings.php:676 mod/settings.php:702
+msgid "Cancel"
+msgstr "Annulla"
 
-#: include/event.php:422 include/text.php:1111
-msgid "Sun"
-msgstr "Dom"
+#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40
+#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28
+#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/uimport.php:28
+#: mod/notifications.php:73 mod/dfrn_confirm.php:68 mod/invite.php:20
+#: mod/invite.php:106 mod/wall_attach.php:74 mod/wall_attach.php:77
+#: mod/manage.php:131 mod/regmod.php:108 mod/viewcontacts.php:57
+#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79
+#: mod/wallmessage.php:103 mod/poke.php:150 mod/wall_upload.php:103
+#: mod/wall_upload.php:106 mod/editpost.php:18 mod/fsuggest.php:80
+#: mod/group.php:26 mod/item.php:160 mod/message.php:59 mod/message.php:104
+#: mod/network.php:32 mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051
+#: mod/delegate.php:25 mod/delegate.php:43 mod/delegate.php:54
+#: mod/dirfind.php:25 mod/ostatus_subscribe.php:16 mod/unfollow.php:15
+#: mod/unfollow.php:57 mod/unfollow.php:90 mod/cal.php:304 mod/events.php:194
+#: mod/profile_photo.php:30 mod/profile_photo.php:176
+#: mod/profile_photo.php:187 mod/profile_photo.php:200 mod/follow.php:17
+#: mod/follow.php:54 mod/follow.php:118 mod/profiles.php:182
+#: mod/profiles.php:606 mod/contacts.php:386 mod/register.php:53
+#: mod/settings.php:42 mod/settings.php:141 mod/settings.php:665 index.php:416
+msgid "Permission denied."
+msgstr "Permesso negato."
 
-#: include/event.php:423 include/text.php:1111
-msgid "Mon"
-msgstr "Lun"
+#: include/items.php:471
+msgid "Archives"
+msgstr "Archivi"
 
-#: include/event.php:424 include/text.php:1111
-msgid "Tue"
-msgstr "Mar"
+#: include/items.php:477 src/Content/ForumManager.php:130
+#: src/Content/Widget.php:312 src/Object/Post.php:430 src/App.php:512
+#: view/theme/vier/theme.php:259
+msgid "show more"
+msgstr "mostra di più"
 
-#: include/event.php:425 include/text.php:1111
-msgid "Wed"
-msgstr "Mer"
+#: include/conversation.php:144 include/conversation.php:282
+#: include/text.php:1774 src/Model/Item.php:1795
+msgid "event"
+msgstr "l'evento"
 
-#: include/event.php:426 include/text.php:1111
-msgid "Thu"
-msgstr "Gio"
+#: include/conversation.php:147 include/conversation.php:157
+#: include/conversation.php:285 include/conversation.php:294
+#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1793
+#: src/Protocol/Diaspora.php:2010
+msgid "status"
+msgstr "stato"
 
-#: include/event.php:427 include/text.php:1111
-msgid "Fri"
-msgstr "Ven"
+#: include/conversation.php:152 include/conversation.php:290
+#: include/text.php:1776 mod/subthread.php:97 mod/tagger.php:72
+#: src/Model/Item.php:1793
+msgid "photo"
+msgstr "foto"
 
-#: include/event.php:428 include/text.php:1111
-msgid "Sat"
-msgstr "Sab"
+#: include/conversation.php:164 src/Model/Item.php:1666
+#: src/Protocol/Diaspora.php:2006
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "A %1$s piace %3$s di %2$s"
 
-#: include/event.php:430 include/text.php:1093 mod/settings.php:945
-msgid "Sunday"
-msgstr "Domenica"
+#: include/conversation.php:167 src/Model/Item.php:1671
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "A %1$s non piace %3$s di %2$s"
 
-#: include/event.php:431 include/text.php:1093 mod/settings.php:945
-msgid "Monday"
-msgstr "Lunedì"
+#: include/conversation.php:170
+#, php-format
+msgid "%1$s attends %2$s's %3$s"
+msgstr "%1$s partecipa a %3$s di %2$s"
 
-#: include/event.php:432 include/text.php:1093
-msgid "Tuesday"
-msgstr "Martedì"
+#: include/conversation.php:173
+#, php-format
+msgid "%1$s doesn't attend %2$s's %3$s"
+msgstr "%1$s non partecipa a %3$s di %2$s"
 
-#: include/event.php:433 include/text.php:1093
-msgid "Wednesday"
-msgstr "Mercoledì"
+#: include/conversation.php:176
+#, php-format
+msgid "%1$s attends maybe %2$s's %3$s"
+msgstr "%1$s forse partecipa a %3$s di %2$s"
 
-#: include/event.php:434 include/text.php:1093
-msgid "Thursday"
-msgstr "Giovedì"
+#: include/conversation.php:209 mod/dfrn_confirm.php:431
+#: src/Protocol/Diaspora.php:2481
+#, php-format
+msgid "%1$s is now friends with %2$s"
+msgstr "%1$s e %2$s adesso sono amici"
 
-#: include/event.php:435 include/text.php:1093
-msgid "Friday"
-msgstr "Venerdì"
+#: include/conversation.php:250
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s ha stuzzicato %2$s"
 
-#: include/event.php:436 include/text.php:1093
-msgid "Saturday"
-msgstr "Sabato"
+#: include/conversation.php:304 mod/tagger.php:110
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s ha taggato %3$s di %2$s con %4$s"
 
-#: include/event.php:438 include/text.php:1114
-msgid "Jan"
-msgstr "Gen"
+#: include/conversation.php:331
+msgid "post/item"
+msgstr "post/elemento"
 
-#: include/event.php:439 include/text.php:1114
-msgid "Feb"
-msgstr "Feb"
+#: include/conversation.php:332
+#, php-format
+msgid "%1$s marked %2$s's %3$s as favorite"
+msgstr "%1$s ha segnato il/la %3$s di %2$s come preferito"
 
-#: include/event.php:440 include/text.php:1114
-msgid "Mar"
-msgstr "Mar"
+#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:355
+msgid "Likes"
+msgstr "Mi piace"
 
-#: include/event.php:441 include/text.php:1114
-msgid "Apr"
-msgstr "Apr"
+#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:359
+msgid "Dislikes"
+msgstr "Non mi piace"
 
-#: include/event.php:442 include/event.php:455 include/text.php:1097
-#: include/text.php:1114
-msgid "May"
-msgstr "Maggio"
+#: include/conversation.php:606 include/conversation.php:1687
+#: mod/photos.php:1502
+msgid "Attending"
+msgid_plural "Attending"
+msgstr[0] "Partecipa"
+msgstr[1] "Partecipano"
 
-#: include/event.php:443
-msgid "Jun"
-msgstr "Giu"
+#: include/conversation.php:606 mod/photos.php:1502
+msgid "Not attending"
+msgstr "Non partecipa"
 
-#: include/event.php:444 include/text.php:1114
-msgid "Jul"
-msgstr "Lug"
+#: include/conversation.php:606 mod/photos.php:1502
+msgid "Might attend"
+msgstr "Forse partecipa"
 
-#: include/event.php:445 include/text.php:1114
-msgid "Aug"
-msgstr "Ago"
+#: include/conversation.php:744 mod/photos.php:1569 src/Object/Post.php:178
+msgid "Select"
+msgstr "Seleziona"
 
-#: include/event.php:446
-msgid "Sept"
-msgstr "Set"
+#: include/conversation.php:745 mod/photos.php:1570 mod/contacts.php:830
+#: mod/contacts.php:1035 mod/admin.php:1798 mod/settings.php:738
+#: src/Object/Post.php:179
+msgid "Delete"
+msgstr "Rimuovi"
 
-#: include/event.php:447 include/text.php:1114
-msgid "Oct"
-msgstr "Ott"
+#: include/conversation.php:783 src/Object/Post.php:363
+#: src/Object/Post.php:364
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "Vedi il profilo di %s @ %s"
 
-#: include/event.php:448 include/text.php:1114
-msgid "Nov"
-msgstr "Nov"
+#: include/conversation.php:795 src/Object/Post.php:351
+msgid "Categories:"
+msgstr "Categorie:"
 
-#: include/event.php:449 include/text.php:1114
-msgid "Dec"
-msgstr "Dic"
+#: include/conversation.php:796 src/Object/Post.php:352
+msgid "Filed under:"
+msgstr "Archiviato in:"
 
-#: include/event.php:451 include/text.php:1097
-msgid "January"
-msgstr "Gennaio"
+#: include/conversation.php:803 src/Object/Post.php:377
+#, php-format
+msgid "%s from %s"
+msgstr "%s da %s"
 
-#: include/event.php:452 include/text.php:1097
-msgid "February"
-msgstr "Febbraio"
+#: include/conversation.php:818
+msgid "View in context"
+msgstr "Vedi nel contesto"
 
-#: include/event.php:453 include/text.php:1097
-msgid "March"
-msgstr "Marzo"
+#: include/conversation.php:820 include/conversation.php:1360
+#: mod/wallmessage.php:145 mod/editpost.php:125 mod/message.php:264
+#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:402
+msgid "Please wait"
+msgstr "Attendi"
 
-#: include/event.php:454 include/text.php:1097
-msgid "April"
-msgstr "Aprile"
+#: include/conversation.php:891
+msgid "remove"
+msgstr "rimuovi"
 
-#: include/event.php:456 include/text.php:1097
-msgid "June"
-msgstr "Giugno"
+#: include/conversation.php:895
+msgid "Delete Selected Items"
+msgstr "Cancella elementi selezionati"
 
-#: include/event.php:457 include/text.php:1097
-msgid "July"
-msgstr "Luglio"
+#: include/conversation.php:1065 view/theme/frio/theme.php:352
+msgid "Follow Thread"
+msgstr "Segui la discussione"
 
-#: include/event.php:458 include/text.php:1097
-msgid "August"
-msgstr "Agosto"
+#: include/conversation.php:1066 src/Model/Contact.php:640
+msgid "View Status"
+msgstr "Visualizza stato"
 
-#: include/event.php:459 include/text.php:1097
-msgid "September"
-msgstr "Settembre"
+#: include/conversation.php:1067 include/conversation.php:1083
+#: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89
+#: mod/dirfind.php:217 mod/directory.php:159 src/Model/Contact.php:580
+#: src/Model/Contact.php:593 src/Model/Contact.php:641
+msgid "View Profile"
+msgstr "Visualizza profilo"
 
-#: include/event.php:460 include/text.php:1097
-msgid "October"
-msgstr "Ottobre"
+#: include/conversation.php:1068 src/Model/Contact.php:642
+msgid "View Photos"
+msgstr "Visualizza foto"
 
-#: include/event.php:461 include/text.php:1097
-msgid "November"
-msgstr "Novembre"
+#: include/conversation.php:1069 src/Model/Contact.php:643
+msgid "Network Posts"
+msgstr "Post della Rete"
 
-#: include/event.php:462 include/text.php:1097
-msgid "December"
-msgstr "Dicembre"
+#: include/conversation.php:1070 src/Model/Contact.php:644
+msgid "View Contact"
+msgstr "Mostra contatto"
 
-#: include/event.php:464 mod/cal.php:280 mod/events.php:401
-msgid "today"
-msgstr "oggi"
+#: include/conversation.php:1071 src/Model/Contact.php:646
+msgid "Send PM"
+msgstr "Invia messaggio privato"
 
-#: include/event.php:465 mod/cal.php:281 mod/events.php:402
-#: src/Util/Temporal.php:304
-msgid "month"
-msgstr "mese"
+#: include/conversation.php:1075 src/Model/Contact.php:647
+msgid "Poke"
+msgstr "Stuzzica"
 
-#: include/event.php:466 mod/cal.php:282 mod/events.php:403
-#: src/Util/Temporal.php:305
-msgid "week"
-msgstr "settimana"
+#: include/conversation.php:1080 mod/allfriends.php:74 mod/suggest.php:83
+#: mod/match.php:90 mod/dirfind.php:218 mod/follow.php:143
+#: mod/contacts.php:596 src/Content/Widget.php:61 src/Model/Contact.php:594
+msgid "Connect/Follow"
+msgstr "Connetti/segui"
 
-#: include/event.php:467 mod/cal.php:283 mod/events.php:404
-#: src/Util/Temporal.php:306
-msgid "day"
-msgstr "giorno"
+#: include/conversation.php:1199
+#, php-format
+msgid "%s likes this."
+msgstr "Piace a %s."
 
-#: include/event.php:469
-msgid "No events to display"
-msgstr "Nessun evento da mostrare"
+#: include/conversation.php:1202
+#, php-format
+msgid "%s doesn't like this."
+msgstr "Non piace a %s."
 
-#: include/event.php:583
-msgid "l, F j"
-msgstr "l j F"
+#: include/conversation.php:1205
+#, php-format
+msgid "%s attends."
+msgstr "%s partecipa."
 
-#: include/event.php:607
-msgid "Edit event"
-msgstr "Modifica l'evento"
+#: include/conversation.php:1208
+#, php-format
+msgid "%s doesn't attend."
+msgstr "%s non partecipa."
 
-#: include/event.php:608
-msgid "Duplicate event"
-msgstr "Duplica evento"
+#: include/conversation.php:1211
+#, php-format
+msgid "%s attends maybe."
+msgstr "%s forse partecipa."
 
-#: include/event.php:609
-msgid "Delete event"
-msgstr "Elimina evento"
+#: include/conversation.php:1222
+msgid "and"
+msgstr "e"
 
-#: include/event.php:636 include/text.php:1508 include/text.php:1515
-msgid "link to source"
-msgstr "Collegamento all'originale"
+#: include/conversation.php:1228
+#, php-format
+msgid "and %d other people"
+msgstr "e altre %d persone"
 
-#: include/event.php:896
-msgid "Export"
-msgstr "Esporta"
+#: include/conversation.php:1237
+#, php-format
+msgid "<span  %1$s>%2$d people</span> like this"
+msgstr "Piace a <span %1$s>%2$d persone</span>."
 
-#: include/event.php:897
-msgid "Export calendar as ical"
-msgstr "Esporta il calendario in formato ical"
+#: include/conversation.php:1238
+#, php-format
+msgid "%s like this."
+msgstr "a %s piace."
 
-#: include/event.php:898
-msgid "Export calendar as csv"
-msgstr "Esporta il calendario in formato csv"
+#: include/conversation.php:1241
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't like this"
+msgstr "Non piace a <span %1$s>%2$d persone</span>."
 
-#: include/event.php:915
-msgid "D g:i A"
-msgstr "D G:i"
+#: include/conversation.php:1242
+#, php-format
+msgid "%s don't like this."
+msgstr "a %s non piace."
 
-#: include/event.php:916
-msgid "g:i A"
-msgstr "G:i"
+#: include/conversation.php:1245
+#, php-format
+msgid "<span  %1$s>%2$d people</span> attend"
+msgstr "<span  %1$s>%2$d persone</span> partecipano"
 
-#: include/event.php:1011 include/event.php:1013
-msgid "Show map"
-msgstr "Mostra mappa"
+#: include/conversation.php:1246
+#, php-format
+msgid "%s attend."
+msgstr "%s partecipa."
 
-#: include/event.php:1012
-msgid "Hide map"
-msgstr "Nascondi mappa"
+#: include/conversation.php:1249
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't attend"
+msgstr "<span  %1$s>%2$d persone</span> non partecipano"
 
-#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21
-#: mod/admin.php:269 mod/admin.php:1762 mod/admin.php:2010 mod/display.php:70
-#: mod/display.php:247 mod/display.php:349
-msgid "Item not found."
-msgstr "Elemento non trovato."
+#: include/conversation.php:1250
+#, php-format
+msgid "%s don't attend."
+msgstr "%s non partecipa."
 
-#: include/items.php:382
-msgid "Do you really want to delete this item?"
-msgstr "Vuoi veramente cancellare questo elemento?"
+#: include/conversation.php:1253
+#, php-format
+msgid "<span  %1$s>%2$d people</span> attend maybe"
+msgstr "<span %1$s>%2$d persone</span> forse partecipano"
 
-#: include/items.php:384 mod/api.php:110 mod/suggest.php:38
-#: mod/profiles.php:649 mod/profiles.php:652 mod/profiles.php:674
-#: mod/contacts.php:464 mod/dfrn_request.php:653 mod/follow.php:148
-#: mod/register.php:237 mod/message.php:138 mod/settings.php:1109
-#: mod/settings.php:1115 mod/settings.php:1122 mod/settings.php:1126
-#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138
-#: mod/settings.php:1142 mod/settings.php:1162 mod/settings.php:1163
-#: mod/settings.php:1164 mod/settings.php:1165 mod/settings.php:1166
-msgid "Yes"
-msgstr "Si"
+#: include/conversation.php:1254
+#, php-format
+msgid "%s attend maybe."
+msgstr "%s forse partecipano."
 
-#: include/items.php:387 include/conversation.php:1373 mod/fbrowser.php:103
-#: mod/fbrowser.php:134 mod/suggest.php:41 mod/unfollow.php:117
-#: mod/contacts.php:467 mod/dfrn_request.php:663 mod/follow.php:159
-#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:151 mod/message.php:141
-#: mod/photos.php:248 mod/photos.php:324 mod/settings.php:680
-#: mod/settings.php:706 mod/videos.php:148
-msgid "Cancel"
-msgstr "Annulla"
+#: include/conversation.php:1284 include/conversation.php:1300
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Visibile a <strong>tutti</strong>"
 
-#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40
-#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28
-#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/unfollow.php:15
-#: mod/unfollow.php:57 mod/unfollow.php:90 mod/uimport.php:28
-#: mod/dirfind.php:24 mod/notifications.php:73 mod/ostatus_subscribe.php:16
-#: mod/cal.php:304 mod/dfrn_confirm.php:68 mod/invite.php:20
-#: mod/invite.php:106 mod/manage.php:131 mod/profiles.php:181
-#: mod/profiles.php:619 mod/wall_attach.php:74 mod/wall_attach.php:77
-#: mod/contacts.php:378 mod/delegate.php:24 mod/delegate.php:38
-#: mod/follow.php:16 mod/follow.php:53 mod/follow.php:116 mod/poke.php:150
-#: mod/profile_photo.php:29 mod/profile_photo.php:188
-#: mod/profile_photo.php:199 mod/profile_photo.php:212 mod/regmod.php:108
-#: mod/viewcontacts.php:57 mod/wall_upload.php:103 mod/wall_upload.php:106
-#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79
-#: mod/wallmessage.php:103 mod/item.php:160 mod/register.php:53
-#: mod/editpost.php:20 mod/events.php:195 mod/fsuggest.php:81 mod/group.php:26
-#: mod/message.php:59 mod/message.php:104 mod/network.php:32 mod/notes.php:30
-#: mod/photos.php:174 mod/photos.php:1051 mod/settings.php:41
-#: mod/settings.php:140 mod/settings.php:669 index.php:413
-msgid "Permission denied."
-msgstr "Permesso negato."
+#: include/conversation.php:1285 include/conversation.php:1301
+#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200
+#: mod/message.php:207 mod/message.php:343 mod/message.php:350
+msgid "Please enter a link URL:"
+msgstr "Inserisci l'indirizzo del link:"
 
-#: include/items.php:471
-msgid "Archives"
-msgstr "Archivi"
+#: include/conversation.php:1286 include/conversation.php:1302
+msgid "Please enter a video link/URL:"
+msgstr "Inserisci un collegamento video / URL:"
 
-#: include/items.php:477 view/theme/vier/theme.php:259
-#: src/Content/ForumManager.php:130 src/Content/Widget.php:312
-#: src/Object/Post.php:422 src/App.php:514
-msgid "show more"
-msgstr "mostra di più"
+#: include/conversation.php:1287 include/conversation.php:1303
+msgid "Please enter an audio link/URL:"
+msgstr "Inserisci un collegamento audio / URL:"
+
+#: include/conversation.php:1288 include/conversation.php:1304
+msgid "Tag term:"
+msgstr "Tag:"
+
+#: include/conversation.php:1289 include/conversation.php:1305
+#: mod/filer.php:34
+msgid "Save to Folder:"
+msgstr "Salva nella Cartella:"
+
+#: include/conversation.php:1290 include/conversation.php:1306
+msgid "Where are you right now?"
+msgstr "Dove sei ora?"
+
+#: include/conversation.php:1291
+msgid "Delete item(s)?"
+msgstr "Cancellare questo elemento/i?"
+
+#: include/conversation.php:1338
+msgid "New Post"
+msgstr "Nuovo Messaggio"
+
+#: include/conversation.php:1341
+msgid "Share"
+msgstr "Condividi"
+
+#: include/conversation.php:1342 mod/wallmessage.php:143 mod/editpost.php:111
+#: mod/message.php:262 mod/message.php:430
+msgid "Upload photo"
+msgstr "Carica foto"
+
+#: include/conversation.php:1343 mod/editpost.php:112
+msgid "upload photo"
+msgstr "carica foto"
+
+#: include/conversation.php:1344 mod/editpost.php:113
+msgid "Attach file"
+msgstr "Allega file"
+
+#: include/conversation.php:1345 mod/editpost.php:114
+msgid "attach file"
+msgstr "allega file"
+
+#: include/conversation.php:1346 mod/wallmessage.php:144 mod/editpost.php:115
+#: mod/message.php:263 mod/message.php:431
+msgid "Insert web link"
+msgstr "Inserisci link"
+
+#: include/conversation.php:1347 mod/editpost.php:116
+msgid "web link"
+msgstr "link web"
+
+#: include/conversation.php:1348 mod/editpost.php:117
+msgid "Insert video link"
+msgstr "Inserire collegamento video"
+
+#: include/conversation.php:1349 mod/editpost.php:118
+msgid "video link"
+msgstr "link video"
+
+#: include/conversation.php:1350 mod/editpost.php:119
+msgid "Insert audio link"
+msgstr "Inserisci collegamento audio"
+
+#: include/conversation.php:1351 mod/editpost.php:120
+msgid "audio link"
+msgstr "link audio"
+
+#: include/conversation.php:1352 mod/editpost.php:121
+msgid "Set your location"
+msgstr "La tua posizione"
+
+#: include/conversation.php:1353 mod/editpost.php:122
+msgid "set location"
+msgstr "posizione"
+
+#: include/conversation.php:1354 mod/editpost.php:123
+msgid "Clear browser location"
+msgstr "Rimuovi la localizzazione data dal browser"
+
+#: include/conversation.php:1355 mod/editpost.php:124
+msgid "clear location"
+msgstr "canc. pos."
+
+#: include/conversation.php:1357 mod/editpost.php:138
+msgid "Set title"
+msgstr "Scegli un titolo"
+
+#: include/conversation.php:1359 mod/editpost.php:140
+msgid "Categories (comma-separated list)"
+msgstr "Categorie (lista separata da virgola)"
+
+#: include/conversation.php:1361 mod/editpost.php:126
+msgid "Permission settings"
+msgstr "Impostazioni permessi"
+
+#: include/conversation.php:1362 mod/editpost.php:155
+msgid "permissions"
+msgstr "permessi"
+
+#: include/conversation.php:1370 mod/editpost.php:135
+msgid "Public post"
+msgstr "Messaggio pubblico"
+
+#: include/conversation.php:1374 mod/editpost.php:146 mod/photos.php:1492
+#: mod/photos.php:1531 mod/photos.php:1604 mod/events.php:528
+#: src/Object/Post.php:805
+msgid "Preview"
+msgstr "Anteprima"
+
+#: include/conversation.php:1383
+msgid "Post to Groups"
+msgstr "Invia ai Gruppi"
+
+#: include/conversation.php:1384
+msgid "Post to Contacts"
+msgstr "Invia ai Contatti"
+
+#: include/conversation.php:1385
+msgid "Private post"
+msgstr "Post privato"
+
+#: include/conversation.php:1390 mod/editpost.php:153
+#: src/Model/Profile.php:342
+msgid "Message"
+msgstr "Messaggio"
+
+#: include/conversation.php:1391 mod/editpost.php:154
+msgid "Browser"
+msgstr "Browser"
+
+#: include/conversation.php:1658
+msgid "View all"
+msgstr "Mostra tutto"
+
+#: include/conversation.php:1681
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "Mi piace"
+msgstr[1] "Mi piace"
+
+#: include/conversation.php:1684
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "Non mi piace"
+msgstr[1] "Non mi piace"
+
+#: include/conversation.php:1690
+msgid "Not Attending"
+msgid_plural "Not Attending"
+msgstr[0] "Non partecipa"
+msgstr[1] "Non partecipano"
+
+#: include/conversation.php:1693 src/Content/ContactSelector.php:125
+msgid "Undecided"
+msgid_plural "Undecided"
+msgstr[0] "Indeciso"
+msgstr[1] "Indecisi"
 
 #: include/text.php:302
 msgid "newer"
@@ -691,8 +919,8 @@ msgstr[1] "%d contatti"
 msgid "View Contacts"
 msgstr "Visualizza i contatti"
 
-#: include/text.php:1010 mod/filer.php:35 mod/editpost.php:112
-#: mod/notes.php:68
+#: include/text.php:1010 mod/filer.php:35 mod/editpost.php:110
+#: mod/notes.php:67
 msgid "Save"
 msgstr "Salva"
 
@@ -717,15 +945,15 @@ msgstr "Testo Completo"
 msgid "Tags"
 msgstr "Tags:"
 
-#: include/text.php:1027 mod/contacts.php:805 mod/contacts.php:866
-#: mod/viewcontacts.php:131 view/theme/frio/theme.php:270
-#: src/Content/Nav.php:147 src/Content/Nav.php:212 src/Model/Profile.php:957
-#: src/Model/Profile.php:960
+#: include/text.php:1027 mod/viewcontacts.php:131 mod/contacts.php:814
+#: mod/contacts.php:875 src/Content/Nav.php:147 src/Content/Nav.php:212
+#: src/Model/Profile.php:957 src/Model/Profile.php:960
+#: view/theme/frio/theme.php:270
 msgid "Contacts"
 msgstr "Contatti"
 
-#: include/text.php:1030 view/theme/vier/theme.php:254
-#: src/Content/ForumManager.php:125 src/Content/Nav.php:151
+#: include/text.php:1030 src/Content/ForumManager.php:125
+#: src/Content/Nav.php:151 view/theme/vier/theme.php:254
 msgid "Forums"
 msgstr "Forum"
 
@@ -777,810 +1005,448 @@ msgstr "respingi"
 msgid "rebuffed"
 msgstr "ha respinto"
 
-#: include/text.php:1114
-msgid "Sep"
-msgstr "Set"
+#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:379
+msgid "Monday"
+msgstr "Lunedì"
 
-#: include/text.php:1315 mod/videos.php:381
-msgid "View Video"
-msgstr "Guarda Video"
+#: include/text.php:1093 src/Model/Event.php:380
+msgid "Tuesday"
+msgstr "Martedì"
 
-#: include/text.php:1332
-msgid "bytes"
-msgstr "bytes"
+#: include/text.php:1093 src/Model/Event.php:381
+msgid "Wednesday"
+msgstr "Mercoledì"
 
-#: include/text.php:1367 include/text.php:1378
-msgid "Click to open/close"
-msgstr "Clicca per aprire/chiudere"
+#: include/text.php:1093 src/Model/Event.php:382
+msgid "Thursday"
+msgstr "Giovedì"
 
-#: include/text.php:1502
-msgid "View on separate page"
-msgstr "Vedi in una pagina separata"
+#: include/text.php:1093 src/Model/Event.php:383
+msgid "Friday"
+msgstr "Venerdì"
 
-#: include/text.php:1503
-msgid "view on separate page"
-msgstr "vedi in una pagina separata"
+#: include/text.php:1093 src/Model/Event.php:384
+msgid "Saturday"
+msgstr "Sabato"
 
-#: include/text.php:1717 include/conversation.php:146
-#: include/conversation.php:284 src/Model/Item.php:1785
-msgid "event"
-msgstr "l'evento"
+#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:378
+msgid "Sunday"
+msgstr "Domenica"
 
-#: include/text.php:1719 include/conversation.php:154
-#: include/conversation.php:292 mod/subthread.php:97 mod/tagger.php:72
-#: src/Model/Item.php:1783
-msgid "photo"
-msgstr "foto"
+#: include/text.php:1097 src/Model/Event.php:399
+msgid "January"
+msgstr "Gennaio"
 
-#: include/text.php:1721
-msgid "activity"
-msgstr "attività"
+#: include/text.php:1097 src/Model/Event.php:400
+msgid "February"
+msgstr "Febbraio"
 
-#: include/text.php:1723 src/Object/Post.php:421 src/Object/Post.php:433
-msgid "comment"
-msgid_plural "comments"
-msgstr[0] "commento "
-msgstr[1] "commenti"
+#: include/text.php:1097 src/Model/Event.php:401
+msgid "March"
+msgstr "Marzo"
 
-#: include/text.php:1726
-msgid "post"
-msgstr "messaggio"
+#: include/text.php:1097 src/Model/Event.php:402
+msgid "April"
+msgstr "Aprile"
 
-#: include/text.php:1883
-msgid "Item filed"
-msgstr "Messaggio salvato"
+#: include/text.php:1097 include/text.php:1114 src/Model/Event.php:390
+#: src/Model/Event.php:403
+msgid "May"
+msgstr "Maggio"
 
-#: include/acl_selectors.php:355
-msgid "Post to Email"
-msgstr "Invia a email"
+#: include/text.php:1097 src/Model/Event.php:404
+msgid "June"
+msgstr "Giugno"
 
-#: include/acl_selectors.php:360
-msgid "Hide your profile details from unknown viewers?"
-msgstr "Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?"
+#: include/text.php:1097 src/Model/Event.php:405
+msgid "July"
+msgstr "Luglio"
 
-#: include/acl_selectors.php:360
-#, php-format
-msgid "Connectors disabled, since \"%s\" is enabled."
-msgstr "Connettore disabilitato, dato che \"%s\" è abilitato."
+#: include/text.php:1097 src/Model/Event.php:406
+msgid "August"
+msgstr "Agosto"
 
-#: include/acl_selectors.php:366
-msgid "Visible to everybody"
-msgstr "Visibile a tutti"
+#: include/text.php:1097 src/Model/Event.php:407
+msgid "September"
+msgstr "Settembre"
 
-#: include/acl_selectors.php:367 view/theme/vier/config.php:115
-msgid "show"
-msgstr "mostra"
+#: include/text.php:1097 src/Model/Event.php:408
+msgid "October"
+msgstr "Ottobre"
 
-#: include/acl_selectors.php:368 view/theme/vier/config.php:115
-msgid "don't show"
-msgstr "non mostrare"
+#: include/text.php:1097 src/Model/Event.php:409
+msgid "November"
+msgstr "Novembre"
 
-#: include/acl_selectors.php:374 mod/editpost.php:136
-msgid "CC: email addresses"
-msgstr "CC: indirizzi email"
+#: include/text.php:1097 src/Model/Event.php:410
+msgid "December"
+msgstr "Dicembre"
 
-#: include/acl_selectors.php:375 mod/editpost.php:143
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "Esempio: bob@example.com, mary@example.com"
+#: include/text.php:1111 src/Model/Event.php:371
+msgid "Mon"
+msgstr "Lun"
 
-#: include/acl_selectors.php:377 mod/events.php:536 mod/photos.php:1098
-#: mod/photos.php:1441
-msgid "Permissions"
-msgstr "Permessi"
+#: include/text.php:1111 src/Model/Event.php:372
+msgid "Tue"
+msgstr "Mar"
 
-#: include/acl_selectors.php:378
-msgid "Close"
-msgstr "Chiudi"
+#: include/text.php:1111 src/Model/Event.php:373
+msgid "Wed"
+msgstr "Mer"
 
-#: include/api.php:1181
-#, php-format
-msgid "Daily posting limit of %d post reached. The post was rejected."
-msgid_plural "Daily posting limit of %d posts reached. The post was rejected."
-msgstr[0] "Limite giornaliero di %d messaggio raggiunto. Il messaggio è stato rifiutato"
-msgstr[1] "Limite giornaliero di %d messaggi raggiunto. Il messaggio è stato rifiutato."
+#: include/text.php:1111 src/Model/Event.php:374
+msgid "Thu"
+msgstr "Gio"
 
-#: include/api.php:1205
-#, php-format
-msgid "Weekly posting limit of %d post reached. The post was rejected."
-msgid_plural ""
-"Weekly posting limit of %d posts reached. The post was rejected."
-msgstr[0] "Limite settimanale di %d messaggio raggiunto. Il messaggio è stato rifiutato"
-msgstr[1] "Limite settimanale di %d messaggi raggiunto. Il messaggio è stato rifiutato."
+#: include/text.php:1111 src/Model/Event.php:375
+msgid "Fri"
+msgstr "Ven"
 
-#: include/api.php:1229
-#, php-format
-msgid "Monthly posting limit of %d post reached. The post was rejected."
-msgstr "Limite mensile di %d messaggi raggiunto. Il messaggio è stato rifiutato."
+#: include/text.php:1111 src/Model/Event.php:376
+msgid "Sat"
+msgstr "Sab"
 
-#: include/api.php:4382 mod/profile_photo.php:84 mod/profile_photo.php:92
-#: mod/profile_photo.php:100 mod/profile_photo.php:223
-#: mod/profile_photo.php:317 mod/profile_photo.php:327 mod/photos.php:88
-#: mod/photos.php:194 mod/photos.php:722 mod/photos.php:1149
-#: mod/photos.php:1166 mod/photos.php:1684 src/Model/User.php:526
-#: src/Model/User.php:534 src/Model/User.php:542
-msgid "Profile Photos"
-msgstr "Foto del profilo"
+#: include/text.php:1111 src/Model/Event.php:370
+msgid "Sun"
+msgstr "Dom"
 
-#: include/conversation.php:149 include/conversation.php:159
-#: include/conversation.php:287 include/conversation.php:296
-#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1783
-#: src/Protocol/Diaspora.php:1946
-msgid "status"
-msgstr "stato"
+#: include/text.php:1114 src/Model/Event.php:386
+msgid "Jan"
+msgstr "Gen"
 
-#: include/conversation.php:166 src/Model/Item.php:1656
-#: src/Protocol/Diaspora.php:1942
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "A %1$s piace %3$s di %2$s"
+#: include/text.php:1114 src/Model/Event.php:387
+msgid "Feb"
+msgstr "Feb"
 
-#: include/conversation.php:169 src/Model/Item.php:1661
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "A %1$s non piace %3$s di %2$s"
+#: include/text.php:1114 src/Model/Event.php:388
+msgid "Mar"
+msgstr "Mar"
 
-#: include/conversation.php:172
-#, php-format
-msgid "%1$s attends %2$s's %3$s"
-msgstr "%1$s partecipa a %3$s di %2$s"
+#: include/text.php:1114 src/Model/Event.php:389
+msgid "Apr"
+msgstr "Apr"
 
-#: include/conversation.php:175
-#, php-format
-msgid "%1$s doesn't attend %2$s's %3$s"
-msgstr "%1$s non partecipa a %3$s di %2$s"
+#: include/text.php:1114 src/Model/Event.php:392
+msgid "Jul"
+msgstr "Lug"
 
-#: include/conversation.php:178
-#, php-format
-msgid "%1$s attends maybe %2$s's %3$s"
-msgstr "%1$s forse partecipa a %3$s di %2$s"
+#: include/text.php:1114 src/Model/Event.php:393
+msgid "Aug"
+msgstr "Ago"
 
-#: include/conversation.php:211 mod/dfrn_confirm.php:431
-#: src/Protocol/Diaspora.php:2414
-#, php-format
-msgid "%1$s is now friends with %2$s"
-msgstr "%1$s e %2$s adesso sono amici"
+#: include/text.php:1114
+msgid "Sep"
+msgstr "Set"
 
-#: include/conversation.php:252
-#, php-format
-msgid "%1$s poked %2$s"
-msgstr "%1$s ha stuzzicato %2$s"
+#: include/text.php:1114 src/Model/Event.php:395
+msgid "Oct"
+msgstr "Ott"
 
-#: include/conversation.php:306 mod/tagger.php:110
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s ha taggato %3$s di %2$s con %4$s"
+#: include/text.php:1114 src/Model/Event.php:396
+msgid "Nov"
+msgstr "Nov"
 
-#: include/conversation.php:333
-msgid "post/item"
-msgstr "post/elemento"
+#: include/text.php:1114 src/Model/Event.php:397
+msgid "Dec"
+msgstr "Dic"
 
-#: include/conversation.php:334
+#: include/text.php:1275
 #, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
-msgstr "%1$s ha segnato il/la %3$s di %2$s come preferito"
+msgid "Content warning: %s"
+msgstr "Avviso contenuto: %s"
 
-#: include/conversation.php:607 mod/profiles.php:354 mod/photos.php:1501
-msgid "Likes"
-msgstr "Mi piace"
+#: include/text.php:1345 mod/videos.php:380
+msgid "View Video"
+msgstr "Guarda Video"
 
-#: include/conversation.php:607 mod/profiles.php:358 mod/photos.php:1501
-msgid "Dislikes"
-msgstr "Non mi piace"
+#: include/text.php:1362
+msgid "bytes"
+msgstr "bytes"
 
-#: include/conversation.php:608 include/conversation.php:1682
-#: mod/photos.php:1502
-msgid "Attending"
-msgid_plural "Attending"
-msgstr[0] "Partecipa"
-msgstr[1] "Partecipano"
+#: include/text.php:1395 include/text.php:1406 include/text.php:1442
+msgid "Click to open/close"
+msgstr "Clicca per aprire/chiudere"
 
-#: include/conversation.php:608 mod/photos.php:1502
-msgid "Not attending"
-msgstr "Non partecipa"
+#: include/text.php:1559
+msgid "View on separate page"
+msgstr "Vedi in una pagina separata"
 
-#: include/conversation.php:608 mod/photos.php:1502
-msgid "Might attend"
-msgstr "Forse partecipa"
+#: include/text.php:1560
+msgid "view on separate page"
+msgstr "vedi in una pagina separata"
 
-#: include/conversation.php:746 mod/photos.php:1569 src/Object/Post.php:177
-msgid "Select"
-msgstr "Seleziona"
+#: include/text.php:1565 include/text.php:1572 src/Model/Event.php:594
+msgid "link to source"
+msgstr "Collegamento all'originale"
 
-#: include/conversation.php:747 mod/contacts.php:821 mod/contacts.php:1019
-#: mod/admin.php:1706 mod/photos.php:1570 mod/settings.php:742
-#: src/Object/Post.php:178
-msgid "Delete"
-msgstr "Rimuovi"
+#: include/text.php:1778
+msgid "activity"
+msgstr "attività"
 
-#: include/conversation.php:779 src/Object/Post.php:355
-#: src/Object/Post.php:356
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr "Vedi il profilo di %s @ %s"
+#: include/text.php:1780 src/Object/Post.php:429 src/Object/Post.php:441
+msgid "comment"
+msgid_plural "comments"
+msgstr[0] "commento "
+msgstr[1] "commenti"
 
-#: include/conversation.php:791 src/Object/Post.php:343
-msgid "Categories:"
-msgstr "Categorie:"
+#: include/text.php:1783
+msgid "post"
+msgstr "messaggio"
 
-#: include/conversation.php:792 src/Object/Post.php:344
-msgid "Filed under:"
-msgstr "Archiviato in:"
+#: include/text.php:1940
+msgid "Item filed"
+msgstr "Messaggio salvato"
 
-#: include/conversation.php:799 src/Object/Post.php:369
-#, php-format
-msgid "%s from %s"
-msgstr "%s da %s"
+#: mod/allfriends.php:51
+msgid "No friends to display."
+msgstr "Nessun amico da visualizzare."
 
-#: include/conversation.php:814
-msgid "View in context"
-msgstr "Vedi nel contesto"
+#: mod/allfriends.php:90 mod/suggest.php:101 mod/match.php:105
+#: mod/dirfind.php:215 src/Content/Widget.php:37 src/Model/Profile.php:297
+msgid "Connect"
+msgstr "Connetti"
 
-#: include/conversation.php:816 include/conversation.php:1355
-#: mod/wallmessage.php:145 mod/editpost.php:127 mod/message.php:264
-#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:394
-msgid "Please wait"
-msgstr "Attendi"
+#: mod/api.php:85 mod/api.php:107
+msgid "Authorize application connection"
+msgstr "Autorizza la connessione dell'applicazione"
 
-#: include/conversation.php:887
-msgid "remove"
-msgstr "rimuovi"
+#: mod/api.php:86
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Torna alla tua applicazione e inserisci questo codice di sicurezza:"
 
-#: include/conversation.php:891
-msgid "Delete Selected Items"
-msgstr "Cancella elementi selezionati"
+#: mod/api.php:95
+msgid "Please login to continue."
+msgstr "Effettua il login per continuare."
 
-#: include/conversation.php:1061 view/theme/frio/theme.php:352
-msgid "Follow Thread"
-msgstr "Segui la discussione"
+#: mod/api.php:109
+msgid ""
+"Do you want to authorize this application to access your posts and contacts,"
+" and/or create new posts for you?"
+msgstr "Vuoi autorizzare questa applicazione per accedere ai messaggi e ai contatti, e / o creare nuovi messaggi per te?"
 
-#: include/conversation.php:1062 src/Model/Contact.php:554
-msgid "View Status"
-msgstr "Visualizza stato"
+#: mod/api.php:111 mod/dfrn_request.php:653 mod/follow.php:150
+#: mod/profiles.php:636 mod/profiles.php:640 mod/profiles.php:661
+#: mod/register.php:238 mod/settings.php:1105 mod/settings.php:1111
+#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1126
+#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138
+#: mod/settings.php:1158 mod/settings.php:1159 mod/settings.php:1160
+#: mod/settings.php:1161 mod/settings.php:1162
+msgid "No"
+msgstr "No"
 
-#: include/conversation.php:1063 include/conversation.php:1079
-#: mod/allfriends.php:73 mod/suggest.php:82 mod/dirfind.php:220
-#: mod/match.php:89 mod/directory.php:160 src/Model/Contact.php:497
-#: src/Model/Contact.php:510 src/Model/Contact.php:555
-msgid "View Profile"
-msgstr "Visualizza profilo"
+#: mod/apps.php:14 index.php:245
+msgid "You must be logged in to use addons. "
+msgstr "Devi aver effettuato il login per usare i componenti aggiuntivi."
 
-#: include/conversation.php:1064 src/Model/Contact.php:556
-msgid "View Photos"
-msgstr "Visualizza foto"
+#: mod/apps.php:19
+msgid "Applications"
+msgstr "Applicazioni"
 
-#: include/conversation.php:1065 src/Model/Contact.php:557
-msgid "Network Posts"
-msgstr "Post della Rete"
+#: mod/apps.php:22
+msgid "No installed applications."
+msgstr "Nessuna applicazione installata."
 
-#: include/conversation.php:1066 src/Model/Contact.php:558
-msgid "View Contact"
-msgstr "Mostra contatto"
+#: mod/attach.php:15
+msgid "Item not available."
+msgstr "Oggetto non disponibile."
 
-#: include/conversation.php:1067 src/Model/Contact.php:560
-msgid "Send PM"
-msgstr "Invia messaggio privato"
+#: mod/attach.php:25
+msgid "Item was not found."
+msgstr "Oggetto non trovato."
 
-#: include/conversation.php:1071 src/Model/Contact.php:561
-msgid "Poke"
-msgstr "Stuzzica"
+#: mod/common.php:91
+msgid "No contacts in common."
+msgstr "Nessun contatto in comune."
 
-#: include/conversation.php:1076 mod/allfriends.php:74 mod/suggest.php:83
-#: mod/dirfind.php:221 mod/match.php:90 mod/contacts.php:587
-#: mod/follow.php:141 src/Content/Widget.php:61 src/Model/Contact.php:511
-msgid "Connect/Follow"
-msgstr "Connetti/segui"
+#: mod/common.php:140 mod/contacts.php:886
+msgid "Common Friends"
+msgstr "Amici in comune"
 
-#: include/conversation.php:1195
-#, php-format
-msgid "%s likes this."
-msgstr "Piace a %s."
+#: mod/credits.php:18
+msgid "Credits"
+msgstr "Crediti"
 
-#: include/conversation.php:1198
-#, php-format
-msgid "%s doesn't like this."
-msgstr "Non piace a %s."
+#: mod/credits.php:19
+msgid ""
+"Friendica is a community project, that would not be possible without the "
+"help of many people. Here is a list of those who have contributed to the "
+"code or the translation of Friendica. Thank you all!"
+msgstr "Friendica è un progetto comunitario, che non sarebbe stato possibile realizzare senza l'aiuto di molte persone.\nQuesta è una lista di chi ha contribuito al codice o alle traduzioni di Friendica. Grazie a tutti!"
 
-#: include/conversation.php:1201
-#, php-format
-msgid "%s attends."
-msgstr "%s partecipa."
+#: mod/crepair.php:87
+msgid "Contact settings applied."
+msgstr "Contatto modificato."
 
-#: include/conversation.php:1204
-#, php-format
-msgid "%s doesn't attend."
-msgstr "%s non partecipa."
+#: mod/crepair.php:89
+msgid "Contact update failed."
+msgstr "Le modifiche al contatto non sono state salvate."
 
-#: include/conversation.php:1207
-#, php-format
-msgid "%s attends maybe."
-msgstr "%s forse partecipa."
+#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:30
+#: mod/fsuggest.php:96
+msgid "Contact not found."
+msgstr "Contatto non trovato."
 
-#: include/conversation.php:1218
-msgid "and"
-msgstr "e"
+#: mod/crepair.php:114
+msgid ""
+"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
+" information your communications with this contact may stop working."
+msgstr "<strong>ATTENZIONE: Queste sono impostazioni avanzate</strong> e se inserisci informazioni errate le tue comunicazioni con questo contatto potrebbero non funzionare più"
 
-#: include/conversation.php:1224
-#, php-format
-msgid "and %d other people"
-msgstr "e altre %d persone"
+#: mod/crepair.php:115
+msgid ""
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
+msgstr "Usa <strong>ora</strong> il tasto 'Indietro' del tuo browser se non sei sicuro di cosa fare in questa pagina."
 
-#: include/conversation.php:1233
-#, php-format
-msgid "<span  %1$s>%2$d people</span> like this"
-msgstr "Piace a <span %1$s>%2$d persone</span>."
+#: mod/crepair.php:129 mod/crepair.php:131
+msgid "No mirroring"
+msgstr "Non duplicare"
 
-#: include/conversation.php:1234
-#, php-format
-msgid "%s like this."
-msgstr "a %s piace."
+#: mod/crepair.php:129
+msgid "Mirror as forwarded posting"
+msgstr "Duplica come messaggi ricondivisi"
 
-#: include/conversation.php:1237
-#, php-format
-msgid "<span  %1$s>%2$d people</span> don't like this"
-msgstr "Non piace a <span %1$s>%2$d persone</span>."
+#: mod/crepair.php:129 mod/crepair.php:131
+msgid "Mirror as my own posting"
+msgstr "Duplica come miei messaggi"
 
-#: include/conversation.php:1238
-#, php-format
-msgid "%s don't like this."
-msgstr "a %s non piace."
+#: mod/crepair.php:144
+msgid "Return to contact editor"
+msgstr "Ritorna alla modifica contatto"
 
-#: include/conversation.php:1241
-#, php-format
-msgid "<span  %1$s>%2$d people</span> attend"
-msgstr "<span  %1$s>%2$d persone</span> partecipano"
+#: mod/crepair.php:146
+msgid "Refetch contact data"
+msgstr "Ricarica dati contatto"
 
-#: include/conversation.php:1242
-#, php-format
-msgid "%s attend."
-msgstr "%s partecipa."
+#: mod/crepair.php:148 mod/invite.php:150 mod/manage.php:184
+#: mod/localtime.php:56 mod/poke.php:199 mod/fsuggest.php:114
+#: mod/message.php:265 mod/message.php:432 mod/photos.php:1080
+#: mod/photos.php:1160 mod/photos.php:1445 mod/photos.php:1491
+#: mod/photos.php:1530 mod/photos.php:1603 mod/install.php:251
+#: mod/install.php:290 mod/events.php:530 mod/profiles.php:672
+#: mod/contacts.php:610 src/Object/Post.php:796
+#: view/theme/duepuntozero/config.php:71 view/theme/frio/config.php:113
+#: view/theme/quattro/config.php:73 view/theme/vier/config.php:119
+msgid "Submit"
+msgstr "Invia"
 
-#: include/conversation.php:1245
-#, php-format
-msgid "<span  %1$s>%2$d people</span> don't attend"
-msgstr "<span  %1$s>%2$d persone</span> non partecipano"
+#: mod/crepair.php:149
+msgid "Remote Self"
+msgstr "Io remoto"
 
-#: include/conversation.php:1246
-#, php-format
-msgid "%s don't attend."
-msgstr "%s non partecipa."
+#: mod/crepair.php:152
+msgid "Mirror postings from this contact"
+msgstr "Ripeti i messaggi di questo contatto"
 
-#: include/conversation.php:1249
-#, php-format
-msgid "<span  %1$s>%2$d people</span> attend maybe"
-msgstr "<span %1$s>%2$d persone</span> forse partecipano"
+#: mod/crepair.php:154
+msgid ""
+"Mark this contact as remote_self, this will cause friendica to repost new "
+"entries from this contact."
+msgstr "Imposta questo contatto come 'io remoto', questo farà si che friendica re invii i nuovi messaggi da questo contatto."
 
-#: include/conversation.php:1250
-#, php-format
-msgid "%s attend maybe."
-msgstr "%s forse partecipano."
+#: mod/crepair.php:158 mod/admin.php:490 mod/admin.php:1781 mod/admin.php:1793
+#: mod/admin.php:1806 mod/admin.php:1822 mod/settings.php:677
+#: mod/settings.php:703
+msgid "Name"
+msgstr "Nome"
 
-#: include/conversation.php:1280 include/conversation.php:1296
-msgid "Visible to <strong>everybody</strong>"
-msgstr "Visibile a <strong>tutti</strong>"
+#: mod/crepair.php:159
+msgid "Account Nickname"
+msgstr "Nome utente"
 
-#: include/conversation.php:1281 include/conversation.php:1297
-#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200
-#: mod/message.php:207 mod/message.php:343 mod/message.php:350
-msgid "Please enter a link URL:"
-msgstr "Inserisci l'indirizzo del link:"
+#: mod/crepair.php:160
+msgid "@Tagname - overrides Name/Nickname"
+msgstr "@TagName - al posto del nome utente"
 
-#: include/conversation.php:1282 include/conversation.php:1298
-msgid "Please enter a video link/URL:"
-msgstr "Inserisci un collegamento video / URL:"
+#: mod/crepair.php:161
+msgid "Account URL"
+msgstr "URL dell'utente"
 
-#: include/conversation.php:1283 include/conversation.php:1299
-msgid "Please enter an audio link/URL:"
-msgstr "Inserisci un collegamento audio / URL:"
+#: mod/crepair.php:162
+msgid "Friend Request URL"
+msgstr "URL Richiesta Amicizia"
 
-#: include/conversation.php:1284 include/conversation.php:1300
-msgid "Tag term:"
-msgstr "Tag:"
+#: mod/crepair.php:163
+msgid "Friend Confirm URL"
+msgstr "URL Conferma Amicizia"
 
-#: include/conversation.php:1285 include/conversation.php:1301
-#: mod/filer.php:34
-msgid "Save to Folder:"
-msgstr "Salva nella Cartella:"
+#: mod/crepair.php:164
+msgid "Notification Endpoint URL"
+msgstr "URL Notifiche"
 
-#: include/conversation.php:1286 include/conversation.php:1302
-msgid "Where are you right now?"
-msgstr "Dove sei ora?"
+#: mod/crepair.php:165
+msgid "Poll/Feed URL"
+msgstr "URL Feed"
 
-#: include/conversation.php:1287
-msgid "Delete item(s)?"
-msgstr "Cancellare questo elemento/i?"
+#: mod/crepair.php:166
+msgid "New photo from this URL"
+msgstr "Nuova foto da questo URL"
 
-#: include/conversation.php:1336
-msgid "Share"
-msgstr "Condividi"
+#: mod/fbrowser.php:34 src/Content/Nav.php:102 src/Model/Profile.php:904
+#: view/theme/frio/theme.php:261
+msgid "Photos"
+msgstr "Foto"
 
-#: include/conversation.php:1337 mod/wallmessage.php:143 mod/editpost.php:113
-#: mod/message.php:262 mod/message.php:430
-msgid "Upload photo"
-msgstr "Carica foto"
+#: mod/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:194
+#: mod/photos.php:1062 mod/photos.php:1149 mod/photos.php:1166
+#: mod/photos.php:1659 mod/photos.php:1673 src/Model/Photo.php:244
+#: src/Model/Photo.php:253
+msgid "Contact Photos"
+msgstr "Foto dei contatti"
 
-#: include/conversation.php:1338 mod/editpost.php:114
-msgid "upload photo"
-msgstr "carica foto"
+#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:250
+msgid "Upload"
+msgstr "Carica"
 
-#: include/conversation.php:1339 mod/editpost.php:115
-msgid "Attach file"
-msgstr "Allega file"
+#: mod/fbrowser.php:131
+msgid "Files"
+msgstr "File"
 
-#: include/conversation.php:1340 mod/editpost.php:116
-msgid "attach file"
-msgstr "allega file"
+#: mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 mod/help.php:60
+#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:292
+msgid "Not Found"
+msgstr "Non trovato"
 
-#: include/conversation.php:1341 mod/wallmessage.php:144 mod/editpost.php:117
-#: mod/message.php:263 mod/message.php:431
-msgid "Insert web link"
-msgstr "Inserisci link"
+#: mod/hcard.php:18
+msgid "No profile"
+msgstr "Nessun profilo"
 
-#: include/conversation.php:1342 mod/editpost.php:118
-msgid "web link"
-msgstr "link web"
+#: mod/help.php:48
+msgid "Help:"
+msgstr "Guida:"
 
-#: include/conversation.php:1343 mod/editpost.php:119
-msgid "Insert video link"
-msgstr "Inserire collegamento video"
+#: mod/help.php:54 src/Content/Nav.php:134 view/theme/vier/theme.php:298
+msgid "Help"
+msgstr "Guida"
 
-#: include/conversation.php:1344 mod/editpost.php:120
-msgid "video link"
-msgstr "link video"
+#: mod/help.php:63 index.php:297
+msgid "Page not found."
+msgstr "Pagina non trovata."
 
-#: include/conversation.php:1345 mod/editpost.php:121
-msgid "Insert audio link"
-msgstr "Inserisci collegamento audio"
+#: mod/home.php:39
+#, php-format
+msgid "Welcome to %s"
+msgstr "Benvenuto su %s"
 
-#: include/conversation.php:1346 mod/editpost.php:122
-msgid "audio link"
-msgstr "link audio"
+#: mod/lockview.php:38 mod/lockview.php:46
+msgid "Remote privacy information not available."
+msgstr "Informazioni remote sulla privacy non disponibili."
 
-#: include/conversation.php:1347 mod/editpost.php:123
-msgid "Set your location"
-msgstr "La tua posizione"
+#: mod/lockview.php:55
+msgid "Visible to:"
+msgstr "Visibile a:"
 
-#: include/conversation.php:1348 mod/editpost.php:124
-msgid "set location"
-msgstr "posizione"
+#: mod/maintenance.php:24
+msgid "System down for maintenance"
+msgstr "Sistema in manutenzione"
 
-#: include/conversation.php:1349 mod/editpost.php:125
-msgid "Clear browser location"
-msgstr "Rimuovi la localizzazione data dal browser"
+#: mod/newmember.php:11
+msgid "Welcome to Friendica"
+msgstr "Benvenuto su Friendica"
 
-#: include/conversation.php:1350 mod/editpost.php:126
-msgid "clear location"
-msgstr "canc. pos."
-
-#: include/conversation.php:1352 mod/editpost.php:140
-msgid "Set title"
-msgstr "Scegli un titolo"
-
-#: include/conversation.php:1354 mod/editpost.php:142
-msgid "Categories (comma-separated list)"
-msgstr "Categorie (lista separata da virgola)"
-
-#: include/conversation.php:1356 mod/editpost.php:128
-msgid "Permission settings"
-msgstr "Impostazioni permessi"
-
-#: include/conversation.php:1357 mod/editpost.php:157
-msgid "permissions"
-msgstr "permessi"
-
-#: include/conversation.php:1365 mod/editpost.php:137
-msgid "Public post"
-msgstr "Messaggio pubblico"
-
-#: include/conversation.php:1369 mod/editpost.php:148 mod/events.php:531
-#: mod/photos.php:1492 mod/photos.php:1531 mod/photos.php:1604
-#: src/Object/Post.php:797
-msgid "Preview"
-msgstr "Anteprima"
-
-#: include/conversation.php:1378
-msgid "Post to Groups"
-msgstr "Invia ai Gruppi"
-
-#: include/conversation.php:1379
-msgid "Post to Contacts"
-msgstr "Invia ai Contatti"
-
-#: include/conversation.php:1380
-msgid "Private post"
-msgstr "Post privato"
-
-#: include/conversation.php:1385 mod/editpost.php:155
-#: src/Model/Profile.php:342
-msgid "Message"
-msgstr "Messaggio"
-
-#: include/conversation.php:1386 mod/editpost.php:156
-msgid "Browser"
-msgstr "Browser"
-
-#: include/conversation.php:1653
-msgid "View all"
-msgstr "Mostra tutto"
-
-#: include/conversation.php:1676
-msgid "Like"
-msgid_plural "Likes"
-msgstr[0] "Mi piace"
-msgstr[1] "Mi piace"
-
-#: include/conversation.php:1679
-msgid "Dislike"
-msgid_plural "Dislikes"
-msgstr[0] "Non mi piace"
-msgstr[1] "Non mi piace"
-
-#: include/conversation.php:1685
-msgid "Not Attending"
-msgid_plural "Not Attending"
-msgstr[0] "Non partecipa"
-msgstr[1] "Non partecipano"
-
-#: include/conversation.php:1688 src/Content/ContactSelector.php:125
-msgid "Undecided"
-msgid_plural "Undecided"
-msgstr[0] "Indeciso"
-msgstr[1] "Indecisi"
-
-#: include/dba.php:59
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr "Non trovo le informazioni DNS per il database server '%s'"
-
-#: mod/allfriends.php:51
-msgid "No friends to display."
-msgstr "Nessun amico da visualizzare."
-
-#: mod/allfriends.php:90 mod/suggest.php:101 mod/dirfind.php:218
-#: mod/match.php:105 src/Content/Widget.php:37 src/Model/Profile.php:297
-msgid "Connect"
-msgstr "Connetti"
-
-#: mod/api.php:85 mod/api.php:107
-msgid "Authorize application connection"
-msgstr "Autorizza la connessione dell'applicazione"
-
-#: mod/api.php:86
-msgid "Return to your app and insert this Securty Code:"
-msgstr "Torna alla tua applicazione e inserisci questo codice di sicurezza:"
-
-#: mod/api.php:95
-msgid "Please login to continue."
-msgstr "Effettua il login per continuare."
-
-#: mod/api.php:109
-msgid ""
-"Do you want to authorize this application to access your posts and contacts,"
-" and/or create new posts for you?"
-msgstr "Vuoi autorizzare questa applicazione per accedere ai messaggi e ai contatti, e / o creare nuovi messaggi per te?"
-
-#: mod/api.php:111 mod/profiles.php:649 mod/profiles.php:653
-#: mod/profiles.php:674 mod/dfrn_request.php:653 mod/follow.php:148
-#: mod/register.php:238 mod/settings.php:1109 mod/settings.php:1115
-#: mod/settings.php:1122 mod/settings.php:1126 mod/settings.php:1130
-#: mod/settings.php:1134 mod/settings.php:1138 mod/settings.php:1142
-#: mod/settings.php:1162 mod/settings.php:1163 mod/settings.php:1164
-#: mod/settings.php:1165 mod/settings.php:1166
-msgid "No"
-msgstr "No"
-
-#: mod/apps.php:14 index.php:242
-msgid "You must be logged in to use addons. "
-msgstr "Devi aver effettuato il login per usare i componenti aggiuntivi."
-
-#: mod/apps.php:19
-msgid "Applications"
-msgstr "Applicazioni"
-
-#: mod/apps.php:22
-msgid "No installed applications."
-msgstr "Nessuna applicazione installata."
-
-#: mod/attach.php:15
-msgid "Item not available."
-msgstr "Oggetto non disponibile."
-
-#: mod/attach.php:25
-msgid "Item was not found."
-msgstr "Oggetto non trovato."
-
-#: mod/common.php:91
-msgid "No contacts in common."
-msgstr "Nessun contatto in comune."
-
-#: mod/common.php:140 mod/contacts.php:877
-msgid "Common Friends"
-msgstr "Amici in comune"
-
-#: mod/credits.php:18
-msgid "Credits"
-msgstr "Crediti"
-
-#: mod/credits.php:19
-msgid ""
-"Friendica is a community project, that would not be possible without the "
-"help of many people. Here is a list of those who have contributed to the "
-"code or the translation of Friendica. Thank you all!"
-msgstr "Friendica è un progetto comunitario, che non sarebbe stato possibile realizzare senza l'aiuto di molte persone.\nQuesta è una lista di chi ha contribuito al codice o alle traduzioni di Friendica. Grazie a tutti!"
-
-#: mod/crepair.php:87
-msgid "Contact settings applied."
-msgstr "Contatto modificato."
-
-#: mod/crepair.php:89
-msgid "Contact update failed."
-msgstr "Le modifiche al contatto non sono state salvate."
-
-#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:29
-#: mod/fsuggest.php:97
-msgid "Contact not found."
-msgstr "Contatto non trovato."
-
-#: mod/crepair.php:114
-msgid ""
-"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
-" information your communications with this contact may stop working."
-msgstr "<strong>ATTENZIONE: Queste sono impostazioni avanzate</strong> e se inserisci informazioni errate le tue comunicazioni con questo contatto potrebbero non funzionare più"
-
-#: mod/crepair.php:115
-msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
-msgstr "Usa <strong>ora</strong> il tasto 'Indietro' del tuo browser se non sei sicuro di cosa fare in questa pagina."
-
-#: mod/crepair.php:129 mod/crepair.php:131
-msgid "No mirroring"
-msgstr "Non duplicare"
-
-#: mod/crepair.php:129
-msgid "Mirror as forwarded posting"
-msgstr "Duplica come messaggi ricondivisi"
-
-#: mod/crepair.php:129 mod/crepair.php:131
-msgid "Mirror as my own posting"
-msgstr "Duplica come miei messaggi"
-
-#: mod/crepair.php:144
-msgid "Return to contact editor"
-msgstr "Ritorna alla modifica contatto"
-
-#: mod/crepair.php:146
-msgid "Refetch contact data"
-msgstr "Ricarica dati contatto"
-
-#: mod/crepair.php:148 mod/invite.php:150 mod/manage.php:184
-#: mod/profiles.php:685 mod/contacts.php:601 mod/install.php:251
-#: mod/install.php:290 mod/localtime.php:56 mod/poke.php:199
-#: mod/events.php:533 mod/fsuggest.php:116 mod/message.php:265
-#: mod/message.php:432 mod/photos.php:1080 mod/photos.php:1160
-#: mod/photos.php:1445 mod/photos.php:1491 mod/photos.php:1530
-#: mod/photos.php:1603 view/theme/duepuntozero/config.php:71
-#: view/theme/frio/config.php:113 view/theme/quattro/config.php:73
-#: view/theme/vier/config.php:119 src/Object/Post.php:788
-msgid "Submit"
-msgstr "Invia"
-
-#: mod/crepair.php:149
-msgid "Remote Self"
-msgstr "Io remoto"
-
-#: mod/crepair.php:152
-msgid "Mirror postings from this contact"
-msgstr "Ripeti i messaggi di questo contatto"
-
-#: mod/crepair.php:154
-msgid ""
-"Mark this contact as remote_self, this will cause friendica to repost new "
-"entries from this contact."
-msgstr "Imposta questo contatto come 'io remoto', questo farà si che friendica re invii i nuovi messaggi da questo contatto."
-
-#: mod/crepair.php:158 mod/admin.php:439 mod/admin.php:1689 mod/admin.php:1701
-#: mod/admin.php:1714 mod/admin.php:1730 mod/settings.php:681
-#: mod/settings.php:707
-msgid "Name"
-msgstr "Nome"
-
-#: mod/crepair.php:159
-msgid "Account Nickname"
-msgstr "Nome utente"
-
-#: mod/crepair.php:160
-msgid "@Tagname - overrides Name/Nickname"
-msgstr "@TagName - al posto del nome utente"
-
-#: mod/crepair.php:161
-msgid "Account URL"
-msgstr "URL dell'utente"
-
-#: mod/crepair.php:162
-msgid "Friend Request URL"
-msgstr "URL Richiesta Amicizia"
-
-#: mod/crepair.php:163
-msgid "Friend Confirm URL"
-msgstr "URL Conferma Amicizia"
-
-#: mod/crepair.php:164
-msgid "Notification Endpoint URL"
-msgstr "URL Notifiche"
-
-#: mod/crepair.php:165
-msgid "Poll/Feed URL"
-msgstr "URL Feed"
-
-#: mod/crepair.php:166
-msgid "New photo from this URL"
-msgstr "Nuova foto da questo URL"
-
-#: mod/fbrowser.php:34 view/theme/frio/theme.php:261 src/Content/Nav.php:102
-#: src/Model/Profile.php:904
-msgid "Photos"
-msgstr "Foto"
-
-#: mod/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:194
-#: mod/photos.php:1062 mod/photos.php:1149 mod/photos.php:1166
-#: mod/photos.php:1659 mod/photos.php:1673 src/Model/Photo.php:244
-#: src/Model/Photo.php:253
-msgid "Contact Photos"
-msgstr "Foto dei contatti"
-
-#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:265
-msgid "Upload"
-msgstr "Carica"
-
-#: mod/fbrowser.php:131
-msgid "Files"
-msgstr "File"
-
-#: mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 mod/help.php:60
-#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:289
-msgid "Not Found"
-msgstr "Non trovato"
-
-#: mod/hcard.php:18
-msgid "No profile"
-msgstr "Nessun profilo"
-
-#: mod/help.php:48
-msgid "Help:"
-msgstr "Guida:"
-
-#: mod/help.php:54 view/theme/vier/theme.php:298 src/Content/Nav.php:134
-msgid "Help"
-msgstr "Guida"
-
-#: mod/help.php:63 index.php:294
-msgid "Page not found."
-msgstr "Pagina non trovata."
-
-#: mod/home.php:39
-#, php-format
-msgid "Welcome to %s"
-msgstr "Benvenuto su %s"
-
-#: mod/lockview.php:38 mod/lockview.php:46
-msgid "Remote privacy information not available."
-msgstr "Informazioni remote sulla privacy non disponibili."
-
-#: mod/lockview.php:55
-msgid "Visible to:"
-msgstr "Visibile a:"
-
-#: mod/maintenance.php:24
-msgid "System down for maintenance"
-msgstr "Sistema in manutenzione"
-
-#: mod/newmember.php:11
-msgid "Welcome to Friendica"
-msgstr "Benvenuto su Friendica"
-
-#: mod/newmember.php:12
-msgid "New Member Checklist"
-msgstr "Cose da fare per i Nuovi Utenti"
+#: mod/newmember.php:12
+msgid "New Member Checklist"
+msgstr "Cose da fare per i Nuovi Utenti"
 
 #: mod/newmember.php:14
 msgid ""
@@ -1605,8 +1471,8 @@ msgid ""
 " join."
 msgstr "Sulla tua pagina <em>Quick Start</em> - veloce introduzione alla tua pagina profilo e alla pagina Rete, fai qualche nuova amicizia, e trova qualche gruppo a cui unirti."
 
-#: mod/newmember.php:19 mod/admin.php:1814 mod/admin.php:2083
-#: mod/settings.php:122 view/theme/frio/theme.php:269 src/Content/Nav.php:206
+#: mod/newmember.php:19 mod/admin.php:1906 mod/admin.php:2175
+#: mod/settings.php:123 src/Content/Nav.php:206 view/theme/frio/theme.php:269
 msgid "Settings"
 msgstr "Impostazioni"
 
@@ -1629,14 +1495,14 @@ msgid ""
 "potential friends know exactly how to find you."
 msgstr "Guarda le altre impostazioni, in particolare le impostazioni della privacy. Un profilo non pubblicato è come un numero di telefono non in elenco. In genere, dovresti pubblicare il tuo profilo - a meno che tutti i tuoi amici e potenziali tali sappiano esattamente come trovarti."
 
-#: mod/newmember.php:24 mod/contacts.php:662 mod/contacts.php:854
-#: mod/profperm.php:113 view/theme/frio/theme.php:260 src/Content/Nav.php:101
-#: src/Model/Profile.php:730 src/Model/Profile.php:863
-#: src/Model/Profile.php:896
+#: mod/newmember.php:24 mod/profperm.php:113 mod/contacts.php:671
+#: mod/contacts.php:863 src/Content/Nav.php:101 src/Model/Profile.php:730
+#: src/Model/Profile.php:863 src/Model/Profile.php:896
+#: view/theme/frio/theme.php:260
 msgid "Profile"
 msgstr "Profilo"
 
-#: mod/newmember.php:26 mod/profiles.php:704 mod/profile_photo.php:264
+#: mod/newmember.php:26 mod/profile_photo.php:249 mod/profiles.php:691
 msgid "Upload Profile Photo"
 msgstr "Carica la foto del profilo"
 
@@ -1719,7 +1585,7 @@ msgid ""
 "hours."
 msgstr "Nel pannello laterale nella pagina \"Contatti\", ci sono diversi strumenti per trovare nuovi amici. Possiamo confrontare le persone per interessi, cercare le persone per nome e fornire suggerimenti basati sui tuoi contatti esistenti. Su un sito nuovo, i suggerimenti sono di solito presenti dopo 24 ore."
 
-#: mod/newmember.php:43 src/Model/Group.php:402
+#: mod/newmember.php:43 src/Model/Group.php:401
 msgid "Groups"
 msgstr "Gruppi"
 
@@ -1759,13 +1625,13 @@ msgid ""
 " features and resources."
 msgstr "Le nostre pagine della <strong>guida</strong> possono essere consultate per avere dettagli su altre caratteristiche del programma e altre risorse."
 
-#: mod/nogroup.php:42 mod/contacts.php:610 mod/contacts.php:943
-#: mod/viewcontacts.php:112
+#: mod/nogroup.php:42 mod/viewcontacts.php:112 mod/contacts.php:619
+#: mod/contacts.php:959
 #, php-format
 msgid "Visit %s's profile [%s]"
 msgstr "Visita il profilo di %s [%s]"
 
-#: mod/nogroup.php:43 mod/contacts.php:944
+#: mod/nogroup.php:43 mod/contacts.php:960
 msgid "Edit contact"
 msgstr "Modifica contatto"
 
@@ -1785,11 +1651,11 @@ msgstr "Risottoscrivi i contatti OStatus"
 msgid "Error"
 msgstr "Errore"
 
-#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:61
+#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:64
 msgid "Done"
 msgstr "Fatto"
 
-#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:85
+#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:88
 msgid "Keep this window open until done."
 msgstr "Tieni questa finestra aperta fino a che ha finito."
 
@@ -1805,54 +1671,11 @@ msgstr "Nessun suggerimento disponibile. Se questo è un sito nuovo, riprova tra
 
 #: mod/suggest.php:84 mod/suggest.php:104
 msgid "Ignore/Hide"
-msgstr "Ignora / Nascondi"
-
-#: mod/suggest.php:114 view/theme/vier/theme.php:203 src/Content/Widget.php:64
-msgid "Friend Suggestions"
-msgstr "Contatti suggeriti"
-
-#: mod/unfollow.php:34
-msgid "Contact wasn't found or can't be unfollowed."
-msgstr "Il contatto non è stato trovato o non si può smettere di seguirlo."
-
-#: mod/unfollow.php:47
-msgid "Contact unfollowed"
-msgstr "Smesso di seguire il contatto"
-
-#: mod/unfollow.php:65 mod/dfrn_request.php:662 mod/follow.php:61
-msgid "Submit Request"
-msgstr "Invia richiesta"
-
-#: mod/unfollow.php:73
-msgid "You aren't a friend of this contact."
-msgstr "Non sei un amico di questo contatto"
-
-#: mod/unfollow.php:79
-msgid "Unfollowing is currently not supported by your network."
-msgstr "Smettere di seguire non è al momento supportato dalla tua rete."
-
-#: mod/unfollow.php:100 mod/contacts.php:590
-msgid "Disconnect/Unfollow"
-msgstr "Disconnetti/Non Seguire"
-
-#: mod/unfollow.php:113 mod/dfrn_request.php:660 mod/follow.php:155
-msgid "Your Identity Address:"
-msgstr "L'indirizzo della tua identità:"
-
-#: mod/unfollow.php:122 mod/notifications.php:258 mod/contacts.php:647
-#: mod/follow.php:164 mod/admin.php:439 mod/admin.php:449
-msgid "Profile URL"
-msgstr "URL Profilo"
-
-#: mod/unfollow.php:132 mod/contacts.php:849 mod/follow.php:181
-#: src/Model/Profile.php:891
-msgid "Status Messages and Posts"
-msgstr "Messaggi di stato e post"
-
-#: mod/update_community.php:27 mod/update_display.php:27
-#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33
-msgid "[Embedded content - reload page to view]"
-msgstr "[Contenuto incorporato - ricarica la pagina per visualizzarlo correttamente]"
+msgstr "Ignora / Nascondi"
+
+#: mod/suggest.php:114 src/Content/Widget.php:64 view/theme/vier/theme.php:203
+msgid "Friend Suggestions"
+msgstr "Contatti suggeriti"
 
 #: mod/uimport.php:55 mod/register.php:191
 msgid ""
@@ -1895,74 +1718,16 @@ msgid ""
 "select \"Export account\""
 msgstr "Per esportare il tuo account, vai su \"Impostazioni -> Esporta i tuoi dati personali\" e seleziona \"Esporta account\""
 
+#: mod/update_community.php:27 mod/update_display.php:27
+#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33
+msgid "[Embedded content - reload page to view]"
+msgstr "[Contenuto incorporato - ricarica la pagina per visualizzarlo correttamente]"
+
 #: mod/dfrn_poll.php:123 mod/dfrn_poll.php:543
 #, php-format
 msgid "%1$s welcomes %2$s"
 msgstr "%s dà il benvenuto a %s"
 
-#: mod/dirfind.php:48
-#, php-format
-msgid "People Search - %s"
-msgstr "Cerca persone - %s"
-
-#: mod/dirfind.php:59
-#, php-format
-msgid "Forum Search - %s"
-msgstr "Ricerca Forum  - %s"
-
-#: mod/dirfind.php:256 mod/match.php:125
-msgid "No matches"
-msgstr "Nessun risultato"
-
-#: mod/friendica.php:77
-msgid "This is Friendica, version"
-msgstr "Questo è Friendica, versione"
-
-#: mod/friendica.php:78
-msgid "running at web location"
-msgstr "in esecuzione all'indirizzo web"
-
-#: mod/friendica.php:82
-msgid ""
-"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
-"about the Friendica project."
-msgstr "Visita <a href=\"https://friendi.ca\">Friendi.ca</a> per saperne di più sul progetto Friendica."
-
-#: mod/friendica.php:86
-msgid "Bug reports and issues: please visit"
-msgstr "Segnalazioni di bug e problemi: visita"
-
-#: mod/friendica.php:86
-msgid "the bugtracker at github"
-msgstr "il bugtracker su github"
-
-#: mod/friendica.php:89
-msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
-msgstr "Suggerimenti, lodi, donazioni, ecc -  e-mail a  \"Info\" at Friendica punto com"
-
-#: mod/friendica.php:103
-msgid "Installed addons/apps:"
-msgstr "Addon/applicazioni installate"
-
-#: mod/friendica.php:117
-msgid "No installed addons/apps"
-msgstr "Nessun addons/applicazione installata"
-
-#: mod/friendica.php:122
-msgid "On this server the following remote servers are blocked."
-msgstr "In questo server i seguenti server remoti sono bloccati."
-
-#: mod/friendica.php:123 mod/dfrn_request.php:351 mod/admin.php:302
-#: mod/admin.php:320 src/Model/Contact.php:1142
-msgid "Blocked domain"
-msgstr "Dominio bloccato"
-
-#: mod/friendica.php:123 mod/admin.php:303 mod/admin.php:321
-msgid "Reason for the block"
-msgstr "Motivazione del blocco"
-
 #: mod/match.php:48
 msgid "No keywords to match. Please add keywords to your default profile."
 msgstr "Nessuna parola chiave per l'abbinamento. Aggiungi parole chiave al tuo profilo predefinito."
@@ -1975,6 +1740,10 @@ msgstr "è interessato a:"
 msgid "Profile Match"
 msgstr "Profili corrispondenti"
 
+#: mod/match.php:125 mod/dirfind.php:253
+msgid "No matches"
+msgstr "Nessun risultato"
+
 #: mod/notifications.php:37
 msgid "Invalid request identifier."
 msgstr "L'identificativo della richiesta non è valido."
@@ -1985,8 +1754,8 @@ msgid "Discard"
 msgstr "Scarta"
 
 #: mod/notifications.php:62 mod/notifications.php:182
-#: mod/notifications.php:266 mod/contacts.php:629 mod/contacts.php:819
-#: mod/contacts.php:1003
+#: mod/notifications.php:266 mod/contacts.php:638 mod/contacts.php:828
+#: mod/contacts.php:1019
 msgid "Ignore"
 msgstr "Ignora"
 
@@ -2027,7 +1796,7 @@ msgstr "Tipo di notifica: "
 msgid "suggested by %s"
 msgstr "suggerito da %s"
 
-#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:637
+#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:646
 msgid "Hide this contact from others"
 msgstr "Nascondi questo contatto agli altri"
 
@@ -2039,7 +1808,7 @@ msgstr "Invia una attività \"è ora amico con\""
 msgid "if applicable"
 msgstr "se applicabile"
 
-#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1704
+#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1796
 msgid "Approve"
 msgstr "Approva"
 
@@ -2092,22 +1861,33 @@ msgstr "Condivisore"
 msgid "Subscriber"
 msgstr "Abbonato"
 
-#: mod/notifications.php:249 mod/contacts.php:655 mod/directory.php:155
+#: mod/notifications.php:247 mod/events.php:518 mod/directory.php:148
+#: mod/contacts.php:660 src/Model/Profile.php:417 src/Model/Event.php:60
+#: src/Model/Event.php:85 src/Model/Event.php:421 src/Model/Event.php:900
+msgid "Location:"
+msgstr "Posizione:"
+
+#: mod/notifications.php:249 mod/directory.php:154 mod/contacts.php:664
 #: src/Model/Profile.php:423 src/Model/Profile.php:806
 msgid "About:"
 msgstr "Informazioni:"
 
-#: mod/notifications.php:251 mod/contacts.php:657 mod/follow.php:172
+#: mod/notifications.php:251 mod/follow.php:174 mod/contacts.php:666
 #: src/Model/Profile.php:794
 msgid "Tags:"
 msgstr "Tag:"
 
-#: mod/notifications.php:253 mod/directory.php:152 src/Model/Profile.php:420
+#: mod/notifications.php:253 mod/directory.php:151 src/Model/Profile.php:420
 #: src/Model/Profile.php:745
 msgid "Gender:"
 msgstr "Genere:"
 
-#: mod/notifications.php:261 mod/contacts.php:63 src/Model/Profile.php:518
+#: mod/notifications.php:258 mod/unfollow.php:122 mod/follow.php:166
+#: mod/contacts.php:656 mod/admin.php:490 mod/admin.php:500
+msgid "Profile URL"
+msgstr "URL Profilo"
+
+#: mod/notifications.php:261 mod/contacts.php:71 src/Model/Profile.php:518
 msgid "Network:"
 msgstr "Rete:"
 
@@ -2128,10 +1908,6 @@ msgstr "Mostra tutti"
 msgid "No more %s notifications."
 msgstr "Nessun'altra notifica %s."
 
-#: mod/oexchange.php:30
-msgid "Post successful."
-msgstr "Inviato!"
-
 #: mod/openid.php:29
 msgid "OpenID protocol error. No ID returned."
 msgstr "Errore protocollo OpenID. Nessun ID ricevuto."
@@ -2145,78 +1921,8 @@ msgstr "L'account non è stato trovato, e la registrazione via OpenID non è per
 msgid "Login failed."
 msgstr "Accesso fallito."
 
-#: mod/ostatus_subscribe.php:21
-msgid "Subscribing to OStatus contacts"
-msgstr "Iscrizione a contatti OStatus"
-
-#: mod/ostatus_subscribe.php:32
-msgid "No contact provided."
-msgstr "Nessun contatto disponibile."
-
-#: mod/ostatus_subscribe.php:38
-msgid "Couldn't fetch information for contact."
-msgstr "Non è stato possibile recuperare le informazioni del contatto."
-
-#: mod/ostatus_subscribe.php:47
-msgid "Couldn't fetch friends for contact."
-msgstr "Non è stato possibile recuperare gli amici del contatto."
-
-#: mod/ostatus_subscribe.php:75
-msgid "success"
-msgstr "successo"
-
-#: mod/ostatus_subscribe.php:77
-msgid "failed"
-msgstr "fallito"
-
-#: mod/ostatus_subscribe.php:80 src/Object/Post.php:278
-msgid "ignored"
-msgstr "ignorato"
-
-#: mod/cal.php:142 mod/display.php:308 mod/profile.php:173
-msgid "Access to this profile has been restricted."
-msgstr "L'accesso a questo profilo è stato limitato."
-
-#: mod/cal.php:274 mod/events.php:392 view/theme/frio/theme.php:263
-#: view/theme/frio/theme.php:267 src/Content/Nav.php:104
-#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935
-msgid "Events"
-msgstr "Eventi"
-
-#: mod/cal.php:275 mod/events.php:393
-msgid "View"
-msgstr "Mostra"
-
-#: mod/cal.php:276 mod/events.php:395
-msgid "Previous"
-msgstr "Precedente"
-
-#: mod/cal.php:277 mod/install.php:209 mod/events.php:396
-msgid "Next"
-msgstr "Successivo"
-
-#: mod/cal.php:284 mod/events.php:405
-msgid "list"
-msgstr "lista"
-
-#: mod/cal.php:297 src/Model/User.php:202
-msgid "User not found"
-msgstr "Utente non trovato"
-
-#: mod/cal.php:313
-msgid "This calendar format is not supported"
-msgstr "Questo formato di calendario non è supportato"
-
-#: mod/cal.php:315
-msgid "No exportable data found"
-msgstr "Nessun dato esportabile trovato"
-
-#: mod/cal.php:332
-msgid "calendar"
-msgstr "calendario"
-
-#: mod/dfrn_confirm.php:74 mod/profiles.php:38 mod/profiles.php:148
-#: mod/profiles.php:195 mod/profiles.php:631
+#: mod/dfrn_confirm.php:74 mod/profiles.php:39 mod/profiles.php:149
+#: mod/profiles.php:196 mod/profiles.php:618
 msgid "Profile not found."
 msgstr "Profilo non trovato."
 
@@ -2291,7 +1997,7 @@ msgid "Unable to update your contact profile details on our system"
 msgstr "Impossibile aggiornare i dettagli del tuo contatto sul nostro sistema"
 
 #: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568
-#: src/Model/Contact.php:1434
+#: src/Model/Contact.php:1520
 msgid "[Name Withheld]"
 msgstr "[Nome Nascosto]"
 
@@ -2409,1040 +2115,1187 @@ msgid ""
 "important, please visit http://friendi.ca"
 msgstr "Per maggiori informazioni sul progetto Friendica e perchè pensiamo sia importante, visita http://friendi.ca "
 
+#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83
+#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112
+#: mod/wall_upload.php:155 mod/wall_upload.php:158
+msgid "Invalid request."
+msgstr "Richiesta non valida."
+
+#: mod/wall_attach.php:101
+msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
+msgstr "Mi spiace, forse il file che stai caricando è più grosso di quanto la configurazione di PHP permetta"
+
+#: mod/wall_attach.php:101
+msgid "Or - did you try to upload an empty file?"
+msgstr "O.. non avrai provato a caricare un file vuoto?"
+
+#: mod/wall_attach.php:112
+#, php-format
+msgid "File exceeds size limit of %s"
+msgstr "Il file supera la dimensione massima di %s"
+
+#: mod/wall_attach.php:136 mod/wall_attach.php:152
+msgid "File upload failed."
+msgstr "Caricamento del file non riuscito."
+
 #: mod/manage.php:180
 msgid "Manage Identities and/or Pages"
 msgstr "Gestisci identità e/o pagine"
 
-#: mod/manage.php:181
+#: mod/manage.php:181
+msgid ""
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
+msgstr "Cambia tra differenti identità o pagine comunità/gruppi che condividono il tuo account o per cui hai i permessi di gestione"
+
+#: mod/manage.php:182
+msgid "Select an identity to manage: "
+msgstr "Seleziona un'identità da gestire:"
+
+#: mod/dfrn_request.php:94
+msgid "This introduction has already been accepted."
+msgstr "Questa presentazione è già stata accettata."
+
+#: mod/dfrn_request.php:112 mod/dfrn_request.php:359
+msgid "Profile location is not valid or does not contain profile information."
+msgstr "L'indirizzo del profilo non è valido o non contiene un profilo."
+
+#: mod/dfrn_request.php:116 mod/dfrn_request.php:363
+msgid "Warning: profile location has no identifiable owner name."
+msgstr "Attenzione: l'indirizzo del profilo non riporta il nome del proprietario."
+
+#: mod/dfrn_request.php:119 mod/dfrn_request.php:366
+msgid "Warning: profile location has no profile photo."
+msgstr "Attenzione: l'indirizzo del profilo non ha una foto."
+
+#: mod/dfrn_request.php:123 mod/dfrn_request.php:370
+#, php-format
+msgid "%d required parameter was not found at the given location"
+msgid_plural "%d required parameters were not found at the given location"
+msgstr[0] "%d parametro richiesto non è stato trovato all'indirizzo dato"
+msgstr[1] "%d parametri richiesti non sono stati trovati all'indirizzo dato"
+
+#: mod/dfrn_request.php:162
+msgid "Introduction complete."
+msgstr "Presentazione completa."
+
+#: mod/dfrn_request.php:199
+msgid "Unrecoverable protocol error."
+msgstr "Errore di comunicazione."
+
+#: mod/dfrn_request.php:226
+msgid "Profile unavailable."
+msgstr "Profilo non disponibile."
+
+#: mod/dfrn_request.php:248
+#, php-format
+msgid "%s has received too many connection requests today."
+msgstr "%s ha ricevuto troppe richieste di connessione per oggi."
+
+#: mod/dfrn_request.php:249
+msgid "Spam protection measures have been invoked."
+msgstr "Sono state attivate le misure di protezione contro lo spam."
+
+#: mod/dfrn_request.php:250
+msgid "Friends are advised to please try again in 24 hours."
+msgstr "Gli amici sono pregati di riprovare tra 24 ore."
+
+#: mod/dfrn_request.php:280
+msgid "Invalid locator"
+msgstr "Indirizzo non valido"
+
+#: mod/dfrn_request.php:316
+msgid "You have already introduced yourself here."
+msgstr "Ti sei già presentato qui."
+
+#: mod/dfrn_request.php:319
+#, php-format
+msgid "Apparently you are already friends with %s."
+msgstr "Pare che tu e %s siate già amici."
+
+#: mod/dfrn_request.php:339
+msgid "Invalid profile URL."
+msgstr "Indirizzo profilo non valido."
+
+#: mod/dfrn_request.php:345 src/Model/Contact.php:1223
+msgid "Disallowed profile URL."
+msgstr "Indirizzo profilo non permesso."
+
+#: mod/dfrn_request.php:351 mod/friendica.php:128 mod/admin.php:353
+#: mod/admin.php:371 src/Model/Contact.php:1228
+msgid "Blocked domain"
+msgstr "Dominio bloccato"
+
+#: mod/dfrn_request.php:419 mod/contacts.php:230
+msgid "Failed to update contact record."
+msgstr "Errore nell'aggiornamento del contatto."
+
+#: mod/dfrn_request.php:439
+msgid "Your introduction has been sent."
+msgstr "La tua presentazione è stata inviata."
+
+#: mod/dfrn_request.php:477
+msgid ""
+"Remote subscription can't be done for your network. Please subscribe "
+"directly on your system."
+msgstr "La richiesta di connessione remota non può essere effettuata per la tua rete. Invia la richiesta direttamente sul nostro sistema."
+
+#: mod/dfrn_request.php:493
+msgid "Please login to confirm introduction."
+msgstr "Accedi per confermare la presentazione."
+
+#: mod/dfrn_request.php:501
 msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
-msgstr "Cambia tra differenti identità o pagine comunità/gruppi che condividono il tuo account o per cui hai i permessi di gestione"
+"Incorrect identity currently logged in. Please login to "
+"<strong>this</strong> profile."
+msgstr "Non hai fatto accesso con l'identità corretta. Accedi a <strong>questo</strong> profilo."
 
-#: mod/manage.php:182
-msgid "Select an identity to manage: "
-msgstr "Seleziona un'identità da gestire:"
+#: mod/dfrn_request.php:515 mod/dfrn_request.php:532
+msgid "Confirm"
+msgstr "Conferma"
 
-#: mod/profiles.php:57
-msgid "Profile deleted."
-msgstr "Profilo eliminato."
+#: mod/dfrn_request.php:527
+msgid "Hide this contact"
+msgstr "Nascondi questo contatto"
 
-#: mod/profiles.php:73 mod/profiles.php:109
-msgid "Profile-"
-msgstr "Profilo-"
+#: mod/dfrn_request.php:530
+#, php-format
+msgid "Welcome home %s."
+msgstr "Bentornato a casa %s."
 
-#: mod/profiles.php:92 mod/profiles.php:131
-msgid "New profile created."
-msgstr "Il nuovo profilo è stato creato."
+#: mod/dfrn_request.php:531
+#, php-format
+msgid "Please confirm your introduction/connection request to %s."
+msgstr "Conferma la tua richiesta di connessione con %s."
 
-#: mod/profiles.php:115
-msgid "Profile unavailable to clone."
-msgstr "Impossibile duplicare il profilo."
+#: mod/dfrn_request.php:607 mod/probe.php:13 mod/viewcontacts.php:45
+#: mod/webfinger.php:16 mod/search.php:98 mod/search.php:104
+#: mod/community.php:27 mod/photos.php:932 mod/videos.php:199
+#: mod/display.php:203 mod/directory.php:42
+msgid "Public access denied."
+msgstr "Accesso negato."
 
-#: mod/profiles.php:205
-msgid "Profile Name is required."
-msgstr "Il nome profilo è obbligatorio ."
+#: mod/dfrn_request.php:642
+msgid ""
+"Please enter your 'Identity Address' from one of the following supported "
+"communications networks:"
+msgstr "Inserisci il tuo 'Indirizzo Identità' da uno dei seguenti network supportati:"
 
-#: mod/profiles.php:346
-msgid "Marital Status"
-msgstr "Stato civile"
+#: mod/dfrn_request.php:645
+#, php-format
+msgid ""
+"If you are not yet a member of the free social web, <a href=\"%s\">follow "
+"this link to find a public Friendica site and join us today</a>."
+msgstr "Se non sei un membro del web sociale libero,  <a href=\"%s\">segui questo link per trovare un sito Friendica pubblico e unisciti a noi oggi</a>."
 
-#: mod/profiles.php:350
-msgid "Romantic Partner"
-msgstr "Partner romantico"
+#: mod/dfrn_request.php:650
+msgid "Friend/Connection Request"
+msgstr "Richieste di amicizia/connessione"
 
-#: mod/profiles.php:362
-msgid "Work/Employment"
-msgstr "Lavoro/Impiego"
+#: mod/dfrn_request.php:651
+msgid ""
+"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
+"testuser@gnusocial.de"
+msgstr "Esempi: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"
 
-#: mod/profiles.php:365
-msgid "Religion"
-msgstr "Religione"
+#: mod/dfrn_request.php:652 mod/follow.php:149
+msgid "Please answer the following:"
+msgstr "Rispondi:"
 
-#: mod/profiles.php:369
-msgid "Political Views"
-msgstr "Orientamento Politico"
+#: mod/dfrn_request.php:653 mod/follow.php:150
+#, php-format
+msgid "Does %s know you?"
+msgstr "%s ti conosce?"
 
-#: mod/profiles.php:373
-msgid "Gender"
-msgstr "Sesso"
+#: mod/dfrn_request.php:654 mod/follow.php:151
+msgid "Add a personal note:"
+msgstr "Aggiungi una nota personale:"
 
-#: mod/profiles.php:377
-msgid "Sexual Preference"
-msgstr "Preferenza sessuale"
+#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79
+msgid "Friendica"
+msgstr "Friendica"
 
-#: mod/profiles.php:381
-msgid "XMPP"
-msgstr "XMPP"
+#: mod/dfrn_request.php:657
+msgid "GNU Social (Pleroma, Mastodon)"
+msgstr "GNU Social (Pleroma, Mastodon)"
 
-#: mod/profiles.php:385
-msgid "Homepage"
-msgstr "Homepage"
+#: mod/dfrn_request.php:658
+msgid "Diaspora (Socialhome, Hubzilla)"
+msgstr "Diaspora (Socialhome, Hubzilla)"
 
-#: mod/profiles.php:389 mod/profiles.php:699
-msgid "Interests"
-msgstr "Interessi"
+#: mod/dfrn_request.php:659
+#, php-format
+msgid ""
+" - please do not use this form.  Instead, enter %s into your Diaspora search"
+" bar."
+msgstr " - per favore non usare questa form. Invece, inserisci %s nella tua barra di ricerca su Diaspora."
 
-#: mod/profiles.php:393 mod/admin.php:439
-msgid "Address"
-msgstr "Indirizzo"
+#: mod/dfrn_request.php:660 mod/unfollow.php:113 mod/follow.php:157
+msgid "Your Identity Address:"
+msgstr "L'indirizzo della tua identità:"
 
-#: mod/profiles.php:400 mod/profiles.php:695
-msgid "Location"
-msgstr "Posizione"
+#: mod/dfrn_request.php:662 mod/unfollow.php:65 mod/follow.php:62
+msgid "Submit Request"
+msgstr "Invia richiesta"
 
-#: mod/profiles.php:485
-msgid "Profile updated."
-msgstr "Profilo aggiornato."
+#: mod/localtime.php:19 src/Model/Event.php:36 src/Model/Event.php:814
+msgid "l F d, Y \\@ g:i A"
+msgstr "l d F Y \\@ G:i"
 
-#: mod/profiles.php:577
-msgid " and "
-msgstr ""
+#: mod/localtime.php:33
+msgid "Time Conversion"
+msgstr "Conversione Ora"
 
-#: mod/profiles.php:586
-msgid "public profile"
-msgstr "profilo pubblico"
+#: mod/localtime.php:35
+msgid ""
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
+msgstr "Friendica fornisce questo servizio per la condivisione di eventi con altre reti e amici in fusi orari sconosciuti."
 
-#: mod/profiles.php:589
+#: mod/localtime.php:39
 #, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
-msgstr "%1$s ha cambiato %2$s in &ldquo;%3$s&rdquo;"
+msgid "UTC time: %s"
+msgstr "Ora UTC: %s"
 
-#: mod/profiles.php:590
+#: mod/localtime.php:42
 #, php-format
-msgid " - Visit %1$s's %2$s"
-msgstr "- Visita  %2$s di %1$s"
+msgid "Current timezone: %s"
+msgstr "Fuso orario corrente: %s"
 
-#: mod/profiles.php:592
+#: mod/localtime.php:46
 #, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr "%1$s ha un %2$s aggiornato. Ha cambiato %3$s"
-
-#: mod/profiles.php:646
-msgid "Hide contacts and friends:"
-msgstr "Nascondi contatti:"
-
-#: mod/profiles.php:651
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "Nascondi la tua lista di contatti/amici ai visitatori di questo profilo?"
-
-#: mod/profiles.php:671
-msgid "Show more profile fields:"
-msgstr "Mostra più informazioni di profilo:"
-
-#: mod/profiles.php:683
-msgid "Profile Actions"
-msgstr "Azioni Profilo"
+msgid "Converted localtime: %s"
+msgstr "Ora locale convertita: %s"
 
-#: mod/profiles.php:684
-msgid "Edit Profile Details"
-msgstr "Modifica i dettagli del profilo"
+#: mod/localtime.php:52
+msgid "Please select your timezone:"
+msgstr "Selezionare il tuo fuso orario:"
 
-#: mod/profiles.php:686
-msgid "Change Profile Photo"
-msgstr "Cambia la foto del profilo"
+#: mod/probe.php:14 mod/webfinger.php:17
+msgid "Only logged in users are permitted to perform a probing."
+msgstr "Solo agli utenti loggati è permesso effettuare un probe."
 
-#: mod/profiles.php:687
-msgid "View this profile"
-msgstr "Visualizza questo profilo"
+#: mod/profperm.php:28 mod/group.php:83 index.php:415
+msgid "Permission denied"
+msgstr "Permesso negato"
 
-#: mod/profiles.php:688 mod/profiles.php:783 src/Model/Profile.php:393
-msgid "Edit visibility"
-msgstr "Modifica visibilità"
+#: mod/profperm.php:34 mod/profperm.php:65
+msgid "Invalid profile identifier."
+msgstr "Identificativo del profilo non valido."
 
-#: mod/profiles.php:689
-msgid "Create a new profile using these settings"
-msgstr "Crea un nuovo profilo usando queste impostazioni"
+#: mod/profperm.php:111
+msgid "Profile Visibility Editor"
+msgstr "Modifica visibilità del profilo"
 
-#: mod/profiles.php:690
-msgid "Clone this profile"
-msgstr "Clona questo profilo"
+#: mod/profperm.php:115 mod/group.php:265
+msgid "Click on a contact to add or remove."
+msgstr "Clicca su un contatto per aggiungerlo o rimuoverlo."
 
-#: mod/profiles.php:691
-msgid "Delete this profile"
-msgstr "Elimina questo profilo"
+#: mod/profperm.php:124
+msgid "Visible To"
+msgstr "Visibile a"
 
-#: mod/profiles.php:693
-msgid "Basic information"
-msgstr "Informazioni di base"
+#: mod/profperm.php:140
+msgid "All Contacts (with secure profile access)"
+msgstr "Tutti i contatti (con profilo ad accesso sicuro)"
 
-#: mod/profiles.php:694
-msgid "Profile picture"
-msgstr "Immagine del profilo"
+#: mod/regmod.php:68
+msgid "Account approved."
+msgstr "Account approvato."
 
-#: mod/profiles.php:696
-msgid "Preferences"
-msgstr "Preferenze"
+#: mod/regmod.php:93
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "Registrazione revocata per %s"
 
-#: mod/profiles.php:697
-msgid "Status information"
-msgstr "Informazioni stato"
+#: mod/regmod.php:102
+msgid "Please login."
+msgstr "Accedi."
 
-#: mod/profiles.php:698
-msgid "Additional information"
-msgstr "Informazioni aggiuntive"
+#: mod/removeme.php:55 mod/removeme.php:58
+msgid "Remove My Account"
+msgstr "Rimuovi il mio account"
 
-#: mod/profiles.php:700 mod/network.php:940
-#: src/Core/NotificationsManager.php:185
-msgid "Personal"
-msgstr "Personale"
+#: mod/removeme.php:56
+msgid ""
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr "Questo comando rimuoverà completamente il tuo account. Una volta rimosso non potrai più recuperarlo."
 
-#: mod/profiles.php:701
-msgid "Relation"
-msgstr "Relazione"
+#: mod/removeme.php:57
+msgid "Please enter your password for verification:"
+msgstr "Inserisci la tua password per verifica:"
 
-#: mod/profiles.php:702 src/Util/Temporal.php:81 src/Util/Temporal.php:83
-msgid "Miscellaneous"
-msgstr "Varie"
+#: mod/viewcontacts.php:87
+msgid "No contacts."
+msgstr "Nessun contatto."
 
-#: mod/profiles.php:705
-msgid "Your Gender:"
-msgstr "Il tuo sesso:"
+#: mod/viewsrc.php:12
+msgid "Access denied."
+msgstr "Accesso negato."
 
-#: mod/profiles.php:706
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\">&hearts;</span> Stato sentimentale:"
+#: mod/wallmessage.php:49 mod/wallmessage.php:112
+#, php-format
+msgid "Number of daily wall messages for %s exceeded. Message failed."
+msgstr "Numero giornaliero di messaggi per %s superato. Invio fallito."
 
-#: mod/profiles.php:707 src/Model/Profile.php:782
-msgid "Sexual Preference:"
-msgstr "Preferenze sessuali:"
+#: mod/wallmessage.php:57 mod/message.php:73
+msgid "No recipient selected."
+msgstr "Nessun destinatario selezionato."
 
-#: mod/profiles.php:708
-msgid "Example: fishing photography software"
-msgstr "Esempio: pesca fotografia programmazione"
+#: mod/wallmessage.php:60
+msgid "Unable to check your home location."
+msgstr "Impossibile controllare la tua posizione di origine."
 
-#: mod/profiles.php:713
-msgid "Profile Name:"
-msgstr "Nome del profilo:"
+#: mod/wallmessage.php:63 mod/message.php:80
+msgid "Message could not be sent."
+msgstr "Il messaggio non può essere inviato."
 
-#: mod/profiles.php:713 mod/events.php:511 mod/events.php:523
-msgid "Required"
-msgstr "Richiesto"
+#: mod/wallmessage.php:66 mod/message.php:83
+msgid "Message collection failure."
+msgstr "Errore recuperando il messaggio."
 
-#: mod/profiles.php:715
-msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
-msgstr "Questo è il tuo profilo <strong>publico</strong>.<br /><strong>Potrebbe</strong> essere visto da chiunque attraverso internet."
+#: mod/wallmessage.php:69 mod/message.php:86
+msgid "Message sent."
+msgstr "Messaggio inviato."
 
-#: mod/profiles.php:716
-msgid "Your Full Name:"
-msgstr "Il tuo nome completo:"
+#: mod/wallmessage.php:86 mod/wallmessage.php:95
+msgid "No recipient."
+msgstr "Nessun destinatario."
 
-#: mod/profiles.php:717
-msgid "Title/Description:"
-msgstr "Breve descrizione (es. titolo, posizione, altro):"
+#: mod/wallmessage.php:132 mod/message.php:250
+msgid "Send Private Message"
+msgstr "Invia un messaggio privato"
 
-#: mod/profiles.php:720
-msgid "Street Address:"
-msgstr "Indirizzo (via/piazza):"
+#: mod/wallmessage.php:133
+#, php-format
+msgid ""
+"If you wish for %s to respond, please check that the privacy settings on "
+"your site allow private mail from unknown senders."
+msgstr "Se vuoi che %s ti risponda, controlla che le tue impostazioni di privacy permettano la ricezione di messaggi privati da mittenti sconosciuti."
 
-#: mod/profiles.php:721
-msgid "Locality/City:"
-msgstr "Località:"
+#: mod/wallmessage.php:134 mod/message.php:251 mod/message.php:421
+msgid "To:"
+msgstr "A:"
 
-#: mod/profiles.php:722
-msgid "Region/State:"
-msgstr "Regione/Stato:"
+#: mod/wallmessage.php:135 mod/message.php:255 mod/message.php:423
+msgid "Subject:"
+msgstr "Oggetto:"
 
-#: mod/profiles.php:723
-msgid "Postal/Zip Code:"
-msgstr "CAP:"
+#: mod/uexport.php:44
+msgid "Export account"
+msgstr "Esporta account"
 
-#: mod/profiles.php:724
-msgid "Country:"
-msgstr "Nazione:"
+#: mod/uexport.php:44
+msgid ""
+"Export your account info and contacts. Use this to make a backup of your "
+"account and/or to move it to another server."
+msgstr "Esporta le informazioni del tuo account e dei contatti. Usa questa funzione per fare un backup del tuo account o per spostarlo in un altro server."
 
-#: mod/profiles.php:725 src/Util/Temporal.php:149
-msgid "Age: "
-msgstr "Età : "
+#: mod/uexport.php:45
+msgid "Export all"
+msgstr "Esporta tutto"
 
-#: mod/profiles.php:728
-msgid "Who: (if applicable)"
-msgstr "Con chi: (se possibile)"
+#: mod/uexport.php:45
+msgid ""
+"Export your accout info, contacts and all your items as json. Could be a "
+"very big file, and could take a lot of time. Use this to make a full backup "
+"of your account (photos are not exported)"
+msgstr "Esporta le informazioni del tuo account, i tuoi contatti e tutti i tuoi elementi in json. Può diventare un file veramente molto grosso e metterci un sacco di tempo. Usa questa funzione per fare un backup completo del tuo account (le foto non sono esportate)"
 
-#: mod/profiles.php:728
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Esempio: cathy123, Cathy Williams, cathy@example.com"
+#: mod/uexport.php:52 mod/settings.php:107
+msgid "Export personal data"
+msgstr "Esporta dati personali"
 
-#: mod/profiles.php:729
-msgid "Since [date]:"
-msgstr "Dal [data]:"
+#: mod/filer.php:34
+msgid "- select -"
+msgstr "- seleziona -"
 
-#: mod/profiles.php:731
-msgid "Tell us about yourself..."
-msgstr "Raccontaci di te..."
+#: mod/notify.php:77
+msgid "No more system notifications."
+msgstr "Nessuna nuova notifica di sistema."
 
-#: mod/profiles.php:732
-msgid "XMPP (Jabber) address:"
-msgstr "Indirizzo XMPP (Jabber):"
+#: mod/ping.php:292
+msgid "{0} wants to be your friend"
+msgstr "{0} vuole essere tuo amico"
 
-#: mod/profiles.php:732
-msgid ""
-"The XMPP address will be propagated to your contacts so that they can follow"
-" you."
-msgstr "L'indirizzo XMPP verrà propagato ai tuoi contatti così che possano seguirti."
+#: mod/ping.php:307
+msgid "{0} sent you a message"
+msgstr "{0} ti ha inviato un messaggio"
 
-#: mod/profiles.php:733
-msgid "Homepage URL:"
-msgstr "Homepage:"
+#: mod/ping.php:322
+msgid "{0} requested registration"
+msgstr "{0} chiede la registrazione"
 
-#: mod/profiles.php:734 src/Model/Profile.php:790
-msgid "Hometown:"
-msgstr "Paese natale:"
+#: mod/poke.php:192
+msgid "Poke/Prod"
+msgstr "Tocca/Pungola"
 
-#: mod/profiles.php:735 src/Model/Profile.php:798
-msgid "Political Views:"
-msgstr "Orientamento politico:"
+#: mod/poke.php:193
+msgid "poke, prod or do other things to somebody"
+msgstr "tocca, pungola o fai altre cose a qualcuno"
 
-#: mod/profiles.php:736
-msgid "Religious Views:"
-msgstr "Orientamento religioso:"
+#: mod/poke.php:194
+msgid "Recipient"
+msgstr "Destinatario"
 
-#: mod/profiles.php:737
-msgid "Public Keywords:"
-msgstr "Parole chiave visibili a tutti:"
+#: mod/poke.php:195
+msgid "Choose what you wish to do to recipient"
+msgstr "Scegli cosa vuoi fare al destinatario"
 
-#: mod/profiles.php:737
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr "(E' utilizzato per suggerire potenziali amici, può essere visto da altri)"
+#: mod/poke.php:198
+msgid "Make this post private"
+msgstr "Rendi questo post privato"
 
-#: mod/profiles.php:738
-msgid "Private Keywords:"
-msgstr "Parole chiave private:"
+#: mod/subthread.php:113
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s sta seguendo %3$s di %2$s"
 
-#: mod/profiles.php:738
-msgid "(Used for searching profiles, never shown to others)"
-msgstr "(Usato per cercare tra i profili, non è mai visibile agli altri)"
+#: mod/tagrm.php:47
+msgid "Tag removed"
+msgstr "Tag rimosso"
 
-#: mod/profiles.php:739 src/Model/Profile.php:814
-msgid "Likes:"
-msgstr "Mi piace:"
+#: mod/tagrm.php:85
+msgid "Remove Item Tag"
+msgstr "Rimuovi il tag"
 
-#: mod/profiles.php:740 src/Model/Profile.php:818
-msgid "Dislikes:"
-msgstr "Non mi piace:"
+#: mod/tagrm.php:87
+msgid "Select a tag to remove: "
+msgstr "Seleziona un tag da rimuovere: "
 
-#: mod/profiles.php:741
-msgid "Musical interests"
-msgstr "Interessi musicali"
+#: mod/tagrm.php:98 mod/delegate.php:177
+msgid "Remove"
+msgstr "Rimuovi"
 
-#: mod/profiles.php:742
-msgid "Books, literature"
-msgstr "Libri, letteratura"
+#: mod/wall_upload.php:186 mod/photos.php:763 mod/photos.php:766
+#: mod/photos.php:795 mod/profile_photo.php:153
+#, php-format
+msgid "Image exceeds size limit of %s"
+msgstr "La dimensione dell'immagine supera il limite di %s"
 
-#: mod/profiles.php:743
-msgid "Television"
-msgstr "Televisione"
+#: mod/wall_upload.php:200 mod/photos.php:818 mod/profile_photo.php:162
+msgid "Unable to process image."
+msgstr "Impossibile caricare l'immagine."
 
-#: mod/profiles.php:744
-msgid "Film/dance/culture/entertainment"
-msgstr "Film/danza/cultura/intrattenimento"
+#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:953
+#: src/Object/Image.php:969 src/Object/Image.php:977 src/Object/Image.php:1002
+msgid "Wall Photos"
+msgstr "Foto della bacheca"
 
-#: mod/profiles.php:745
-msgid "Hobbies/Interests"
-msgstr "Hobby/interessi"
+#: mod/wall_upload.php:239 mod/photos.php:847 mod/profile_photo.php:307
+msgid "Image upload failed."
+msgstr "Caricamento immagine fallito."
 
-#: mod/profiles.php:746
-msgid "Love/romance"
-msgstr "Amore"
+#: mod/search.php:37 mod/network.php:194
+msgid "Remove term"
+msgstr "Rimuovi termine"
 
-#: mod/profiles.php:747
-msgid "Work/employment"
-msgstr "Lavoro/impiego"
+#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100
+msgid "Saved Searches"
+msgstr "Ricerche salvate"
 
-#: mod/profiles.php:748
-msgid "School/education"
-msgstr "Scuola/educazione"
+#: mod/search.php:105
+msgid "Only logged in users are permitted to perform a search."
+msgstr "Solo agli utenti autenticati è permesso eseguire ricerche."
 
-#: mod/profiles.php:749
-msgid "Contact information and Social Networks"
-msgstr "Informazioni su contatti e social network"
+#: mod/search.php:129
+msgid "Too Many Requests"
+msgstr "Troppe richieste"
 
-#: mod/profiles.php:780 src/Model/Profile.php:389
-msgid "Profile Image"
-msgstr "Immagine del Profilo"
+#: mod/search.php:130
+msgid "Only one search per minute is permitted for not logged in users."
+msgstr "Solo una ricerca al minuto è permessa agli utenti non autenticati."
 
-#: mod/profiles.php:782 src/Model/Profile.php:392
-msgid "visible to everybody"
-msgstr "visibile a tutti"
+#: mod/search.php:228 mod/community.php:136
+msgid "No results."
+msgstr "Nessun risultato."
 
-#: mod/profiles.php:789
-msgid "Edit/Manage Profiles"
-msgstr "Modifica / Gestisci profili"
+#: mod/search.php:234
+#, php-format
+msgid "Items tagged with: %s"
+msgstr "Elementi taggati con: %s"
 
-#: mod/profiles.php:790 src/Model/Profile.php:379 src/Model/Profile.php:401
-msgid "Change profile photo"
-msgstr "Cambia la foto del profilo"
+#: mod/search.php:236 mod/contacts.php:819
+#, php-format
+msgid "Results for: %s"
+msgstr "Risultati per: %s"
 
-#: mod/profiles.php:791 src/Model/Profile.php:380
-msgid "Create New Profile"
-msgstr "Crea un nuovo profilo"
+#: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312
+msgid "Login"
+msgstr "Accedi"
 
-#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83
-#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112
-#: mod/wall_upload.php:155 mod/wall_upload.php:158
-msgid "Invalid request."
-msgstr "Richiesta non valida."
+#: mod/bookmarklet.php:51
+msgid "The post was created"
+msgstr "Il messaggio è stato creato"
 
-#: mod/wall_attach.php:101
-msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
-msgstr "Mi spiace, forse il file che stai caricando è più grosso di quanto la configurazione di PHP permetta"
+#: mod/community.php:46
+msgid "Community option not available."
+msgstr "Opzione Comunità non disponibile"
 
-#: mod/wall_attach.php:101
-msgid "Or - did you try to upload an empty file?"
-msgstr "O.. non avrai provato a caricare un file vuoto?"
+#: mod/community.php:63
+msgid "Not available."
+msgstr "Non disponibile."
 
-#: mod/wall_attach.php:112
-#, php-format
-msgid "File exceeds size limit of %s"
-msgstr "Il file supera la dimensione massima di %s"
+#: mod/community.php:76
+msgid "Local Community"
+msgstr "Comunità Locale"
 
-#: mod/wall_attach.php:136 mod/wall_attach.php:152
-msgid "File upload failed."
-msgstr "Caricamento del file non riuscito."
+#: mod/community.php:79
+msgid "Posts from local users on this server"
+msgstr "Messaggi dagli utenti locali su questo sito"
 
-#: mod/contacts.php:149
-#, php-format
-msgid "%d contact edited."
-msgid_plural "%d contacts edited."
-msgstr[0] "%d contatto modificato."
-msgstr[1] "%d contatti modificati"
+#: mod/community.php:87
+msgid "Global Community"
+msgstr "Comunità Globale"
 
-#: mod/contacts.php:176 mod/contacts.php:392
-msgid "Could not access contact record."
-msgstr "Non è possibile accedere al contatto."
+#: mod/community.php:90
+msgid "Posts from users of the whole federated network"
+msgstr "Messaggi dagli utenti della rete federata"
 
-#: mod/contacts.php:186
-msgid "Could not locate selected profile."
-msgstr "Non riesco a trovare il profilo selezionato."
+#: mod/community.php:180
+msgid ""
+"This community stream shows all public posts received by this node. They may"
+" not reflect the opinions of this node’s users."
+msgstr "Questa pagina comunità mostra tutti i post pubblici ricevuti da questo nodo. Potrebbero non riflettere le opinioni degli utenti di questo nodo."
 
-#: mod/contacts.php:220
-msgid "Contact updated."
-msgstr "Contatto aggiornato."
+#: mod/editpost.php:25 mod/editpost.php:35
+msgid "Item not found"
+msgstr "Oggetto non trovato"
 
-#: mod/contacts.php:222 mod/dfrn_request.php:419
-msgid "Failed to update contact record."
-msgstr "Errore nell'aggiornamento del contatto."
+#: mod/editpost.php:42
+msgid "Edit post"
+msgstr "Modifica messaggio"
 
-#: mod/contacts.php:413
-msgid "Contact has been blocked"
-msgstr "Il contatto è stato bloccato"
+#: mod/editpost.php:134 src/Core/ACL.php:315
+msgid "CC: email addresses"
+msgstr "CC: indirizzi email"
 
-#: mod/contacts.php:413
-msgid "Contact has been unblocked"
-msgstr "Il contatto è stato sbloccato"
+#: mod/editpost.php:141 src/Core/ACL.php:316
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Esempio: bob@example.com, mary@example.com"
 
-#: mod/contacts.php:424
-msgid "Contact has been ignored"
-msgstr "Il contatto è ignorato"
+#: mod/feedtest.php:20
+msgid "You must be logged in to use this module"
+msgstr "Devi aver essere autenticato per usare questo modulo"
 
-#: mod/contacts.php:424
-msgid "Contact has been unignored"
-msgstr "Il contatto non è più ignorato"
+#: mod/feedtest.php:48
+msgid "Source URL"
+msgstr "URL Sorgente"
 
-#: mod/contacts.php:435
-msgid "Contact has been archived"
-msgstr "Il contatto è stato archiviato"
+#: mod/fsuggest.php:72
+msgid "Friend suggestion sent."
+msgstr "Suggerimento di amicizia inviato."
 
-#: mod/contacts.php:435
-msgid "Contact has been unarchived"
-msgstr "Il contatto è stato dearchiviato"
+#: mod/fsuggest.php:101
+msgid "Suggest Friends"
+msgstr "Suggerisci amici"
 
-#: mod/contacts.php:459
-msgid "Drop contact"
-msgstr "Cancella contatto"
+#: mod/fsuggest.php:103
+#, php-format
+msgid "Suggest a friend for %s"
+msgstr "Suggerisci un amico a %s"
 
-#: mod/contacts.php:462 mod/contacts.php:814
-msgid "Do you really want to delete this contact?"
-msgstr "Vuoi veramente cancellare questo contatto?"
+#: mod/group.php:36
+msgid "Group created."
+msgstr "Gruppo creato."
 
-#: mod/contacts.php:480
-msgid "Contact has been removed."
-msgstr "Il contatto è stato rimosso."
+#: mod/group.php:42
+msgid "Could not create group."
+msgstr "Impossibile creare il gruppo."
 
-#: mod/contacts.php:511
-#, php-format
-msgid "You are mutual friends with %s"
-msgstr "Sei amico reciproco con %s"
+#: mod/group.php:56 mod/group.php:157
+msgid "Group not found."
+msgstr "Gruppo non trovato."
 
-#: mod/contacts.php:515
-#, php-format
-msgid "You are sharing with %s"
-msgstr "Stai condividendo con %s"
+#: mod/group.php:70
+msgid "Group name changed."
+msgstr "Il nome del gruppo è cambiato."
 
-#: mod/contacts.php:519
-#, php-format
-msgid "%s is sharing with you"
-msgstr "%s sta condividendo con te"
+#: mod/group.php:97
+msgid "Save Group"
+msgstr "Salva gruppo"
 
-#: mod/contacts.php:539
-msgid "Private communications are not available for this contact."
-msgstr "Le comunicazioni private non sono disponibili per questo contatto."
+#: mod/group.php:102
+msgid "Create a group of contacts/friends."
+msgstr "Crea un gruppo di amici/contatti."
 
-#: mod/contacts.php:541
-msgid "Never"
-msgstr "Mai"
+#: mod/group.php:103 mod/group.php:199 src/Model/Group.php:408
+msgid "Group Name: "
+msgstr "Nome del gruppo:"
 
-#: mod/contacts.php:544
-msgid "(Update was successful)"
-msgstr "(L'aggiornamento è stato completato)"
+#: mod/group.php:127
+msgid "Group removed."
+msgstr "Gruppo rimosso."
 
-#: mod/contacts.php:544
-msgid "(Update was not successful)"
-msgstr "(L'aggiornamento non è stato completato)"
+#: mod/group.php:129
+msgid "Unable to remove group."
+msgstr "Impossibile rimuovere il gruppo."
 
-#: mod/contacts.php:546 mod/contacts.php:976
-msgid "Suggest friends"
-msgstr "Suggerisci amici"
+#: mod/group.php:192
+msgid "Delete Group"
+msgstr "Elimina Gruppo"
 
-#: mod/contacts.php:550
-#, php-format
-msgid "Network type: %s"
-msgstr "Tipo di rete: %s"
+#: mod/group.php:198
+msgid "Group Editor"
+msgstr "Modifica gruppo"
 
-#: mod/contacts.php:555
-msgid "Communications lost with this contact!"
-msgstr "Comunicazione con questo contatto persa!"
+#: mod/group.php:203
+msgid "Edit Group Name"
+msgstr "Modifica Nome Gruppo"
 
-#: mod/contacts.php:561
-msgid "Fetch further information for feeds"
-msgstr "Recupera maggiori informazioni per i feed"
+#: mod/group.php:213
+msgid "Members"
+msgstr "Membri"
 
-#: mod/contacts.php:563
-msgid ""
-"Fetch information like preview pictures, title and teaser from the feed "
-"item. You can activate this if the feed doesn't contain much text. Keywords "
-"are taken from the meta header in the feed item and are posted as hash tags."
-msgstr "Recupera informazioni come immagini di anteprima, titolo e teaser dall'elemento del feed. Puoi attivare questa funzione se il feed non contiene molto testo. Le parole chiave sono recuperate dal tag meta nella pagina dell'elemento e inseriti come hashtag."
+#: mod/group.php:215 mod/contacts.php:719
+msgid "All Contacts"
+msgstr "Tutti i contatti"
 
-#: mod/contacts.php:564 mod/admin.php:1190
-msgid "Disabled"
-msgstr "Disabilitato"
+#: mod/group.php:216 mod/network.php:639
+msgid "Group is empty"
+msgstr "Il gruppo è vuoto"
 
-#: mod/contacts.php:565
-msgid "Fetch information"
-msgstr "Recupera informazioni"
+#: mod/group.php:229
+msgid "Remove Contact"
+msgstr "Rimuovi Contatto"
 
-#: mod/contacts.php:566
-msgid "Fetch keywords"
-msgstr "Recupera parole chiave"
+#: mod/group.php:253
+msgid "Add Contact"
+msgstr "Aggiungi Contatto"
 
-#: mod/contacts.php:567
-msgid "Fetch information and keywords"
-msgstr "Recupera informazioni e parole chiave"
+#: mod/item.php:114
+msgid "Unable to locate original post."
+msgstr "Impossibile trovare il messaggio originale."
 
-#: mod/contacts.php:599
-msgid "Contact"
-msgstr "Contatto"
+#: mod/item.php:274
+msgid "Empty post discarded."
+msgstr "Messaggio vuoto scartato."
 
-#: mod/contacts.php:602
-msgid "Profile Visibility"
-msgstr "Visibilità del profilo"
+#: mod/item.php:799
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social "
+"network."
+msgstr "Questo messaggio ti è stato inviato da %s, un membro del social network Friendica."
 
-#: mod/contacts.php:603
+#: mod/item.php:801
 #, php-format
+msgid "You may visit them online at %s"
+msgstr "Puoi visitarli online su %s"
+
+#: mod/item.php:802
 msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr "Seleziona il profilo che vuoi mostrare a %s quando visita il tuo profilo in modo sicuro."
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
+msgstr "Contatta il mittente rispondendo a questo post se non vuoi ricevere questi messaggi."
 
-#: mod/contacts.php:604
-msgid "Contact Information / Notes"
-msgstr "Informazioni / Note sul contatto"
+#: mod/item.php:806
+#, php-format
+msgid "%s posted an update."
+msgstr "%s ha inviato un aggiornamento."
 
-#: mod/contacts.php:605
-msgid "Their personal note"
-msgstr "La loro nota personale"
+#: mod/message.php:30 src/Content/Nav.php:198
+msgid "New Message"
+msgstr "Nuovo messaggio"
 
-#: mod/contacts.php:607
-msgid "Edit contact notes"
-msgstr "Modifica note contatto"
+#: mod/message.php:77
+msgid "Unable to locate contact information."
+msgstr "Impossibile trovare le informazioni del contatto."
 
-#: mod/contacts.php:611
-msgid "Block/Unblock contact"
-msgstr "Blocca/Sblocca contatto"
+#: mod/message.php:112 src/Content/Nav.php:195 view/theme/frio/theme.php:268
+msgid "Messages"
+msgstr "Messaggi"
 
-#: mod/contacts.php:612
-msgid "Ignore contact"
-msgstr "Ignora il contatto"
+#: mod/message.php:136
+msgid "Do you really want to delete this message?"
+msgstr "Vuoi veramente cancellare questo messaggio?"
 
-#: mod/contacts.php:613
-msgid "Repair URL settings"
-msgstr "Impostazioni riparazione URL"
+#: mod/message.php:156
+msgid "Message deleted."
+msgstr "Messaggio eliminato."
 
-#: mod/contacts.php:614
-msgid "View conversations"
-msgstr "Vedi conversazioni"
+#: mod/message.php:185
+msgid "Conversation removed."
+msgstr "Conversazione rimossa."
 
-#: mod/contacts.php:619
-msgid "Last update:"
-msgstr "Ultimo aggiornamento:"
+#: mod/message.php:291
+msgid "No messages."
+msgstr "Nessun messaggio."
 
-#: mod/contacts.php:621
-msgid "Update public posts"
-msgstr "Aggiorna messaggi pubblici"
+#: mod/message.php:330
+msgid "Message not available."
+msgstr "Messaggio non disponibile."
 
-#: mod/contacts.php:623 mod/contacts.php:986
-msgid "Update now"
-msgstr "Aggiorna adesso"
+#: mod/message.php:397
+msgid "Delete message"
+msgstr "Elimina il messaggio"
 
-#: mod/contacts.php:628 mod/contacts.php:818 mod/contacts.php:995
-#: mod/admin.php:434 mod/admin.php:1708
-msgid "Unblock"
-msgstr "Sblocca"
+#: mod/message.php:399 mod/message.php:500
+msgid "D, d M Y - g:i A"
+msgstr "D d M Y - G:i"
 
-#: mod/contacts.php:628 mod/contacts.php:818 mod/contacts.php:995
-#: mod/admin.php:433 mod/admin.php:1707
-msgid "Block"
-msgstr "Blocca"
+#: mod/message.php:414 mod/message.php:497
+msgid "Delete conversation"
+msgstr "Elimina la conversazione"
 
-#: mod/contacts.php:629 mod/contacts.php:819 mod/contacts.php:1003
-msgid "Unignore"
-msgstr "Non ignorare"
+#: mod/message.php:416
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "Nessuna comunicazione sicura disponibile, <strong>Potresti</strong> essere in grado di rispondere dalla pagina del profilo del mittente."
 
-#: mod/contacts.php:633
-msgid "Currently blocked"
-msgstr "Bloccato"
+#: mod/message.php:420
+msgid "Send Reply"
+msgstr "Invia la risposta"
+
+#: mod/message.php:471
+#, php-format
+msgid "Unknown sender - %s"
+msgstr "Mittente sconosciuto - %s"
+
+#: mod/message.php:473
+#, php-format
+msgid "You and %s"
+msgstr "Tu e %s"
+
+#: mod/message.php:475
+#, php-format
+msgid "%s and You"
+msgstr "%s e Tu"
+
+#: mod/message.php:503
+#, php-format
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] "%d messaggio"
+msgstr[1] "%d messaggi"
 
-#: mod/contacts.php:634
-msgid "Currently ignored"
-msgstr "Ignorato"
+#: mod/network.php:202 src/Model/Group.php:400
+msgid "add"
+msgstr "aggiungi"
 
-#: mod/contacts.php:635
-msgid "Currently archived"
-msgstr "Al momento archiviato"
+#: mod/network.php:547
+#, php-format
+msgid ""
+"Warning: This group contains %s member from a network that doesn't allow non"
+" public messages."
+msgid_plural ""
+"Warning: This group contains %s members from a network that doesn't allow "
+"non public messages."
+msgstr[0] "Attenzione: Questo gruppo contiene %s membro da una rete che non permette la ricezione di messaggi non pubblici."
+msgstr[1] "Attenzione: Questo gruppo contiene %s membri da reti che non permettono la ricezione di messaggi non pubblici."
 
-#: mod/contacts.php:636
-msgid "Awaiting connection acknowledge"
-msgstr "In attesa di conferma della connessione"
+#: mod/network.php:550
+msgid "Messages in this group won't be send to these receivers."
+msgstr "I messaggi in questo gruppo non saranno inviati ai quei contatti."
 
-#: mod/contacts.php:637
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr "Risposte ai tuoi post pubblici <strong>possono</strong> essere comunque visibili"
+#: mod/network.php:618
+msgid "No such group"
+msgstr "Nessun gruppo"
 
-#: mod/contacts.php:638
-msgid "Notification for new posts"
-msgstr "Notifica per i nuovi messaggi"
+#: mod/network.php:643
+#, php-format
+msgid "Group: %s"
+msgstr "Gruppo: %s"
 
-#: mod/contacts.php:638
-msgid "Send a notification of every new post of this contact"
-msgstr "Invia una notifica per ogni nuovo messaggio di questo contatto"
+#: mod/network.php:669
+msgid "Private messages to this person are at risk of public disclosure."
+msgstr "I messaggi privati a questa persona potrebbero risultare visibili anche pubblicamente."
 
-#: mod/contacts.php:641
-msgid "Blacklisted keywords"
-msgstr "Parole chiave in blacklist"
+#: mod/network.php:672
+msgid "Invalid contact."
+msgstr "Contatto non valido."
 
-#: mod/contacts.php:641
-msgid ""
-"Comma separated list of keywords that should not be converted to hashtags, "
-"when \"Fetch information and keywords\" is selected"
-msgstr "Lista separata da virgola di parole chiave che non dovranno essere convertite in hashtag, quando \"Recupera informazioni e parole chiave\" è selezionato"
+#: mod/network.php:921
+msgid "Commented Order"
+msgstr "Ordina per commento"
 
-#: mod/contacts.php:653 src/Model/Profile.php:424
-msgid "XMPP:"
-msgstr "XMPP:"
+#: mod/network.php:924
+msgid "Sort by Comment Date"
+msgstr "Ordina per data commento"
 
-#: mod/contacts.php:658
-msgid "Actions"
-msgstr "Azioni"
+#: mod/network.php:929
+msgid "Posted Order"
+msgstr "Ordina per invio"
 
-#: mod/contacts.php:660 mod/contacts.php:846 view/theme/frio/theme.php:259
-#: src/Content/Nav.php:100 src/Model/Profile.php:888
-msgid "Status"
-msgstr "Stato"
+#: mod/network.php:932
+msgid "Sort by Post Date"
+msgstr "Ordina per data messaggio"
 
-#: mod/contacts.php:661
-msgid "Contact Settings"
-msgstr "Impostazioni Contatto"
+#: mod/network.php:940 mod/profiles.php:687
+#: src/Core/NotificationsManager.php:185
+msgid "Personal"
+msgstr "Personale"
 
-#: mod/contacts.php:702
-msgid "Suggestions"
-msgstr "Suggerimenti"
+#: mod/network.php:943
+msgid "Posts that mention or involve you"
+msgstr "Messaggi che ti citano o coinvolgono"
 
-#: mod/contacts.php:705
-msgid "Suggest potential friends"
-msgstr "Suggerisci potenziali amici"
+#: mod/network.php:951
+msgid "New"
+msgstr "Nuovo"
 
-#: mod/contacts.php:710 mod/group.php:216
-msgid "All Contacts"
-msgstr "Tutti i contatti"
+#: mod/network.php:954
+msgid "Activity Stream - by date"
+msgstr "Activity Stream - per data"
 
-#: mod/contacts.php:713
-msgid "Show all contacts"
-msgstr "Mostra tutti i contatti"
+#: mod/network.php:962
+msgid "Shared Links"
+msgstr "Links condivisi"
 
-#: mod/contacts.php:718
-msgid "Unblocked"
-msgstr "Sbloccato"
+#: mod/network.php:965
+msgid "Interesting Links"
+msgstr "Link Interessanti"
 
-#: mod/contacts.php:721
-msgid "Only show unblocked contacts"
-msgstr "Mostra solo contatti non bloccati"
+#: mod/network.php:973
+msgid "Starred"
+msgstr "Preferiti"
 
-#: mod/contacts.php:726
-msgid "Blocked"
-msgstr "Bloccato"
+#: mod/network.php:976
+msgid "Favourite Posts"
+msgstr "Messaggi preferiti"
 
-#: mod/contacts.php:729
-msgid "Only show blocked contacts"
-msgstr "Mostra solo contatti bloccati"
+#: mod/notes.php:52 src/Model/Profile.php:946
+msgid "Personal Notes"
+msgstr "Note personali"
 
-#: mod/contacts.php:734
-msgid "Ignored"
-msgstr "Ignorato"
+#: mod/oexchange.php:30
+msgid "Post successful."
+msgstr "Inviato!"
 
-#: mod/contacts.php:737
-msgid "Only show ignored contacts"
-msgstr "Mostra solo contatti ignorati"
+#: mod/photos.php:108 src/Model/Profile.php:907
+msgid "Photo Albums"
+msgstr "Album foto"
 
-#: mod/contacts.php:742
-msgid "Archived"
-msgstr "Archiviato"
+#: mod/photos.php:109 mod/photos.php:1713
+msgid "Recent Photos"
+msgstr "Foto recenti"
 
-#: mod/contacts.php:745
-msgid "Only show archived contacts"
-msgstr "Mostra solo contatti archiviati"
+#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715
+msgid "Upload New Photos"
+msgstr "Carica nuove foto"
 
-#: mod/contacts.php:750
-msgid "Hidden"
-msgstr "Nascosto"
+#: mod/photos.php:126 mod/settings.php:50
+msgid "everybody"
+msgstr "tutti"
 
-#: mod/contacts.php:753
-msgid "Only show hidden contacts"
-msgstr "Mostra solo contatti nascosti"
+#: mod/photos.php:184
+msgid "Contact information unavailable"
+msgstr "I dati di questo contatto non sono disponibili"
 
-#: mod/contacts.php:809
-msgid "Search your contacts"
-msgstr "Cerca nei tuoi contatti"
+#: mod/photos.php:204
+msgid "Album not found."
+msgstr "Album non trovato."
 
-#: mod/contacts.php:810 mod/search.php:236
-#, php-format
-msgid "Results for: %s"
-msgstr "Risultati per: %s"
+#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161
+msgid "Delete Album"
+msgstr "Rimuovi album"
 
-#: mod/contacts.php:811 mod/directory.php:210 src/Content/Widget.php:63
-msgid "Find"
-msgstr "Trova"
+#: mod/photos.php:243
+msgid "Do you really want to delete this photo album and all its photos?"
+msgstr "Vuoi davvero cancellare questo album e tutte le sue foto?"
 
-#: mod/contacts.php:817 mod/settings.php:169 mod/settings.php:705
-msgid "Update"
-msgstr "Aggiorna"
+#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446
+msgid "Delete Photo"
+msgstr "Rimuovi foto"
 
-#: mod/contacts.php:820 mod/contacts.php:1011
-msgid "Archive"
-msgstr "Archivia"
+#: mod/photos.php:319
+msgid "Do you really want to delete this photo?"
+msgstr "Vuoi veramente cancellare questa foto?"
 
-#: mod/contacts.php:820 mod/contacts.php:1011
-msgid "Unarchive"
-msgstr "Dearchivia"
+#: mod/photos.php:667
+msgid "a photo"
+msgstr "una foto"
 
-#: mod/contacts.php:823
-msgid "Batch Actions"
-msgstr "Azioni Batch"
+#: mod/photos.php:667
+#, php-format
+msgid "%1$s was tagged in %2$s by %3$s"
+msgstr "%1$s è stato taggato in %2$s da %3$s"
 
-#: mod/contacts.php:857 src/Model/Profile.php:899
-msgid "Profile Details"
-msgstr "Dettagli del profilo"
+#: mod/photos.php:769
+msgid "Image upload didn't complete, please try again"
+msgstr "Caricamento dell'immagine non completato. Prova di nuovo."
 
-#: mod/contacts.php:869
-msgid "View all contacts"
-msgstr "Vedi tutti i contatti"
+#: mod/photos.php:772
+msgid "Image file is missing"
+msgstr "Il file dell'immagine è mancante"
 
-#: mod/contacts.php:880
-msgid "View all common friends"
-msgstr "Vedi tutti gli amici in comune"
+#: mod/photos.php:777
+msgid ""
+"Server can't accept new file upload at this time, please contact your "
+"administrator"
+msgstr "Il server non può accettare il caricamento di un nuovo file in questo momento, contattare l'amministratore"
 
-#: mod/contacts.php:886 mod/admin.php:1269 mod/events.php:535
-#: src/Model/Profile.php:865
-msgid "Advanced"
-msgstr "Avanzate"
+#: mod/photos.php:803
+msgid "Image file is empty."
+msgstr "Il file dell'immagine è vuoto."
 
-#: mod/contacts.php:889
-msgid "Advanced Contact Settings"
-msgstr "Impostazioni avanzate Contatto"
+#: mod/photos.php:940
+msgid "No photos selected"
+msgstr "Nessuna foto selezionata"
 
-#: mod/contacts.php:921
-msgid "Mutual Friendship"
-msgstr "Amicizia reciproca"
+#: mod/photos.php:1036 mod/videos.php:309
+msgid "Access to this item is restricted."
+msgstr "Questo oggetto non è visibile a tutti."
 
-#: mod/contacts.php:925
-msgid "is a fan of yours"
-msgstr "è un tuo fan"
+#: mod/photos.php:1090
+msgid "Upload Photos"
+msgstr "Carica foto"
 
-#: mod/contacts.php:929
-msgid "you are a fan of"
-msgstr "sei un fan di"
+#: mod/photos.php:1094 mod/photos.php:1156
+msgid "New album name: "
+msgstr "Nome nuovo album: "
 
-#: mod/contacts.php:997
-msgid "Toggle Blocked status"
-msgstr "Inverti stato \"Blocca\""
+#: mod/photos.php:1095
+msgid "or existing album name: "
+msgstr "o nome di un album esistente: "
 
-#: mod/contacts.php:1005
-msgid "Toggle Ignored status"
-msgstr "Inverti stato \"Ignora\""
+#: mod/photos.php:1096
+msgid "Do not show a status post for this upload"
+msgstr "Non creare un post per questo upload"
 
-#: mod/contacts.php:1013
-msgid "Toggle Archive status"
-msgstr "Inverti stato \"Archiviato\""
+#: mod/photos.php:1098 mod/photos.php:1441 mod/events.php:533
+#: src/Core/ACL.php:318
+msgid "Permissions"
+msgstr "Permessi"
 
-#: mod/contacts.php:1021
-msgid "Delete contact"
-msgstr "Rimuovi contatto"
+#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1229
+msgid "Show to Groups"
+msgstr "Mostra ai gruppi"
 
-#: mod/delegate.php:142
-msgid "No parent user"
-msgstr "Nessun utente principale"
+#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1230
+msgid "Show to Contacts"
+msgstr "Mostra ai contatti"
 
-#: mod/delegate.php:158
-msgid "Parent User"
-msgstr "Utente Principale"
+#: mod/photos.php:1167
+msgid "Edit Album"
+msgstr "Modifica album"
 
-#: mod/delegate.php:160
-msgid ""
-"Parent users have total control about this account, including the account "
-"settings. Please double check whom you give this access."
-msgstr "Gli utenti principali hanno il controllo totale su questo account, comprese le impostazioni. Assicurati di controllare due volte a chi stai fornendo questo accesso."
+#: mod/photos.php:1172
+msgid "Show Newest First"
+msgstr "Mostra nuove foto per prime"
+
+#: mod/photos.php:1174
+msgid "Show Oldest First"
+msgstr "Mostra vecchie foto per prime"
 
-#: mod/delegate.php:161 mod/admin.php:1264 mod/admin.php:1873
-#: mod/admin.php:2126 mod/admin.php:2200 mod/admin.php:2347
-#: mod/settings.php:679 mod/settings.php:788 mod/settings.php:874
-#: mod/settings.php:963 mod/settings.php:1198
-msgid "Save Settings"
-msgstr "Salva Impostazioni"
+#: mod/photos.php:1195 mod/photos.php:1698
+msgid "View Photo"
+msgstr "Vedi foto"
 
-#: mod/delegate.php:162 src/Content/Nav.php:204
-msgid "Delegate Page Management"
-msgstr "Gestione delegati per la pagina"
+#: mod/photos.php:1236
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Permesso negato. L'accesso a questo elemento può essere limitato."
 
-#: mod/delegate.php:163
-msgid "Delegates"
-msgstr "Delegati"
+#: mod/photos.php:1238
+msgid "Photo not available"
+msgstr "Foto non disponibile"
 
-#: mod/delegate.php:165
-msgid ""
-"Delegates are able to manage all aspects of this account/page except for "
-"basic account settings. Please do not delegate your personal account to "
-"anybody that you do not trust completely."
-msgstr "I Delegati sono in grado di gestire tutti gli aspetti di questa pagina, tranne per le impostazioni di base dell'account. Non delegare il tuo account personale a nessuno di cui non ti fidi ciecamente."
+#: mod/photos.php:1301
+msgid "View photo"
+msgstr "Vedi foto"
 
-#: mod/delegate.php:166
-msgid "Existing Page Managers"
-msgstr "Gestori Pagina Esistenti"
+#: mod/photos.php:1301
+msgid "Edit photo"
+msgstr "Modifica foto"
 
-#: mod/delegate.php:168
-msgid "Existing Page Delegates"
-msgstr "Delegati Pagina Esistenti"
+#: mod/photos.php:1302
+msgid "Use as profile photo"
+msgstr "Usa come foto del profilo"
 
-#: mod/delegate.php:170
-msgid "Potential Delegates"
-msgstr "Delegati Potenziali"
+#: mod/photos.php:1308 src/Object/Post.php:149
+msgid "Private Message"
+msgstr "Messaggio privato"
 
-#: mod/delegate.php:172 mod/tagrm.php:98
-msgid "Remove"
-msgstr "Rimuovi"
+#: mod/photos.php:1327
+msgid "View Full Size"
+msgstr "Vedi dimensione intera"
 
-#: mod/delegate.php:173
-msgid "Add"
-msgstr "Aggiungi"
+#: mod/photos.php:1414
+msgid "Tags: "
+msgstr "Tag: "
 
-#: mod/delegate.php:174
-msgid "No entries."
-msgstr "Nessuna voce."
+#: mod/photos.php:1417
+msgid "[Remove any tag]"
+msgstr "[Rimuovi tutti i tag]"
 
-#: mod/dfrn_request.php:94
-msgid "This introduction has already been accepted."
-msgstr "Questa presentazione è già stata accettata."
+#: mod/photos.php:1432
+msgid "New album name"
+msgstr "Nuovo nome dell'album"
 
-#: mod/dfrn_request.php:112 mod/dfrn_request.php:359
-msgid "Profile location is not valid or does not contain profile information."
-msgstr "L'indirizzo del profilo non è valido o non contiene un profilo."
+#: mod/photos.php:1433
+msgid "Caption"
+msgstr "Titolo"
 
-#: mod/dfrn_request.php:116 mod/dfrn_request.php:363
-msgid "Warning: profile location has no identifiable owner name."
-msgstr "Attenzione: l'indirizzo del profilo non riporta il nome del proprietario."
+#: mod/photos.php:1434
+msgid "Add a Tag"
+msgstr "Aggiungi tag"
 
-#: mod/dfrn_request.php:119 mod/dfrn_request.php:366
-msgid "Warning: profile location has no profile photo."
-msgstr "Attenzione: l'indirizzo del profilo non ha una foto."
+#: mod/photos.php:1434
+msgid ""
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "Esempio: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
 
-#: mod/dfrn_request.php:123 mod/dfrn_request.php:370
-#, php-format
-msgid "%d required parameter was not found at the given location"
-msgid_plural "%d required parameters were not found at the given location"
-msgstr[0] "%d parametro richiesto non è stato trovato all'indirizzo dato"
-msgstr[1] "%d parametri richiesti non sono stati trovati all'indirizzo dato"
+#: mod/photos.php:1435
+msgid "Do not rotate"
+msgstr "Non ruotare"
 
-#: mod/dfrn_request.php:162
-msgid "Introduction complete."
-msgstr "Presentazione completa."
+#: mod/photos.php:1436
+msgid "Rotate CW (right)"
+msgstr "Ruota a destra"
 
-#: mod/dfrn_request.php:199
-msgid "Unrecoverable protocol error."
-msgstr "Errore di comunicazione."
+#: mod/photos.php:1437
+msgid "Rotate CCW (left)"
+msgstr "Ruota a sinistra"
 
-#: mod/dfrn_request.php:226
-msgid "Profile unavailable."
-msgstr "Profilo non disponibile."
+#: mod/photos.php:1471 src/Object/Post.php:296
+msgid "I like this (toggle)"
+msgstr "Mi piace (clic per cambiare)"
 
-#: mod/dfrn_request.php:248
-#, php-format
-msgid "%s has received too many connection requests today."
-msgstr "%s ha ricevuto troppe richieste di connessione per oggi."
+#: mod/photos.php:1472 src/Object/Post.php:297
+msgid "I don't like this (toggle)"
+msgstr "Non mi piace (clic per cambiare)"
 
-#: mod/dfrn_request.php:249
-msgid "Spam protection measures have been invoked."
-msgstr "Sono state attivate le misure di protezione contro lo spam."
+#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600
+#: mod/contacts.php:953 src/Object/Post.php:793
+msgid "This is you"
+msgstr "Questo sei tu"
 
-#: mod/dfrn_request.php:250
-msgid "Friends are advised to please try again in 24 hours."
-msgstr "Gli amici sono pregati di riprovare tra 24 ore."
+#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602
+#: src/Object/Post.php:399 src/Object/Post.php:795
+msgid "Comment"
+msgstr "Commento"
 
-#: mod/dfrn_request.php:280
-msgid "Invalid locator"
-msgstr "Indirizzo non valido"
+#: mod/photos.php:1634
+msgid "Map"
+msgstr "Mappa"
 
-#: mod/dfrn_request.php:316
-msgid "You have already introduced yourself here."
-msgstr "Ti sei già presentato qui."
+#: mod/photos.php:1704 mod/videos.php:387
+msgid "View Album"
+msgstr "Sfoglia l'album"
 
-#: mod/dfrn_request.php:319
+#: mod/profile.php:37 src/Model/Profile.php:118
+msgid "Requested profile is not available."
+msgstr "Profilo richiesto non disponibile."
+
+#: mod/profile.php:78 src/Protocol/OStatus.php:1252
 #, php-format
-msgid "Apparently you are already friends with %s."
-msgstr "Pare che tu e %s siate già amici."
+msgid "%s's posts"
+msgstr "il messaggio di %s"
 
-#: mod/dfrn_request.php:339
-msgid "Invalid profile URL."
-msgstr "Indirizzo profilo non valido."
+#: mod/profile.php:79 src/Protocol/OStatus.php:1253
+#, php-format
+msgid "%s's comments"
+msgstr "il commento di %s"
 
-#: mod/dfrn_request.php:345 src/Model/Contact.php:1137
-msgid "Disallowed profile URL."
-msgstr "Indirizzo profilo non permesso."
+#: mod/profile.php:80 src/Protocol/OStatus.php:1251
+#, php-format
+msgid "%s's timeline"
+msgstr "la timeline di %s"
 
-#: mod/dfrn_request.php:439
-msgid "Your introduction has been sent."
-msgstr "La tua presentazione è stata inviata."
+#: mod/profile.php:173 mod/display.php:313 mod/cal.php:142
+msgid "Access to this profile has been restricted."
+msgstr "L'accesso a questo profilo è stato limitato."
 
-#: mod/dfrn_request.php:477
-msgid ""
-"Remote subscription can't be done for your network. Please subscribe "
-"directly on your system."
-msgstr "La richiesta di connessione remota non può essere effettuata per la tua rete. Invia la richiesta direttamente sul nostro sistema."
+#: mod/profile.php:194
+msgid "Tips for New Members"
+msgstr "Consigli per i Nuovi Utenti"
 
-#: mod/dfrn_request.php:493
-msgid "Please login to confirm introduction."
-msgstr "Accedi per confermare la presentazione."
+#: mod/videos.php:139
+msgid "Do you really want to delete this video?"
+msgstr "Vuoi veramente cancellare questo video?"
 
-#: mod/dfrn_request.php:501
-msgid ""
-"Incorrect identity currently logged in. Please login to "
-"<strong>this</strong> profile."
-msgstr "Non hai fatto accesso con l'identità corretta. Accedi a <strong>questo</strong> profilo."
+#: mod/videos.php:144
+msgid "Delete Video"
+msgstr "Rimuovi video"
 
-#: mod/dfrn_request.php:515 mod/dfrn_request.php:532
-msgid "Confirm"
-msgstr "Conferma"
+#: mod/videos.php:207
+msgid "No videos selected"
+msgstr "Nessun video selezionato"
 
-#: mod/dfrn_request.php:527
-msgid "Hide this contact"
-msgstr "Nascondi questo contatto"
+#: mod/videos.php:396
+msgid "Recent Videos"
+msgstr "Video Recenti"
 
-#: mod/dfrn_request.php:530
-#, php-format
-msgid "Welcome home %s."
-msgstr "Bentornato a casa %s."
+#: mod/videos.php:398
+msgid "Upload New Videos"
+msgstr "Carica Nuovo Video"
 
-#: mod/dfrn_request.php:531
-#, php-format
-msgid "Please confirm your introduction/connection request to %s."
-msgstr "Conferma la tua richiesta di connessione con %s."
+#: mod/delegate.php:37
+msgid "Parent user not found."
+msgstr "Utente principale non trovato."
 
-#: mod/dfrn_request.php:607 mod/probe.php:13 mod/search.php:98
-#: mod/search.php:104 mod/viewcontacts.php:45 mod/webfinger.php:16
-#: mod/community.php:25 mod/directory.php:42 mod/display.php:201
-#: mod/photos.php:932 mod/videos.php:200
-msgid "Public access denied."
-msgstr "Accesso negato."
+#: mod/delegate.php:144
+msgid "No parent user"
+msgstr "Nessun utente principale"
 
-#: mod/dfrn_request.php:642
-msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"communications networks:"
-msgstr "Inserisci il tuo 'Indirizzo Identità' da uno dei seguenti network supportati:"
+#: mod/delegate.php:159
+msgid "Parent Password:"
+msgstr "Password Principale:"
 
-#: mod/dfrn_request.php:645
-#, php-format
+#: mod/delegate.php:159
 msgid ""
-"If you are not yet a member of the free social web, <a href=\"%s\">follow "
-"this link to find a public Friendica site and join us today</a>."
-msgstr "Se non sei un membro del web sociale libero,  <a href=\"%s\">segui questo link per trovare un sito Friendica pubblico e unisciti a noi oggi</a>."
+"Please enter the password of the parent account to legitimize your request."
+msgstr "Inserisci la password dell'account principale per autorizzare la tua richiesta."
 
-#: mod/dfrn_request.php:650
-msgid "Friend/Connection Request"
-msgstr "Richieste di amicizia/connessione"
+#: mod/delegate.php:164
+msgid "Parent User"
+msgstr "Utente Principale"
 
-#: mod/dfrn_request.php:651
+#: mod/delegate.php:167
 msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@gnusocial.de"
-msgstr "Esempi: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"
-
-#: mod/dfrn_request.php:652 mod/follow.php:147
-msgid "Please answer the following:"
-msgstr "Rispondi:"
-
-#: mod/dfrn_request.php:653 mod/follow.php:148
-#, php-format
-msgid "Does %s know you?"
-msgstr "%s ti conosce?"
-
-#: mod/dfrn_request.php:654 mod/follow.php:149
-msgid "Add a personal note:"
-msgstr "Aggiungi una nota personale:"
+"Parent users have total control about this account, including the account "
+"settings. Please double check whom you give this access."
+msgstr "Gli utenti principali hanno il controllo totale su questo account, comprese le impostazioni. Assicurati di controllare due volte a chi stai fornendo questo accesso."
 
-#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79
-msgid "Friendica"
-msgstr "Friendica"
+#: mod/delegate.php:168 mod/admin.php:307 mod/admin.php:1346
+#: mod/admin.php:1965 mod/admin.php:2218 mod/admin.php:2292 mod/admin.php:2439
+#: mod/settings.php:675 mod/settings.php:784 mod/settings.php:872
+#: mod/settings.php:961 mod/settings.php:1194
+msgid "Save Settings"
+msgstr "Salva Impostazioni"
 
-#: mod/dfrn_request.php:657
-msgid "GNU Social (Pleroma, Mastodon)"
-msgstr "GNU Social (Pleroma, Mastodon)"
+#: mod/delegate.php:169 src/Content/Nav.php:204
+msgid "Delegate Page Management"
+msgstr "Gestione delegati per la pagina"
 
-#: mod/dfrn_request.php:658
-msgid "Diaspora (Socialhome, Hubzilla)"
-msgstr "Diaspora (Socialhome, Hubzilla)"
+#: mod/delegate.php:170
+msgid "Delegates"
+msgstr "Delegati"
 
-#: mod/dfrn_request.php:659
-#, php-format
+#: mod/delegate.php:172
 msgid ""
-" - please do not use this form.  Instead, enter %s into your Diaspora search"
-" bar."
-msgstr " - per favore non usare questa form. Invece, inserisci %s nella tua barra di ricerca su Diaspora."
+"Delegates are able to manage all aspects of this account/page except for "
+"basic account settings. Please do not delegate your personal account to "
+"anybody that you do not trust completely."
+msgstr "I Delegati sono in grado di gestire tutti gli aspetti di questa pagina, tranne per le impostazioni di base dell'account. Non delegare il tuo account personale a nessuno di cui non ti fidi ciecamente."
 
-#: mod/filer.php:34
-msgid "- select -"
-msgstr "- seleziona -"
+#: mod/delegate.php:173
+msgid "Existing Page Delegates"
+msgstr "Delegati Pagina Esistenti"
 
-#: mod/follow.php:44
-msgid "The contact could not be added."
-msgstr "Il contatto non può essere aggiunto."
+#: mod/delegate.php:175
+msgid "Potential Delegates"
+msgstr "Delegati Potenziali"
 
-#: mod/follow.php:72
-msgid "You already added this contact."
-msgstr "Hai già aggiunto questo contatto."
+#: mod/delegate.php:178
+msgid "Add"
+msgstr "Aggiungi"
 
-#: mod/follow.php:81
-msgid "Diaspora support isn't enabled. Contact can't be added."
-msgstr "Il supporto Diaspora non è abilitato. Il contatto non può essere aggiunto."
+#: mod/delegate.php:179
+msgid "No entries."
+msgstr "Nessuna voce."
 
-#: mod/follow.php:88
-msgid "OStatus support is disabled. Contact can't be added."
-msgstr "Il supporto OStatus non è abilitato. Il contatto non può essere aggiunto."
+#: mod/dirfind.php:49
+#, php-format
+msgid "People Search - %s"
+msgstr "Cerca persone - %s"
 
-#: mod/follow.php:95
-msgid "The network type couldn't be detected. Contact can't be added."
-msgstr "Non è possibile rilevare il tipo di rete. Il contatto non può essere aggiunto."
+#: mod/dirfind.php:60
+#, php-format
+msgid "Forum Search - %s"
+msgstr "Ricerca Forum  - %s"
 
 #: mod/install.php:114
 msgid "Friendica Communications Server - Setup"
@@ -3466,7 +3319,7 @@ msgid ""
 "or mysql."
 msgstr "Potresti dover importare il file \"database.sql\" manualmente con phpmyadmin o mysql"
 
-#: mod/install.php:136 mod/install.php:208 mod/install.php:553
+#: mod/install.php:136 mod/install.php:208 mod/install.php:558
 msgid "Please see the file \"INSTALL.txt\"."
 msgstr "Leggi il file \"INSTALL.txt\"."
 
@@ -3478,6 +3331,10 @@ msgstr "Database già in uso."
 msgid "System check"
 msgstr "Controllo sistema"
 
+#: mod/install.php:209 mod/cal.php:277 mod/events.php:395
+msgid "Next"
+msgstr "Successivo"
+
 #: mod/install.php:210
 msgid "Check again"
 msgstr "Controlla ancora"
@@ -3645,3493 +3502,3782 @@ msgid "XML PHP module"
 msgstr "Modulo PHP XML"
 
 #: mod/install.php:400
-msgid "iconv module"
-msgstr "modulo iconv"
+msgid "iconv PHP module"
+msgstr "modulo PHP iconv"
 
-#: mod/install.php:404 mod/install.php:406
+#: mod/install.php:401
+msgid "POSIX PHP module"
+msgstr "mooduo PHP POSIX"
+
+#: mod/install.php:405 mod/install.php:407
 msgid "Apache mod_rewrite module"
 msgstr "Modulo mod_rewrite di Apache"
 
-#: mod/install.php:404
+#: mod/install.php:405
 msgid ""
 "Error: Apache webserver mod-rewrite module is required but not installed."
 msgstr "Errore: E' il modulo mod-rewrite di Apache è richiesto, ma non risulta installato"
 
-#: mod/install.php:412
+#: mod/install.php:413
 msgid "Error: libCURL PHP module required but not installed."
 msgstr "Errore: il modulo libCURL di PHP è richiesto, ma non risulta installato."
 
-#: mod/install.php:416
+#: mod/install.php:417
 msgid ""
 "Error: GD graphics PHP module with JPEG support required but not installed."
 msgstr "Errore: Il modulo GD graphics di PHP con supporto a JPEG è richiesto, ma non risulta installato."
 
-#: mod/install.php:420
+#: mod/install.php:421
 msgid "Error: openssl PHP module required but not installed."
 msgstr "Errore: il modulo openssl di PHP è richiesto, ma non risulta installato."
 
-#: mod/install.php:424
+#: mod/install.php:425
 msgid "Error: PDO or MySQLi PHP module required but not installed."
 msgstr "Errore: uno dei due moduli PHP PDO o MySQLi è richiesto ma non installato."
 
-#: mod/install.php:428
+#: mod/install.php:429
 msgid "Error: The MySQL driver for PDO is not installed."
 msgstr "Errore: il driver MySQL per PDO non è installato."
 
-#: mod/install.php:432
+#: mod/install.php:433
 msgid "Error: mb_string PHP module required but not installed."
 msgstr "Errore: il modulo PHP mb_string è richiesto, ma non risulta installato."
 
-#: mod/install.php:436
+#: mod/install.php:437
 msgid "Error: iconv PHP module required but not installed."
 msgstr "Errore: il modulo PHP iconv è richiesto ma non installato."
 
-#: mod/install.php:446
+#: mod/install.php:441
+msgid "Error: POSIX PHP module required but not installed."
+msgstr "Errore, il modulo PHP POSIX è richiesto ma non installato."
+
+#: mod/install.php:451
 msgid "Error, XML PHP module required but not installed."
 msgstr "Errore, il modulo PHP XML è richiesto ma non installato."
 
-#: mod/install.php:458
+#: mod/install.php:463
 msgid ""
 "The web installer needs to be able to create a file called \".htconfig.php\""
 " in the top folder of your web server and it is unable to do so."
 msgstr "L'installazione web deve poter creare un file chiamato \".htconfig.php\" nella cartella principale del tuo web server ma non è in grado di farlo."
 
-#: mod/install.php:459
+#: mod/install.php:464
 msgid ""
 "This is most often a permission setting, as the web server may not be able "
 "to write files in your folder - even if you can."
 msgstr "Ciò è dovuto spesso a impostazioni di permessi, dato che il web server può non essere in grado di scrivere il file nella tua cartella, anche se tu puoi."
 
-#: mod/install.php:460
+#: mod/install.php:465
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named .htconfig.php in your Friendica top folder."
+msgstr "Alla fine di questa procedura, di daremo un testo da salvare in un file chiamato .htconfig.php nella tua cartella principale di Friendica"
+
+#: mod/install.php:466
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"INSTALL.txt\" for instructions."
+msgstr "Puoi in alternativa saltare questa procedura ed eseguire l'installazione manualmente. Vedi il file \"INSTALL.txt\" per le istruzioni."
+
+#: mod/install.php:469
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php è scrivibile"
+
+#: mod/install.php:479
+msgid ""
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Friendica usa il motore di template Smarty3 per renderizzare le sue pagine web. Smarty3 compila i template in PHP per velocizzare il rendering."
+
+#: mod/install.php:480
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory view/smarty3/ under the Friendica top level "
+"folder."
+msgstr "Per salvare questi template compilati, il server werb ha bisogno dell'accesso in scrittura alla cartella view/smarty3/ nella cartella principale dei Friendica."
+
+#: mod/install.php:481
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Per favore, controlla che l'utente con cui il tuo server web gira (es www-data) ha accesso in scrittura a questa cartella."
+
+#: mod/install.php:482
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"view/smarty3/ only--not the template files (.tpl) that it contains."
+msgstr "Nota: come misura di sicurezza, dovresti dare accesso in scrittura solo alla cartella view/smarty3, non ai template (.tpl) che contiene."
+
+#: mod/install.php:485
+msgid "view/smarty3 is writable"
+msgstr "view/smarty3 è scrivibile"
+
+#: mod/install.php:501
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
+msgstr "La riscrittura degli url in .htaccess non funziona. Controlla la configurazione del tuo server."
+
+#: mod/install.php:503
+msgid "Url rewrite is working"
+msgstr "La riscrittura degli url funziona"
+
+#: mod/install.php:522
+msgid "ImageMagick PHP extension is not installed"
+msgstr "L'estensione PHP ImageMagick non è installata"
+
+#: mod/install.php:524
+msgid "ImageMagick PHP extension is installed"
+msgstr "L'estensione PHP ImageMagick è installata"
+
+#: mod/install.php:526
+msgid "ImageMagick supports GIF"
+msgstr "ImageMagick supporta i GIF"
+
+#: mod/install.php:533
+msgid ""
+"The database configuration file \".htconfig.php\" could not be written. "
+"Please use the enclosed text to create a configuration file in your web "
+"server root."
+msgstr "Il file di configurazione del database \".htconfig.php\" non può essere scritto. Usa il testo qui di seguito per creare un file di configurazione nella cartella principale del tuo sito."
+
+#: mod/install.php:556
+msgid "<h1>What next</h1>"
+msgstr "<h1>Cosa fare ora</h1>"
+
+#: mod/install.php:557
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"worker."
+msgstr "IMPORTANTE: Devi impostare [manualmente] la pianificazione del worker."
+
+#: mod/install.php:560
+#, php-format
+msgid ""
+"Go to your new Friendica node <a href=\"%s/register\">registration page</a> "
+"and register as new user. Remember to use the same email you have entered as"
+" administrator email. This will allow you to enter the site admin panel."
+msgstr "Vai nella <a href=\"%s/register\">pagina di registrazione</a> del tuo nuovo nodo Friendica e registra un nuovo utente. Ricorda di usare la stessa email che hai inserito come email dell'utente amministratore. Questo ti permetterà di entrare nel pannello di amministrazione del sito."
+
+#: mod/ostatus_subscribe.php:21
+msgid "Subscribing to OStatus contacts"
+msgstr "Iscrizione a contatti OStatus"
+
+#: mod/ostatus_subscribe.php:33
+msgid "No contact provided."
+msgstr "Nessun contatto disponibile."
+
+#: mod/ostatus_subscribe.php:40
+msgid "Couldn't fetch information for contact."
+msgstr "Non è stato possibile recuperare le informazioni del contatto."
+
+#: mod/ostatus_subscribe.php:50
+msgid "Couldn't fetch friends for contact."
+msgstr "Non è stato possibile recuperare gli amici del contatto."
+
+#: mod/ostatus_subscribe.php:78
+msgid "success"
+msgstr "successo"
+
+#: mod/ostatus_subscribe.php:80
+msgid "failed"
+msgstr "fallito"
+
+#: mod/ostatus_subscribe.php:83 src/Object/Post.php:279
+msgid "ignored"
+msgstr "ignorato"
+
+#: mod/unfollow.php:34
+msgid "Contact wasn't found or can't be unfollowed."
+msgstr "Il contatto non è stato trovato o non si può smettere di seguirlo."
+
+#: mod/unfollow.php:47
+msgid "Contact unfollowed"
+msgstr "Smesso di seguire il contatto"
+
+#: mod/unfollow.php:73
+msgid "You aren't a friend of this contact."
+msgstr "Non sei un amico di questo contatto"
+
+#: mod/unfollow.php:79
+msgid "Unfollowing is currently not supported by your network."
+msgstr "Smettere di seguire non è al momento supportato dalla tua rete."
+
+#: mod/unfollow.php:100 mod/contacts.php:599
+msgid "Disconnect/Unfollow"
+msgstr "Disconnetti/Non Seguire"
+
+#: mod/unfollow.php:132 mod/follow.php:186 mod/contacts.php:858
+#: src/Model/Profile.php:891
+msgid "Status Messages and Posts"
+msgstr "Messaggi di stato e post"
+
+#: mod/cal.php:274 mod/events.php:391 src/Content/Nav.php:104
+#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935
+#: view/theme/frio/theme.php:263 view/theme/frio/theme.php:267
+msgid "Events"
+msgstr "Eventi"
+
+#: mod/cal.php:275 mod/events.php:392
+msgid "View"
+msgstr "Mostra"
+
+#: mod/cal.php:276 mod/events.php:394
+msgid "Previous"
+msgstr "Precedente"
+
+#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412
+msgid "today"
+msgstr "oggi"
+
+#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304
+#: src/Model/Event.php:413
+msgid "month"
+msgstr "mese"
+
+#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305
+#: src/Model/Event.php:414
+msgid "week"
+msgstr "settimana"
+
+#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306
+#: src/Model/Event.php:415
+msgid "day"
+msgstr "giorno"
+
+#: mod/cal.php:284 mod/events.php:404
+msgid "list"
+msgstr "lista"
+
+#: mod/cal.php:297 src/Core/Console/NewPassword.php:74 src/Model/User.php:204
+msgid "User not found"
+msgstr "Utente non trovato"
+
+#: mod/cal.php:313
+msgid "This calendar format is not supported"
+msgstr "Questo formato di calendario non è supportato"
+
+#: mod/cal.php:315
+msgid "No exportable data found"
+msgstr "Nessun dato esportabile trovato"
+
+#: mod/cal.php:332
+msgid "calendar"
+msgstr "calendario"
+
+#: mod/events.php:105 mod/events.php:107
+msgid "Event can not end before it has started."
+msgstr "Un evento non può finire prima di iniziare."
+
+#: mod/events.php:114 mod/events.php:116
+msgid "Event title and start time are required."
+msgstr "Titolo e ora di inizio dell'evento sono richiesti."
+
+#: mod/events.php:393
+msgid "Create New Event"
+msgstr "Crea un nuovo evento"
+
+#: mod/events.php:506
+msgid "Event details"
+msgstr "Dettagli dell'evento"
+
+#: mod/events.php:507
+msgid "Starting date and Title are required."
+msgstr "La data di inizio e il titolo sono richiesti."
+
+#: mod/events.php:508 mod/events.php:509
+msgid "Event Starts:"
+msgstr "L'evento inizia:"
+
+#: mod/events.php:508 mod/events.php:520 mod/profiles.php:700
+msgid "Required"
+msgstr "Richiesto"
+
+#: mod/events.php:510 mod/events.php:526
+msgid "Finish date/time is not known or not relevant"
+msgstr "La data/ora di fine non è definita"
+
+#: mod/events.php:512 mod/events.php:513
+msgid "Event Finishes:"
+msgstr "L'evento finisce:"
+
+#: mod/events.php:514 mod/events.php:527
+msgid "Adjust for viewer timezone"
+msgstr "Visualizza con il fuso orario di chi legge"
+
+#: mod/events.php:516
+msgid "Description:"
+msgstr "Descrizione:"
+
+#: mod/events.php:520 mod/events.php:522
+msgid "Title:"
+msgstr "Titolo:"
+
+#: mod/events.php:523 mod/events.php:524
+msgid "Share this event"
+msgstr "Condividi questo evento"
+
+#: mod/events.php:531 src/Model/Profile.php:864
+msgid "Basic"
+msgstr "Base"
+
+#: mod/events.php:532 mod/contacts.php:895 mod/admin.php:1351
+#: src/Model/Profile.php:865
+msgid "Advanced"
+msgstr "Avanzate"
+
+#: mod/events.php:552
+msgid "Failed to remove event"
+msgstr "Rimozione evento fallita."
+
+#: mod/events.php:554
+msgid "Event removed"
+msgstr "Evento rimosso"
+
+#: mod/profile_photo.php:55
+msgid "Image uploaded but image cropping failed."
+msgstr "L'immagine è stata caricata, ma il non è stato possibile ritagliarla."
+
+#: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104
+#: mod/profile_photo.php:315
+#, php-format
+msgid "Image size reduction [%s] failed."
+msgstr "Il ridimensionamento dell'immagine [%s] è fallito."
+
+#: mod/profile_photo.php:125
 msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named .htconfig.php in your Friendica top folder."
-msgstr "Alla fine di questa procedura, di daremo un testo da salvare in un file chiamato .htconfig.php nella tua cartella principale di Friendica"
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Ricarica la pagina con shift+F5 o cancella la cache del browser se la nuova foto non viene mostrata immediatamente."
 
-#: mod/install.php:461
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"INSTALL.txt\" for instructions."
-msgstr "Puoi in alternativa saltare questa procedura ed eseguire l'installazione manualmente. Vedi il file \"INSTALL.txt\" per le istruzioni."
+#: mod/profile_photo.php:134
+msgid "Unable to process image"
+msgstr "Impossibile elaborare l'immagine"
 
-#: mod/install.php:464
-msgid ".htconfig.php is writable"
-msgstr ".htconfig.php è scrivibile"
+#: mod/profile_photo.php:247
+msgid "Upload File:"
+msgstr "Carica un file:"
 
-#: mod/install.php:474
-msgid ""
-"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
-msgstr "Friendica usa il motore di template Smarty3 per renderizzare le sue pagine web. Smarty3 compila i template in PHP per velocizzare il rendering."
+#: mod/profile_photo.php:248
+msgid "Select a profile:"
+msgstr "Seleziona un profilo:"
 
-#: mod/install.php:475
-msgid ""
-"In order to store these compiled templates, the web server needs to have "
-"write access to the directory view/smarty3/ under the Friendica top level "
-"folder."
-msgstr "Per salvare questi template compilati, il server werb ha bisogno dell'accesso in scrittura alla cartella view/smarty3/ nella cartella principale dei Friendica."
+#: mod/profile_photo.php:253
+msgid "or"
+msgstr "o"
 
-#: mod/install.php:476
-msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has"
-" write access to this folder."
-msgstr "Per favore, controlla che l'utente con cui il tuo server web gira (es www-data) ha accesso in scrittura a questa cartella."
+#: mod/profile_photo.php:253
+msgid "skip this step"
+msgstr "salta questo passaggio"
 
-#: mod/install.php:477
-msgid ""
-"Note: as a security measure, you should give the web server write access to "
-"view/smarty3/ only--not the template files (.tpl) that it contains."
-msgstr "Nota: come misura di sicurezza, dovresti dare accesso in scrittura solo alla cartella view/smarty3, non ai template (.tpl) che contiene."
+#: mod/profile_photo.php:253
+msgid "select a photo from your photo albums"
+msgstr "seleziona una foto dai tuoi album"
 
-#: mod/install.php:480
-msgid "view/smarty3 is writable"
-msgstr "view/smarty3 è scrivibile"
+#: mod/profile_photo.php:266
+msgid "Crop Image"
+msgstr "Ritaglia immagine"
 
-#: mod/install.php:496
-msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
-msgstr "La riscrittura degli url in .htaccess non funziona. Controlla la configurazione del tuo server."
+#: mod/profile_photo.php:267
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Ritaglia l'immagine per una visualizzazione migliore."
 
-#: mod/install.php:498
-msgid "Url rewrite is working"
-msgstr "La riscrittura degli url funziona"
+#: mod/profile_photo.php:269
+msgid "Done Editing"
+msgstr "Finito"
 
-#: mod/install.php:517
-msgid "ImageMagick PHP extension is not installed"
-msgstr "L'estensione PHP ImageMagick non è installata"
+#: mod/profile_photo.php:305
+msgid "Image uploaded successfully."
+msgstr "Immagine caricata con successo."
 
-#: mod/install.php:519
-msgid "ImageMagick PHP extension is installed"
-msgstr "L'estensione PHP ImageMagick è installata"
+#: mod/directory.php:152 src/Model/Profile.php:421 src/Model/Profile.php:769
+msgid "Status:"
+msgstr "Stato:"
 
-#: mod/install.php:521
-msgid "ImageMagick supports GIF"
-msgstr "ImageMagick supporta i GIF"
+#: mod/directory.php:153 src/Model/Profile.php:422 src/Model/Profile.php:786
+msgid "Homepage:"
+msgstr "Homepage:"
 
-#: mod/install.php:528
-msgid ""
-"The database configuration file \".htconfig.php\" could not be written. "
-"Please use the enclosed text to create a configuration file in your web "
-"server root."
-msgstr "Il file di configurazione del database \".htconfig.php\" non può essere scritto. Usa il testo qui di seguito per creare un file di configurazione nella cartella principale del tuo sito."
+#: mod/directory.php:202 view/theme/vier/theme.php:201
+msgid "Global Directory"
+msgstr "Elenco globale"
 
-#: mod/install.php:551
-msgid "<h1>What next</h1>"
-msgstr "<h1>Cosa fare ora</h1>"
+#: mod/directory.php:204
+msgid "Find on this site"
+msgstr "Cerca nel sito"
 
-#: mod/install.php:552
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"worker."
-msgstr "IMPORTANTE: Devi impostare [manualmente] la pianificazione del worker."
+#: mod/directory.php:206
+msgid "Results for:"
+msgstr "Risultati per:"
 
-#: mod/install.php:555
-#, php-format
-msgid ""
-"Go to your new Friendica node <a href=\"%s/register\">registration page</a> "
-"and register as new user. Remember to use the same email you have entered as"
-" administrator email. This will allow you to enter the site admin panel."
-msgstr "Vai nella <a href=\"%s/register\">pagina di registrazione</a> del tuo nuovo nodo Friendica e registra un nuovo utente. Ricorda di usare la stessa email che hai inserito come email dell'utente amministratore. Questo ti permetterà di entrare nel pannello di amministrazione del sito."
+#: mod/directory.php:208
+msgid "Site Directory"
+msgstr "Elenco del sito"
 
-#: mod/localtime.php:33
-msgid "Time Conversion"
-msgstr "Conversione Ora"
+#: mod/directory.php:209 mod/contacts.php:820 src/Content/Widget.php:63
+msgid "Find"
+msgstr "Trova"
 
-#: mod/localtime.php:35
-msgid ""
-"Friendica provides this service for sharing events with other networks and "
-"friends in unknown timezones."
-msgstr "Friendica fornisce questo servizio per la condivisione di eventi con altre reti e amici in fusi orari sconosciuti."
+#: mod/directory.php:213
+msgid "No entries (some entries may be hidden)."
+msgstr "Nessuna voce (qualche voce potrebbe essere nascosta)."
 
-#: mod/localtime.php:39
-#, php-format
-msgid "UTC time: %s"
-msgstr "Ora UTC: %s"
+#: mod/babel.php:22
+msgid "Source input"
+msgstr "Sorgente"
 
-#: mod/localtime.php:42
-#, php-format
-msgid "Current timezone: %s"
-msgstr "Fuso orario corrente: %s"
+#: mod/babel.php:28
+msgid "BBCode::convert (raw HTML)"
+msgstr ""
 
-#: mod/localtime.php:46
-#, php-format
-msgid "Converted localtime: %s"
-msgstr "Ora locale convertita: %s"
+#: mod/babel.php:33
+msgid "BBCode::convert"
+msgstr ""
 
-#: mod/localtime.php:52
-msgid "Please select your timezone:"
-msgstr "Selezionare il tuo fuso orario:"
+#: mod/babel.php:39
+msgid "BBCode::convert => HTML::toBBCode"
+msgstr ""
 
-#: mod/lostpass.php:27
-msgid "No valid account found."
-msgstr "Nessun account valido trovato."
+#: mod/babel.php:45
+msgid "BBCode::toMarkdown"
+msgstr ""
 
-#: mod/lostpass.php:39
-msgid "Password reset request issued. Check your email."
-msgstr "La richiesta per reimpostare la password è stata inviata. Controlla la tua email."
+#: mod/babel.php:51
+msgid "BBCode::toMarkdown => Markdown::convert"
+msgstr ""
 
-#: mod/lostpass.php:45
-#, php-format
-msgid ""
-"\n"
-"\t\tDear %1$s,\n"
-"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
-"\t\tpassword. In order to confirm this request, please select the verification link\n"
-"\t\tbelow or paste it into your web browser address bar.\n"
-"\n"
-"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
-"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n"
-"\n"
-"\t\tYour password will not be changed unless we can verify that you\n"
-"\t\tissued this request."
-msgstr "\nGentile %1$s,\n\tabbiamo ricevuto su \"%2$s\" una richiesta di resettare la password del tuo account. Per confermare questa richiesta, selezionate il link di conferma qui sotto o incollatelo nella barra indirizzo del vostro browser.\n\nSe NON hai richiesto questa modifica, NON selezionare il link e ignora o cancella questa email.\n\nLa tua password non verrà modificata a meno che non possiamo verificare che tu abbia effettivamente richiesto la modifica."
+#: mod/babel.php:57
+msgid "BBCode::toMarkdown => Markdown::toBBCode"
+msgstr ""
 
-#: mod/lostpass.php:56
-#, php-format
-msgid ""
-"\n"
-"\t\tFollow this link soon to verify your identity:\n"
-"\n"
-"\t\t%1$s\n"
-"\n"
-"\t\tYou will then receive a follow-up message containing the new password.\n"
-"\t\tYou may change that password from your account settings page after logging in.\n"
-"\n"
-"\t\tThe login details are as follows:\n"
-"\n"
-"\t\tSite Location:\t%2$s\n"
-"\t\tLogin Name:\t%3$s"
-msgstr "\nSegui questo link per verificare la tua identità:\n\n%1$s\n\nRiceverai in un successivo messaggio la nuova password.\nPotrai cambiarla dalla pagina \"Impostazioni\" del tuo account dopo esserti autenticato.\n\nI dettagli del tuo account sono:\n\tIndirizzo del sito: %2$s\n\tNome utente: %3$s"
+#: mod/babel.php:63
+msgid "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
+msgstr ""
 
-#: mod/lostpass.php:72
-#, php-format
-msgid "Password reset requested at %s"
-msgstr "Richiesta reimpostazione password su %s"
+#: mod/babel.php:70
+msgid "Source input \\x28Diaspora format\\x29"
+msgstr "Sorgente \\x28formato Diaspora\\x29:"
 
-#: mod/lostpass.php:88
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "La richiesta non può essere verificata. (Puoi averla già richiesta precedentemente). Reimpostazione password fallita."
+#: mod/babel.php:76
+msgid "Markdown::toBBCode"
+msgstr ""
 
-#: mod/lostpass.php:101
-msgid "Request has expired, please make a new one."
-msgstr "La richiesta è scaduta, si prega di crearne una nuova."
+#: mod/babel.php:83
+msgid "Raw HTML input"
+msgstr "Sorgente HTML grezzo"
 
-#: mod/lostpass.php:116
-msgid "Forgot your Password?"
-msgstr "Hai dimenticato la password?"
+#: mod/babel.php:88
+msgid "HTML Input"
+msgstr "Sorgente HTML"
 
-#: mod/lostpass.php:117
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "Inserisci il tuo indirizzo email per reimpostare la password."
+#: mod/babel.php:94
+msgid "HTML::toBBCode"
+msgstr ""
 
-#: mod/lostpass.php:118 src/Module/Login.php:314
-msgid "Nickname or Email: "
-msgstr "Nome utente o email: "
+#: mod/babel.php:100
+msgid "HTML::toPlaintext"
+msgstr ""
 
-#: mod/lostpass.php:119
-msgid "Reset"
-msgstr "Reimposta"
+#: mod/babel.php:108
+msgid "Source text"
+msgstr "Testo sorgente"
 
-#: mod/lostpass.php:135 src/Module/Login.php:326
-msgid "Password Reset"
-msgstr "Reimpostazione password"
+#: mod/babel.php:109
+msgid "BBCode"
+msgstr "BBCode"
 
-#: mod/lostpass.php:136
-msgid "Your password has been reset as requested."
-msgstr "La tua password è stata reimpostata come richiesto."
+#: mod/babel.php:110
+msgid "Markdown"
+msgstr "Markdown"
 
-#: mod/lostpass.php:137
-msgid "Your new password is"
-msgstr "La tua nuova password è"
+#: mod/babel.php:111
+msgid "HTML"
+msgstr "HTML"
 
-#: mod/lostpass.php:138
-msgid "Save or copy your new password - and then"
-msgstr "Salva o copia la tua nuova password, quindi"
+#: mod/follow.php:45
+msgid "The contact could not be added."
+msgstr "Il contatto non può essere aggiunto."
 
-#: mod/lostpass.php:139
-msgid "click here to login"
-msgstr "clicca qui per entrare"
+#: mod/follow.php:73
+msgid "You already added this contact."
+msgstr "Hai già aggiunto questo contatto."
 
-#: mod/lostpass.php:140
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "Puoi cambiare la tua password dalla pagina <em>Impostazioni</em> dopo aver effettuato l'accesso."
+#: mod/follow.php:83
+msgid "Diaspora support isn't enabled. Contact can't be added."
+msgstr "Il supporto Diaspora non è abilitato. Il contatto non può essere aggiunto."
 
-#: mod/lostpass.php:148
-#, php-format
-msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tYour password has been changed as requested. Please retain this\n"
-"\t\t\tinformation for your records (or change your password immediately to\n"
-"\t\t\tsomething that you will remember).\n"
-"\t\t"
-msgstr "\nGentile %1$s,\n\tLa tua password è stata modificata come richiesto.\nSalva questa password, o sostituiscila immediatamente con qualcosa che puoi ricordare."
+#: mod/follow.php:90
+msgid "OStatus support is disabled. Contact can't be added."
+msgstr "Il supporto OStatus non è abilitato. Il contatto non può essere aggiunto."
 
-#: mod/lostpass.php:154
-#, php-format
-msgid ""
-"\n"
-"\t\t\tYour login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%1$s\n"
-"\t\t\tLogin Name:\t%2$s\n"
-"\t\t\tPassword:\t%3$s\n"
-"\n"
-"\t\t\tYou may change that password from your account settings page after logging in.\n"
-"\t\t"
-msgstr "\nI dettagli del tuo account sono:\n\n\tIndirizzo del sito: %1$s\n\tNome utente: %2$s\n\tPassword: %3$s\n\nPuoi cambiare questa password dalla pagina \"Impostazioni\" del tuo account dopo esserti autenticato."
+#: mod/follow.php:97
+msgid "The network type couldn't be detected. Contact can't be added."
+msgstr "Non è possibile rilevare il tipo di rete. Il contatto non può essere aggiunto."
 
-#: mod/lostpass.php:167
-#, php-format
-msgid "Your password has been changed at %s"
-msgstr "La tua password presso %s è stata cambiata"
+#: mod/profiles.php:58
+msgid "Profile deleted."
+msgstr "Profilo eliminato."
 
-#: mod/notify.php:77
-msgid "No more system notifications."
-msgstr "Nessuna nuova notifica di sistema."
+#: mod/profiles.php:74 mod/profiles.php:110
+msgid "Profile-"
+msgstr "Profilo-"
 
-#: mod/ping.php:292
-msgid "{0} wants to be your friend"
-msgstr "{0} vuole essere tuo amico"
+#: mod/profiles.php:93 mod/profiles.php:132
+msgid "New profile created."
+msgstr "Il nuovo profilo è stato creato."
 
-#: mod/ping.php:307
-msgid "{0} sent you a message"
-msgstr "{0} ti ha inviato un messaggio"
+#: mod/profiles.php:116
+msgid "Profile unavailable to clone."
+msgstr "Impossibile duplicare il profilo."
 
-#: mod/ping.php:322
-msgid "{0} requested registration"
-msgstr "{0} chiede la registrazione"
+#: mod/profiles.php:206
+msgid "Profile Name is required."
+msgstr "Il nome profilo è obbligatorio ."
 
-#: mod/poke.php:192
-msgid "Poke/Prod"
-msgstr "Tocca/Pungola"
+#: mod/profiles.php:347
+msgid "Marital Status"
+msgstr "Stato civile"
 
-#: mod/poke.php:193
-msgid "poke, prod or do other things to somebody"
-msgstr "tocca, pungola o fai altre cose a qualcuno"
+#: mod/profiles.php:351
+msgid "Romantic Partner"
+msgstr "Partner romantico"
 
-#: mod/poke.php:194
-msgid "Recipient"
-msgstr "Destinatario"
+#: mod/profiles.php:363
+msgid "Work/Employment"
+msgstr "Lavoro/Impiego"
 
-#: mod/poke.php:195
-msgid "Choose what you wish to do to recipient"
-msgstr "Scegli cosa vuoi fare al destinatario"
+#: mod/profiles.php:366
+msgid "Religion"
+msgstr "Religione"
 
-#: mod/poke.php:198
-msgid "Make this post private"
-msgstr "Rendi questo post privato"
+#: mod/profiles.php:370
+msgid "Political Views"
+msgstr "Orientamento Politico"
 
-#: mod/probe.php:14 mod/webfinger.php:17
-msgid "Only logged in users are permitted to perform a probing."
-msgstr "Solo agli utenti loggati è permesso effettuare un probe."
+#: mod/profiles.php:374
+msgid "Gender"
+msgstr "Sesso"
 
-#: mod/profile_photo.php:54
-msgid "Image uploaded but image cropping failed."
-msgstr "L'immagine è stata caricata, ma il non è stato possibile ritagliarla."
+#: mod/profiles.php:378
+msgid "Sexual Preference"
+msgstr "Preferenza sessuale"
 
-#: mod/profile_photo.php:87 mod/profile_photo.php:95 mod/profile_photo.php:103
-#: mod/profile_photo.php:330
-#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "Il ridimensionamento dell'immagine [%s] è fallito."
+#: mod/profiles.php:382
+msgid "XMPP"
+msgstr "XMPP"
 
-#: mod/profile_photo.php:137
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "Ricarica la pagina con shift+F5 o cancella la cache del browser se la nuova foto non viene mostrata immediatamente."
+#: mod/profiles.php:386
+msgid "Homepage"
+msgstr "Homepage"
 
-#: mod/profile_photo.php:146
-msgid "Unable to process image"
-msgstr "Impossibile elaborare l'immagine"
+#: mod/profiles.php:390 mod/profiles.php:686
+msgid "Interests"
+msgstr "Interessi"
 
-#: mod/profile_photo.php:165 mod/wall_upload.php:186 mod/photos.php:763
-#: mod/photos.php:766 mod/photos.php:795
-#, php-format
-msgid "Image exceeds size limit of %s"
-msgstr "La dimensione dell'immagine supera il limite di %s"
+#: mod/profiles.php:394 mod/admin.php:490
+msgid "Address"
+msgstr "Indirizzo"
 
-#: mod/profile_photo.php:174 mod/wall_upload.php:200 mod/photos.php:818
-msgid "Unable to process image."
-msgstr "Impossibile caricare l'immagine."
+#: mod/profiles.php:401 mod/profiles.php:682
+msgid "Location"
+msgstr "Posizione"
 
-#: mod/profile_photo.php:262
-msgid "Upload File:"
-msgstr "Carica un file:"
+#: mod/profiles.php:486
+msgid "Profile updated."
+msgstr "Profilo aggiornato."
 
-#: mod/profile_photo.php:263
-msgid "Select a profile:"
-msgstr "Seleziona un profilo:"
+#: mod/profiles.php:564
+msgid " and "
+msgstr ""
 
-#: mod/profile_photo.php:268
-msgid "or"
-msgstr "o"
+#: mod/profiles.php:573
+msgid "public profile"
+msgstr "profilo pubblico"
 
-#: mod/profile_photo.php:268
-msgid "skip this step"
-msgstr "salta questo passaggio"
+#: mod/profiles.php:576
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s ha cambiato %2$s in &ldquo;%3$s&rdquo;"
 
-#: mod/profile_photo.php:268
-msgid "select a photo from your photo albums"
-msgstr "seleziona una foto dai tuoi album"
+#: mod/profiles.php:577
+#, php-format
+msgid " - Visit %1$s's %2$s"
+msgstr "- Visita  %2$s di %1$s"
 
-#: mod/profile_photo.php:281
-msgid "Crop Image"
-msgstr "Ritaglia immagine"
+#: mod/profiles.php:579
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s ha un %2$s aggiornato. Ha cambiato %3$s"
 
-#: mod/profile_photo.php:282
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Ritaglia l'immagine per una visualizzazione migliore."
+#: mod/profiles.php:633
+msgid "Hide contacts and friends:"
+msgstr "Nascondi contatti:"
 
-#: mod/profile_photo.php:284
-msgid "Done Editing"
-msgstr "Finito"
+#: mod/profiles.php:638
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "Nascondi la tua lista di contatti/amici ai visitatori di questo profilo?"
 
-#: mod/profile_photo.php:320
-msgid "Image uploaded successfully."
-msgstr "Immagine caricata con successo."
+#: mod/profiles.php:658
+msgid "Show more profile fields:"
+msgstr "Mostra più informazioni di profilo:"
 
-#: mod/profile_photo.php:322 mod/wall_upload.php:239 mod/photos.php:847
-msgid "Image upload failed."
-msgstr "Caricamento immagine fallito."
+#: mod/profiles.php:670
+msgid "Profile Actions"
+msgstr "Azioni Profilo"
 
-#: mod/profperm.php:28 mod/group.php:83 index.php:412
-msgid "Permission denied"
-msgstr "Permesso negato"
+#: mod/profiles.php:671
+msgid "Edit Profile Details"
+msgstr "Modifica i dettagli del profilo"
 
-#: mod/profperm.php:34 mod/profperm.php:65
-msgid "Invalid profile identifier."
-msgstr "Identificativo del profilo non valido."
+#: mod/profiles.php:673
+msgid "Change Profile Photo"
+msgstr "Cambia la foto del profilo"
 
-#: mod/profperm.php:111
-msgid "Profile Visibility Editor"
-msgstr "Modifica visibilità del profilo"
+#: mod/profiles.php:674
+msgid "View this profile"
+msgstr "Visualizza questo profilo"
 
-#: mod/profperm.php:115 mod/group.php:266
-msgid "Click on a contact to add or remove."
-msgstr "Clicca su un contatto per aggiungerlo o rimuoverlo."
+#: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:393
+msgid "Edit visibility"
+msgstr "Modifica visibilità"
 
-#: mod/profperm.php:124
-msgid "Visible To"
-msgstr "Visibile a"
+#: mod/profiles.php:676
+msgid "Create a new profile using these settings"
+msgstr "Crea un nuovo profilo usando queste impostazioni"
 
-#: mod/profperm.php:140
-msgid "All Contacts (with secure profile access)"
-msgstr "Tutti i contatti (con profilo ad accesso sicuro)"
+#: mod/profiles.php:677
+msgid "Clone this profile"
+msgstr "Clona questo profilo"
 
-#: mod/regmod.php:68
-msgid "Account approved."
-msgstr "Account approvato."
+#: mod/profiles.php:678
+msgid "Delete this profile"
+msgstr "Elimina questo profilo"
 
-#: mod/regmod.php:93
-#, php-format
-msgid "Registration revoked for %s"
-msgstr "Registrazione revocata per %s"
+#: mod/profiles.php:680
+msgid "Basic information"
+msgstr "Informazioni di base"
 
-#: mod/regmod.php:102
-msgid "Please login."
-msgstr "Accedi."
+#: mod/profiles.php:681
+msgid "Profile picture"
+msgstr "Immagine del profilo"
 
-#: mod/removeme.php:55 mod/removeme.php:58
-msgid "Remove My Account"
-msgstr "Rimuovi il mio account"
+#: mod/profiles.php:683
+msgid "Preferences"
+msgstr "Preferenze"
 
-#: mod/removeme.php:56
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr "Questo comando rimuoverà completamente il tuo account. Una volta rimosso non potrai più recuperarlo."
+#: mod/profiles.php:684
+msgid "Status information"
+msgstr "Informazioni stato"
 
-#: mod/removeme.php:57
-msgid "Please enter your password for verification:"
-msgstr "Inserisci la tua password per verifica:"
+#: mod/profiles.php:685
+msgid "Additional information"
+msgstr "Informazioni aggiuntive"
 
-#: mod/search.php:37 mod/network.php:194
-msgid "Remove term"
-msgstr "Rimuovi termine"
+#: mod/profiles.php:688
+msgid "Relation"
+msgstr "Relazione"
 
-#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100
-msgid "Saved Searches"
-msgstr "Ricerche salvate"
+#: mod/profiles.php:689 src/Util/Temporal.php:81 src/Util/Temporal.php:83
+msgid "Miscellaneous"
+msgstr "Varie"
 
-#: mod/search.php:105
-msgid "Only logged in users are permitted to perform a search."
-msgstr "Solo agli utenti autenticati è permesso eseguire ricerche."
+#: mod/profiles.php:692
+msgid "Your Gender:"
+msgstr "Il tuo sesso:"
 
-#: mod/search.php:129
-msgid "Too Many Requests"
-msgstr "Troppe richieste"
+#: mod/profiles.php:693
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span> Stato sentimentale:"
 
-#: mod/search.php:130
-msgid "Only one search per minute is permitted for not logged in users."
-msgstr "Solo una ricerca al minuto è permessa agli utenti non autenticati."
+#: mod/profiles.php:694 src/Model/Profile.php:782
+msgid "Sexual Preference:"
+msgstr "Preferenze sessuali:"
 
-#: mod/search.php:228 mod/community.php:134
-msgid "No results."
-msgstr "Nessun risultato."
+#: mod/profiles.php:695
+msgid "Example: fishing photography software"
+msgstr "Esempio: pesca fotografia programmazione"
 
-#: mod/search.php:234
-#, php-format
-msgid "Items tagged with: %s"
-msgstr "Elementi taggati con: %s"
+#: mod/profiles.php:700
+msgid "Profile Name:"
+msgstr "Nome del profilo:"
 
-#: mod/subthread.php:113
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr "%1$s sta seguendo %3$s di %2$s"
+#: mod/profiles.php:702
+msgid ""
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
+msgstr "Questo è il tuo profilo <strong>publico</strong>.<br /><strong>Potrebbe</strong> essere visto da chiunque attraverso internet."
 
-#: mod/tagrm.php:47
-msgid "Tag removed"
-msgstr "Tag rimosso"
+#: mod/profiles.php:703
+msgid "Your Full Name:"
+msgstr "Il tuo nome completo:"
 
-#: mod/tagrm.php:85
-msgid "Remove Item Tag"
-msgstr "Rimuovi il tag"
+#: mod/profiles.php:704
+msgid "Title/Description:"
+msgstr "Breve descrizione (es. titolo, posizione, altro):"
 
-#: mod/tagrm.php:87
-msgid "Select a tag to remove: "
-msgstr "Seleziona un tag da rimuovere: "
+#: mod/profiles.php:707
+msgid "Street Address:"
+msgstr "Indirizzo (via/piazza):"
 
-#: mod/uexport.php:44
-msgid "Export account"
-msgstr "Esporta account"
+#: mod/profiles.php:708
+msgid "Locality/City:"
+msgstr "Località:"
 
-#: mod/uexport.php:44
-msgid ""
-"Export your account info and contacts. Use this to make a backup of your "
-"account and/or to move it to another server."
-msgstr "Esporta le informazioni del tuo account e dei contatti. Usa questa funzione per fare un backup del tuo account o per spostarlo in un altro server."
+#: mod/profiles.php:709
+msgid "Region/State:"
+msgstr "Regione/Stato:"
 
-#: mod/uexport.php:45
-msgid "Export all"
-msgstr "Esporta tutto"
+#: mod/profiles.php:710
+msgid "Postal/Zip Code:"
+msgstr "CAP:"
 
-#: mod/uexport.php:45
-msgid ""
-"Export your accout info, contacts and all your items as json. Could be a "
-"very big file, and could take a lot of time. Use this to make a full backup "
-"of your account (photos are not exported)"
-msgstr "Esporta le informazioni del tuo account, i tuoi contatti e tutti i tuoi elementi in json. Può diventare un file veramente molto grosso e metterci un sacco di tempo. Usa questa funzione per fare un backup completo del tuo account (le foto non sono esportate)"
+#: mod/profiles.php:711
+msgid "Country:"
+msgstr "Nazione:"
 
-#: mod/uexport.php:52 mod/settings.php:106
-msgid "Export personal data"
-msgstr "Esporta dati personali"
+#: mod/profiles.php:712 src/Util/Temporal.php:149
+msgid "Age: "
+msgstr "Età : "
 
-#: mod/viewcontacts.php:87
-msgid "No contacts."
-msgstr "Nessun contatto."
+#: mod/profiles.php:715
+msgid "Who: (if applicable)"
+msgstr "Con chi: (se possibile)"
 
-#: mod/viewsrc.php:12
-msgid "Access denied."
-msgstr "Accesso negato."
+#: mod/profiles.php:715
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Esempio: cathy123, Cathy Williams, cathy@example.com"
 
-#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:949
-#: src/Object/Image.php:965 src/Object/Image.php:973 src/Object/Image.php:998
-msgid "Wall Photos"
-msgstr "Foto della bacheca"
+#: mod/profiles.php:716
+msgid "Since [date]:"
+msgstr "Dal [data]:"
 
-#: mod/wallmessage.php:49 mod/wallmessage.php:112
-#, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
-msgstr "Numero giornaliero di messaggi per %s superato. Invio fallito."
+#: mod/profiles.php:718
+msgid "Tell us about yourself..."
+msgstr "Raccontaci di te..."
 
-#: mod/wallmessage.php:57 mod/message.php:73
-msgid "No recipient selected."
-msgstr "Nessun destinatario selezionato."
+#: mod/profiles.php:719
+msgid "XMPP (Jabber) address:"
+msgstr "Indirizzo XMPP (Jabber):"
 
-#: mod/wallmessage.php:60
-msgid "Unable to check your home location."
-msgstr "Impossibile controllare la tua posizione di origine."
+#: mod/profiles.php:719
+msgid ""
+"The XMPP address will be propagated to your contacts so that they can follow"
+" you."
+msgstr "L'indirizzo XMPP verrà propagato ai tuoi contatti così che possano seguirti."
 
-#: mod/wallmessage.php:63 mod/message.php:80
-msgid "Message could not be sent."
-msgstr "Il messaggio non può essere inviato."
+#: mod/profiles.php:720
+msgid "Homepage URL:"
+msgstr "Homepage:"
 
-#: mod/wallmessage.php:66 mod/message.php:83
-msgid "Message collection failure."
-msgstr "Errore recuperando il messaggio."
+#: mod/profiles.php:721 src/Model/Profile.php:790
+msgid "Hometown:"
+msgstr "Paese natale:"
 
-#: mod/wallmessage.php:69 mod/message.php:86
-msgid "Message sent."
-msgstr "Messaggio inviato."
+#: mod/profiles.php:722 src/Model/Profile.php:798
+msgid "Political Views:"
+msgstr "Orientamento politico:"
 
-#: mod/wallmessage.php:86 mod/wallmessage.php:95
-msgid "No recipient."
-msgstr "Nessun destinatario."
+#: mod/profiles.php:723
+msgid "Religious Views:"
+msgstr "Orientamento religioso:"
 
-#: mod/wallmessage.php:132 mod/message.php:250
-msgid "Send Private Message"
-msgstr "Invia un messaggio privato"
+#: mod/profiles.php:724
+msgid "Public Keywords:"
+msgstr "Parole chiave visibili a tutti:"
 
-#: mod/wallmessage.php:133
-#, php-format
-msgid ""
-"If you wish for %s to respond, please check that the privacy settings on "
-"your site allow private mail from unknown senders."
-msgstr "Se vuoi che %s ti risponda, controlla che le tue impostazioni di privacy permettano la ricezione di messaggi privati da mittenti sconosciuti."
+#: mod/profiles.php:724
+msgid "(Used for suggesting potential friends, can be seen by others)"
+msgstr "(E' utilizzato per suggerire potenziali amici, può essere visto da altri)"
 
-#: mod/wallmessage.php:134 mod/message.php:251 mod/message.php:421
-msgid "To:"
-msgstr "A:"
+#: mod/profiles.php:725
+msgid "Private Keywords:"
+msgstr "Parole chiave private:"
 
-#: mod/wallmessage.php:135 mod/message.php:255 mod/message.php:423
-msgid "Subject:"
-msgstr "Oggetto:"
+#: mod/profiles.php:725
+msgid "(Used for searching profiles, never shown to others)"
+msgstr "(Usato per cercare tra i profili, non è mai visibile agli altri)"
 
-#: mod/item.php:114
-msgid "Unable to locate original post."
-msgstr "Impossibile trovare il messaggio originale."
+#: mod/profiles.php:726 src/Model/Profile.php:814
+msgid "Likes:"
+msgstr "Mi piace:"
 
-#: mod/item.php:274
-msgid "Empty post discarded."
-msgstr "Messaggio vuoto scartato."
+#: mod/profiles.php:727 src/Model/Profile.php:818
+msgid "Dislikes:"
+msgstr "Non mi piace:"
 
-#: mod/item.php:799
-#, php-format
-msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr "Questo messaggio ti è stato inviato da %s, un membro del social network Friendica."
+#: mod/profiles.php:728
+msgid "Musical interests"
+msgstr "Interessi musicali"
 
-#: mod/item.php:801
-#, php-format
-msgid "You may visit them online at %s"
-msgstr "Puoi visitarli online su %s"
+#: mod/profiles.php:729
+msgid "Books, literature"
+msgstr "Libri, letteratura"
 
-#: mod/item.php:802
-msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr "Contatta il mittente rispondendo a questo post se non vuoi ricevere questi messaggi."
+#: mod/profiles.php:730
+msgid "Television"
+msgstr "Televisione"
 
-#: mod/item.php:806
-#, php-format
-msgid "%s posted an update."
-msgstr "%s ha inviato un aggiornamento."
+#: mod/profiles.php:731
+msgid "Film/dance/culture/entertainment"
+msgstr "Film/danza/cultura/intrattenimento"
 
-#: mod/register.php:99
-msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr "Registrazione completata. Controlla la tua mail per ulteriori informazioni."
+#: mod/profiles.php:732
+msgid "Hobbies/Interests"
+msgstr "Hobby/interessi"
 
-#: mod/register.php:103
-#, php-format
-msgid ""
-"Failed to send email message. Here your accout details:<br> login: %s<br> "
-"password: %s<br><br>You can change your password after login."
-msgstr "Si è verificato un errore inviando l'email. I dettagli del tuo account:<br> login: %s<br> password: %s<br><br>Puoi cambiare la password dopo il login."
+#: mod/profiles.php:733
+msgid "Love/romance"
+msgstr "Amore"
 
-#: mod/register.php:110
-msgid "Registration successful."
-msgstr "Registrazione completata."
+#: mod/profiles.php:734
+msgid "Work/employment"
+msgstr "Lavoro/impiego"
 
-#: mod/register.php:115
-msgid "Your registration can not be processed."
-msgstr "La tua registrazione non puo' essere elaborata."
+#: mod/profiles.php:735
+msgid "School/education"
+msgstr "Scuola/educazione"
 
-#: mod/register.php:162
-msgid "Your registration is pending approval by the site owner."
-msgstr "La tua richiesta è in attesa di approvazione da parte del proprietario del sito."
+#: mod/profiles.php:736
+msgid "Contact information and Social Networks"
+msgstr "Informazioni su contatti e social network"
 
-#: mod/register.php:220
-msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking 'Register'."
-msgstr "Se vuoi, puoi riempire questo modulo tramite OpenID, inserendo il tuo OpenID e cliccando 'Registra'."
+#: mod/profiles.php:767 src/Model/Profile.php:389
+msgid "Profile Image"
+msgstr "Immagine del Profilo"
 
-#: mod/register.php:221
-msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
-msgstr "Se non hai familiarità con OpenID, lascia il campo vuoto e riempi il resto della maschera."
+#: mod/profiles.php:769 src/Model/Profile.php:392
+msgid "visible to everybody"
+msgstr "visibile a tutti"
 
-#: mod/register.php:222
-msgid "Your OpenID (optional): "
-msgstr "Il tuo OpenID (opzionale): "
+#: mod/profiles.php:776
+msgid "Edit/Manage Profiles"
+msgstr "Modifica / Gestisci profili"
 
-#: mod/register.php:234
-msgid "Include your profile in member directory?"
-msgstr "Includi il tuo profilo nell'elenco pubblico?"
+#: mod/profiles.php:777 src/Model/Profile.php:379 src/Model/Profile.php:401
+msgid "Change profile photo"
+msgstr "Cambia la foto del profilo"
 
-#: mod/register.php:259
-msgid "Note for the admin"
-msgstr "Nota per l'amministratore"
+#: mod/profiles.php:778 src/Model/Profile.php:380
+msgid "Create New Profile"
+msgstr "Crea un nuovo profilo"
 
-#: mod/register.php:259
-msgid "Leave a message for the admin, why you want to join this node"
-msgstr "Lascia un messaggio per l'amministratore, per esempio perché vuoi registrarti su questo nodo"
+#: mod/contacts.php:157
+#, php-format
+msgid "%d contact edited."
+msgid_plural "%d contacts edited."
+msgstr[0] "%d contatto modificato."
+msgstr[1] "%d contatti modificati"
 
-#: mod/register.php:260
-msgid "Membership on this site is by invitation only."
-msgstr "La registrazione su questo sito è solo su invito."
+#: mod/contacts.php:184 mod/contacts.php:400
+msgid "Could not access contact record."
+msgstr "Non è possibile accedere al contatto."
 
-#: mod/register.php:261
-msgid "Your invitation code: "
-msgstr "Il tuo codice di invito:"
+#: mod/contacts.php:194
+msgid "Could not locate selected profile."
+msgstr "Non riesco a trovare il profilo selezionato."
 
-#: mod/register.php:264 mod/admin.php:1266
-msgid "Registration"
-msgstr "Registrazione"
+#: mod/contacts.php:228
+msgid "Contact updated."
+msgstr "Contatto aggiornato."
 
-#: mod/register.php:270
-msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
-msgstr "Il tuo nome completo (es. Mario Rossi, vero o che sembri vero): "
+#: mod/contacts.php:421
+msgid "Contact has been blocked"
+msgstr "Il contatto è stato bloccato"
 
-#: mod/register.php:271
-msgid ""
-"Your Email Address: (Initial information will be send there, so this has to "
-"be an existing address.)"
-msgstr "Il tuo indirizzo email: (Le informazioni iniziali verranno inviate lì, quindi questo deve essere un indirizzo esistente.)"
+#: mod/contacts.php:421
+msgid "Contact has been unblocked"
+msgstr "Il contatto è stato sbloccato"
 
-#: mod/register.php:273 mod/settings.php:1205
-msgid "New Password:"
-msgstr "Nuova password:"
+#: mod/contacts.php:432
+msgid "Contact has been ignored"
+msgstr "Il contatto è ignorato"
 
-#: mod/register.php:273
-msgid "Leave empty for an auto generated password."
-msgstr "Lascia vuoto per generare automaticamente una password."
+#: mod/contacts.php:432
+msgid "Contact has been unignored"
+msgstr "Il contatto non è più ignorato"
 
-#: mod/register.php:274 mod/settings.php:1206
-msgid "Confirm:"
-msgstr "Conferma:"
+#: mod/contacts.php:443
+msgid "Contact has been archived"
+msgstr "Il contatto è stato archiviato"
 
-#: mod/register.php:275
-#, php-format
-msgid ""
-"Choose a profile nickname. This must begin with a text character. Your "
-"profile address on this site will then be '<strong>nickname@%s</strong>'."
-msgstr "Scegli un nome utente. Deve cominciare con una lettera. L'indirizzo del tuo profilo sarà '<strong>soprannome@%s</strong>'."
+#: mod/contacts.php:443
+msgid "Contact has been unarchived"
+msgstr "Il contatto è stato dearchiviato"
 
-#: mod/register.php:276
-msgid "Choose a nickname: "
-msgstr "Scegli un nome utente: "
+#: mod/contacts.php:467
+msgid "Drop contact"
+msgstr "Cancella contatto"
 
-#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283
-msgid "Register"
-msgstr "Registrati"
+#: mod/contacts.php:470 mod/contacts.php:823
+msgid "Do you really want to delete this contact?"
+msgstr "Vuoi veramente cancellare questo contatto?"
+
+#: mod/contacts.php:488
+msgid "Contact has been removed."
+msgstr "Il contatto è stato rimosso."
 
-#: mod/register.php:286
-msgid "Import your profile to this friendica instance"
-msgstr "Importa il tuo profilo in questo server friendica"
+#: mod/contacts.php:519
+#, php-format
+msgid "You are mutual friends with %s"
+msgstr "Sei amico reciproco con %s"
 
-#: mod/admin.php:106
-msgid "Theme settings updated."
-msgstr "Impostazioni del tema aggiornate."
+#: mod/contacts.php:523
+#, php-format
+msgid "You are sharing with %s"
+msgstr "Stai condividendo con %s"
 
-#: mod/admin.php:176 src/Content/Nav.php:174
-msgid "Information"
-msgstr "Informazioni"
+#: mod/contacts.php:527
+#, php-format
+msgid "%s is sharing with you"
+msgstr "%s sta condividendo con te"
 
-#: mod/admin.php:177
-msgid "Overview"
-msgstr "Panoramica"
+#: mod/contacts.php:547
+msgid "Private communications are not available for this contact."
+msgstr "Le comunicazioni private non sono disponibili per questo contatto."
 
-#: mod/admin.php:178 mod/admin.php:654
-msgid "Federation Statistics"
-msgstr "Statistiche sulla Federazione"
+#: mod/contacts.php:549
+msgid "Never"
+msgstr "Mai"
 
-#: mod/admin.php:179
-msgid "Configuration"
-msgstr "Configurazione"
+#: mod/contacts.php:552
+msgid "(Update was successful)"
+msgstr "(L'aggiornamento è stato completato)"
 
-#: mod/admin.php:180 mod/admin.php:1263
-msgid "Site"
-msgstr "Sito"
+#: mod/contacts.php:552
+msgid "(Update was not successful)"
+msgstr "(L'aggiornamento non è stato completato)"
 
-#: mod/admin.php:181 mod/admin.php:1191 mod/admin.php:1696 mod/admin.php:1712
-msgid "Users"
-msgstr "Utenti"
+#: mod/contacts.php:554 mod/contacts.php:992
+msgid "Suggest friends"
+msgstr "Suggerisci amici"
 
-#: mod/admin.php:182 mod/admin.php:1812 mod/admin.php:1872 mod/settings.php:85
-msgid "Addons"
-msgstr "Addons"
+#: mod/contacts.php:558
+#, php-format
+msgid "Network type: %s"
+msgstr "Tipo di rete: %s"
 
-#: mod/admin.php:183 mod/admin.php:2081 mod/admin.php:2125
-msgid "Themes"
-msgstr "Temi"
+#: mod/contacts.php:563
+msgid "Communications lost with this contact!"
+msgstr "Comunicazione con questo contatto persa!"
 
-#: mod/admin.php:184 mod/settings.php:63
-msgid "Additional features"
-msgstr "Funzionalità aggiuntive"
+#: mod/contacts.php:569
+msgid "Fetch further information for feeds"
+msgstr "Recupera maggiori informazioni per i feed"
 
-#: mod/admin.php:185
-msgid "Database"
-msgstr "Database"
+#: mod/contacts.php:571
+msgid ""
+"Fetch information like preview pictures, title and teaser from the feed "
+"item. You can activate this if the feed doesn't contain much text. Keywords "
+"are taken from the meta header in the feed item and are posted as hash tags."
+msgstr "Recupera informazioni come immagini di anteprima, titolo e teaser dall'elemento del feed. Puoi attivare questa funzione se il feed non contiene molto testo. Le parole chiave sono recuperate dal tag meta nella pagina dell'elemento e inseriti come hashtag."
 
-#: mod/admin.php:186
-msgid "DB updates"
-msgstr "Aggiornamenti Database"
+#: mod/contacts.php:572 mod/admin.php:1272 mod/admin.php:1435
+#: mod/admin.php:1445
+msgid "Disabled"
+msgstr "Disabilitato"
 
-#: mod/admin.php:187 mod/admin.php:689
-msgid "Inspect Queue"
-msgstr "Ispeziona Coda di invio"
+#: mod/contacts.php:573
+msgid "Fetch information"
+msgstr "Recupera informazioni"
 
-#: mod/admin.php:188
-msgid "Tools"
-msgstr "Strumenti"
+#: mod/contacts.php:574
+msgid "Fetch keywords"
+msgstr "Recupera parole chiave"
 
-#: mod/admin.php:189
-msgid "Contact Blocklist"
-msgstr "Blocklist Contatti"
+#: mod/contacts.php:575
+msgid "Fetch information and keywords"
+msgstr "Recupera informazioni e parole chiave"
 
-#: mod/admin.php:190 mod/admin.php:311
-msgid "Server Blocklist"
-msgstr "Server Blocklist"
+#: mod/contacts.php:608
+msgid "Contact"
+msgstr "Contatto"
 
-#: mod/admin.php:191 mod/admin.php:470
-msgid "Delete Item"
-msgstr "Rimuovi elemento"
+#: mod/contacts.php:611
+msgid "Profile Visibility"
+msgstr "Visibilità del profilo"
 
-#: mod/admin.php:192 mod/admin.php:193 mod/admin.php:2199
-msgid "Logs"
-msgstr "Log"
+#: mod/contacts.php:612
+#, php-format
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "Seleziona il profilo che vuoi mostrare a %s quando visita il tuo profilo in modo sicuro."
 
-#: mod/admin.php:194 mod/admin.php:2266
-msgid "View Logs"
-msgstr "Vedi i log"
+#: mod/contacts.php:613
+msgid "Contact Information / Notes"
+msgstr "Informazioni / Note sul contatto"
 
-#: mod/admin.php:196
-msgid "Diagnostics"
-msgstr "Diagnostiche"
+#: mod/contacts.php:614
+msgid "Their personal note"
+msgstr "La loro nota personale"
 
-#: mod/admin.php:197
-msgid "PHP Info"
-msgstr "Info PHP"
+#: mod/contacts.php:616
+msgid "Edit contact notes"
+msgstr "Modifica note contatto"
 
-#: mod/admin.php:198
-msgid "probe address"
-msgstr "controlla indirizzo"
+#: mod/contacts.php:620
+msgid "Block/Unblock contact"
+msgstr "Blocca/Sblocca contatto"
 
-#: mod/admin.php:199
-msgid "check webfinger"
-msgstr "verifica webfinger"
+#: mod/contacts.php:621
+msgid "Ignore contact"
+msgstr "Ignora il contatto"
 
-#: mod/admin.php:218 src/Content/Nav.php:217
-msgid "Admin"
-msgstr "Amministrazione"
+#: mod/contacts.php:622
+msgid "Repair URL settings"
+msgstr "Impostazioni riparazione URL"
 
-#: mod/admin.php:219
-msgid "Addon Features"
-msgstr "Funzioni Addon"
+#: mod/contacts.php:623
+msgid "View conversations"
+msgstr "Vedi conversazioni"
 
-#: mod/admin.php:220
-msgid "User registrations waiting for confirmation"
-msgstr "Utenti registrati in attesa di conferma"
+#: mod/contacts.php:628
+msgid "Last update:"
+msgstr "Ultimo aggiornamento:"
 
-#: mod/admin.php:302
-msgid "The blocked domain"
-msgstr "Il dominio bloccato"
+#: mod/contacts.php:630
+msgid "Update public posts"
+msgstr "Aggiorna messaggi pubblici"
 
-#: mod/admin.php:303 mod/admin.php:316
-msgid "The reason why you blocked this domain."
-msgstr "Le ragioni per cui blocchi questo dominio."
+#: mod/contacts.php:632 mod/contacts.php:1002
+msgid "Update now"
+msgstr "Aggiorna adesso"
 
-#: mod/admin.php:304
-msgid "Delete domain"
-msgstr "Elimina dominio"
+#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011
+#: mod/admin.php:485 mod/admin.php:1800
+msgid "Unblock"
+msgstr "Sblocca"
 
-#: mod/admin.php:304
-msgid "Check to delete this entry from the blocklist"
-msgstr "Seleziona per eliminare questa voce dalla blocklist"
+#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011
+#: mod/admin.php:484 mod/admin.php:1799
+msgid "Block"
+msgstr "Blocca"
 
-#: mod/admin.php:310 mod/admin.php:427 mod/admin.php:469 mod/admin.php:653
-#: mod/admin.php:688 mod/admin.php:784 mod/admin.php:1262 mod/admin.php:1695
-#: mod/admin.php:1811 mod/admin.php:1871 mod/admin.php:2080 mod/admin.php:2124
-#: mod/admin.php:2198 mod/admin.php:2265
-msgid "Administration"
-msgstr "Amministrazione"
+#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019
+msgid "Unignore"
+msgstr "Non ignorare"
 
-#: mod/admin.php:312
-msgid ""
-"This page can be used to define a black list of servers from the federated "
-"network that are not allowed to interact with your node. For all entered "
-"domains you should also give a reason why you have blocked the remote "
-"server."
-msgstr "Questa pagina puo' essere usata per definire una black list di server dal network federato a cui nono è permesso interagire col tuo nodo. Per ogni dominio inserito, dovresti anche riportare una ragione per cui hai bloccato il server remoto."
+#: mod/contacts.php:642
+msgid "Currently blocked"
+msgstr "Bloccato"
 
-#: mod/admin.php:313
-msgid ""
-"The list of blocked servers will be made publically available on the "
-"/friendica page so that your users and people investigating communication "
-"problems can find the reason easily."
-msgstr "La lista di server bloccati sarà resa disponibile pubblicamente sulla pagina /friendica, così che i tuoi utenti e le persone che indagano su problemi di comunicazione possano trovarne la ragione facilmente."
+#: mod/contacts.php:643
+msgid "Currently ignored"
+msgstr "Ignorato"
 
-#: mod/admin.php:314
-msgid "Add new entry to block list"
-msgstr "Aggiungi una nuova voce alla blocklist"
+#: mod/contacts.php:644
+msgid "Currently archived"
+msgstr "Al momento archiviato"
 
-#: mod/admin.php:315
-msgid "Server Domain"
-msgstr "Dominio del Server"
+#: mod/contacts.php:645
+msgid "Awaiting connection acknowledge"
+msgstr "In attesa di conferma della connessione"
 
-#: mod/admin.php:315
+#: mod/contacts.php:646
 msgid ""
-"The domain of the new server to add to the block list. Do not include the "
-"protocol."
-msgstr "Il dominio del server da aggiungere alla blocklist. Non includere il protocollo."
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr "Risposte ai tuoi post pubblici <strong>possono</strong> essere comunque visibili"
 
-#: mod/admin.php:316
-msgid "Block reason"
-msgstr "Ragione blocco"
+#: mod/contacts.php:647
+msgid "Notification for new posts"
+msgstr "Notifica per i nuovi messaggi"
 
-#: mod/admin.php:317
-msgid "Add Entry"
-msgstr "Aggiungi Voce"
+#: mod/contacts.php:647
+msgid "Send a notification of every new post of this contact"
+msgstr "Invia una notifica per ogni nuovo messaggio di questo contatto"
 
-#: mod/admin.php:318
-msgid "Save changes to the blocklist"
-msgstr "Salva modifiche alla blocklist"
+#: mod/contacts.php:650
+msgid "Blacklisted keywords"
+msgstr "Parole chiave in blacklist"
 
-#: mod/admin.php:319
-msgid "Current Entries in the Blocklist"
-msgstr "Voci correnti nella blocklist"
+#: mod/contacts.php:650
+msgid ""
+"Comma separated list of keywords that should not be converted to hashtags, "
+"when \"Fetch information and keywords\" is selected"
+msgstr "Lista separata da virgola di parole chiave che non dovranno essere convertite in hashtag, quando \"Recupera informazioni e parole chiave\" è selezionato"
 
-#: mod/admin.php:322
-msgid "Delete entry from blocklist"
-msgstr "Elimina voce dalla blocklist"
+#: mod/contacts.php:662 src/Model/Profile.php:424
+msgid "XMPP:"
+msgstr "XMPP:"
 
-#: mod/admin.php:325
-msgid "Delete entry from blocklist?"
-msgstr "Eliminare la voce dalla blocklist?"
+#: mod/contacts.php:667
+msgid "Actions"
+msgstr "Azioni"
 
-#: mod/admin.php:351
-msgid "Server added to blocklist."
-msgstr "Server aggiunto alla blocklist."
+#: mod/contacts.php:669 mod/contacts.php:855 src/Content/Nav.php:100
+#: src/Model/Profile.php:888 view/theme/frio/theme.php:259
+msgid "Status"
+msgstr "Stato"
 
-#: mod/admin.php:367
-msgid "Site blocklist updated."
-msgstr "Blocklist del sito aggiornata."
+#: mod/contacts.php:670
+msgid "Contact Settings"
+msgstr "Impostazioni Contatto"
 
-#: mod/admin.php:390 util/global_community_block.php:53
-msgid "The contact has been blocked from the node"
-msgstr "Il contatto è stato bloccato dal nodo"
+#: mod/contacts.php:711
+msgid "Suggestions"
+msgstr "Suggerimenti"
 
-#: mod/admin.php:392 util/global_community_block.php:48
-#, php-format
-msgid "Could not find any contact entry for this URL (%s)"
-msgstr "Impossibile trovare contatti a questo URL (%s)"
+#: mod/contacts.php:714
+msgid "Suggest potential friends"
+msgstr "Suggerisci potenziali amici"
 
-#: mod/admin.php:399
-#, php-format
-msgid "%s contact unblocked"
-msgid_plural "%s contacts unblocked"
-msgstr[0] "%s contatto sbloccato"
-msgstr[1] "%s contatti sbloccati"
+#: mod/contacts.php:722
+msgid "Show all contacts"
+msgstr "Mostra tutti i contatti"
 
-#: mod/admin.php:428
-msgid "Remote Contact Blocklist"
-msgstr "Blocklist Contatti Remoti"
+#: mod/contacts.php:727
+msgid "Unblocked"
+msgstr "Sbloccato"
 
-#: mod/admin.php:429
-msgid ""
-"This page allows you to prevent any message from a remote contact to reach "
-"your node."
-msgstr "Questa pagina ti permette di impedire che qualsiasi messaggio da un contatto remoto raggiunga il tuo nodo."
+#: mod/contacts.php:730
+msgid "Only show unblocked contacts"
+msgstr "Mostra solo contatti non bloccati"
 
-#: mod/admin.php:430
-msgid "Block Remote Contact"
-msgstr "Blocca Contatto Remoto"
+#: mod/contacts.php:735
+msgid "Blocked"
+msgstr "Bloccato"
 
-#: mod/admin.php:431 mod/admin.php:1698
-msgid "select all"
-msgstr "seleziona tutti"
+#: mod/contacts.php:738
+msgid "Only show blocked contacts"
+msgstr "Mostra solo contatti bloccati"
 
-#: mod/admin.php:432
-msgid "select none"
-msgstr "seleziona niente"
+#: mod/contacts.php:743
+msgid "Ignored"
+msgstr "Ignorato"
 
-#: mod/admin.php:435
-msgid "No remote contact is blocked from this node."
-msgstr "Nessun contatto remoto è bloccato da questo nodo."
+#: mod/contacts.php:746
+msgid "Only show ignored contacts"
+msgstr "Mostra solo contatti ignorati"
 
-#: mod/admin.php:437
-msgid "Blocked Remote Contacts"
-msgstr "Contatti Remoti Bloccati"
+#: mod/contacts.php:751
+msgid "Archived"
+msgstr "Archiviato"
 
-#: mod/admin.php:438
-msgid "Block New Remote Contact"
-msgstr "Blocca Nuovo Contatto Remoto"
+#: mod/contacts.php:754
+msgid "Only show archived contacts"
+msgstr "Mostra solo contatti archiviati"
 
-#: mod/admin.php:439
-msgid "Photo"
-msgstr "Foto"
+#: mod/contacts.php:759
+msgid "Hidden"
+msgstr "Nascosto"
 
-#: mod/admin.php:447
-#, php-format
-msgid "%s total blocked contact"
-msgid_plural "%s total blocked contacts"
-msgstr[0] "%scontatto bloccato totale"
-msgstr[1] "%scontatti bloccati totali"
+#: mod/contacts.php:762
+msgid "Only show hidden contacts"
+msgstr "Mostra solo contatti nascosti"
 
-#: mod/admin.php:449
-msgid "URL of the remote contact to block."
-msgstr "URL del contatto remoto da bloccare."
+#: mod/contacts.php:818
+msgid "Search your contacts"
+msgstr "Cerca nei tuoi contatti"
 
-#: mod/admin.php:471
-msgid "Delete this Item"
-msgstr "Rimuovi questo elemento"
+#: mod/contacts.php:826 mod/settings.php:170 mod/settings.php:701
+msgid "Update"
+msgstr "Aggiorna"
 
-#: mod/admin.php:472
-msgid ""
-"On this page you can delete an item from your node. If the item is a top "
-"level posting, the entire thread will be deleted."
-msgstr "Su questa pagina puoi cancellare un qualsiasi elemento dal tuo nodo. Se l'elemento è un post \"top\", l'intera discussione sarà cancellato."
+#: mod/contacts.php:829 mod/contacts.php:1027
+msgid "Archive"
+msgstr "Archivia"
 
-#: mod/admin.php:473
-msgid ""
-"You need to know the GUID of the item. You can find it e.g. by looking at "
-"the display URL. The last part of http://example.com/display/123456 is the "
-"GUID, here 123456."
-msgstr "Serve il GUID dell'elemento. Lo puoi trovare, per esempio, guardando l'URL display: l'ultima parte di http://example.com/display/123456 è il GUID, qui 123456."
+#: mod/contacts.php:829 mod/contacts.php:1027
+msgid "Unarchive"
+msgstr "Dearchivia"
 
-#: mod/admin.php:474
-msgid "GUID"
-msgstr "GUID"
+#: mod/contacts.php:832
+msgid "Batch Actions"
+msgstr "Azioni Batch"
 
-#: mod/admin.php:474
-msgid "The GUID of the item you want to delete."
-msgstr "Il GUID dell'elemento che vuoi cancellare."
+#: mod/contacts.php:866 src/Model/Profile.php:899
+msgid "Profile Details"
+msgstr "Dettagli del profilo"
 
-#: mod/admin.php:513
-msgid "Item marked for deletion."
-msgstr "Elemento selezionato per l'eliminazione."
+#: mod/contacts.php:878
+msgid "View all contacts"
+msgstr "Vedi tutti i contatti"
 
-#: mod/admin.php:584
-msgid "unknown"
-msgstr "sconosciuto"
+#: mod/contacts.php:889
+msgid "View all common friends"
+msgstr "Vedi tutti gli amici in comune"
 
-#: mod/admin.php:647
-msgid ""
-"This page offers you some numbers to the known part of the federated social "
-"network your Friendica node is part of. These numbers are not complete but "
-"only reflect the part of the network your node is aware of."
-msgstr "Questa pagina offre alcuni numeri riguardo la porzione del social network federato di cui il tuo nodo Friendica fa parte. Questi numeri non sono completi ma riflettono esclusivamente la porzione di rete di cui il tuo nodo e' a conoscenza."
+#: mod/contacts.php:898
+msgid "Advanced Contact Settings"
+msgstr "Impostazioni avanzate Contatto"
 
-#: mod/admin.php:648
-msgid ""
-"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
-"will improve the data displayed here."
-msgstr "La funzione <em>Elenco Contatti Scoperto Automaticamente</em> non è abilitata, migliorerà i dati visualizzati qui."
+#: mod/contacts.php:930
+msgid "Mutual Friendship"
+msgstr "Amicizia reciproca"
 
-#: mod/admin.php:660
-#, php-format
-msgid ""
-"Currently this node is aware of %d nodes with %d registered users from the "
-"following platforms:"
-msgstr "Attualmente questo nodo conosce %d nodi con %d utenti registrati dalle seguenti piattaforme:"
+#: mod/contacts.php:934
+msgid "is a fan of yours"
+msgstr "è un tuo fan"
 
-#: mod/admin.php:691
-msgid "ID"
-msgstr "ID"
+#: mod/contacts.php:938
+msgid "you are a fan of"
+msgstr "sei un fan di"
 
-#: mod/admin.php:692
-msgid "Recipient Name"
-msgstr "Nome Destinatario"
+#: mod/contacts.php:1013
+msgid "Toggle Blocked status"
+msgstr "Inverti stato \"Blocca\""
 
-#: mod/admin.php:693
-msgid "Recipient Profile"
-msgstr "Profilo Destinatario"
+#: mod/contacts.php:1021
+msgid "Toggle Ignored status"
+msgstr "Inverti stato \"Ignora\""
 
-#: mod/admin.php:694 view/theme/frio/theme.php:266
-#: src/Core/NotificationsManager.php:178 src/Content/Nav.php:178
-msgid "Network"
-msgstr "Rete"
+#: mod/contacts.php:1029
+msgid "Toggle Archive status"
+msgstr "Inverti stato \"Archiviato\""
 
-#: mod/admin.php:695
-msgid "Created"
-msgstr "Creato"
+#: mod/contacts.php:1037
+msgid "Delete contact"
+msgstr "Rimuovi contatto"
 
-#: mod/admin.php:696
-msgid "Last Tried"
-msgstr "Ultimo Tentativo"
+#: mod/_tos.php:48 mod/register.php:288 mod/admin.php:188 mod/admin.php:302
+#: src/Module/Tos.php:48
+msgid "Terms of Service"
+msgstr "Codizioni del Servizio"
 
-#: mod/admin.php:697
-msgid ""
-"This page lists the content of the queue for outgoing postings. These are "
-"postings the initial delivery failed for. They will be resend later and "
-"eventually deleted if the delivery fails permanently."
-msgstr "Questa pagina elenca il contenuto della coda di invio dei post. Questi sono post la cui consegna è fallita. Verranno inviati nuovamente più tardi ed eventualmente cancellati se la consegna continua a fallire."
+#: mod/_tos.php:51 src/Module/Tos.php:51
+msgid "Privacy Statement"
+msgstr "Note sulla Privacy"
 
-#: mod/admin.php:721
-#, php-format
+#: mod/_tos.php:52 src/Module/Tos.php:52
 msgid ""
-"Your DB still runs with MyISAM tables. You should change the engine type to "
-"InnoDB. As Friendica will use InnoDB only features in the future, you should"
-" change this! See <a href=\"%s\">here</a> for a guide that may be helpful "
-"converting the table engines. You may also use the command <tt>php "
-"scripts/dbstructure.php toinnodb</tt> of your Friendica installation for an "
-"automatic conversion.<br />"
-msgstr "Il tuo database contiene ancora tabelle MyISAM. Dovresti cambiare il motore a InnoDB. Siccome Friendica userà esclusivamente InnoDB nelle versioni a venire, dovresti cambiarle! Vedi <a href=\"%s\">qui</a> per una guida che puo' essere d'aiuto nel convertire il motore delle tabelle. Puoi anche usare il comando <tt>php scripts/dbstructure.php toinnodb</tt> nella tua installazione Friendica per eseguire la conversione automaticamente.<br />"
+"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."
+msgstr "Al momento della registrazione, e per fornire le comunicazioni tra l'account dell'utente e i suoi contatti, l'utente deve fornire un nome da visualizzare (pseudonimo), un nome utente (soprannome) e un indirizzo email funzionante. I nomi saranno accessibili sulla pagina profilo dell'account da parte di qualsiasi visitatore, anche quando altri dettagli del profilo non sono mostrati. L'indirizzo email sarà usato solo per inviare notifiche riguardo l'interazione coi contatti, ma non sarà mostrato. L'inserimento dell'account nella rubrica degli utenti del nodo o nella rubrica globale è opzionale, può essere impostato nelle impostazioni dell'utente, e  non è necessario ai fini delle comunicazioni."
 
-#: mod/admin.php:728
+#: mod/_tos.php:53 src/Module/Tos.php:53
 #, php-format
 msgid ""
-"There is a new version of Friendica available for download. Your current "
-"version is %1$s, upstream version is %2$s"
-msgstr "È disponibile per il download una nuova versione di Friendica. La tua versione è %1$s, la versione upstream è %2$s"
+"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."
+msgstr ""
 
-#: mod/admin.php:738
-msgid ""
-"The database update failed. Please run \"php scripts/dbstructure.php "
-"update\" from the command line and have a look at the errors that might "
-"appear."
-msgstr "L'aggiornamento del database è fallito. Esegui \"php scripts/dbstructure.php update\" dalla riga di comando per poter vedere gli eventuali errori che potrebbero apparire."
+#: mod/friendica.php:77
+msgid "This is Friendica, version"
+msgstr "Questo è Friendica, versione"
 
-#: mod/admin.php:744
-msgid "The worker was never executed. Please check your database structure!"
-msgstr "Il worker non è mai stato eseguito. Controlla la struttura del tuo database!"
+#: mod/friendica.php:78
+msgid "running at web location"
+msgstr "in esecuzione all'indirizzo web"
 
-#: mod/admin.php:747
-#, php-format
+#: mod/friendica.php:82
 msgid ""
-"The last worker execution was on %s UTC. This is older than one hour. Please"
-" check your crontab settings."
-msgstr "L'ultima esecuzione del worker è stata alle %sUTC, ovvero più di un'ora fa. Controlla le impostazioni del tuo crontab."
+"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
+"about the Friendica project."
+msgstr "Visita <a href=\"https://friendi.ca\">Friendi.ca</a> per saperne di più sul progetto Friendica."
 
-#: mod/admin.php:752 mod/admin.php:1647
-msgid "Normal Account"
-msgstr "Account normale"
+#: mod/friendica.php:86
+msgid "Bug reports and issues: please visit"
+msgstr "Segnalazioni di bug e problemi: visita"
 
-#: mod/admin.php:753 mod/admin.php:1648
-msgid "Automatic Follower Account"
-msgstr "Account Follower Automatico"
+#: mod/friendica.php:86
+msgid "the bugtracker at github"
+msgstr "il bugtracker su github"
 
-#: mod/admin.php:754 mod/admin.php:1649
-msgid "Public Forum Account"
-msgstr "Account Forum Publico"
+#: mod/friendica.php:89
+msgid ""
+"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
+"dot com"
+msgstr "Suggerimenti, lodi, donazioni, ecc -  e-mail a  \"Info\" at Friendica punto com"
 
-#: mod/admin.php:755 mod/admin.php:1650
-msgid "Automatic Friend Account"
-msgstr "Account per amicizia automatizzato"
+#: mod/friendica.php:103
+msgid "Installed addons/apps:"
+msgstr "Addon/applicazioni installate"
 
-#: mod/admin.php:756
-msgid "Blog Account"
-msgstr "Account Blog"
+#: mod/friendica.php:117
+msgid "No installed addons/apps"
+msgstr "Nessun addons/applicazione installata"
 
-#: mod/admin.php:757
-msgid "Private Forum Account"
-msgstr "Account Forum Privato"
+#: mod/friendica.php:122
+#, php-format
+msgid "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
+msgstr ""
 
-#: mod/admin.php:779
-msgid "Message queues"
-msgstr "Code messaggi"
+#: mod/friendica.php:127
+msgid "On this server the following remote servers are blocked."
+msgstr "In questo server i seguenti server remoti sono bloccati."
 
-#: mod/admin.php:785
-msgid "Summary"
-msgstr "Sommario"
+#: mod/friendica.php:128 mod/admin.php:354 mod/admin.php:372
+msgid "Reason for the block"
+msgstr "Motivazione del blocco"
 
-#: mod/admin.php:787
-msgid "Registered users"
-msgstr "Utenti registrati"
+#: mod/lostpass.php:27
+msgid "No valid account found."
+msgstr "Nessun account valido trovato."
 
-#: mod/admin.php:789
-msgid "Pending registrations"
-msgstr "Registrazioni in attesa"
+#: mod/lostpass.php:39
+msgid "Password reset request issued. Check your email."
+msgstr "La richiesta per reimpostare la password è stata inviata. Controlla la tua email."
 
-#: mod/admin.php:790
-msgid "Version"
-msgstr "Versione"
+#: mod/lostpass.php:45
+#, php-format
+msgid ""
+"\n"
+"\t\tDear %1$s,\n"
+"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
+"\t\tpassword. In order to confirm this request, please select the verification link\n"
+"\t\tbelow or paste it into your web browser address bar.\n"
+"\n"
+"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
+"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n"
+"\n"
+"\t\tYour password will not be changed unless we can verify that you\n"
+"\t\tissued this request."
+msgstr "\nGentile %1$s,\n\tabbiamo ricevuto su \"%2$s\" una richiesta di resettare la password del tuo account. Per confermare questa richiesta, selezionate il link di conferma qui sotto o incollatelo nella barra indirizzo del vostro browser.\n\nSe NON hai richiesto questa modifica, NON selezionare il link e ignora o cancella questa email.\n\nLa tua password non verrà modificata a meno che non possiamo verificare che tu abbia effettivamente richiesto la modifica."
 
-#: mod/admin.php:795
-msgid "Active addons"
-msgstr "Addon attivi"
+#: mod/lostpass.php:56
+#, php-format
+msgid ""
+"\n"
+"\t\tFollow this link soon to verify your identity:\n"
+"\n"
+"\t\t%1$s\n"
+"\n"
+"\t\tYou will then receive a follow-up message containing the new password.\n"
+"\t\tYou may change that password from your account settings page after logging in.\n"
+"\n"
+"\t\tThe login details are as follows:\n"
+"\n"
+"\t\tSite Location:\t%2$s\n"
+"\t\tLogin Name:\t%3$s"
+msgstr "\nSegui questo link per verificare la tua identità:\n\n%1$s\n\nRiceverai in un successivo messaggio la nuova password.\nPotrai cambiarla dalla pagina \"Impostazioni\" del tuo account dopo esserti autenticato.\n\nI dettagli del tuo account sono:\n\tIndirizzo del sito: %2$s\n\tNome utente: %3$s"
 
-#: mod/admin.php:826
-msgid "Can not parse base url. Must have at least <scheme>://<domain>"
-msgstr "Impossibile analizzare l'url base. Deve avere almeno [schema]://[dominio]"
+#: mod/lostpass.php:73
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "Richiesta reimpostazione password su %s"
 
-#: mod/admin.php:1127
-msgid "Site settings updated."
-msgstr "Impostazioni del sito aggiornate."
+#: mod/lostpass.php:89
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "La richiesta non può essere verificata. (Puoi averla già richiesta precedentemente). Reimpostazione password fallita."
 
-#: mod/admin.php:1154 mod/settings.php:907
-msgid "No special theme for mobile devices"
-msgstr "Nessun tema speciale per i dispositivi mobili"
+#: mod/lostpass.php:102
+msgid "Request has expired, please make a new one."
+msgstr "La richiesta è scaduta, si prega di crearne una nuova."
 
-#: mod/admin.php:1183
-msgid "No community page"
-msgstr "Nessuna pagina Comunità"
+#: mod/lostpass.php:117
+msgid "Forgot your Password?"
+msgstr "Hai dimenticato la password?"
 
-#: mod/admin.php:1184
-msgid "Public postings from users of this site"
-msgstr "Messaggi pubblici dagli utenti di questo sito"
+#: mod/lostpass.php:118
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Inserisci il tuo indirizzo email per reimpostare la password."
 
-#: mod/admin.php:1185
-msgid "Public postings from the federated network"
-msgstr "Messaggi pubblici dalla rete federata"
+#: mod/lostpass.php:119 src/Module/Login.php:314
+msgid "Nickname or Email: "
+msgstr "Nome utente o email: "
+
+#: mod/lostpass.php:120
+msgid "Reset"
+msgstr "Reimposta"
 
-#: mod/admin.php:1186
-msgid "Public postings from local users and the federated network"
-msgstr "Messaggi pubblici dagli utenti di questo sito e dalla rete federata"
+#: mod/lostpass.php:136 src/Module/Login.php:326
+msgid "Password Reset"
+msgstr "Reimpostazione password"
 
-#: mod/admin.php:1192
-msgid "Users, Global Contacts"
-msgstr "Utenti, Contatti Globali"
+#: mod/lostpass.php:137
+msgid "Your password has been reset as requested."
+msgstr "La tua password è stata reimpostata come richiesto."
 
-#: mod/admin.php:1193
-msgid "Users, Global Contacts/fallback"
-msgstr "Utenti, Contatti Globali/fallback"
+#: mod/lostpass.php:138
+msgid "Your new password is"
+msgstr "La tua nuova password è"
 
-#: mod/admin.php:1197
-msgid "One month"
-msgstr "Un mese"
+#: mod/lostpass.php:139
+msgid "Save or copy your new password - and then"
+msgstr "Salva o copia la tua nuova password, quindi"
 
-#: mod/admin.php:1198
-msgid "Three months"
-msgstr "Tre mesi"
+#: mod/lostpass.php:140
+msgid "click here to login"
+msgstr "clicca qui per entrare"
 
-#: mod/admin.php:1199
-msgid "Half a year"
-msgstr "Sei mesi"
+#: mod/lostpass.php:141
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Puoi cambiare la tua password dalla pagina <em>Impostazioni</em> dopo aver effettuato l'accesso."
 
-#: mod/admin.php:1200
-msgid "One year"
-msgstr "Un anno"
+#: mod/lostpass.php:149
+#, php-format
+msgid ""
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tYour password has been changed as requested. Please retain this\n"
+"\t\t\tinformation for your records (or change your password immediately to\n"
+"\t\t\tsomething that you will remember).\n"
+"\t\t"
+msgstr "\nGentile %1$s,\n\tLa tua password è stata modificata come richiesto.\nSalva questa password, o sostituiscila immediatamente con qualcosa che puoi ricordare."
 
-#: mod/admin.php:1205
-msgid "Multi user instance"
-msgstr "Istanza multi utente"
+#: mod/lostpass.php:155
+#, php-format
+msgid ""
+"\n"
+"\t\t\tYour login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%1$s\n"
+"\t\t\tLogin Name:\t%2$s\n"
+"\t\t\tPassword:\t%3$s\n"
+"\n"
+"\t\t\tYou may change that password from your account settings page after logging in.\n"
+"\t\t"
+msgstr "\nI dettagli del tuo account sono:\n\n\tIndirizzo del sito: %1$s\n\tNome utente: %2$s\n\tPassword: %3$s\n\nPuoi cambiare questa password dalla pagina \"Impostazioni\" del tuo account dopo esserti autenticato."
 
-#: mod/admin.php:1228
-msgid "Closed"
-msgstr "Chiusa"
+#: mod/lostpass.php:169
+#, php-format
+msgid "Your password has been changed at %s"
+msgstr "La tua password presso %s è stata cambiata"
 
-#: mod/admin.php:1229
-msgid "Requires approval"
-msgstr "Richiede l'approvazione"
+#: mod/register.php:99
+msgid ""
+"Registration successful. Please check your email for further instructions."
+msgstr "Registrazione completata. Controlla la tua mail per ulteriori informazioni."
 
-#: mod/admin.php:1230
-msgid "Open"
-msgstr "Aperta"
+#: mod/register.php:103
+#, php-format
+msgid ""
+"Failed to send email message. Here your accout details:<br> login: %s<br> "
+"password: %s<br><br>You can change your password after login."
+msgstr "Si è verificato un errore inviando l'email. I dettagli del tuo account:<br> login: %s<br> password: %s<br><br>Puoi cambiare la password dopo il login."
 
-#: mod/admin.php:1234
-msgid "No SSL policy, links will track page SSL state"
-msgstr "Nessuna gestione SSL, i link seguiranno lo stato SSL della pagina"
+#: mod/register.php:110
+msgid "Registration successful."
+msgstr "Registrazione completata."
 
-#: mod/admin.php:1235
-msgid "Force all links to use SSL"
-msgstr "Forza tutti i link ad usare SSL"
+#: mod/register.php:115
+msgid "Your registration can not be processed."
+msgstr "La tua registrazione non puo' essere elaborata."
 
-#: mod/admin.php:1236
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
-msgstr "Certificato auto-firmato, usa SSL solo per i link locali (sconsigliato)"
+#: mod/register.php:162
+msgid "Your registration is pending approval by the site owner."
+msgstr "La tua richiesta è in attesa di approvazione da parte del proprietario del sito."
 
-#: mod/admin.php:1240
-msgid "Don't check"
-msgstr "Non controllare"
+#: mod/register.php:220
+msgid ""
+"You may (optionally) fill in this form via OpenID by supplying your OpenID "
+"and clicking 'Register'."
+msgstr "Se vuoi, puoi riempire questo modulo tramite OpenID, inserendo il tuo OpenID e cliccando 'Registra'."
 
-#: mod/admin.php:1241
-msgid "check the stable version"
-msgstr "controlla la versione stabile"
+#: mod/register.php:221
+msgid ""
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
+msgstr "Se non hai familiarità con OpenID, lascia il campo vuoto e riempi il resto della maschera."
 
-#: mod/admin.php:1242
-msgid "check the development version"
-msgstr "controlla la versione di sviluppo"
+#: mod/register.php:222
+msgid "Your OpenID (optional): "
+msgstr "Il tuo OpenID (opzionale): "
 
-#: mod/admin.php:1265
-msgid "Republish users to directory"
-msgstr "Ripubblica gli utenti sulla directory"
+#: mod/register.php:234
+msgid "Include your profile in member directory?"
+msgstr "Includi il tuo profilo nell'elenco pubblico?"
 
-#: mod/admin.php:1267
-msgid "File upload"
-msgstr "Caricamento file"
+#: mod/register.php:259
+msgid "Note for the admin"
+msgstr "Nota per l'amministratore"
 
-#: mod/admin.php:1268
-msgid "Policies"
-msgstr "Politiche"
+#: mod/register.php:259
+msgid "Leave a message for the admin, why you want to join this node"
+msgstr "Lascia un messaggio per l'amministratore, per esempio perché vuoi registrarti su questo nodo"
 
-#: mod/admin.php:1270
-msgid "Auto Discovered Contact Directory"
-msgstr "Elenco Contatti Scoperto Automaticamente"
+#: mod/register.php:260
+msgid "Membership on this site is by invitation only."
+msgstr "La registrazione su questo sito è solo su invito."
 
-#: mod/admin.php:1271
-msgid "Performance"
-msgstr "Performance"
+#: mod/register.php:261
+msgid "Your invitation code: "
+msgstr "Il tuo codice di invito:"
 
-#: mod/admin.php:1272
-msgid "Worker"
-msgstr "Worker"
+#: mod/register.php:264 mod/admin.php:1348
+msgid "Registration"
+msgstr "Registrazione"
+
+#: mod/register.php:270
+msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
+msgstr "Il tuo nome completo (es. Mario Rossi, vero o che sembri vero): "
 
-#: mod/admin.php:1273
+#: mod/register.php:271
 msgid ""
-"Relocate - WARNING: advanced function. Could make this server unreachable."
-msgstr "Trasloca - ATTENZIONE: funzione avanzata! Può rendere questo server irraggiungibile."
+"Your Email Address: (Initial information will be send there, so this has to "
+"be an existing address.)"
+msgstr "Il tuo indirizzo email: (Le informazioni iniziali verranno inviate lì, quindi questo deve essere un indirizzo esistente.)"
 
-#: mod/admin.php:1276
-msgid "Site name"
-msgstr "Nome del sito"
+#: mod/register.php:273 mod/settings.php:1201
+msgid "New Password:"
+msgstr "Nuova password:"
 
-#: mod/admin.php:1277
-msgid "Host name"
-msgstr "Nome host"
+#: mod/register.php:273
+msgid "Leave empty for an auto generated password."
+msgstr "Lascia vuoto per generare automaticamente una password."
 
-#: mod/admin.php:1278
-msgid "Sender Email"
-msgstr "Mittente email"
+#: mod/register.php:274 mod/settings.php:1202
+msgid "Confirm:"
+msgstr "Conferma:"
 
-#: mod/admin.php:1278
+#: mod/register.php:275
+#, php-format
 msgid ""
-"The email address your server shall use to send notification emails from."
-msgstr "L'indirizzo email che il tuo server dovrà usare per inviare notifiche via email."
-
-#: mod/admin.php:1279
-msgid "Banner/Logo"
-msgstr "Banner/Logo"
+"Choose a profile nickname. This must begin with a text character. Your "
+"profile address on this site will then be '<strong>nickname@%s</strong>'."
+msgstr "Scegli un nome utente. Deve cominciare con una lettera. L'indirizzo del tuo profilo sarà '<strong>soprannome@%s</strong>'."
 
-#: mod/admin.php:1280
-msgid "Shortcut icon"
-msgstr "Icona shortcut"
+#: mod/register.php:276
+msgid "Choose a nickname: "
+msgstr "Scegli un nome utente: "
 
-#: mod/admin.php:1280
-msgid "Link to an icon that will be used for browsers."
-msgstr "Link verso un'icona che verrà usata dai browser."
+#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283
+msgid "Register"
+msgstr "Registrati"
 
-#: mod/admin.php:1281
-msgid "Touch icon"
-msgstr "Icona touch"
+#: mod/register.php:286
+msgid "Import your profile to this friendica instance"
+msgstr "Importa il tuo profilo in questo server friendica"
 
-#: mod/admin.php:1281
-msgid "Link to an icon that will be used for tablets and mobiles."
-msgstr "Link verso un'icona che verrà usata dai tablet e i telefonini."
+#: mod/admin.php:106
+msgid "Theme settings updated."
+msgstr "Impostazioni del tema aggiornate."
 
-#: mod/admin.php:1282
-msgid "Additional Info"
-msgstr "Informazioni aggiuntive"
+#: mod/admin.php:179 src/Content/Nav.php:174
+msgid "Information"
+msgstr "Informazioni"
 
-#: mod/admin.php:1282
-#, php-format
-msgid ""
-"For public servers: you can add additional information here that will be "
-"listed at %s/servers."
-msgstr "Per server pubblici: puoi aggiungere informazioni extra che verranno mostrate su %s/servers."
+#: mod/admin.php:180
+msgid "Overview"
+msgstr "Panoramica"
 
-#: mod/admin.php:1283
-msgid "System language"
-msgstr "Lingua di sistema"
+#: mod/admin.php:181 mod/admin.php:718
+msgid "Federation Statistics"
+msgstr "Statistiche sulla Federazione"
 
-#: mod/admin.php:1284
-msgid "System theme"
-msgstr "Tema di sistema"
+#: mod/admin.php:182
+msgid "Configuration"
+msgstr "Configurazione"
 
-#: mod/admin.php:1284
-msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
-msgstr "Tema di sistema - può essere sovrascritto dalle impostazioni utente - <a href='#' id='cnftheme'>cambia le impostazioni del tema</a>"
+#: mod/admin.php:183 mod/admin.php:1345
+msgid "Site"
+msgstr "Sito"
 
-#: mod/admin.php:1285
-msgid "Mobile system theme"
-msgstr "Tema mobile di sistema"
+#: mod/admin.php:184 mod/admin.php:1273 mod/admin.php:1788 mod/admin.php:1804
+msgid "Users"
+msgstr "Utenti"
 
-#: mod/admin.php:1285
-msgid "Theme for mobile devices"
-msgstr "Tema per dispositivi mobili"
+#: mod/admin.php:185 mod/admin.php:1904 mod/admin.php:1964 mod/settings.php:86
+msgid "Addons"
+msgstr "Addons"
 
-#: mod/admin.php:1286
-msgid "SSL link policy"
-msgstr "Gestione link SSL"
+#: mod/admin.php:186 mod/admin.php:2173 mod/admin.php:2217
+msgid "Themes"
+msgstr "Temi"
 
-#: mod/admin.php:1286
-msgid "Determines whether generated links should be forced to use SSL"
-msgstr "Determina se i link generati devono essere forzati a usare SSL"
+#: mod/admin.php:187 mod/settings.php:64
+msgid "Additional features"
+msgstr "Funzionalità aggiuntive"
 
-#: mod/admin.php:1287
-msgid "Force SSL"
-msgstr "Forza SSL"
+#: mod/admin.php:189
+msgid "Database"
+msgstr "Database"
 
-#: mod/admin.php:1287
-msgid ""
-"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
-" to endless loops."
-msgstr "Forza tutte le richieste non SSL su SSL - Attenzione: su alcuni sistemi può portare a loop senza fine"
+#: mod/admin.php:190
+msgid "DB updates"
+msgstr "Aggiornamenti Database"
 
-#: mod/admin.php:1288
-msgid "Hide help entry from navigation menu"
-msgstr "Nascondi la voce 'Guida' dal menu di navigazione"
+#: mod/admin.php:191 mod/admin.php:753
+msgid "Inspect Queue"
+msgstr "Ispeziona Coda di invio"
 
-#: mod/admin.php:1288
-msgid ""
-"Hides the menu entry for the Help pages from the navigation menu. You can "
-"still access it calling /help directly."
-msgstr "Nasconde la voce per le pagine della guida dal menu di navigazione. E' comunque possibile accedervi richiamando /help direttamente."
+#: mod/admin.php:192
+msgid "Tools"
+msgstr "Strumenti"
 
-#: mod/admin.php:1289
-msgid "Single user instance"
-msgstr "Istanza a singolo utente"
+#: mod/admin.php:193
+msgid "Contact Blocklist"
+msgstr "Blocklist Contatti"
 
-#: mod/admin.php:1289
-msgid "Make this instance multi-user or single-user for the named user"
-msgstr "Rendi questa istanza multi utente o a singolo utente per l'utente selezionato"
+#: mod/admin.php:194 mod/admin.php:362
+msgid "Server Blocklist"
+msgstr "Server Blocklist"
 
-#: mod/admin.php:1290
-msgid "Maximum image size"
-msgstr "Massima dimensione immagini"
+#: mod/admin.php:195 mod/admin.php:521
+msgid "Delete Item"
+msgstr "Rimuovi elemento"
 
-#: mod/admin.php:1290
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr "Massima dimensione in byte delle immagini caricate. Il default è 0, cioè nessun limite."
+#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2291
+msgid "Logs"
+msgstr "Log"
 
-#: mod/admin.php:1291
-msgid "Maximum image length"
-msgstr "Massima lunghezza immagine"
+#: mod/admin.php:198 mod/admin.php:2358
+msgid "View Logs"
+msgstr "Vedi i log"
 
-#: mod/admin.php:1291
-msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
-msgstr "Massima lunghezza in pixel del lato più lungo delle immagini caricate. Predefinito a -1, ovvero nessun limite."
+#: mod/admin.php:200
+msgid "Diagnostics"
+msgstr "Diagnostiche"
 
-#: mod/admin.php:1292
-msgid "JPEG image quality"
-msgstr "Qualità immagini JPEG"
+#: mod/admin.php:201
+msgid "PHP Info"
+msgstr "Info PHP"
 
-#: mod/admin.php:1292
-msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
-msgstr "Le immagini JPEG caricate verranno salvate con questa qualità [0-100]. Predefinito è 100, ovvero qualità piena."
+#: mod/admin.php:202
+msgid "probe address"
+msgstr "controlla indirizzo"
 
-#: mod/admin.php:1294
-msgid "Register policy"
-msgstr "Politica di registrazione"
+#: mod/admin.php:203
+msgid "check webfinger"
+msgstr "verifica webfinger"
 
-#: mod/admin.php:1295
-msgid "Maximum Daily Registrations"
-msgstr "Massime registrazioni giornaliere"
+#: mod/admin.php:222 src/Content/Nav.php:217
+msgid "Admin"
+msgstr "Amministrazione"
 
-#: mod/admin.php:1295
-msgid ""
-"If registration is permitted above, this sets the maximum number of new user"
-" registrations to accept per day.  If register is set to closed, this "
-"setting has no effect."
-msgstr "Se la registrazione è permessa, qui si definisce il massimo numero di nuovi utenti registrati da accettare giornalmente. Se la registrazione è chiusa, questa impostazione non ha effetto."
+#: mod/admin.php:223
+msgid "Addon Features"
+msgstr "Funzioni Addon"
 
-#: mod/admin.php:1296
-msgid "Register text"
-msgstr "Testo registrazione"
+#: mod/admin.php:224
+msgid "User registrations waiting for confirmation"
+msgstr "Utenti registrati in attesa di conferma"
 
-#: mod/admin.php:1296
-msgid "Will be displayed prominently on the registration page."
-msgstr "Sarà mostrato ben visibile nella pagina di registrazione."
+#: mod/admin.php:301 mod/admin.php:361 mod/admin.php:478 mod/admin.php:520
+#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1344
+#: mod/admin.php:1787 mod/admin.php:1903 mod/admin.php:1963 mod/admin.php:2172
+#: mod/admin.php:2216 mod/admin.php:2290 mod/admin.php:2357
+msgid "Administration"
+msgstr "Amministrazione"
 
-#: mod/admin.php:1297
-msgid "Accounts abandoned after x days"
-msgstr "Account abbandonati dopo x giorni"
+#: mod/admin.php:303
+msgid "Display Terms of Service"
+msgstr ""
 
-#: mod/admin.php:1297
+#: mod/admin.php:303
 msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr "Non spreca risorse di sistema controllando siti esterni per gli account abbandonati. Immettere 0 per nessun limite di tempo."
+"Enable the Terms of Service page. If this is enabled a link to the terms "
+"will be added to the registration form and the general information page."
+msgstr ""
 
-#: mod/admin.php:1298
-msgid "Allowed friend domains"
-msgstr "Domini amici consentiti"
+#: mod/admin.php:304
+msgid "Display Privacy Statement"
+msgstr ""
 
-#: mod/admin.php:1298
+#: mod/admin.php:304
+#, php-format
 msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
-msgstr "Elenco separato da virgola dei domini che possono stabilire amicizie con questo sito. Sono accettati caratteri jolly. Vuoto per accettare qualsiasi dominio."
+"Show some informations regarding the needed information to operate the node "
+"according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
+msgstr ""
 
-#: mod/admin.php:1299
-msgid "Allowed email domains"
-msgstr "Domini email consentiti"
+#: mod/admin.php:305
+msgid "The Terms of Service"
+msgstr "Le Codizioni del Servizio"
 
-#: mod/admin.php:1299
+#: mod/admin.php:305
 msgid ""
-"Comma separated list of domains which are allowed in email addresses for "
-"registrations to this site. Wildcards are accepted. Empty to allow any "
-"domains"
-msgstr "Elenco separato da virgola dei domini permessi come indirizzi email in fase di registrazione a questo sito. Sono accettati caratteri jolly. Lascalo vuoto per accettare qualsiasi dominio."
+"Enter the Terms of Service for your node here. You can use BBCode. Headers "
+"of sections should be [h2] and below."
+msgstr ""
 
-#: mod/admin.php:1300
-msgid "No OEmbed rich content"
-msgstr "Nessun contenuto ricco da OEmbed"
+#: mod/admin.php:353
+msgid "The blocked domain"
+msgstr "Il dominio bloccato"
 
-#: mod/admin.php:1300
-msgid ""
-"Don't show the rich content (e.g. embedded PDF), except from the domains "
-"listed below."
-msgstr "Non mostrare il contenuto ricco (p.e. PDF), tranne che dai domini elencati di seguito."
+#: mod/admin.php:354 mod/admin.php:367
+msgid "The reason why you blocked this domain."
+msgstr "Le ragioni per cui blocchi questo dominio."
 
-#: mod/admin.php:1301
-msgid "Allowed OEmbed domains"
-msgstr "Domini OEmbed consentiti"
+#: mod/admin.php:355
+msgid "Delete domain"
+msgstr "Elimina dominio"
 
-#: mod/admin.php:1301
-msgid ""
-"Comma separated list of domains which oembed content is allowed to be "
-"displayed. Wildcards are accepted."
-msgstr "Elenco separato da virgola di domini il cui contenuto OEmbed verrà visualizzato. Sono permesse wildcard."
+#: mod/admin.php:355
+msgid "Check to delete this entry from the blocklist"
+msgstr "Seleziona per eliminare questa voce dalla blocklist"
 
-#: mod/admin.php:1302
-msgid "Block public"
-msgstr "Blocca pagine pubbliche"
+#: mod/admin.php:363
+msgid ""
+"This page can be used to define a black list of servers from the federated "
+"network that are not allowed to interact with your node. For all entered "
+"domains you should also give a reason why you have blocked the remote "
+"server."
+msgstr "Questa pagina puo' essere usata per definire una black list di server dal network federato a cui nono è permesso interagire col tuo nodo. Per ogni dominio inserito, dovresti anche riportare una ragione per cui hai bloccato il server remoto."
 
-#: mod/admin.php:1302
+#: mod/admin.php:364
 msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr "Seleziona per bloccare l'accesso pubblico a tutte le pagine personali di questo sito, a meno di essere loggato."
+"The list of blocked servers will be made publically available on the "
+"/friendica page so that your users and people investigating communication "
+"problems can find the reason easily."
+msgstr "La lista di server bloccati sarà resa disponibile pubblicamente sulla pagina /friendica, così che i tuoi utenti e le persone che indagano su problemi di comunicazione possano trovarne la ragione facilmente."
 
-#: mod/admin.php:1303
-msgid "Force publish"
-msgstr "Forza pubblicazione"
+#: mod/admin.php:365
+msgid "Add new entry to block list"
+msgstr "Aggiungi una nuova voce alla blocklist"
+
+#: mod/admin.php:366
+msgid "Server Domain"
+msgstr "Dominio del Server"
 
-#: mod/admin.php:1303
+#: mod/admin.php:366
 msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr "Seleziona per forzare tutti i profili di questo sito ad essere compresi  nell'elenco di questo sito."
+"The domain of the new server to add to the block list. Do not include the "
+"protocol."
+msgstr "Il dominio del server da aggiungere alla blocklist. Non includere il protocollo."
 
-#: mod/admin.php:1304
-msgid "Global directory URL"
-msgstr "URL della directory globale"
+#: mod/admin.php:367
+msgid "Block reason"
+msgstr "Ragione blocco"
 
-#: mod/admin.php:1304
-msgid ""
-"URL to the global directory. If this is not set, the global directory is "
-"completely unavailable to the application."
-msgstr "URL dell'elenco globale. Se vuoto, l'elenco globale sarà completamente disabilitato."
+#: mod/admin.php:368
+msgid "Add Entry"
+msgstr "Aggiungi Voce"
 
-#: mod/admin.php:1305
-msgid "Private posts by default for new users"
-msgstr "Post privati di default per i nuovi utenti"
+#: mod/admin.php:369
+msgid "Save changes to the blocklist"
+msgstr "Salva modifiche alla blocklist"
 
-#: mod/admin.php:1305
-msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
-msgstr "Imposta i permessi predefiniti dei post per tutti i nuovi utenti come privati per il gruppo predefinito, invece che pubblici."
+#: mod/admin.php:370
+msgid "Current Entries in the Blocklist"
+msgstr "Voci correnti nella blocklist"
 
-#: mod/admin.php:1306
-msgid "Don't include post content in email notifications"
-msgstr "Non includere il contenuto dei post nelle notifiche via email"
+#: mod/admin.php:373
+msgid "Delete entry from blocklist"
+msgstr "Elimina voce dalla blocklist"
 
-#: mod/admin.php:1306
-msgid ""
-"Don't include the content of a post/comment/private message/etc. in the "
-"email notifications that are sent out from this site, as a privacy measure."
-msgstr "Non include il contenuti del post/commento/messaggio privato/etc. nelle notifiche email che sono inviate da questo sito, per privacy"
+#: mod/admin.php:376
+msgid "Delete entry from blocklist?"
+msgstr "Eliminare la voce dalla blocklist?"
 
-#: mod/admin.php:1307
-msgid "Disallow public access to addons listed in the apps menu."
-msgstr "Disabilita l'accesso pubblico ai plugin raccolti nel menu apps."
+#: mod/admin.php:402
+msgid "Server added to blocklist."
+msgstr "Server aggiunto alla blocklist."
 
-#: mod/admin.php:1307
-msgid ""
-"Checking this box will restrict addons listed in the apps menu to members "
-"only."
-msgstr "Selezionando questo box si limiterà ai soli membri l'accesso ai componenti aggiuntivi nel menu applicazioni"
+#: mod/admin.php:418
+msgid "Site blocklist updated."
+msgstr "Blocklist del sito aggiornata."
 
-#: mod/admin.php:1308
-msgid "Don't embed private images in posts"
-msgstr "Non inglobare immagini private nei post"
+#: mod/admin.php:441 src/Core/Console/GlobalCommunityBlock.php:72
+msgid "The contact has been blocked from the node"
+msgstr "Il contatto è stato bloccato dal nodo"
 
-#: mod/admin.php:1308
-msgid ""
-"Don't replace locally-hosted private photos in posts with an embedded copy "
-"of the image. This means that contacts who receive posts containing private "
-"photos will have to authenticate and load each image, which may take a "
-"while."
-msgstr "Non sostituire le foto locali nei post con una copia incorporata dell'immagine. Questo significa che i contatti che riceveranno i post contenenti foto private dovranno autenticarsi e caricare ogni immagine, cosa che può richiedere un po' di tempo."
+#: mod/admin.php:443 src/Core/Console/GlobalCommunityBlock.php:69
+#, php-format
+msgid "Could not find any contact entry for this URL (%s)"
+msgstr "Impossibile trovare contatti a questo URL (%s)"
 
-#: mod/admin.php:1309
-msgid "Allow Users to set remote_self"
-msgstr "Permetti agli utenti di impostare 'io remoto'"
+#: mod/admin.php:450
+#, php-format
+msgid "%s contact unblocked"
+msgid_plural "%s contacts unblocked"
+msgstr[0] "%s contatto sbloccato"
+msgstr[1] "%s contatti sbloccati"
+
+#: mod/admin.php:479
+msgid "Remote Contact Blocklist"
+msgstr "Blocklist Contatti Remoti"
 
-#: mod/admin.php:1309
+#: mod/admin.php:480
 msgid ""
-"With checking this, every user is allowed to mark every contact as a "
-"remote_self in the repair contact dialog. Setting this flag on a contact "
-"causes mirroring every posting of that contact in the users stream."
-msgstr "Selezionando questo, a tutti gli utenti sarà permesso di impostare qualsiasi contatto come 'io remoto' nella pagina di modifica del contatto. Impostare questa opzione fa si che tutti i messaggi di quel contatto vengano ripetuti nello stream dell'utente."
+"This page allows you to prevent any message from a remote contact to reach "
+"your node."
+msgstr "Questa pagina ti permette di impedire che qualsiasi messaggio da un contatto remoto raggiunga il tuo nodo."
 
-#: mod/admin.php:1310
-msgid "Block multiple registrations"
-msgstr "Blocca registrazioni multiple"
+#: mod/admin.php:481
+msgid "Block Remote Contact"
+msgstr "Blocca Contatto Remoto"
 
-#: mod/admin.php:1310
-msgid "Disallow users to register additional accounts for use as pages."
-msgstr "Non permette all'utente di registrare account extra da usare come pagine."
+#: mod/admin.php:482 mod/admin.php:1790
+msgid "select all"
+msgstr "seleziona tutti"
 
-#: mod/admin.php:1311
-msgid "OpenID support"
-msgstr "Supporto OpenID"
+#: mod/admin.php:483
+msgid "select none"
+msgstr "seleziona niente"
 
-#: mod/admin.php:1311
-msgid "OpenID support for registration and logins."
-msgstr "Supporta OpenID per la registrazione e il login"
+#: mod/admin.php:486
+msgid "No remote contact is blocked from this node."
+msgstr "Nessun contatto remoto è bloccato da questo nodo."
 
-#: mod/admin.php:1312
-msgid "Fullname check"
-msgstr "Controllo nome completo"
+#: mod/admin.php:488
+msgid "Blocked Remote Contacts"
+msgstr "Contatti Remoti Bloccati"
 
-#: mod/admin.php:1312
-msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
-msgstr "Forza gli utenti a registrarsi con uno spazio tra il nome e il cognome in \"Nome completo\", come misura anti spam"
+#: mod/admin.php:489
+msgid "Block New Remote Contact"
+msgstr "Blocca Nuovo Contatto Remoto"
 
-#: mod/admin.php:1313
-msgid "Community pages for visitors"
-msgstr "Pagina comunità per i visitatori"
+#: mod/admin.php:490
+msgid "Photo"
+msgstr "Foto"
+
+#: mod/admin.php:498
+#, php-format
+msgid "%s total blocked contact"
+msgid_plural "%s total blocked contacts"
+msgstr[0] "%scontatto bloccato totale"
+msgstr[1] "%scontatti bloccati totali"
+
+#: mod/admin.php:500
+msgid "URL of the remote contact to block."
+msgstr "URL del contatto remoto da bloccare."
+
+#: mod/admin.php:522
+msgid "Delete this Item"
+msgstr "Rimuovi questo elemento"
 
-#: mod/admin.php:1313
+#: mod/admin.php:523
 msgid ""
-"Which community pages should be available for visitors. Local users always "
-"see both pages."
-msgstr "Quale pagina comunità verrà mostrata ai visitatori. Gli utenti locali vedranno sempre entrambe le pagine."
-
-#: mod/admin.php:1314
-msgid "Posts per user on community page"
-msgstr "Messaggi per utente nella pagina Comunità"
+"On this page you can delete an item from your node. If the item is a top "
+"level posting, the entire thread will be deleted."
+msgstr "Su questa pagina puoi cancellare un qualsiasi elemento dal tuo nodo. Se l'elemento è un post \"top\", l'intera discussione sarà cancellato."
 
-#: mod/admin.php:1314
+#: mod/admin.php:524
 msgid ""
-"The maximum number of posts per user on the community page. (Not valid for "
-"'Global Community')"
-msgstr "Il numero massimo di messaggi per utente mostrato nella pagina Comunità (non valido per 'Comunità globale')"
+"You need to know the GUID of the item. You can find it e.g. by looking at "
+"the display URL. The last part of http://example.com/display/123456 is the "
+"GUID, here 123456."
+msgstr "Serve il GUID dell'elemento. Lo puoi trovare, per esempio, guardando l'URL display: l'ultima parte di http://example.com/display/123456 è il GUID, qui 123456."
 
-#: mod/admin.php:1315
-msgid "Enable OStatus support"
-msgstr "Abilita supporto OStatus"
+#: mod/admin.php:525
+msgid "GUID"
+msgstr "GUID"
 
-#: mod/admin.php:1315
-msgid ""
-"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
-"communications in OStatus are public, so privacy warnings will be "
-"occasionally displayed."
-msgstr "Fornisce la compatibilità integrata a OStatus (StatusNet, Gnu Social, etc.). Tutte le comunicazioni su OStatus sono pubbliche, quindi un avviso di privacy verrà mostrato occasionalmente."
+#: mod/admin.php:525
+msgid "The GUID of the item you want to delete."
+msgstr "Il GUID dell'elemento che vuoi cancellare."
 
-#: mod/admin.php:1316
-msgid "Only import OStatus threads from our contacts"
-msgstr "Importa conversazioni OStatus solo dai nostri contatti."
+#: mod/admin.php:564
+msgid "Item marked for deletion."
+msgstr "Elemento selezionato per l'eliminazione."
 
-#: mod/admin.php:1316
+#: mod/admin.php:635
+msgid "unknown"
+msgstr "sconosciuto"
+
+#: mod/admin.php:711
 msgid ""
-"Normally we import every content from our OStatus contacts. With this option"
-" we only store threads that are started by a contact that is known on our "
-"system."
-msgstr "Normalmente importiamo tutto il contenuto dai contatti OStatus. Con questa opzione salviamo solo le conversazioni iniziate da un contatto è conosciuto a questo nodo."
+"This page offers you some numbers to the known part of the federated social "
+"network your Friendica node is part of. These numbers are not complete but "
+"only reflect the part of the network your node is aware of."
+msgstr "Questa pagina offre alcuni numeri riguardo la porzione del social network federato di cui il tuo nodo Friendica fa parte. Questi numeri non sono completi ma riflettono esclusivamente la porzione di rete di cui il tuo nodo e' a conoscenza."
 
-#: mod/admin.php:1317
-msgid "OStatus support can only be enabled if threading is enabled."
-msgstr "Il supporto OStatus può essere abilitato solo se è abilitato il threading."
+#: mod/admin.php:712
+msgid ""
+"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
+"will improve the data displayed here."
+msgstr "La funzione <em>Elenco Contatti Scoperto Automaticamente</em> non è abilitata, migliorerà i dati visualizzati qui."
 
-#: mod/admin.php:1319
+#: mod/admin.php:724
+#, php-format
 msgid ""
-"Diaspora support can't be enabled because Friendica was installed into a sub"
-" directory."
-msgstr "Il supporto a Diaspora non può essere abilitato perché Friendica è stato installato in una sotto directory."
+"Currently this node is aware of %d nodes with %d registered users from the "
+"following platforms:"
+msgstr "Attualmente questo nodo conosce %d nodi con %d utenti registrati dalle seguenti piattaforme:"
 
-#: mod/admin.php:1320
-msgid "Enable Diaspora support"
-msgstr "Abilita il supporto a Diaspora"
+#: mod/admin.php:755
+msgid "ID"
+msgstr "ID"
 
-#: mod/admin.php:1320
-msgid "Provide built-in Diaspora network compatibility."
-msgstr "Fornisce compatibilità con il network Diaspora."
+#: mod/admin.php:756
+msgid "Recipient Name"
+msgstr "Nome Destinatario"
 
-#: mod/admin.php:1321
-msgid "Only allow Friendica contacts"
-msgstr "Permetti solo contatti Friendica"
+#: mod/admin.php:757
+msgid "Recipient Profile"
+msgstr "Profilo Destinatario"
 
-#: mod/admin.php:1321
-msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
-msgstr "Tutti i contatti devono usare il protocollo di Friendica. Tutti gli altri protocolli sono disabilitati."
+#: mod/admin.php:758 src/Core/NotificationsManager.php:178
+#: src/Content/Nav.php:178 view/theme/frio/theme.php:266
+msgid "Network"
+msgstr "Rete"
 
-#: mod/admin.php:1322
-msgid "Verify SSL"
-msgstr "Verifica SSL"
+#: mod/admin.php:759
+msgid "Created"
+msgstr "Creato"
 
-#: mod/admin.php:1322
-msgid ""
-"If you wish, you can turn on strict certificate checking. This will mean you"
-" cannot connect (at all) to self-signed SSL sites."
-msgstr "Se vuoi, puoi abilitare il controllo rigoroso dei certificati.Questo significa che non potrai collegarti (del tutto) con siti con certificati SSL auto-firmati."
+#: mod/admin.php:760
+msgid "Last Tried"
+msgstr "Ultimo Tentativo"
 
-#: mod/admin.php:1323
-msgid "Proxy user"
-msgstr "Utente Proxy"
+#: mod/admin.php:761
+msgid ""
+"This page lists the content of the queue for outgoing postings. These are "
+"postings the initial delivery failed for. They will be resend later and "
+"eventually deleted if the delivery fails permanently."
+msgstr "Questa pagina elenca il contenuto della coda di invio dei post. Questi sono post la cui consegna è fallita. Verranno inviati nuovamente più tardi ed eventualmente cancellati se la consegna continua a fallire."
 
-#: mod/admin.php:1324
-msgid "Proxy URL"
-msgstr "URL Proxy"
+#: mod/admin.php:785
+#, php-format
+msgid ""
+"Your DB still runs with MyISAM tables. You should change the engine type to "
+"InnoDB. As Friendica will use InnoDB only features in the future, you should"
+" change this! See <a href=\"%s\">here</a> for a guide that may be helpful "
+"converting the table engines. You may also use the command <tt>php "
+"bin/console.php dbstructure toinnodb</tt> of your Friendica installation for"
+" an automatic conversion.<br />"
+msgstr ""
 
-#: mod/admin.php:1325
-msgid "Network timeout"
-msgstr "Timeout rete"
+#: mod/admin.php:792
+#, php-format
+msgid ""
+"There is a new version of Friendica available for download. Your current "
+"version is %1$s, upstream version is %2$s"
+msgstr "È disponibile per il download una nuova versione di Friendica. La tua versione è %1$s, la versione upstream è %2$s"
 
-#: mod/admin.php:1325
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr "Valore in secondi. Imposta a 0 per illimitato (non raccomandato)."
+#: mod/admin.php:802
+msgid ""
+"The database update failed. Please run \"php bin/console.php dbstructure "
+"update\" from the command line and have a look at the errors that might "
+"appear."
+msgstr ""
 
-#: mod/admin.php:1326
-msgid "Maximum Load Average"
-msgstr "Massimo carico medio"
+#: mod/admin.php:808
+msgid "The worker was never executed. Please check your database structure!"
+msgstr "Il worker non è mai stato eseguito. Controlla la struttura del tuo database!"
 
-#: mod/admin.php:1326
+#: mod/admin.php:811
+#, php-format
 msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr "Massimo carico di sistema prima che i processi di invio e di poll siano ritardati. Predefinito a 50."
+"The last worker execution was on %s UTC. This is older than one hour. Please"
+" check your crontab settings."
+msgstr "L'ultima esecuzione del worker è stata alle %sUTC, ovvero più di un'ora fa. Controlla le impostazioni del tuo crontab."
 
-#: mod/admin.php:1327
-msgid "Maximum Load Average (Frontend)"
-msgstr "Media Massimo Carico (Frontend)"
+#: mod/admin.php:816 mod/admin.php:1739
+msgid "Normal Account"
+msgstr "Account normale"
 
-#: mod/admin.php:1327
-msgid "Maximum system load before the frontend quits service - default 50."
-msgstr "Massimo carico di sistema prima che il frontend fermi il servizio - default 50."
+#: mod/admin.php:817 mod/admin.php:1740
+msgid "Automatic Follower Account"
+msgstr "Account Follower Automatico"
 
-#: mod/admin.php:1328
-msgid "Minimal Memory"
-msgstr "Memoria Minima"
+#: mod/admin.php:818 mod/admin.php:1741
+msgid "Public Forum Account"
+msgstr "Account Forum Publico"
 
-#: mod/admin.php:1328
-msgid ""
-"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
-"default 0 (deactivated)."
-msgstr "Minima memoria libera in MB per il worker. Necessita di avere accesso a /proc/meminfo - default 0 (disabilitato)."
+#: mod/admin.php:819 mod/admin.php:1742
+msgid "Automatic Friend Account"
+msgstr "Account per amicizia automatizzato"
 
-#: mod/admin.php:1329
-msgid "Maximum table size for optimization"
-msgstr "Dimensione massima della tabella per l'ottimizzazione"
+#: mod/admin.php:820
+msgid "Blog Account"
+msgstr "Account Blog"
 
-#: mod/admin.php:1329
-msgid ""
-"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
-"Enter -1 to disable it."
-msgstr "La dimensione massima (in MB) per l'ottimizzazione automatica - default 100 MB. Inserisci -1 per disabilitarlo."
+#: mod/admin.php:821
+msgid "Private Forum Account"
+msgstr "Account Forum Privato"
 
-#: mod/admin.php:1330
-msgid "Minimum level of fragmentation"
-msgstr "Livello minimo di frammentazione"
+#: mod/admin.php:843
+msgid "Message queues"
+msgstr "Code messaggi"
 
-#: mod/admin.php:1330
-msgid ""
-"Minimum fragmenation level to start the automatic optimization - default "
-"value is 30%."
-msgstr "Livello minimo di frammentazione per iniziare la procedura di ottimizzazione automatica - il valore di default è 30%."
+#: mod/admin.php:849
+msgid "Summary"
+msgstr "Sommario"
 
-#: mod/admin.php:1332
-msgid "Periodical check of global contacts"
-msgstr "Check periodico dei contatti globali"
+#: mod/admin.php:851
+msgid "Registered users"
+msgstr "Utenti registrati"
 
-#: mod/admin.php:1332
-msgid ""
-"If enabled, the global contacts are checked periodically for missing or "
-"outdated data and the vitality of the contacts and servers."
-msgstr "Se abilitato, i contatti globali sono controllati periodicamente per verificare dati mancanti o sorpassati e la vitalità dei contatti e dei server."
+#: mod/admin.php:853
+msgid "Pending registrations"
+msgstr "Registrazioni in attesa"
 
-#: mod/admin.php:1333
-msgid "Days between requery"
-msgstr "Giorni tra le richieste"
+#: mod/admin.php:854
+msgid "Version"
+msgstr "Versione"
 
-#: mod/admin.php:1333
-msgid "Number of days after which a server is requeried for his contacts."
-msgstr "Numero di giorni dopo i quali al server vengono richiesti i suoi contatti."
+#: mod/admin.php:859
+msgid "Active addons"
+msgstr "Addon attivi"
 
-#: mod/admin.php:1334
-msgid "Discover contacts from other servers"
-msgstr "Trova contatti dagli altri server"
+#: mod/admin.php:890
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+msgstr "Impossibile analizzare l'url base. Deve avere almeno [schema]://[dominio]"
 
-#: mod/admin.php:1334
-msgid ""
-"Periodically query other servers for contacts. You can choose between "
-"'users': the users on the remote system, 'Global Contacts': active contacts "
-"that are known on the system. The fallback is meant for Redmatrix servers "
-"and older friendica servers, where global contacts weren't available. The "
-"fallback increases the server load, so the recommened setting is 'Users, "
-"Global Contacts'."
-msgstr "Richiede periodicamente contatti agli altri server. Puoi scegliere tra 'utenti', gli utenti sul sistema remoto, o 'contatti globali', i contatti attivi che sono conosciuti dal sistema. Il fallback è pensato per i server Redmatrix e i vecchi server Friendica, dove i contatti globali non sono disponibili. Il fallback incrementa il carico di sistema, per cui l'impostazione consigliata è \"Utenti, Contatti Globali\"."
+#: mod/admin.php:1209
+msgid "Site settings updated."
+msgstr "Impostazioni del sito aggiornate."
 
-#: mod/admin.php:1335
-msgid "Timeframe for fetching global contacts"
-msgstr "Termine per il recupero contatti globali"
+#: mod/admin.php:1236 mod/settings.php:905
+msgid "No special theme for mobile devices"
+msgstr "Nessun tema speciale per i dispositivi mobili"
 
-#: mod/admin.php:1335
-msgid ""
-"When the discovery is activated, this value defines the timeframe for the "
-"activity of the global contacts that are fetched from other servers."
-msgstr "Quando si attiva la scoperta, questo valore definisce il periodo di tempo per l'attività dei contatti globali che vengono prelevati da altri server."
+#: mod/admin.php:1265
+msgid "No community page"
+msgstr "Nessuna pagina Comunità"
 
-#: mod/admin.php:1336
-msgid "Search the local directory"
-msgstr "Cerca la directory locale"
+#: mod/admin.php:1266
+msgid "Public postings from users of this site"
+msgstr "Messaggi pubblici dagli utenti di questo sito"
 
-#: mod/admin.php:1336
-msgid ""
-"Search the local directory instead of the global directory. When searching "
-"locally, every search will be executed on the global directory in the "
-"background. This improves the search results when the search is repeated."
-msgstr "Cerca nella directory locale invece che nella directory globale. Durante la ricerca a livello locale, ogni ricerca verrà eseguita sulla directory globale in background. Ciò migliora i risultati della ricerca quando la ricerca viene ripetuta."
+#: mod/admin.php:1267
+msgid "Public postings from the federated network"
+msgstr "Messaggi pubblici dalla rete federata"
 
-#: mod/admin.php:1338
-msgid "Publish server information"
-msgstr "Pubblica informazioni server"
+#: mod/admin.php:1268
+msgid "Public postings from local users and the federated network"
+msgstr "Messaggi pubblici dagli utenti di questo sito e dalla rete federata"
 
-#: mod/admin.php:1338
-msgid ""
-"If enabled, general server and usage data will be published. The data "
-"contains the name and version of the server, number of users with public "
-"profiles, number of posts and the activated protocols and connectors. See <a"
-" href='http://the-federation.info/'>the-federation.info</a> for details."
-msgstr "Se abilitata, saranno pubblicati i dati generali del server e i dati di utilizzo. I dati contengono il nome e la versione del server, il numero di utenti con profili pubblici, numero dei posti e dei protocolli e connettori attivati. Per informazioni, vedere <a href='http://the-federation.info/'> the-federation.info </a>."
+#: mod/admin.php:1274
+msgid "Users, Global Contacts"
+msgstr "Utenti, Contatti Globali"
 
-#: mod/admin.php:1340
-msgid "Check upstream version"
-msgstr "Controlla versione upstream"
+#: mod/admin.php:1275
+msgid "Users, Global Contacts/fallback"
+msgstr "Utenti, Contatti Globali/fallback"
 
-#: mod/admin.php:1340
-msgid ""
-"Enables checking for new Friendica versions at github. If there is a new "
-"version, you will be informed in the admin panel overview."
-msgstr "Abilita il controllo di nuove versioni di Friendica su Github. Se sono disponibili nuove versioni, ne sarai informato nel pannello Panoramica dell'amministrazione."
+#: mod/admin.php:1279
+msgid "One month"
+msgstr "Un mese"
 
-#: mod/admin.php:1341
-msgid "Suppress Tags"
-msgstr "Sopprimi Tags"
+#: mod/admin.php:1280
+msgid "Three months"
+msgstr "Tre mesi"
 
-#: mod/admin.php:1341
-msgid "Suppress showing a list of hashtags at the end of the posting."
-msgstr "Non mostra la lista di hashtag in coda al messaggio"
+#: mod/admin.php:1281
+msgid "Half a year"
+msgstr "Sei mesi"
 
-#: mod/admin.php:1342
-msgid "Path to item cache"
-msgstr "Percorso cache elementi"
+#: mod/admin.php:1282
+msgid "One year"
+msgstr "Un anno"
 
-#: mod/admin.php:1342
-msgid "The item caches buffers generated bbcode and external images."
-msgstr "La cache degli elementi memorizza il bbcode generato e le immagini esterne."
+#: mod/admin.php:1287
+msgid "Multi user instance"
+msgstr "Istanza multi utente"
 
-#: mod/admin.php:1343
-msgid "Cache duration in seconds"
-msgstr "Durata della cache in secondi"
+#: mod/admin.php:1310
+msgid "Closed"
+msgstr "Chiusa"
 
-#: mod/admin.php:1343
-msgid ""
-"How long should the cache files be hold? Default value is 86400 seconds (One"
-" day). To disable the item cache, set the value to -1."
-msgstr "Quanto a lungo devono essere mantenuti i file di cache? Il valore predefinito è 86400 secondi (un giorno). Per disabilitare la cache, imposta il valore a -1."
+#: mod/admin.php:1311
+msgid "Requires approval"
+msgstr "Richiede l'approvazione"
 
-#: mod/admin.php:1344
-msgid "Maximum numbers of comments per post"
-msgstr "Numero massimo di commenti per post"
+#: mod/admin.php:1312
+msgid "Open"
+msgstr "Aperta"
 
-#: mod/admin.php:1344
-msgid "How much comments should be shown for each post? Default value is 100."
-msgstr "Quanti commenti devono essere mostrati per ogni post? Default : 100."
+#: mod/admin.php:1316
+msgid "No SSL policy, links will track page SSL state"
+msgstr "Nessuna gestione SSL, i link seguiranno lo stato SSL della pagina"
 
-#: mod/admin.php:1345
-msgid "Temp path"
-msgstr "Percorso file temporanei"
+#: mod/admin.php:1317
+msgid "Force all links to use SSL"
+msgstr "Forza tutti i link ad usare SSL"
 
-#: mod/admin.php:1345
-msgid ""
-"If you have a restricted system where the webserver can't access the system "
-"temp path, enter another path here."
-msgstr "Se si dispone di un sistema ristretto in cui il server web non può accedere al percorso temporaneo di sistema, inserire un altro percorso qui."
+#: mod/admin.php:1318
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+msgstr "Certificato auto-firmato, usa SSL solo per i link locali (sconsigliato)"
 
-#: mod/admin.php:1346
-msgid "Base path to installation"
-msgstr "Percorso base all'installazione"
+#: mod/admin.php:1322
+msgid "Don't check"
+msgstr "Non controllare"
 
-#: mod/admin.php:1346
-msgid ""
-"If the system cannot detect the correct path to your installation, enter the"
-" correct path here. This setting should only be set if you are using a "
-"restricted system and symbolic links to your webroot."
-msgstr "Se il sistema non è in grado di rilevare il percorso corretto per l'installazione, immettere il percorso corretto qui. Questa impostazione deve essere inserita solo se si utilizza un sistema limitato e/o collegamenti simbolici al tuo webroot."
+#: mod/admin.php:1323
+msgid "check the stable version"
+msgstr "controlla la versione stabile"
 
-#: mod/admin.php:1347
-msgid "Disable picture proxy"
-msgstr "Disabilita il proxy immagini"
+#: mod/admin.php:1324
+msgid "check the development version"
+msgstr "controlla la versione di sviluppo"
 
 #: mod/admin.php:1347
-msgid ""
-"The picture proxy increases performance and privacy. It shouldn't be used on"
-" systems with very low bandwith."
-msgstr "Il proxy immagini aumenta le performance e la privacy. Non dovrebbe essere usato su server con poca banda disponibile."
-
-#: mod/admin.php:1348
-msgid "Only search in tags"
-msgstr "Cerca solo nei tag"
-
-#: mod/admin.php:1348
-msgid "On large systems the text search can slow down the system extremely."
-msgstr "Su server con molti dati, la ricerca nel testo può estremamente rallentare il sistema."
+msgid "Republish users to directory"
+msgstr "Ripubblica gli utenti sulla directory"
 
-#: mod/admin.php:1350
-msgid "New base url"
-msgstr "Nuovo url base"
+#: mod/admin.php:1349
+msgid "File upload"
+msgstr "Caricamento file"
 
 #: mod/admin.php:1350
-msgid ""
-"Change base url for this server. Sends relocate message to all Friendica and"
-" Diaspora* contacts of all users."
-msgstr "Cambia l'URL base di questo server. Invia il messaggio di trasloco a tutti i contatti Friendica e Diaspora* di tutti gli utenti."
-
-#: mod/admin.php:1352
-msgid "RINO Encryption"
-msgstr "Crittografia RINO"
+msgid "Policies"
+msgstr "Politiche"
 
 #: mod/admin.php:1352
-msgid "Encryption layer between nodes."
-msgstr "Crittografia delle comunicazioni tra nodi."
+msgid "Auto Discovered Contact Directory"
+msgstr "Elenco Contatti Scoperto Automaticamente"
 
-#: mod/admin.php:1354
-msgid "Maximum number of parallel workers"
-msgstr "Massimo numero di lavori in parallelo"
+#: mod/admin.php:1353
+msgid "Performance"
+msgstr "Performance"
 
 #: mod/admin.php:1354
-msgid ""
-"On shared hosters set this to 2. On larger systems, values of 10 are great. "
-"Default value is 4."
-msgstr "Su host condivisi imposta a 2. Su sistemi più grandi, valori fino a 10 vanno bene. Il valore di default è 4."
+msgid "Worker"
+msgstr "Worker"
 
 #: mod/admin.php:1355
-msgid "Don't use 'proc_open' with the worker"
-msgstr "Non usare 'proc_open' con il worker"
+msgid "Message Relay"
+msgstr ""
 
-#: mod/admin.php:1355
+#: mod/admin.php:1356
 msgid ""
-"Enable this if your system doesn't allow the use of 'proc_open'. This can "
-"happen on shared hosters. If this is enabled you should increase the "
-"frequency of worker calls in your crontab."
-msgstr "Abilita se il tuo sistema non consente l'utilizzo di 'proc_open'. Può succedere con gli hosting condivisi. Se abiliti questa opzione, dovresti aumentare la frequenza delle chiamate al worker nel tuo crontab."
+"Relocate - WARNING: advanced function. Could make this server unreachable."
+msgstr "Trasloca - ATTENZIONE: funzione avanzata! Può rendere questo server irraggiungibile."
 
-#: mod/admin.php:1356
-msgid "Enable fastlane"
-msgstr "Abilita fastlane"
+#: mod/admin.php:1359
+msgid "Site name"
+msgstr "Nome del sito"
 
-#: mod/admin.php:1356
-msgid ""
-"When enabed, the fastlane mechanism starts an additional worker if processes"
-" with higher priority are blocked by processes of lower priority."
-msgstr "Quando abilitato, il meccanismo di fastlane avvia processi aggiuntivi se processi con priorità più alta sono bloccati da processi con priorità più bassa."
+#: mod/admin.php:1360
+msgid "Host name"
+msgstr "Nome host"
 
-#: mod/admin.php:1357
-msgid "Enable frontend worker"
-msgstr "Abilita worker da frontend"
+#: mod/admin.php:1361
+msgid "Sender Email"
+msgstr "Mittente email"
 
-#: mod/admin.php:1357
-#, php-format
+#: mod/admin.php:1361
 msgid ""
-"When enabled the Worker process is triggered when backend access is "
-"performed \\x28e.g. messages being delivered\\x29. On smaller sites you "
-"might want to call %s/worker on a regular basis via an external cron job. "
-"You should only enable this option if you cannot utilize cron/scheduled jobs"
-" on your server."
-msgstr "Quando abilitato, il processo è avviato quando viene eseguito un accesso al backend (per esempio, quando un messaggio viene consegnato). Su siti più piccoli potresti voler chiamare %s/worker regolarmente attraverso un cron esterno. Dovresti abilitare questa opzione solo se non puoi impostare esecuzioni pianificate sul tuo server. "
+"The email address your server shall use to send notification emails from."
+msgstr "L'indirizzo email che il tuo server dovrà usare per inviare notifiche via email."
 
-#: mod/admin.php:1385
-msgid "Update has been marked successful"
-msgstr "L'aggiornamento è stato segnato come  di successo"
+#: mod/admin.php:1362
+msgid "Banner/Logo"
+msgstr "Banner/Logo"
 
-#: mod/admin.php:1392
-#, php-format
-msgid "Database structure update %s was successfully applied."
-msgstr "Aggiornamento struttura database %s applicata con successo."
+#: mod/admin.php:1363
+msgid "Shortcut icon"
+msgstr "Icona shortcut"
 
-#: mod/admin.php:1395
-#, php-format
-msgid "Executing of database structure update %s failed with error: %s"
-msgstr "Aggiornamento struttura database %s fallita con errore: %s"
+#: mod/admin.php:1363
+msgid "Link to an icon that will be used for browsers."
+msgstr "Link verso un'icona che verrà usata dai browser."
 
-#: mod/admin.php:1408
-#, php-format
-msgid "Executing %s failed with error: %s"
-msgstr "Esecuzione di %s fallita con errore: %s"
+#: mod/admin.php:1364
+msgid "Touch icon"
+msgstr "Icona touch"
 
-#: mod/admin.php:1410
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr "L'aggiornamento %s è stato applicato con successo"
+#: mod/admin.php:1364
+msgid "Link to an icon that will be used for tablets and mobiles."
+msgstr "Link verso un'icona che verrà usata dai tablet e i telefonini."
 
-#: mod/admin.php:1413
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr "L'aggiornamento %s non ha riportato uno stato. Non so se è andato a buon fine."
+#: mod/admin.php:1365
+msgid "Additional Info"
+msgstr "Informazioni aggiuntive"
 
-#: mod/admin.php:1416
+#: mod/admin.php:1365
 #, php-format
-msgid "There was no additional update function %s that needed to be called."
-msgstr "Non ci sono altre funzioni di aggiornamento %s da richiamare."
-
-#: mod/admin.php:1436
-msgid "No failed updates."
-msgstr "Nessun aggiornamento fallito."
-
-#: mod/admin.php:1437
-msgid "Check database structure"
-msgstr "Controlla struttura database"
-
-#: mod/admin.php:1442
-msgid "Failed Updates"
-msgstr "Aggiornamenti falliti"
-
-#: mod/admin.php:1443
 msgid ""
-"This does not include updates prior to 1139, which did not return a status."
-msgstr "Questo non include gli aggiornamenti prima del 1139, che non ritornano lo stato."
+"For public servers: you can add additional information here that will be "
+"listed at %s/servers."
+msgstr "Per server pubblici: puoi aggiungere informazioni extra che verranno mostrate su %s/servers."
 
-#: mod/admin.php:1444
-msgid "Mark success (if update was manually applied)"
-msgstr "Segna completato (se l'update è stato applicato manualmente)"
+#: mod/admin.php:1366
+msgid "System language"
+msgstr "Lingua di sistema"
 
-#: mod/admin.php:1445
-msgid "Attempt to execute this update step automatically"
-msgstr "Cerco di eseguire questo aggiornamento in automatico"
+#: mod/admin.php:1367
+msgid "System theme"
+msgstr "Tema di sistema"
 
-#: mod/admin.php:1484
-#, php-format
+#: mod/admin.php:1367
 msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tthe administrator of %2$s has set up an account for you."
-msgstr "\nGentile %1$s,\n    l'amministratore di %2$s ha impostato un account per te."
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr "Tema di sistema - può essere sovrascritto dalle impostazioni utente - <a href='#' id='cnftheme'>cambia le impostazioni del tema</a>"
 
-#: mod/admin.php:1487
-#, php-format
-msgid ""
-"\n"
-"\t\t\tThe login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%1$s\n"
-"\t\t\tLogin Name:\t\t%2$s\n"
-"\t\t\tPassword:\t\t%3$s\n"
-"\n"
-"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
-"\t\t\tin.\n"
-"\n"
-"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
-"\n"
-"\t\t\tYou may also wish to add some basic information to your default profile\n"
-"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
-"\n"
-"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
-"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
-"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
-"\t\t\tthan that.\n"
-"\n"
-"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
-"\t\t\tIf you are new and do not know anybody here, they may help\n"
-"\t\t\tyou to make some new and interesting friends.\n"
-"\n"
-"\t\t\tThank you and welcome to %4$s."
-msgstr "\nI dettagli del tuo utente sono:\n    Indirizzo del sito: %1$s\n    Nome utente: %2$s\n    Password: %3$s\n\nPuoi cambiare la tua password dalla pagina delle impostazioni del tuo account dopo esserti autenticato.\n\nPer favore, prenditi qualche momento per esaminare tutte le impostazioni presenti.\n\nPotresti voler aggiungere qualche informazione di base al tuo profilo predefinito (nella pagina \"Profili\"), così che le altre persone possano trovarti più facilmente.\n\nTi raccomandiamo di inserire il tuo nome completo, aggiungere una foto, aggiungere qualche parola chiave del profilo (molto utili per trovare nuovi contatti), e magari in quale nazione vivi, se non vuoi essere più specifico di così.\n\nNoi rispettiamo appieno la tua privacy, e nessuna di queste informazioni è necessaria o obbligatoria.\nSe sei nuovo e non conosci nessuno qui, possono aiutarti a trovare qualche nuovo e interessante contatto.\n\nGrazie e benvenuto su %4$s"
+#: mod/admin.php:1368
+msgid "Mobile system theme"
+msgstr "Tema mobile di sistema"
 
-#: mod/admin.php:1519 src/Model/User.php:634
-#, php-format
-msgid "Registration details for %s"
-msgstr "Dettagli della registrazione di %s"
+#: mod/admin.php:1368
+msgid "Theme for mobile devices"
+msgstr "Tema per dispositivi mobili"
+
+#: mod/admin.php:1369
+msgid "SSL link policy"
+msgstr "Gestione link SSL"
 
-#: mod/admin.php:1529
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] "%s utente bloccato/sbloccato"
-msgstr[1] "%s utenti bloccati/sbloccati"
+#: mod/admin.php:1369
+msgid "Determines whether generated links should be forced to use SSL"
+msgstr "Determina se i link generati devono essere forzati a usare SSL"
 
-#: mod/admin.php:1535
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] "%s utente cancellato"
-msgstr[1] "%s utenti cancellati"
+#: mod/admin.php:1370
+msgid "Force SSL"
+msgstr "Forza SSL"
 
-#: mod/admin.php:1582
-#, php-format
-msgid "User '%s' deleted"
-msgstr "Utente '%s' cancellato"
+#: mod/admin.php:1370
+msgid ""
+"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
+" to endless loops."
+msgstr "Forza tutte le richieste non SSL su SSL - Attenzione: su alcuni sistemi può portare a loop senza fine"
 
-#: mod/admin.php:1590
-#, php-format
-msgid "User '%s' unblocked"
-msgstr "Utente '%s' sbloccato"
+#: mod/admin.php:1371
+msgid "Hide help entry from navigation menu"
+msgstr "Nascondi la voce 'Guida' dal menu di navigazione"
 
-#: mod/admin.php:1590
-#, php-format
-msgid "User '%s' blocked"
-msgstr "Utente '%s' bloccato"
+#: mod/admin.php:1371
+msgid ""
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
+msgstr "Nasconde la voce per le pagine della guida dal menu di navigazione. E' comunque possibile accedervi richiamando /help direttamente."
 
-#: mod/admin.php:1689 mod/admin.php:1701 mod/admin.php:1714 mod/admin.php:1732
-#: src/Content/ContactSelector.php:82
-msgid "Email"
-msgstr "Email"
+#: mod/admin.php:1372
+msgid "Single user instance"
+msgstr "Istanza a singolo utente"
 
-#: mod/admin.php:1689 mod/admin.php:1714
-msgid "Register date"
-msgstr "Data registrazione"
+#: mod/admin.php:1372
+msgid "Make this instance multi-user or single-user for the named user"
+msgstr "Rendi questa istanza multi utente o a singolo utente per l'utente selezionato"
 
-#: mod/admin.php:1689 mod/admin.php:1714
-msgid "Last login"
-msgstr "Ultimo accesso"
+#: mod/admin.php:1373
+msgid "Maximum image size"
+msgstr "Massima dimensione immagini"
 
-#: mod/admin.php:1689 mod/admin.php:1714
-msgid "Last item"
-msgstr "Ultimo elemento"
+#: mod/admin.php:1373
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "Massima dimensione in byte delle immagini caricate. Il default è 0, cioè nessun limite."
 
-#: mod/admin.php:1689 mod/settings.php:54
-msgid "Account"
-msgstr "Account"
+#: mod/admin.php:1374
+msgid "Maximum image length"
+msgstr "Massima lunghezza immagine"
 
-#: mod/admin.php:1697
-msgid "Add User"
-msgstr "Aggiungi utente"
+#: mod/admin.php:1374
+msgid ""
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
+msgstr "Massima lunghezza in pixel del lato più lungo delle immagini caricate. Predefinito a -1, ovvero nessun limite."
 
-#: mod/admin.php:1699
-msgid "User registrations waiting for confirm"
-msgstr "Richieste di registrazione in attesa di conferma"
+#: mod/admin.php:1375
+msgid "JPEG image quality"
+msgstr "Qualità immagini JPEG"
 
-#: mod/admin.php:1700
-msgid "User waiting for permanent deletion"
-msgstr "Utente in attesa di cancellazione definitiva"
+#: mod/admin.php:1375
+msgid ""
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
+msgstr "Le immagini JPEG caricate verranno salvate con questa qualità [0-100]. Predefinito è 100, ovvero qualità piena."
 
-#: mod/admin.php:1701
-msgid "Request date"
-msgstr "Data richiesta"
+#: mod/admin.php:1377
+msgid "Register policy"
+msgstr "Politica di registrazione"
 
-#: mod/admin.php:1702
-msgid "No registrations."
-msgstr "Nessuna registrazione."
+#: mod/admin.php:1378
+msgid "Maximum Daily Registrations"
+msgstr "Massime registrazioni giornaliere"
 
-#: mod/admin.php:1703
-msgid "Note from the user"
-msgstr "Nota dall'utente"
+#: mod/admin.php:1378
+msgid ""
+"If registration is permitted above, this sets the maximum number of new user"
+" registrations to accept per day.  If register is set to closed, this "
+"setting has no effect."
+msgstr "Se la registrazione è permessa, qui si definisce il massimo numero di nuovi utenti registrati da accettare giornalmente. Se la registrazione è chiusa, questa impostazione non ha effetto."
 
-#: mod/admin.php:1705
-msgid "Deny"
-msgstr "Nega"
+#: mod/admin.php:1379
+msgid "Register text"
+msgstr "Testo registrazione"
 
-#: mod/admin.php:1709
-msgid "Site admin"
-msgstr "Amministrazione sito"
+#: mod/admin.php:1379
+msgid ""
+"Will be displayed prominently on the registration page. You can use BBCode "
+"here."
+msgstr ""
 
-#: mod/admin.php:1710
-msgid "Account expired"
-msgstr "Account scaduto"
+#: mod/admin.php:1380
+msgid "Accounts abandoned after x days"
+msgstr "Account abbandonati dopo x giorni"
 
-#: mod/admin.php:1713
-msgid "New User"
-msgstr "Nuovo Utente"
+#: mod/admin.php:1380
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "Non spreca risorse di sistema controllando siti esterni per gli account abbandonati. Immettere 0 per nessun limite di tempo."
 
-#: mod/admin.php:1714
-msgid "Deleted since"
-msgstr "Rimosso da"
+#: mod/admin.php:1381
+msgid "Allowed friend domains"
+msgstr "Domini amici consentiti"
 
-#: mod/admin.php:1719
+#: mod/admin.php:1381
 msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Gli utenti selezionati saranno cancellati!\\n\\nTutto quello che gli utenti hanno inviato su questo sito sarà permanentemente canellato!\\n\\nSei sicuro?"
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr "Elenco separato da virgola dei domini che possono stabilire amicizie con questo sito. Sono accettati caratteri jolly. Vuoto per accettare qualsiasi dominio."
 
-#: mod/admin.php:1720
+#: mod/admin.php:1382
+msgid "Allowed email domains"
+msgstr "Domini email consentiti"
+
+#: mod/admin.php:1382
 msgid ""
-"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
-"site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "L'utente {0} sarà cancellato!\\n\\nTutto quello che ha inviato su questo sito sarà permanentemente cancellato!\\n\\nSei sicuro?"
+"Comma separated list of domains which are allowed in email addresses for "
+"registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains"
+msgstr "Elenco separato da virgola dei domini permessi come indirizzi email in fase di registrazione a questo sito. Sono accettati caratteri jolly. Lascalo vuoto per accettare qualsiasi dominio."
 
-#: mod/admin.php:1730
-msgid "Name of the new user."
-msgstr "Nome del nuovo utente."
+#: mod/admin.php:1383
+msgid "No OEmbed rich content"
+msgstr "Nessun contenuto ricco da OEmbed"
 
-#: mod/admin.php:1731
-msgid "Nickname"
-msgstr "Nome utente"
+#: mod/admin.php:1383
+msgid ""
+"Don't show the rich content (e.g. embedded PDF), except from the domains "
+"listed below."
+msgstr "Non mostrare il contenuto ricco (p.e. PDF), tranne che dai domini elencati di seguito."
 
-#: mod/admin.php:1731
-msgid "Nickname of the new user."
-msgstr "Nome utente del nuovo utente."
+#: mod/admin.php:1384
+msgid "Allowed OEmbed domains"
+msgstr "Domini OEmbed consentiti"
 
-#: mod/admin.php:1732
-msgid "Email address of the new user."
-msgstr "Indirizzo Email del nuovo utente."
+#: mod/admin.php:1384
+msgid ""
+"Comma separated list of domains which oembed content is allowed to be "
+"displayed. Wildcards are accepted."
+msgstr "Elenco separato da virgola di domini il cui contenuto OEmbed verrà visualizzato. Sono permesse wildcard."
 
-#: mod/admin.php:1774
-#, php-format
-msgid "Addon %s disabled."
-msgstr "Addon %s disabilitato."
+#: mod/admin.php:1385
+msgid "Block public"
+msgstr "Blocca pagine pubbliche"
 
-#: mod/admin.php:1778
-#, php-format
-msgid "Addon %s enabled."
-msgstr "Addon %s abilitato."
+#: mod/admin.php:1385
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "Seleziona per bloccare l'accesso pubblico a tutte le pagine personali di questo sito, a meno di essere loggato."
 
-#: mod/admin.php:1788 mod/admin.php:2037
-msgid "Disable"
-msgstr "Disabilita"
+#: mod/admin.php:1386
+msgid "Force publish"
+msgstr "Forza pubblicazione"
 
-#: mod/admin.php:1791 mod/admin.php:2040
-msgid "Enable"
-msgstr "Abilita"
+#: mod/admin.php:1386
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "Seleziona per forzare tutti i profili di questo sito ad essere compresi  nell'elenco di questo sito."
 
-#: mod/admin.php:1813 mod/admin.php:2082
-msgid "Toggle"
-msgstr "Inverti"
+#: mod/admin.php:1387
+msgid "Global directory URL"
+msgstr "URL della directory globale"
 
-#: mod/admin.php:1821 mod/admin.php:2091
-msgid "Author: "
-msgstr "Autore: "
+#: mod/admin.php:1387
+msgid ""
+"URL to the global directory. If this is not set, the global directory is "
+"completely unavailable to the application."
+msgstr "URL dell'elenco globale. Se vuoto, l'elenco globale sarà completamente disabilitato."
 
-#: mod/admin.php:1822 mod/admin.php:2092
-msgid "Maintainer: "
-msgstr "Manutentore: "
+#: mod/admin.php:1388
+msgid "Private posts by default for new users"
+msgstr "Post privati di default per i nuovi utenti"
 
-#: mod/admin.php:1874
-msgid "Reload active addons"
-msgstr "Ricarica addon attivi."
+#: mod/admin.php:1388
+msgid ""
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
+msgstr "Imposta i permessi predefiniti dei post per tutti i nuovi utenti come privati per il gruppo predefinito, invece che pubblici."
 
-#: mod/admin.php:1879
-#, php-format
+#: mod/admin.php:1389
+msgid "Don't include post content in email notifications"
+msgstr "Non includere il contenuto dei post nelle notifiche via email"
+
+#: mod/admin.php:1389
 msgid ""
-"There are currently no addons available on your node. You can find the "
-"official addon repository at %1$s and might find other interesting addons in"
-" the open addon registry at %2$s"
-msgstr "Non sono disponibili componenti aggiuntivi sul tuo nodo. Puoi trovare il repository ufficiale degli addon su %1$s e potresti trovare altri addon interessanti nell'open addon repository su %2$s"
+"Don't include the content of a post/comment/private message/etc. in the "
+"email notifications that are sent out from this site, as a privacy measure."
+msgstr "Non include il contenuti del post/commento/messaggio privato/etc. nelle notifiche email che sono inviate da questo sito, per privacy"
 
-#: mod/admin.php:1999
-msgid "No themes found."
-msgstr "Nessun tema trovato."
+#: mod/admin.php:1390
+msgid "Disallow public access to addons listed in the apps menu."
+msgstr "Disabilita l'accesso pubblico ai plugin raccolti nel menu apps."
 
-#: mod/admin.php:2073
-msgid "Screenshot"
-msgstr "Anteprima"
+#: mod/admin.php:1390
+msgid ""
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
+msgstr "Selezionando questo box si limiterà ai soli membri l'accesso ai componenti aggiuntivi nel menu applicazioni"
 
-#: mod/admin.php:2127
-msgid "Reload active themes"
-msgstr "Ricarica i temi attivi"
+#: mod/admin.php:1391
+msgid "Don't embed private images in posts"
+msgstr "Non inglobare immagini private nei post"
 
-#: mod/admin.php:2132
-#, php-format
-msgid "No themes found on the system. They should be placed in %1$s"
-msgstr "Non sono stati trovati temi sul tuo sistema. Dovrebbero essere in %1$s"
+#: mod/admin.php:1391
+msgid ""
+"Don't replace locally-hosted private photos in posts with an embedded copy "
+"of the image. This means that contacts who receive posts containing private "
+"photos will have to authenticate and load each image, which may take a "
+"while."
+msgstr "Non sostituire le foto locali nei post con una copia incorporata dell'immagine. Questo significa che i contatti che riceveranno i post contenenti foto private dovranno autenticarsi e caricare ogni immagine, cosa che può richiedere un po' di tempo."
 
-#: mod/admin.php:2133
-msgid "[Experimental]"
-msgstr "[Sperimentale]"
+#: mod/admin.php:1392
+msgid "Allow Users to set remote_self"
+msgstr "Permetti agli utenti di impostare 'io remoto'"
 
-#: mod/admin.php:2134
-msgid "[Unsupported]"
-msgstr "[Non supportato]"
+#: mod/admin.php:1392
+msgid ""
+"With checking this, every user is allowed to mark every contact as a "
+"remote_self in the repair contact dialog. Setting this flag on a contact "
+"causes mirroring every posting of that contact in the users stream."
+msgstr "Selezionando questo, a tutti gli utenti sarà permesso di impostare qualsiasi contatto come 'io remoto' nella pagina di modifica del contatto. Impostare questa opzione fa si che tutti i messaggi di quel contatto vengano ripetuti nello stream dell'utente."
 
-#: mod/admin.php:2158
-msgid "Log settings updated."
-msgstr "Impostazioni Log aggiornate."
+#: mod/admin.php:1393
+msgid "Block multiple registrations"
+msgstr "Blocca registrazioni multiple"
 
-#: mod/admin.php:2190
-msgid "PHP log currently enabled."
-msgstr "Log PHP abilitato."
+#: mod/admin.php:1393
+msgid "Disallow users to register additional accounts for use as pages."
+msgstr "Non permette all'utente di registrare account extra da usare come pagine."
 
-#: mod/admin.php:2192
-msgid "PHP log currently disabled."
-msgstr "Log PHP disabilitato"
+#: mod/admin.php:1394
+msgid "OpenID support"
+msgstr "Supporto OpenID"
 
-#: mod/admin.php:2201
-msgid "Clear"
-msgstr "Pulisci"
+#: mod/admin.php:1394
+msgid "OpenID support for registration and logins."
+msgstr "Supporta OpenID per la registrazione e il login"
+
+#: mod/admin.php:1395
+msgid "Fullname check"
+msgstr "Controllo nome completo"
 
-#: mod/admin.php:2205
-msgid "Enable Debugging"
-msgstr "Abilita Debugging"
+#: mod/admin.php:1395
+msgid ""
+"Force users to register with a space between firstname and lastname in Full "
+"name, as an antispam measure"
+msgstr "Forza gli utenti a registrarsi con uno spazio tra il nome e il cognome in \"Nome completo\", come misura anti spam"
 
-#: mod/admin.php:2206
-msgid "Log file"
-msgstr "File di Log"
+#: mod/admin.php:1396
+msgid "Community pages for visitors"
+msgstr "Pagina comunità per i visitatori"
 
-#: mod/admin.php:2206
+#: mod/admin.php:1396
 msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr "Il server web deve avere i permessi di scrittura. Relativo alla tua directory Friendica."
-
-#: mod/admin.php:2207
-msgid "Log level"
-msgstr "Livello di Log"
+"Which community pages should be available for visitors. Local users always "
+"see both pages."
+msgstr "Quale pagina comunità verrà mostrata ai visitatori. Gli utenti locali vedranno sempre entrambe le pagine."
 
-#: mod/admin.php:2209
-msgid "PHP logging"
-msgstr "Log PHP"
+#: mod/admin.php:1397
+msgid "Posts per user on community page"
+msgstr "Messaggi per utente nella pagina Comunità"
 
-#: mod/admin.php:2210
+#: mod/admin.php:1397
 msgid ""
-"To enable logging of PHP errors and warnings you can add the following to "
-"the .htconfig.php file of your installation. The filename set in the "
-"'error_log' line is relative to the friendica top-level directory and must "
-"be writeable by the web server. The option '1' for 'log_errors' and "
-"'display_errors' is to enable these options, set to '0' to disable them."
-msgstr "Per abilitare il log degli errori e degli avvisi di PHP puoi aggiungere le seguenti righe al file .htconfig.php nella tua installazione. La posizione del file impostato in 'error_log' è relativa alla directory principale della tua installazione Friendica e il server web deve avere i permessi di scrittura sul file. Il valore '1' per 'log_errors' e 'display_errors' abilita le opzioni, imposta '0' per disabilitarle."
+"The maximum number of posts per user on the community page. (Not valid for "
+"'Global Community')"
+msgstr "Il numero massimo di messaggi per utente mostrato nella pagina Comunità (non valido per 'Comunità globale')"
 
-#: mod/admin.php:2241
-#, php-format
+#: mod/admin.php:1398
+msgid "Enable OStatus support"
+msgstr "Abilita supporto OStatus"
+
+#: mod/admin.php:1398
 msgid ""
-"Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see "
-"if file %1$s exist and is readable."
-msgstr "Errore aprendo il file di log <strong>%1$s</strong>. Controlla che il file %1$s esista e sia leggibile."
+"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
+"communications in OStatus are public, so privacy warnings will be "
+"occasionally displayed."
+msgstr "Fornisce la compatibilità integrata a OStatus (StatusNet, Gnu Social, etc.). Tutte le comunicazioni su OStatus sono pubbliche, quindi un avviso di privacy verrà mostrato occasionalmente."
 
-#: mod/admin.php:2245
-#, php-format
+#: mod/admin.php:1399
+msgid "Only import OStatus threads from our contacts"
+msgstr "Importa conversazioni OStatus solo dai nostri contatti."
+
+#: mod/admin.php:1399
 msgid ""
-"Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file"
-" %1$s is readable."
-msgstr "Non posso aprire il file di log <strong>%1$s</strong> . Controlla che il file %1$s esista e sia leggibile."
+"Normally we import every content from our OStatus contacts. With this option"
+" we only store threads that are started by a contact that is known on our "
+"system."
+msgstr "Normalmente importiamo tutto il contenuto dai contatti OStatus. Con questa opzione salviamo solo le conversazioni iniziate da un contatto è conosciuto a questo nodo."
 
-#: mod/admin.php:2336 mod/admin.php:2337 mod/settings.php:779
-msgid "Off"
-msgstr "Spento"
+#: mod/admin.php:1400
+msgid "OStatus support can only be enabled if threading is enabled."
+msgstr "Il supporto OStatus può essere abilitato solo se è abilitato il threading."
 
-#: mod/admin.php:2336 mod/admin.php:2337 mod/settings.php:779
-msgid "On"
-msgstr "Acceso"
+#: mod/admin.php:1402
+msgid ""
+"Diaspora support can't be enabled because Friendica was installed into a sub"
+" directory."
+msgstr "Il supporto a Diaspora non può essere abilitato perché Friendica è stato installato in una sotto directory."
 
-#: mod/admin.php:2337
-#, php-format
-msgid "Lock feature %s"
-msgstr "Blocca funzionalità %s"
+#: mod/admin.php:1403
+msgid "Enable Diaspora support"
+msgstr "Abilita il supporto a Diaspora"
 
-#: mod/admin.php:2345
-msgid "Manage Additional Features"
-msgstr "Gestisci Funzionalità Aggiuntive"
+#: mod/admin.php:1403
+msgid "Provide built-in Diaspora network compatibility."
+msgstr "Fornisce compatibilità con il network Diaspora."
 
-#: mod/babel.php:23
-msgid "Source (bbcode) text:"
-msgstr "Testo sorgente (bbcode):"
+#: mod/admin.php:1404
+msgid "Only allow Friendica contacts"
+msgstr "Permetti solo contatti Friendica"
 
-#: mod/babel.php:30
-msgid "Source (Diaspora) text to convert to BBcode:"
-msgstr "Testo sorgente (da Diaspora) da convertire in BBcode:"
+#: mod/admin.php:1404
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
+msgstr "Tutti i contatti devono usare il protocollo di Friendica. Tutti gli altri protocolli sono disabilitati."
 
-#: mod/babel.php:38
-msgid "Source input: "
-msgstr "Sorgente:"
+#: mod/admin.php:1405
+msgid "Verify SSL"
+msgstr "Verifica SSL"
 
-#: mod/babel.php:42
-msgid "bbcode (raw HTML(: "
-msgstr "bbcode (HTML grezzo):"
+#: mod/admin.php:1405
+msgid ""
+"If you wish, you can turn on strict certificate checking. This will mean you"
+" cannot connect (at all) to self-signed SSL sites."
+msgstr "Se vuoi, puoi abilitare il controllo rigoroso dei certificati.Questo significa che non potrai collegarti (del tutto) con siti con certificati SSL auto-firmati."
 
-#: mod/babel.php:45
-msgid "bbcode: "
-msgstr "bbcode: "
+#: mod/admin.php:1406
+msgid "Proxy user"
+msgstr "Utente Proxy"
 
-#: mod/babel.php:49 mod/babel.php:65
-msgid "bbcode => html2bbcode: "
-msgstr "bbcode => html2bbcode: "
+#: mod/admin.php:1407
+msgid "Proxy URL"
+msgstr "URL Proxy"
 
-#: mod/babel.php:53
-msgid "bb2diaspora: "
-msgstr "bb2diaspora: "
+#: mod/admin.php:1408
+msgid "Network timeout"
+msgstr "Timeout rete"
 
-#: mod/babel.php:57
-msgid "bb2diaspora => Markdown: "
-msgstr "bb2diaspora => Markdown: "
+#: mod/admin.php:1408
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "Valore in secondi. Imposta a 0 per illimitato (non raccomandato)."
 
-#: mod/babel.php:61
-msgid "bb2diaspora => diaspora2bb: "
-msgstr "bb2diaspora => diaspora2bb: "
+#: mod/admin.php:1409
+msgid "Maximum Load Average"
+msgstr "Massimo carico medio"
 
-#: mod/babel.php:71
-msgid "Source input (Diaspora format): "
-msgstr "Sorgente (formato Diaspora):"
+#: mod/admin.php:1409
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr "Massimo carico di sistema prima che i processi di invio e di poll siano ritardati. Predefinito a 50."
 
-#: mod/babel.php:75
-msgid "diaspora2bb: "
-msgstr "diaspora2bb: "
+#: mod/admin.php:1410
+msgid "Maximum Load Average (Frontend)"
+msgstr "Media Massimo Carico (Frontend)"
 
-#: mod/bookmarklet.php:21 src/Content/Nav.php:114 src/Module/Login.php:312
-msgid "Login"
-msgstr "Accedi"
+#: mod/admin.php:1410
+msgid "Maximum system load before the frontend quits service - default 50."
+msgstr "Massimo carico di sistema prima che il frontend fermi il servizio - default 50."
 
-#: mod/bookmarklet.php:49
-msgid "The post was created"
-msgstr "Il messaggio è stato creato"
+#: mod/admin.php:1411
+msgid "Minimal Memory"
+msgstr "Memoria Minima"
 
-#: mod/community.php:44
-msgid "Community option not available."
-msgstr "Opzione Comunità non disponibile"
+#: mod/admin.php:1411
+msgid ""
+"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
+"default 0 (deactivated)."
+msgstr "Minima memoria libera in MB per il worker. Necessita di avere accesso a /proc/meminfo - default 0 (disabilitato)."
 
-#: mod/community.php:61
-msgid "Not available."
-msgstr "Non disponibile."
+#: mod/admin.php:1412
+msgid "Maximum table size for optimization"
+msgstr "Dimensione massima della tabella per l'ottimizzazione"
 
-#: mod/community.php:74
-msgid "Local Community"
-msgstr "Comunità Locale"
+#: mod/admin.php:1412
+msgid ""
+"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
+"Enter -1 to disable it."
+msgstr "La dimensione massima (in MB) per l'ottimizzazione automatica - default 100 MB. Inserisci -1 per disabilitarlo."
 
-#: mod/community.php:77
-msgid "Posts from local users on this server"
-msgstr "Messaggi dagli utenti locali su questo sito"
+#: mod/admin.php:1413
+msgid "Minimum level of fragmentation"
+msgstr "Livello minimo di frammentazione"
 
-#: mod/community.php:85
-msgid "Global Community"
-msgstr "Comunità Globale"
+#: mod/admin.php:1413
+msgid ""
+"Minimum fragmenation level to start the automatic optimization - default "
+"value is 30%."
+msgstr "Livello minimo di frammentazione per iniziare la procedura di ottimizzazione automatica - il valore di default è 30%."
 
-#: mod/community.php:88
-msgid "Posts from users of the whole federated network"
-msgstr "Messaggi dagli utenti della rete federata"
+#: mod/admin.php:1415
+msgid "Periodical check of global contacts"
+msgstr "Check periodico dei contatti globali"
 
-#: mod/community.php:178
+#: mod/admin.php:1415
 msgid ""
-"This community stream shows all public posts received by this node. They may"
-" not reflect the opinions of this node’s users."
-msgstr "Questa pagina comunità mostra tutti i post pubblici ricevuti da questo nodo. Potrebbero non riflettere le opinioni degli utenti di questo nodo."
+"If enabled, the global contacts are checked periodically for missing or "
+"outdated data and the vitality of the contacts and servers."
+msgstr "Se abilitato, i contatti globali sono controllati periodicamente per verificare dati mancanti o sorpassati e la vitalità dei contatti e dei server."
 
-#: mod/directory.php:153 src/Model/Profile.php:421 src/Model/Profile.php:769
-msgid "Status:"
-msgstr "Stato:"
+#: mod/admin.php:1416
+msgid "Days between requery"
+msgstr "Giorni tra le richieste"
 
-#: mod/directory.php:154 src/Model/Profile.php:422 src/Model/Profile.php:786
-msgid "Homepage:"
-msgstr "Homepage:"
+#: mod/admin.php:1416
+msgid "Number of days after which a server is requeried for his contacts."
+msgstr "Numero di giorni dopo i quali al server vengono richiesti i suoi contatti."
 
-#: mod/directory.php:203 view/theme/vier/theme.php:201
-msgid "Global Directory"
-msgstr "Elenco globale"
+#: mod/admin.php:1417
+msgid "Discover contacts from other servers"
+msgstr "Trova contatti dagli altri server"
 
-#: mod/directory.php:205
-msgid "Find on this site"
-msgstr "Cerca nel sito"
+#: mod/admin.php:1417
+msgid ""
+"Periodically query other servers for contacts. You can choose between "
+"'users': the users on the remote system, 'Global Contacts': active contacts "
+"that are known on the system. The fallback is meant for Redmatrix servers "
+"and older friendica servers, where global contacts weren't available. The "
+"fallback increases the server load, so the recommened setting is 'Users, "
+"Global Contacts'."
+msgstr "Richiede periodicamente contatti agli altri server. Puoi scegliere tra 'utenti', gli utenti sul sistema remoto, o 'contatti globali', i contatti attivi che sono conosciuti dal sistema. Il fallback è pensato per i server Redmatrix e i vecchi server Friendica, dove i contatti globali non sono disponibili. Il fallback incrementa il carico di sistema, per cui l'impostazione consigliata è \"Utenti, Contatti Globali\"."
 
-#: mod/directory.php:207
-msgid "Results for:"
-msgstr "Risultati per:"
+#: mod/admin.php:1418
+msgid "Timeframe for fetching global contacts"
+msgstr "Termine per il recupero contatti globali"
 
-#: mod/directory.php:209
-msgid "Site Directory"
-msgstr "Elenco del sito"
+#: mod/admin.php:1418
+msgid ""
+"When the discovery is activated, this value defines the timeframe for the "
+"activity of the global contacts that are fetched from other servers."
+msgstr "Quando si attiva la scoperta, questo valore definisce il periodo di tempo per l'attività dei contatti globali che vengono prelevati da altri server."
 
-#: mod/directory.php:214
-msgid "No entries (some entries may be hidden)."
-msgstr "Nessuna voce (qualche voce potrebbe essere nascosta)."
+#: mod/admin.php:1419
+msgid "Search the local directory"
+msgstr "Cerca la directory locale"
 
-#: mod/editpost.php:27 mod/editpost.php:37
-msgid "Item not found"
-msgstr "Oggetto non trovato"
+#: mod/admin.php:1419
+msgid ""
+"Search the local directory instead of the global directory. When searching "
+"locally, every search will be executed on the global directory in the "
+"background. This improves the search results when the search is repeated."
+msgstr "Cerca nella directory locale invece che nella directory globale. Durante la ricerca a livello locale, ogni ricerca verrà eseguita sulla directory globale in background. Ciò migliora i risultati della ricerca quando la ricerca viene ripetuta."
 
-#: mod/editpost.php:44
-msgid "Edit post"
-msgstr "Modifica messaggio"
+#: mod/admin.php:1421
+msgid "Publish server information"
+msgstr "Pubblica informazioni server"
 
-#: mod/events.php:103 mod/events.php:105
-msgid "Event can not end before it has started."
-msgstr "Un evento non può finire prima di iniziare."
+#: mod/admin.php:1421
+msgid ""
+"If enabled, general server and usage data will be published. The data "
+"contains the name and version of the server, number of users with public "
+"profiles, number of posts and the activated protocols and connectors. See <a"
+" href='http://the-federation.info/'>the-federation.info</a> for details."
+msgstr "Se abilitata, saranno pubblicati i dati generali del server e i dati di utilizzo. I dati contengono il nome e la versione del server, il numero di utenti con profili pubblici, numero dei posti e dei protocolli e connettori attivati. Per informazioni, vedere <a href='http://the-federation.info/'> the-federation.info </a>."
 
-#: mod/events.php:112 mod/events.php:114
-msgid "Event title and start time are required."
-msgstr "Titolo e ora di inizio dell'evento sono richiesti."
+#: mod/admin.php:1423
+msgid "Check upstream version"
+msgstr "Controlla versione upstream"
 
-#: mod/events.php:394
-msgid "Create New Event"
-msgstr "Crea un nuovo evento"
+#: mod/admin.php:1423
+msgid ""
+"Enables checking for new Friendica versions at github. If there is a new "
+"version, you will be informed in the admin panel overview."
+msgstr "Abilita il controllo di nuove versioni di Friendica su Github. Se sono disponibili nuove versioni, ne sarai informato nel pannello Panoramica dell'amministrazione."
 
-#: mod/events.php:509
-msgid "Event details"
-msgstr "Dettagli dell'evento"
+#: mod/admin.php:1424
+msgid "Suppress Tags"
+msgstr "Sopprimi Tags"
 
-#: mod/events.php:510
-msgid "Starting date and Title are required."
-msgstr "La data di inizio e il titolo sono richiesti."
+#: mod/admin.php:1424
+msgid "Suppress showing a list of hashtags at the end of the posting."
+msgstr "Non mostra la lista di hashtag in coda al messaggio"
 
-#: mod/events.php:511 mod/events.php:512
-msgid "Event Starts:"
-msgstr "L'evento inizia:"
+#: mod/admin.php:1425
+msgid "Path to item cache"
+msgstr "Percorso cache elementi"
 
-#: mod/events.php:513 mod/events.php:529
-msgid "Finish date/time is not known or not relevant"
-msgstr "La data/ora di fine non è definita"
+#: mod/admin.php:1425
+msgid "The item caches buffers generated bbcode and external images."
+msgstr "La cache degli elementi memorizza il bbcode generato e le immagini esterne."
 
-#: mod/events.php:515 mod/events.php:516
-msgid "Event Finishes:"
-msgstr "L'evento finisce:"
+#: mod/admin.php:1426
+msgid "Cache duration in seconds"
+msgstr "Durata della cache in secondi"
 
-#: mod/events.php:517 mod/events.php:530
-msgid "Adjust for viewer timezone"
-msgstr "Visualizza con il fuso orario di chi legge"
+#: mod/admin.php:1426
+msgid ""
+"How long should the cache files be hold? Default value is 86400 seconds (One"
+" day). To disable the item cache, set the value to -1."
+msgstr "Quanto a lungo devono essere mantenuti i file di cache? Il valore predefinito è 86400 secondi (un giorno). Per disabilitare la cache, imposta il valore a -1."
 
-#: mod/events.php:519
-msgid "Description:"
-msgstr "Descrizione:"
+#: mod/admin.php:1427
+msgid "Maximum numbers of comments per post"
+msgstr "Numero massimo di commenti per post"
 
-#: mod/events.php:523 mod/events.php:525
-msgid "Title:"
-msgstr "Titolo:"
+#: mod/admin.php:1427
+msgid "How much comments should be shown for each post? Default value is 100."
+msgstr "Quanti commenti devono essere mostrati per ogni post? Default : 100."
 
-#: mod/events.php:526 mod/events.php:527
-msgid "Share this event"
-msgstr "Condividi questo evento"
+#: mod/admin.php:1428
+msgid "Temp path"
+msgstr "Percorso file temporanei"
 
-#: mod/events.php:534 src/Model/Profile.php:864
-msgid "Basic"
-msgstr "Base"
+#: mod/admin.php:1428
+msgid ""
+"If you have a restricted system where the webserver can't access the system "
+"temp path, enter another path here."
+msgstr "Se si dispone di un sistema ristretto in cui il server web non può accedere al percorso temporaneo di sistema, inserire un altro percorso qui."
 
-#: mod/events.php:556
-msgid "Failed to remove event"
-msgstr "Rimozione evento fallita."
+#: mod/admin.php:1429
+msgid "Base path to installation"
+msgstr "Percorso base all'installazione"
 
-#: mod/events.php:558
-msgid "Event removed"
-msgstr "Evento rimosso"
+#: mod/admin.php:1429
+msgid ""
+"If the system cannot detect the correct path to your installation, enter the"
+" correct path here. This setting should only be set if you are using a "
+"restricted system and symbolic links to your webroot."
+msgstr "Se il sistema non è in grado di rilevare il percorso corretto per l'installazione, immettere il percorso corretto qui. Questa impostazione deve essere inserita solo se si utilizza un sistema limitato e/o collegamenti simbolici al tuo webroot."
 
-#: mod/fsuggest.php:71
-msgid "Friend suggestion sent."
-msgstr "Suggerimento di amicizia inviato."
+#: mod/admin.php:1430
+msgid "Disable picture proxy"
+msgstr "Disabilita il proxy immagini"
 
-#: mod/fsuggest.php:102
-msgid "Suggest Friends"
-msgstr "Suggerisci amici"
+#: mod/admin.php:1430
+msgid ""
+"The picture proxy increases performance and privacy. It shouldn't be used on"
+" systems with very low bandwith."
+msgstr "Il proxy immagini aumenta le performance e la privacy. Non dovrebbe essere usato su server con poca banda disponibile."
 
-#: mod/fsuggest.php:104
-#, php-format
-msgid "Suggest a friend for %s"
-msgstr "Suggerisci un amico a %s"
+#: mod/admin.php:1431
+msgid "Only search in tags"
+msgstr "Cerca solo nei tag"
 
-#: mod/group.php:36
-msgid "Group created."
-msgstr "Gruppo creato."
+#: mod/admin.php:1431
+msgid "On large systems the text search can slow down the system extremely."
+msgstr "Su server con molti dati, la ricerca nel testo può estremamente rallentare il sistema."
 
-#: mod/group.php:42
-msgid "Could not create group."
-msgstr "Impossibile creare il gruppo."
+#: mod/admin.php:1433
+msgid "New base url"
+msgstr "Nuovo url base"
 
-#: mod/group.php:56 mod/group.php:158
-msgid "Group not found."
-msgstr "Gruppo non trovato."
+#: mod/admin.php:1433
+msgid ""
+"Change base url for this server. Sends relocate message to all Friendica and"
+" Diaspora* contacts of all users."
+msgstr "Cambia l'URL base di questo server. Invia il messaggio di trasloco a tutti i contatti Friendica e Diaspora* di tutti gli utenti."
 
-#: mod/group.php:70
-msgid "Group name changed."
-msgstr "Il nome del gruppo è cambiato."
+#: mod/admin.php:1435
+msgid "RINO Encryption"
+msgstr "Crittografia RINO"
 
-#: mod/group.php:97
-msgid "Save Group"
-msgstr "Salva gruppo"
+#: mod/admin.php:1435
+msgid "Encryption layer between nodes."
+msgstr "Crittografia delle comunicazioni tra nodi."
 
-#: mod/group.php:102
-msgid "Create a group of contacts/friends."
-msgstr "Crea un gruppo di amici/contatti."
+#: mod/admin.php:1435
+msgid "Enabled"
+msgstr ""
 
-#: mod/group.php:103 mod/group.php:200 src/Model/Group.php:409
-msgid "Group Name: "
-msgstr "Nome del gruppo:"
+#: mod/admin.php:1437
+msgid "Maximum number of parallel workers"
+msgstr "Massimo numero di lavori in parallelo"
 
-#: mod/group.php:127
-msgid "Group removed."
-msgstr "Gruppo rimosso."
+#: mod/admin.php:1437
+msgid ""
+"On shared hosters set this to 2. On larger systems, values of 10 are great. "
+"Default value is 4."
+msgstr "Su host condivisi imposta a 2. Su sistemi più grandi, valori fino a 10 vanno bene. Il valore di default è 4."
 
-#: mod/group.php:129
-msgid "Unable to remove group."
-msgstr "Impossibile rimuovere il gruppo."
+#: mod/admin.php:1438
+msgid "Don't use 'proc_open' with the worker"
+msgstr "Non usare 'proc_open' con il worker"
 
-#: mod/group.php:193
-msgid "Delete Group"
-msgstr "Elimina Gruppo"
+#: mod/admin.php:1438
+msgid ""
+"Enable this if your system doesn't allow the use of 'proc_open'. This can "
+"happen on shared hosters. If this is enabled you should increase the "
+"frequency of worker calls in your crontab."
+msgstr "Abilita se il tuo sistema non consente l'utilizzo di 'proc_open'. Può succedere con gli hosting condivisi. Se abiliti questa opzione, dovresti aumentare la frequenza delle chiamate al worker nel tuo crontab."
 
-#: mod/group.php:199
-msgid "Group Editor"
-msgstr "Modifica gruppo"
+#: mod/admin.php:1439
+msgid "Enable fastlane"
+msgstr "Abilita fastlane"
 
-#: mod/group.php:204
-msgid "Edit Group Name"
-msgstr "Modifica Nome Gruppo"
+#: mod/admin.php:1439
+msgid ""
+"When enabed, the fastlane mechanism starts an additional worker if processes"
+" with higher priority are blocked by processes of lower priority."
+msgstr "Quando abilitato, il meccanismo di fastlane avvia processi aggiuntivi se processi con priorità più alta sono bloccati da processi con priorità più bassa."
 
-#: mod/group.php:214
-msgid "Members"
-msgstr "Membri"
+#: mod/admin.php:1440
+msgid "Enable frontend worker"
+msgstr "Abilita worker da frontend"
 
-#: mod/group.php:217 mod/network.php:639
-msgid "Group is empty"
-msgstr "Il gruppo è vuoto"
+#: mod/admin.php:1440
+#, php-format
+msgid ""
+"When enabled the Worker process is triggered when backend access is "
+"performed \\x28e.g. messages being delivered\\x29. On smaller sites you "
+"might want to call %s/worker on a regular basis via an external cron job. "
+"You should only enable this option if you cannot utilize cron/scheduled jobs"
+" on your server."
+msgstr "Quando abilitato, il processo è avviato quando viene eseguito un accesso al backend (per esempio, quando un messaggio viene consegnato). Su siti più piccoli potresti voler chiamare %s/worker regolarmente attraverso un cron esterno. Dovresti abilitare questa opzione solo se non puoi impostare esecuzioni pianificate sul tuo server. "
 
-#: mod/group.php:230
-msgid "Remove Contact"
-msgstr "Rimuovi Contatto"
+#: mod/admin.php:1442
+msgid "Subscribe to relay"
+msgstr ""
 
-#: mod/group.php:254
-msgid "Add Contact"
-msgstr "Aggiungi Contatto"
+#: mod/admin.php:1442
+msgid ""
+"Enables the receiving of public posts from the relay. They will be included "
+"in the search, subscribed tags and on the global community page."
+msgstr ""
 
-#: mod/message.php:30 src/Content/Nav.php:198
-msgid "New Message"
-msgstr "Nuovo messaggio"
+#: mod/admin.php:1443
+msgid "Relay server"
+msgstr ""
 
-#: mod/message.php:77
-msgid "Unable to locate contact information."
-msgstr "Impossibile trovare le informazioni del contatto."
+#: mod/admin.php:1443
+msgid ""
+"Address of the relay server where public posts should be send to. For "
+"example https://relay.diasp.org"
+msgstr ""
 
-#: mod/message.php:112 view/theme/frio/theme.php:268 src/Content/Nav.php:195
-msgid "Messages"
-msgstr "Messaggi"
+#: mod/admin.php:1444
+msgid "Direct relay transfer"
+msgstr ""
 
-#: mod/message.php:136
-msgid "Do you really want to delete this message?"
-msgstr "Vuoi veramente cancellare questo messaggio?"
+#: mod/admin.php:1444
+msgid ""
+"Enables the direct transfer to other servers without using the relay servers"
+msgstr ""
 
-#: mod/message.php:156
-msgid "Message deleted."
-msgstr "Messaggio eliminato."
+#: mod/admin.php:1445
+msgid "Relay scope"
+msgstr ""
 
-#: mod/message.php:185
-msgid "Conversation removed."
-msgstr "Conversazione rimossa."
+#: mod/admin.php:1445
+msgid ""
+"Can be 'all' or 'tags'. 'all' means that every public post should be "
+"received. 'tags' means that only posts with selected tags should be "
+"received."
+msgstr ""
 
-#: mod/message.php:291
-msgid "No messages."
-msgstr "Nessun messaggio."
+#: mod/admin.php:1445
+msgid "all"
+msgstr ""
 
-#: mod/message.php:330
-msgid "Message not available."
-msgstr "Messaggio non disponibile."
+#: mod/admin.php:1445
+msgid "tags"
+msgstr ""
 
-#: mod/message.php:397
-msgid "Delete message"
-msgstr "Elimina il messaggio"
+#: mod/admin.php:1446
+msgid "Server tags"
+msgstr ""
 
-#: mod/message.php:399 mod/message.php:500
-msgid "D, d M Y - g:i A"
-msgstr "D d M Y - G:i"
+#: mod/admin.php:1446
+msgid "Comma separated list of tags for the 'tags' subscription."
+msgstr ""
 
-#: mod/message.php:414 mod/message.php:497
-msgid "Delete conversation"
-msgstr "Elimina la conversazione"
+#: mod/admin.php:1447
+msgid "Allow user tags"
+msgstr ""
 
-#: mod/message.php:416
+#: mod/admin.php:1447
 msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "Nessuna comunicazione sicura disponibile, <strong>Potresti</strong> essere in grado di rispondere dalla pagina del profilo del mittente."
+"If enabled, the tags from the saved searches will used for the 'tags' "
+"subscription in addition to the 'relay_server_tags'."
+msgstr ""
 
-#: mod/message.php:420
-msgid "Send Reply"
-msgstr "Invia la risposta"
+#: mod/admin.php:1475
+msgid "Update has been marked successful"
+msgstr "L'aggiornamento è stato segnato come  di successo"
 
-#: mod/message.php:471
+#: mod/admin.php:1482
 #, php-format
-msgid "Unknown sender - %s"
-msgstr "Mittente sconosciuto - %s"
+msgid "Database structure update %s was successfully applied."
+msgstr "Aggiornamento struttura database %s applicata con successo."
 
-#: mod/message.php:473
+#: mod/admin.php:1485
 #, php-format
-msgid "You and %s"
-msgstr "Tu e %s"
+msgid "Executing of database structure update %s failed with error: %s"
+msgstr "Aggiornamento struttura database %s fallita con errore: %s"
 
-#: mod/message.php:475
+#: mod/admin.php:1498
 #, php-format
-msgid "%s and You"
-msgstr "%s e Tu"
+msgid "Executing %s failed with error: %s"
+msgstr "Esecuzione di %s fallita con errore: %s"
 
-#: mod/message.php:503
+#: mod/admin.php:1500
 #, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] "%d messaggio"
-msgstr[1] "%d messaggi"
-
-#: mod/network.php:202 src/Model/Group.php:401
-msgid "add"
-msgstr "aggiungi"
+msgid "Update %s was successfully applied."
+msgstr "L'aggiornamento %s è stato applicato con successo"
 
-#: mod/network.php:547
+#: mod/admin.php:1503
 #, php-format
-msgid ""
-"Warning: This group contains %s member from a network that doesn't allow non"
-" public messages."
-msgid_plural ""
-"Warning: This group contains %s members from a network that doesn't allow "
-"non public messages."
-msgstr[0] "Attenzione: Questo gruppo contiene %s membro da una rete che non permette la ricezione di messaggi non pubblici."
-msgstr[1] "Attenzione: Questo gruppo contiene %s membri da reti che non permettono la ricezione di messaggi non pubblici."
-
-#: mod/network.php:550
-msgid "Messages in this group won't be send to these receivers."
-msgstr "I messaggi in questo gruppo non saranno inviati ai quei contatti."
-
-#: mod/network.php:618
-msgid "No such group"
-msgstr "Nessun gruppo"
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "L'aggiornamento %s non ha riportato uno stato. Non so se è andato a buon fine."
 
-#: mod/network.php:643
+#: mod/admin.php:1506
 #, php-format
-msgid "Group: %s"
-msgstr "Gruppo: %s"
-
-#: mod/network.php:669
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr "I messaggi privati a questa persona potrebbero risultare visibili anche pubblicamente."
-
-#: mod/network.php:672
-msgid "Invalid contact."
-msgstr "Contatto non valido."
-
-#: mod/network.php:921
-msgid "Commented Order"
-msgstr "Ordina per commento"
-
-#: mod/network.php:924
-msgid "Sort by Comment Date"
-msgstr "Ordina per data commento"
-
-#: mod/network.php:929
-msgid "Posted Order"
-msgstr "Ordina per invio"
+msgid "There was no additional update function %s that needed to be called."
+msgstr "Non ci sono altre funzioni di aggiornamento %s da richiamare."
 
-#: mod/network.php:932
-msgid "Sort by Post Date"
-msgstr "Ordina per data messaggio"
+#: mod/admin.php:1526
+msgid "No failed updates."
+msgstr "Nessun aggiornamento fallito."
 
-#: mod/network.php:943
-msgid "Posts that mention or involve you"
-msgstr "Messaggi che ti citano o coinvolgono"
+#: mod/admin.php:1527
+msgid "Check database structure"
+msgstr "Controlla struttura database"
 
-#: mod/network.php:951
-msgid "New"
-msgstr "Nuovo"
+#: mod/admin.php:1532
+msgid "Failed Updates"
+msgstr "Aggiornamenti falliti"
 
-#: mod/network.php:954
-msgid "Activity Stream - by date"
-msgstr "Activity Stream - per data"
+#: mod/admin.php:1533
+msgid ""
+"This does not include updates prior to 1139, which did not return a status."
+msgstr "Questo non include gli aggiornamenti prima del 1139, che non ritornano lo stato."
 
-#: mod/network.php:962
-msgid "Shared Links"
-msgstr "Links condivisi"
+#: mod/admin.php:1534
+msgid "Mark success (if update was manually applied)"
+msgstr "Segna completato (se l'update è stato applicato manualmente)"
 
-#: mod/network.php:965
-msgid "Interesting Links"
-msgstr "Link Interessanti"
+#: mod/admin.php:1535
+msgid "Attempt to execute this update step automatically"
+msgstr "Cerco di eseguire questo aggiornamento in automatico"
 
-#: mod/network.php:973
-msgid "Starred"
-msgstr "Preferiti"
+#: mod/admin.php:1574
+#, php-format
+msgid ""
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tthe administrator of %2$s has set up an account for you."
+msgstr "\nGentile %1$s,\n    l'amministratore di %2$s ha impostato un account per te."
 
-#: mod/network.php:976
-msgid "Favourite Posts"
-msgstr "Messaggi preferiti"
+#: mod/admin.php:1577
+#, php-format
+msgid ""
+"\n"
+"\t\t\tThe login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%1$s\n"
+"\t\t\tLogin Name:\t\t%2$s\n"
+"\t\t\tPassword:\t\t%3$s\n"
+"\n"
+"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
+"\t\t\tin.\n"
+"\n"
+"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
+"\n"
+"\t\t\tYou may also wish to add some basic information to your default profile\n"
+"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
+"\n"
+"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
+"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
+"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
+"\t\t\tthan that.\n"
+"\n"
+"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
+"\t\t\tIf you are new and do not know anybody here, they may help\n"
+"\t\t\tyou to make some new and interesting friends.\n"
+"\n"
+"\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n"
+"\n"
+"\t\t\tThank you and welcome to %4$s."
+msgstr ""
 
-#: mod/notes.php:53 src/Model/Profile.php:946
-msgid "Personal Notes"
-msgstr "Note personali"
+#: mod/admin.php:1611 src/Model/User.php:649
+#, php-format
+msgid "Registration details for %s"
+msgstr "Dettagli della registrazione di %s"
 
-#: mod/photos.php:108 src/Model/Profile.php:907
-msgid "Photo Albums"
-msgstr "Album foto"
+#: mod/admin.php:1621
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] "%s utente bloccato/sbloccato"
+msgstr[1] "%s utenti bloccati/sbloccati"
 
-#: mod/photos.php:109 mod/photos.php:1713
-msgid "Recent Photos"
-msgstr "Foto recenti"
+#: mod/admin.php:1627
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%s utente cancellato"
+msgstr[1] "%s utenti cancellati"
 
-#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715
-msgid "Upload New Photos"
-msgstr "Carica nuove foto"
+#: mod/admin.php:1674
+#, php-format
+msgid "User '%s' deleted"
+msgstr "Utente '%s' cancellato"
 
-#: mod/photos.php:126 mod/settings.php:49
-msgid "everybody"
-msgstr "tutti"
+#: mod/admin.php:1682
+#, php-format
+msgid "User '%s' unblocked"
+msgstr "Utente '%s' sbloccato"
 
-#: mod/photos.php:184
-msgid "Contact information unavailable"
-msgstr "I dati di questo contatto non sono disponibili"
+#: mod/admin.php:1682
+#, php-format
+msgid "User '%s' blocked"
+msgstr "Utente '%s' bloccato"
 
-#: mod/photos.php:204
-msgid "Album not found."
-msgstr "Album non trovato."
+#: mod/admin.php:1781 mod/admin.php:1793 mod/admin.php:1806 mod/admin.php:1824
+#: src/Content/ContactSelector.php:82
+msgid "Email"
+msgstr "Email"
 
-#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161
-msgid "Delete Album"
-msgstr "Rimuovi album"
+#: mod/admin.php:1781 mod/admin.php:1806
+msgid "Register date"
+msgstr "Data registrazione"
 
-#: mod/photos.php:243
-msgid "Do you really want to delete this photo album and all its photos?"
-msgstr "Vuoi davvero cancellare questo album e tutte le sue foto?"
+#: mod/admin.php:1781 mod/admin.php:1806
+msgid "Last login"
+msgstr "Ultimo accesso"
 
-#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446
-msgid "Delete Photo"
-msgstr "Rimuovi foto"
+#: mod/admin.php:1781 mod/admin.php:1806
+msgid "Last item"
+msgstr "Ultimo elemento"
 
-#: mod/photos.php:319
-msgid "Do you really want to delete this photo?"
-msgstr "Vuoi veramente cancellare questa foto?"
+#: mod/admin.php:1781 mod/settings.php:55
+msgid "Account"
+msgstr "Account"
 
-#: mod/photos.php:667
-msgid "a photo"
-msgstr "una foto"
+#: mod/admin.php:1789
+msgid "Add User"
+msgstr "Aggiungi utente"
 
-#: mod/photos.php:667
-#, php-format
-msgid "%1$s was tagged in %2$s by %3$s"
-msgstr "%1$s è stato taggato in %2$s da %3$s"
+#: mod/admin.php:1791
+msgid "User registrations waiting for confirm"
+msgstr "Richieste di registrazione in attesa di conferma"
 
-#: mod/photos.php:769
-msgid "Image upload didn't complete, please try again"
-msgstr "Caricamento dell'immagine non completato. Prova di nuovo."
+#: mod/admin.php:1792
+msgid "User waiting for permanent deletion"
+msgstr "Utente in attesa di cancellazione definitiva"
 
-#: mod/photos.php:772
-msgid "Image file is missing"
-msgstr "Il file dell'immagine è mancante"
+#: mod/admin.php:1793
+msgid "Request date"
+msgstr "Data richiesta"
 
-#: mod/photos.php:777
-msgid ""
-"Server can't accept new file upload at this time, please contact your "
-"administrator"
-msgstr "Il server non può accettare il caricamento di un nuovo file in questo momento, contattare l'amministratore"
+#: mod/admin.php:1794
+msgid "No registrations."
+msgstr "Nessuna registrazione."
 
-#: mod/photos.php:803
-msgid "Image file is empty."
-msgstr "Il file dell'immagine è vuoto."
+#: mod/admin.php:1795
+msgid "Note from the user"
+msgstr "Nota dall'utente"
 
-#: mod/photos.php:940
-msgid "No photos selected"
-msgstr "Nessuna foto selezionata"
+#: mod/admin.php:1797
+msgid "Deny"
+msgstr "Nega"
 
-#: mod/photos.php:1036 mod/videos.php:310
-msgid "Access to this item is restricted."
-msgstr "Questo oggetto non è visibile a tutti."
+#: mod/admin.php:1801
+msgid "Site admin"
+msgstr "Amministrazione sito"
 
-#: mod/photos.php:1090
-msgid "Upload Photos"
-msgstr "Carica foto"
+#: mod/admin.php:1802
+msgid "Account expired"
+msgstr "Account scaduto"
 
-#: mod/photos.php:1094 mod/photos.php:1156
-msgid "New album name: "
-msgstr "Nome nuovo album: "
+#: mod/admin.php:1805
+msgid "New User"
+msgstr "Nuovo Utente"
 
-#: mod/photos.php:1095
-msgid "or existing album name: "
-msgstr "o nome di un album esistente: "
+#: mod/admin.php:1806
+msgid "Deleted since"
+msgstr "Rimosso da"
 
-#: mod/photos.php:1096
-msgid "Do not show a status post for this upload"
-msgstr "Non creare un post per questo upload"
+#: mod/admin.php:1811
+msgid ""
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Gli utenti selezionati saranno cancellati!\\n\\nTutto quello che gli utenti hanno inviato su questo sito sarà permanentemente canellato!\\n\\nSei sicuro?"
 
-#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1233
-msgid "Show to Groups"
-msgstr "Mostra ai gruppi"
+#: mod/admin.php:1812
+msgid ""
+"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
+"site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "L'utente {0} sarà cancellato!\\n\\nTutto quello che ha inviato su questo sito sarà permanentemente cancellato!\\n\\nSei sicuro?"
 
-#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1234
-msgid "Show to Contacts"
-msgstr "Mostra ai contatti"
+#: mod/admin.php:1822
+msgid "Name of the new user."
+msgstr "Nome del nuovo utente."
 
-#: mod/photos.php:1167
-msgid "Edit Album"
-msgstr "Modifica album"
+#: mod/admin.php:1823
+msgid "Nickname"
+msgstr "Nome utente"
 
-#: mod/photos.php:1172
-msgid "Show Newest First"
-msgstr "Mostra nuove foto per prime"
+#: mod/admin.php:1823
+msgid "Nickname of the new user."
+msgstr "Nome utente del nuovo utente."
 
-#: mod/photos.php:1174
-msgid "Show Oldest First"
-msgstr "Mostra vecchie foto per prime"
+#: mod/admin.php:1824
+msgid "Email address of the new user."
+msgstr "Indirizzo Email del nuovo utente."
 
-#: mod/photos.php:1195 mod/photos.php:1698
-msgid "View Photo"
-msgstr "Vedi foto"
+#: mod/admin.php:1866
+#, php-format
+msgid "Addon %s disabled."
+msgstr "Addon %s disabilitato."
 
-#: mod/photos.php:1236
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Permesso negato. L'accesso a questo elemento può essere limitato."
+#: mod/admin.php:1870
+#, php-format
+msgid "Addon %s enabled."
+msgstr "Addon %s abilitato."
 
-#: mod/photos.php:1238
-msgid "Photo not available"
-msgstr "Foto non disponibile"
+#: mod/admin.php:1880 mod/admin.php:2129
+msgid "Disable"
+msgstr "Disabilita"
 
-#: mod/photos.php:1301
-msgid "View photo"
-msgstr "Vedi foto"
+#: mod/admin.php:1883 mod/admin.php:2132
+msgid "Enable"
+msgstr "Abilita"
 
-#: mod/photos.php:1301
-msgid "Edit photo"
-msgstr "Modifica foto"
+#: mod/admin.php:1905 mod/admin.php:2174
+msgid "Toggle"
+msgstr "Inverti"
+
+#: mod/admin.php:1913 mod/admin.php:2183
+msgid "Author: "
+msgstr "Autore: "
 
-#: mod/photos.php:1302
-msgid "Use as profile photo"
-msgstr "Usa come foto del profilo"
+#: mod/admin.php:1914 mod/admin.php:2184
+msgid "Maintainer: "
+msgstr "Manutentore: "
 
-#: mod/photos.php:1308 src/Object/Post.php:148
-msgid "Private Message"
-msgstr "Messaggio privato"
+#: mod/admin.php:1966
+msgid "Reload active addons"
+msgstr "Ricarica addon attivi."
 
-#: mod/photos.php:1327
-msgid "View Full Size"
-msgstr "Vedi dimensione intera"
+#: mod/admin.php:1971
+#, php-format
+msgid ""
+"There are currently no addons available on your node. You can find the "
+"official addon repository at %1$s and might find other interesting addons in"
+" the open addon registry at %2$s"
+msgstr "Non sono disponibili componenti aggiuntivi sul tuo nodo. Puoi trovare il repository ufficiale degli addon su %1$s e potresti trovare altri addon interessanti nell'open addon repository su %2$s"
 
-#: mod/photos.php:1414
-msgid "Tags: "
-msgstr "Tag: "
+#: mod/admin.php:2091
+msgid "No themes found."
+msgstr "Nessun tema trovato."
 
-#: mod/photos.php:1417
-msgid "[Remove any tag]"
-msgstr "[Rimuovi tutti i tag]"
+#: mod/admin.php:2165
+msgid "Screenshot"
+msgstr "Anteprima"
 
-#: mod/photos.php:1432
-msgid "New album name"
-msgstr "Nuovo nome dell'album"
+#: mod/admin.php:2219
+msgid "Reload active themes"
+msgstr "Ricarica i temi attivi"
 
-#: mod/photos.php:1433
-msgid "Caption"
-msgstr "Titolo"
+#: mod/admin.php:2224
+#, php-format
+msgid "No themes found on the system. They should be placed in %1$s"
+msgstr "Non sono stati trovati temi sul tuo sistema. Dovrebbero essere in %1$s"
 
-#: mod/photos.php:1434
-msgid "Add a Tag"
-msgstr "Aggiungi tag"
+#: mod/admin.php:2225
+msgid "[Experimental]"
+msgstr "[Sperimentale]"
 
-#: mod/photos.php:1434
-msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "Esempio: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+#: mod/admin.php:2226
+msgid "[Unsupported]"
+msgstr "[Non supportato]"
 
-#: mod/photos.php:1435
-msgid "Do not rotate"
-msgstr "Non ruotare"
+#: mod/admin.php:2250
+msgid "Log settings updated."
+msgstr "Impostazioni Log aggiornate."
 
-#: mod/photos.php:1436
-msgid "Rotate CW (right)"
-msgstr "Ruota a destra"
+#: mod/admin.php:2282
+msgid "PHP log currently enabled."
+msgstr "Log PHP abilitato."
 
-#: mod/photos.php:1437
-msgid "Rotate CCW (left)"
-msgstr "Ruota a sinistra"
+#: mod/admin.php:2284
+msgid "PHP log currently disabled."
+msgstr "Log PHP disabilitato"
 
-#: mod/photos.php:1471 src/Object/Post.php:295
-msgid "I like this (toggle)"
-msgstr "Mi piace (clic per cambiare)"
+#: mod/admin.php:2293
+msgid "Clear"
+msgstr "Pulisci"
 
-#: mod/photos.php:1472 src/Object/Post.php:296
-msgid "I don't like this (toggle)"
-msgstr "Non mi piace (clic per cambiare)"
+#: mod/admin.php:2297
+msgid "Enable Debugging"
+msgstr "Abilita Debugging"
 
-#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600
-#: src/Object/Post.php:785
-msgid "This is you"
-msgstr "Questo sei tu"
+#: mod/admin.php:2298
+msgid "Log file"
+msgstr "File di Log"
 
-#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602
-#: src/Object/Post.php:391 src/Object/Post.php:787
-msgid "Comment"
-msgstr "Commento"
+#: mod/admin.php:2298
+msgid ""
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
+msgstr "Il server web deve avere i permessi di scrittura. Relativo alla tua directory Friendica."
 
-#: mod/photos.php:1634
-msgid "Map"
-msgstr "Mappa"
+#: mod/admin.php:2299
+msgid "Log level"
+msgstr "Livello di Log"
 
-#: mod/photos.php:1704 mod/videos.php:388
-msgid "View Album"
-msgstr "Sfoglia l'album"
+#: mod/admin.php:2301
+msgid "PHP logging"
+msgstr "Log PHP"
 
-#: mod/profile.php:36 src/Model/Profile.php:118
-msgid "Requested profile is not available."
-msgstr "Profilo richiesto non disponibile."
+#: mod/admin.php:2302
+msgid ""
+"To enable logging of PHP errors and warnings you can add the following to "
+"the .htconfig.php file of your installation. The filename set in the "
+"'error_log' line is relative to the friendica top-level directory and must "
+"be writeable by the web server. The option '1' for 'log_errors' and "
+"'display_errors' is to enable these options, set to '0' to disable them."
+msgstr "Per abilitare il log degli errori e degli avvisi di PHP puoi aggiungere le seguenti righe al file .htconfig.php nella tua installazione. La posizione del file impostato in 'error_log' è relativa alla directory principale della tua installazione Friendica e il server web deve avere i permessi di scrittura sul file. Il valore '1' per 'log_errors' e 'display_errors' abilita le opzioni, imposta '0' per disabilitarle."
 
-#: mod/profile.php:77 src/Protocol/OStatus.php:1247
+#: mod/admin.php:2333
 #, php-format
-msgid "%s's posts"
-msgstr "il messaggio di %s"
+msgid ""
+"Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see "
+"if file %1$s exist and is readable."
+msgstr "Errore aprendo il file di log <strong>%1$s</strong>. Controlla che il file %1$s esista e sia leggibile."
 
-#: mod/profile.php:78 src/Protocol/OStatus.php:1248
+#: mod/admin.php:2337
 #, php-format
-msgid "%s's comments"
-msgstr "il commento di %s"
+msgid ""
+"Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file"
+" %1$s is readable."
+msgstr "Non posso aprire il file di log <strong>%1$s</strong> . Controlla che il file %1$s esista e sia leggibile."
+
+#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775
+msgid "Off"
+msgstr "Spento"
 
-#: mod/profile.php:79 src/Protocol/OStatus.php:1246
+#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775
+msgid "On"
+msgstr "Acceso"
+
+#: mod/admin.php:2429
 #, php-format
-msgid "%s's timeline"
-msgstr "la timeline di %s"
+msgid "Lock feature %s"
+msgstr "Blocca funzionalità %s"
 
-#: mod/profile.php:194
-msgid "Tips for New Members"
-msgstr "Consigli per i Nuovi Utenti"
+#: mod/admin.php:2437
+msgid "Manage Additional Features"
+msgstr "Gestisci Funzionalità Aggiuntive"
 
-#: mod/settings.php:71
+#: mod/settings.php:72
 msgid "Display"
 msgstr "Visualizzazione"
 
-#: mod/settings.php:78 mod/settings.php:845
+#: mod/settings.php:79 mod/settings.php:842
 msgid "Social Networks"
 msgstr "Social Networks"
 
-#: mod/settings.php:92 src/Content/Nav.php:204
+#: mod/settings.php:93 src/Content/Nav.php:204
 msgid "Delegations"
 msgstr "Delegazioni"
 
-#: mod/settings.php:99
+#: mod/settings.php:100
 msgid "Connected apps"
 msgstr "Applicazioni collegate"
 
-#: mod/settings.php:113
+#: mod/settings.php:114
 msgid "Remove account"
 msgstr "Rimuovi account"
 
-#: mod/settings.php:167
+#: mod/settings.php:168
 msgid "Missing some important data!"
 msgstr "Mancano alcuni dati importanti!"
 
-#: mod/settings.php:278
+#: mod/settings.php:279
 msgid "Failed to connect with email account using the settings provided."
 msgstr "Impossibile collegarsi all'account email con i parametri forniti."
 
-#: mod/settings.php:283
+#: mod/settings.php:284
 msgid "Email settings updated."
 msgstr "Impostazioni e-mail aggiornate."
 
-#: mod/settings.php:299
+#: mod/settings.php:300
 msgid "Features updated"
 msgstr "Funzionalità aggiornate"
 
-#: mod/settings.php:371
+#: mod/settings.php:372
 msgid "Relocate message has been send to your contacts"
 msgstr "Il messaggio di trasloco è stato inviato ai tuoi contatti"
 
-#: mod/settings.php:383 src/Model/User.php:312
+#: mod/settings.php:384 src/Model/User.php:325
 msgid "Passwords do not match. Password unchanged."
 msgstr "Le password non corrispondono. Password non cambiata."
 
-#: mod/settings.php:388
+#: mod/settings.php:389
 msgid "Empty passwords are not allowed. Password unchanged."
 msgstr "Le password non possono essere vuote. Password non cambiata."
 
-#: mod/settings.php:394
+#: mod/settings.php:394 src/Core/Console/NewPassword.php:78
+msgid ""
+"The new password has been exposed in a public data dump, please choose "
+"another."
+msgstr ""
+
+#: mod/settings.php:400
 msgid "Wrong password."
 msgstr "Password sbagliata."
 
-#: mod/settings.php:401
+#: mod/settings.php:407 src/Core/Console/NewPassword.php:85
 msgid "Password changed."
 msgstr "Password cambiata."
 
-#: mod/settings.php:403
+#: mod/settings.php:409 src/Core/Console/NewPassword.php:82
 msgid "Password update failed. Please try again."
 msgstr "Aggiornamento password fallito. Prova ancora."
 
-#: mod/settings.php:493
+#: mod/settings.php:496
 msgid " Please use a shorter name."
 msgstr " Usa un nome più corto."
 
-#: mod/settings.php:496
+#: mod/settings.php:499
 msgid " Name too short."
 msgstr " Nome troppo corto."
 
-#: mod/settings.php:504
+#: mod/settings.php:507
 msgid "Wrong Password"
 msgstr "Password Sbagliata"
 
-#: mod/settings.php:509
+#: mod/settings.php:512
 msgid "Invalid email."
 msgstr "Email non valida."
 
-#: mod/settings.php:516
+#: mod/settings.php:519
 msgid "Cannot change to that email."
 msgstr "Non puoi usare quella email."
 
-#: mod/settings.php:569
+#: mod/settings.php:572
 msgid "Private forum has no privacy permissions. Using default privacy group."
 msgstr "Il forum privato non ha permessi di privacy. Uso il gruppo di privacy predefinito."
 
-#: mod/settings.php:572
+#: mod/settings.php:575
 msgid "Private forum has no privacy permissions and no default privacy group."
 msgstr "Il gruppo privato non ha permessi di privacy e nessun gruppo di privacy predefinito."
 
-#: mod/settings.php:612
+#: mod/settings.php:615
 msgid "Settings updated."
 msgstr "Impostazioni aggiornate."
 
-#: mod/settings.php:678 mod/settings.php:704 mod/settings.php:740
+#: mod/settings.php:674 mod/settings.php:700 mod/settings.php:736
 msgid "Add application"
 msgstr "Aggiungi applicazione"
 
-#: mod/settings.php:682 mod/settings.php:708
+#: mod/settings.php:678 mod/settings.php:704
 msgid "Consumer Key"
 msgstr "Consumer Key"
 
-#: mod/settings.php:683 mod/settings.php:709
+#: mod/settings.php:679 mod/settings.php:705
 msgid "Consumer Secret"
 msgstr "Consumer Secret"
 
-#: mod/settings.php:684 mod/settings.php:710
+#: mod/settings.php:680 mod/settings.php:706
 msgid "Redirect"
 msgstr "Redirect"
 
-#: mod/settings.php:685 mod/settings.php:711
+#: mod/settings.php:681 mod/settings.php:707
 msgid "Icon url"
 msgstr "Url icona"
 
-#: mod/settings.php:696
+#: mod/settings.php:692
 msgid "You can't edit this application."
 msgstr "Non puoi modificare questa applicazione."
 
-#: mod/settings.php:739
+#: mod/settings.php:735
 msgid "Connected Apps"
 msgstr "Applicazioni Collegate"
 
-#: mod/settings.php:741 src/Object/Post.php:154 src/Object/Post.php:156
+#: mod/settings.php:737 src/Object/Post.php:155 src/Object/Post.php:157
 msgid "Edit"
 msgstr "Modifica"
 
-#: mod/settings.php:743
+#: mod/settings.php:739
 msgid "Client key starts with"
 msgstr "Chiave del client inizia con"
 
-#: mod/settings.php:744
+#: mod/settings.php:740
 msgid "No name"
 msgstr "Nessun nome"
 
-#: mod/settings.php:745
+#: mod/settings.php:741
 msgid "Remove authorization"
 msgstr "Rimuovi l'autorizzazione"
 
-#: mod/settings.php:756
+#: mod/settings.php:752
 msgid "No Addon settings configured"
 msgstr "Nessun addon ha impostazioni modificabili"
 
-#: mod/settings.php:765
+#: mod/settings.php:761
 msgid "Addon Settings"
 msgstr "Impostazioni Addon"
 
-#: mod/settings.php:786
+#: mod/settings.php:782
 msgid "Additional Features"
 msgstr "Funzionalità aggiuntive"
 
-#: mod/settings.php:808 src/Content/ContactSelector.php:83
+#: mod/settings.php:805 src/Content/ContactSelector.php:83
 msgid "Diaspora"
 msgstr "Diaspora"
 
-#: mod/settings.php:808 mod/settings.php:809
+#: mod/settings.php:805 mod/settings.php:806
 msgid "enabled"
 msgstr "abilitato"
 
-#: mod/settings.php:808 mod/settings.php:809
+#: mod/settings.php:805 mod/settings.php:806
 msgid "disabled"
 msgstr "disabilitato"
 
-#: mod/settings.php:808 mod/settings.php:809
+#: mod/settings.php:805 mod/settings.php:806
 #, php-format
 msgid "Built-in support for %s connectivity is %s"
 msgstr "Il supporto integrato per la connettività con %s è %s"
 
-#: mod/settings.php:809
+#: mod/settings.php:806
 msgid "GNU Social (OStatus)"
 msgstr "GNU Social (OStatus)"
 
-#: mod/settings.php:840
+#: mod/settings.php:837
 msgid "Email access is disabled on this site."
 msgstr "L'accesso email è disabilitato su questo sito."
 
-#: mod/settings.php:850
+#: mod/settings.php:847
 msgid "General Social Media Settings"
 msgstr "Impostazioni Media Sociali"
 
-#: mod/settings.php:851
+#: mod/settings.php:848
+msgid "Disable Content Warning"
+msgstr ""
+
+#: mod/settings.php:848
+msgid ""
+"Users on networks like Mastodon or Pleroma are able to set a content warning"
+" field which collapse their post by default. This disables the automatic "
+"collapsing and sets the content warning as the post title. Doesn't affect "
+"any other content filtering you eventually set up."
+msgstr ""
+
+#: mod/settings.php:849
 msgid "Disable intelligent shortening"
 msgstr "Disabilita accorciamento intelligente"
 
-#: mod/settings.php:851
+#: mod/settings.php:849
 msgid ""
 "Normally the system tries to find the best link to add to shortened posts. "
 "If this option is enabled then every shortened post will always point to the"
 " original friendica post."
 msgstr "Normalmente il sistema tenta di trovare il migliore link da aggiungere a un post accorciato. Se questa opzione è abilitata, ogni post accorciato conterrà sempre un link al post originale su Friendica."
 
-#: mod/settings.php:852
+#: mod/settings.php:850
 msgid "Automatically follow any GNU Social (OStatus) followers/mentioners"
 msgstr "Segui automaticamente chiunque da GNU Social (OStatus)  ti segua o ti menzioni"
 
-#: mod/settings.php:852
+#: mod/settings.php:850
 msgid ""
 "If you receive a message from an unknown OStatus user, this option decides "
 "what to do. If it is checked, a new contact will be created for every "
 "unknown user."
 msgstr "Se ricevi un messaggio da un utente OStatus sconosciuto, questa opzione decide cosa fare. Se selezionato, un nuovo contatto verrà creato per ogni utente sconosciuto."
 
-#: mod/settings.php:853
+#: mod/settings.php:851
 msgid "Default group for OStatus contacts"
 msgstr "Gruppo di default per i contatti OStatus"
 
-#: mod/settings.php:854
+#: mod/settings.php:852
 msgid "Your legacy GNU Social account"
 msgstr "Il tuo vecchio account GNU Social"
 
-#: mod/settings.php:854
+#: mod/settings.php:852
 msgid ""
 "If you enter your old GNU Social/Statusnet account name here (in the format "
 "user@domain.tld), your contacts will be added automatically. The field will "
 "be emptied when done."
 msgstr "Se inserisci il nome del tuo vecchio account GNU Social/Statusnet qui (nel formato utente@dominio.tld), i tuoi contatti verranno automaticamente aggiunti. Il campo verrà svuotato una volta terminato."
 
-#: mod/settings.php:857
+#: mod/settings.php:855
 msgid "Repair OStatus subscriptions"
 msgstr "Ripara le iscrizioni OStatus"
 
-#: mod/settings.php:861
+#: mod/settings.php:859
 msgid "Email/Mailbox Setup"
 msgstr "Impostazioni email"
 
-#: mod/settings.php:862
+#: mod/settings.php:860
 msgid ""
 "If you wish to communicate with email contacts using this service "
 "(optional), please specify how to connect to your mailbox."
 msgstr "Se vuoi comunicare con i contatti email usando questo servizio, specifica come collegarti alla tua casella di posta. (opzionale)"
 
-#: mod/settings.php:863
+#: mod/settings.php:861
 msgid "Last successful email check:"
 msgstr "Ultimo controllo email eseguito con successo:"
 
-#: mod/settings.php:865
+#: mod/settings.php:863
 msgid "IMAP server name:"
 msgstr "Nome server IMAP:"
 
-#: mod/settings.php:866
+#: mod/settings.php:864
 msgid "IMAP port:"
 msgstr "Porta IMAP:"
 
-#: mod/settings.php:867
+#: mod/settings.php:865
 msgid "Security:"
 msgstr "Sicurezza:"
 
-#: mod/settings.php:867 mod/settings.php:872
+#: mod/settings.php:865 mod/settings.php:870
 msgid "None"
 msgstr "Nessuna"
 
-#: mod/settings.php:868
+#: mod/settings.php:866
 msgid "Email login name:"
 msgstr "Nome utente email:"
 
-#: mod/settings.php:869
+#: mod/settings.php:867
 msgid "Email password:"
 msgstr "Password email:"
 
-#: mod/settings.php:870
+#: mod/settings.php:868
 msgid "Reply-to address:"
 msgstr "Indirizzo di risposta:"
 
-#: mod/settings.php:871
+#: mod/settings.php:869
 msgid "Send public posts to all email contacts:"
 msgstr "Invia i messaggi pubblici ai contatti email:"
 
-#: mod/settings.php:872
+#: mod/settings.php:870
 msgid "Action after import:"
 msgstr "Azione post importazione:"
 
-#: mod/settings.php:872 src/Content/Nav.php:191
+#: mod/settings.php:870 src/Content/Nav.php:191
 msgid "Mark as seen"
 msgstr "Segna come letto"
 
-#: mod/settings.php:872
+#: mod/settings.php:870
 msgid "Move to folder"
 msgstr "Sposta nella cartella"
 
-#: mod/settings.php:873
+#: mod/settings.php:871
 msgid "Move to folder:"
 msgstr "Sposta nella cartella:"
 
-#: mod/settings.php:916
+#: mod/settings.php:914
 #, php-format
 msgid "%s - (Unsupported)"
 msgstr "%s - (Non supportato)"
 
-#: mod/settings.php:918
+#: mod/settings.php:916
 #, php-format
 msgid "%s - (Experimental)"
 msgstr "%s - (Sperimentale)"
 
-#: mod/settings.php:961
+#: mod/settings.php:959
 msgid "Display Settings"
 msgstr "Impostazioni Grafiche"
 
-#: mod/settings.php:967 mod/settings.php:991
+#: mod/settings.php:965 mod/settings.php:989
 msgid "Display Theme:"
 msgstr "Tema:"
 
-#: mod/settings.php:968
+#: mod/settings.php:966
 msgid "Mobile Theme:"
 msgstr "Tema mobile:"
 
-#: mod/settings.php:969
+#: mod/settings.php:967
 msgid "Suppress warning of insecure networks"
 msgstr "Sopprimi avvisi reti insicure"
 
-#: mod/settings.php:969
+#: mod/settings.php:967
 msgid ""
 "Should the system suppress the warning that the current group contains "
 "members of networks that can't receive non public postings."
 msgstr "Il sistema sopprimerà l'avviso che il gruppo selezionato contiene membri di reti che non possono ricevere post non pubblici."
 
-#: mod/settings.php:970
+#: mod/settings.php:968
 msgid "Update browser every xx seconds"
 msgstr "Aggiorna il browser ogni x secondi"
 
-#: mod/settings.php:970
+#: mod/settings.php:968
 msgid "Minimum of 10 seconds. Enter -1 to disable it."
 msgstr "Minimo 10 secondi. Inserisci -1 per disabilitarlo"
 
-#: mod/settings.php:971
+#: mod/settings.php:969
 msgid "Number of items to display per page:"
 msgstr "Numero di elementi da mostrare per pagina:"
 
-#: mod/settings.php:971 mod/settings.php:972
+#: mod/settings.php:969 mod/settings.php:970
 msgid "Maximum of 100 items"
 msgstr "Massimo 100 voci"
 
-#: mod/settings.php:972
+#: mod/settings.php:970
 msgid "Number of items to display per page when viewed from mobile device:"
 msgstr "Numero di voci da visualizzare per pagina quando si utilizza un dispositivo mobile:"
 
-#: mod/settings.php:973
+#: mod/settings.php:971
 msgid "Don't show emoticons"
 msgstr "Non mostrare le emoticons"
 
-#: mod/settings.php:974
+#: mod/settings.php:972
 msgid "Calendar"
 msgstr "Calendario"
 
-#: mod/settings.php:975
+#: mod/settings.php:973
 msgid "Beginning of week:"
 msgstr "Inizio della settimana:"
 
-#: mod/settings.php:976
+#: mod/settings.php:974
 msgid "Don't show notices"
 msgstr "Non mostrare gli avvisi"
 
-#: mod/settings.php:977
+#: mod/settings.php:975
 msgid "Infinite scroll"
 msgstr "Scroll infinito"
 
-#: mod/settings.php:978
+#: mod/settings.php:976
 msgid "Automatic updates only at the top of the network page"
 msgstr "Aggiornamenti automatici solo in cima alla pagina \"rete\""
 
-#: mod/settings.php:978
+#: mod/settings.php:976
 msgid ""
 "When disabled, the network page is updated all the time, which could be "
 "confusing while reading."
 msgstr "Quando disabilitato, la pagina \"rete\" è aggiornata continuamente, cosa che può confondere durante la lettura."
 
-#: mod/settings.php:979
+#: mod/settings.php:977
 msgid "Bandwith Saver Mode"
 msgstr "Modalità Salva Banda"
 
-#: mod/settings.php:979
+#: mod/settings.php:977
 msgid ""
 "When enabled, embedded content is not displayed on automatic updates, they "
 "only show on page reload."
 msgstr "Quando abilitato, il contenuto embeddato non è mostrato quando la pagina si aggiorna automaticamente, ma solo quando la pagina viene ricaricata."
 
-#: mod/settings.php:980
+#: mod/settings.php:978
 msgid "Smart Threading"
 msgstr "Smart Threading"
 
-#: mod/settings.php:980
+#: mod/settings.php:978
 msgid ""
 "When enabled, suppress extraneous thread indentation while keeping it where "
 "it matters. Only works if threading is available and enabled."
 msgstr "Quando è abilitato, rimuove i rientri eccessivi nella visualizzazione delle discussioni, mantenendoli dove sono importanti. Funziona solo se le conversazioni a thread sono disponibili e abilitate."
 
-#: mod/settings.php:982
+#: mod/settings.php:980
 msgid "General Theme Settings"
 msgstr "Opzioni Generali Tema"
 
-#: mod/settings.php:983
+#: mod/settings.php:981
 msgid "Custom Theme Settings"
 msgstr "Opzioni Personalizzate Tema"
 
-#: mod/settings.php:984
+#: mod/settings.php:982
 msgid "Content Settings"
 msgstr "Opzioni Contenuto"
 
-#: mod/settings.php:985 view/theme/duepuntozero/config.php:73
+#: mod/settings.php:983 view/theme/duepuntozero/config.php:73
 #: view/theme/frio/config.php:115 view/theme/quattro/config.php:75
 #: view/theme/vier/config.php:121
 msgid "Theme settings"
 msgstr "Impostazioni tema"
 
-#: mod/settings.php:1006
+#: mod/settings.php:1002
 msgid "Unable to find your profile. Please contact your admin."
 msgstr "Impossibile trovare il tuo profilo. Contatta il tuo amministratore."
 
-#: mod/settings.php:1048
+#: mod/settings.php:1044
 msgid "Account Types"
 msgstr "Tipi di Account"
 
-#: mod/settings.php:1049
+#: mod/settings.php:1045
 msgid "Personal Page Subtypes"
 msgstr "Sottotipi di Pagine Personali"
 
-#: mod/settings.php:1050
+#: mod/settings.php:1046
 msgid "Community Forum Subtypes"
 msgstr "Sottotipi di Community Forum"
 
-#: mod/settings.php:1057
+#: mod/settings.php:1053
 msgid "Personal Page"
 msgstr "Pagina Personale"
 
-#: mod/settings.php:1058
+#: mod/settings.php:1054
 msgid "Account for a personal profile."
 msgstr "Account per profilo personale."
 
-#: mod/settings.php:1061
+#: mod/settings.php:1057
 msgid "Organisation Page"
 msgstr "Pagina Organizzazione"
 
-#: mod/settings.php:1062
+#: mod/settings.php:1058
 msgid ""
 "Account for an organisation that automatically approves contact requests as "
 "\"Followers\"."
 msgstr "Account per un'organizzazione, che automaticamente approva le richieste di contatto come \"Follower\"."
 
-#: mod/settings.php:1065
+#: mod/settings.php:1061
 msgid "News Page"
 msgstr "Pagina Notizie"
 
-#: mod/settings.php:1066
+#: mod/settings.php:1062
 msgid ""
 "Account for a news reflector that automatically approves contact requests as"
 " \"Followers\"."
 msgstr "Account per notizie, che automaticamente approva le richieste di contatto come \"Follower\""
 
-#: mod/settings.php:1069
+#: mod/settings.php:1065
 msgid "Community Forum"
 msgstr "Community Forum"
 
-#: mod/settings.php:1070
+#: mod/settings.php:1066
 msgid "Account for community discussions."
 msgstr "Account per discussioni comunitarie."
 
-#: mod/settings.php:1073
+#: mod/settings.php:1069
 msgid "Normal Account Page"
 msgstr "Pagina Account Normale"
 
-#: mod/settings.php:1074
+#: mod/settings.php:1070
 msgid ""
 "Account for a regular personal profile that requires manual approval of "
 "\"Friends\" and \"Followers\"."
 msgstr "Account per un profilo personale, che richiede l'approvazione delle richieste di contatto come \"Amico\" o \"Follower\"."
 
-#: mod/settings.php:1077
+#: mod/settings.php:1073
 msgid "Soapbox Page"
 msgstr "Pagina Sandbox"
 
-#: mod/settings.php:1078
+#: mod/settings.php:1074
 msgid ""
 "Account for a public profile that automatically approves contact requests as"
 " \"Followers\"."
 msgstr "Account per un profilo publico, che automaticamente approva le richieste di contatto come \"Follower\"."
 
-#: mod/settings.php:1081
+#: mod/settings.php:1077
 msgid "Public Forum"
 msgstr "Forum Pubblico"
 
-#: mod/settings.php:1082
+#: mod/settings.php:1078
 msgid "Automatically approves all contact requests."
 msgstr "Approva automaticamente tutte le richieste di contatto."
 
-#: mod/settings.php:1085
+#: mod/settings.php:1081
 msgid "Automatic Friend Page"
 msgstr "Pagina con amicizia automatica"
 
-#: mod/settings.php:1086
+#: mod/settings.php:1082
 msgid ""
 "Account for a popular profile that automatically approves contact requests "
 "as \"Friends\"."
 msgstr "Account per un profilo popolare, che automaticamente approva le richieste di contatto come \"Amici\"."
 
-#: mod/settings.php:1089
+#: mod/settings.php:1085
 msgid "Private Forum [Experimental]"
 msgstr "Forum privato [sperimentale]"
 
-#: mod/settings.php:1090
+#: mod/settings.php:1086
 msgid "Requires manual approval of contact requests."
 msgstr "Richiede l'approvazione manuale delle richieste di contatto."
 
-#: mod/settings.php:1101
+#: mod/settings.php:1097
 msgid "OpenID:"
 msgstr "OpenID:"
 
-#: mod/settings.php:1101
+#: mod/settings.php:1097
 msgid "(Optional) Allow this OpenID to login to this account."
 msgstr "(Opzionale) Consente di loggarti in questo account con questo OpenID"
 
-#: mod/settings.php:1109
+#: mod/settings.php:1105
 msgid "Publish your default profile in your local site directory?"
 msgstr "Pubblica il tuo profilo predefinito nell'elenco locale del sito"
 
-#: mod/settings.php:1109
+#: mod/settings.php:1105
 #, php-format
 msgid ""
 "Your profile will be published in the global friendica directories (e.g. <a "
 "href=\"%s\">%s</a>). Your profile will be visible in public."
 msgstr "Il tuo profilo sarà pubblicato nella directory globale di friendica (p.e. <a href=\"%s\">%s</a>). Il tuo profilo sarà visibile pubblicamente."
 
-#: mod/settings.php:1115
+#: mod/settings.php:1111
 msgid "Publish your default profile in the global social directory?"
 msgstr "Pubblica il tuo profilo predefinito nell'elenco sociale globale"
 
-#: mod/settings.php:1115
+#: mod/settings.php:1111
 #, php-format
 msgid ""
 "Your profile will be published in this node's <a href=\"%s\">local "
@@ -7139,583 +7285,339 @@ msgid ""
 " system settings."
 msgstr "Il tuo profilo verrà pubblicato nella <a href=\"%s\">directory locale</a> di questo nodo. I dettagli del tuo profilo potrebbero essere visibili pubblicamente a seconda delle impostazioni di sistema."
 
-#: mod/settings.php:1122
+#: mod/settings.php:1118
 msgid "Hide your contact/friend list from viewers of your default profile?"
 msgstr "Nascondi la lista dei tuoi contatti/amici dai visitatori del tuo profilo predefinito"
 
-#: mod/settings.php:1122
+#: mod/settings.php:1118
 msgid ""
 "Your contact list won't be shown in your default profile page. You can "
 "decide to show your contact list separately for each additional profile you "
 "create"
 msgstr "La tua lista di contatti non sarà mostrata nella tua pagina profilo di default. Puoi decidere di mostrare la tua lista contatti separatamente per ogni profilo in più che crei."
 
-#: mod/settings.php:1126
+#: mod/settings.php:1122
 msgid "Hide your profile details from anonymous viewers?"
 msgstr "Nascondi i dettagli del tuo profilo ai visitatori anonimi?"
 
-#: mod/settings.php:1126
+#: mod/settings.php:1122
 msgid ""
 "Anonymous visitors will only see your profile picture, your display name and"
 " the nickname you are using on your profile page. Disables posting public "
 "messages to Diaspora and other networks."
 msgstr "I visitatori anonimi vedranno nella tua pagina profilo solo la tua foto del profilo, il tuo nome e il nome utente che stai usando. Disabilita l'invio di messaggi pubblici verso Diaspora e altre reti."
 
-#: mod/settings.php:1130
+#: mod/settings.php:1126
 msgid "Allow friends to post to your profile page?"
 msgstr "Permetti agli amici di scrivere sulla tua pagina profilo?"
 
-#: mod/settings.php:1130
+#: mod/settings.php:1126
 msgid ""
 "Your contacts may write posts on your profile wall. These posts will be "
 "distributed to your contacts"
 msgstr "I tuoi contatti possono scrivere messaggi sulla tua pagina di profilo. Questi messaggi saranno distribuiti a tutti i tuoi contatti."
 
-#: mod/settings.php:1134
+#: mod/settings.php:1130
 msgid "Allow friends to tag your posts?"
 msgstr "Permetti agli amici di aggiungere tag  ai tuoi messaggi?"
 
-#: mod/settings.php:1134
+#: mod/settings.php:1130
 msgid "Your contacts can add additional tags to your posts."
 msgstr "I tuoi contatti possono aggiungere tag aggiuntivi ai tuoi messaggi."
 
-#: mod/settings.php:1138
+#: mod/settings.php:1134
 msgid "Allow us to suggest you as a potential friend to new members?"
 msgstr "Ci permetti di suggerirti come potenziale amico ai nuovi membri?"
 
-#: mod/settings.php:1138
+#: mod/settings.php:1134
 msgid ""
 "If you like, Friendica may suggest new members to add you as a contact."
 msgstr "Se vuoi, Friendica può suggerire ai nuovi utenti di aggiungerti come contatto."
 
-#: mod/settings.php:1142
+#: mod/settings.php:1138
 msgid "Permit unknown people to send you private mail?"
 msgstr "Permetti a utenti sconosciuti di inviarti messaggi privati?"
 
-#: mod/settings.php:1142
+#: mod/settings.php:1138
 msgid ""
 "Friendica network users may send you private messages even if they are not "
 "in your contact list."
 msgstr "Gli utenti sulla rete Friendica possono inviarti messaggi privati anche se non sono nella tua lista di contatti."
 
-#: mod/settings.php:1146
+#: mod/settings.php:1142
 msgid "Profile is <strong>not published</strong>."
 msgstr "Il profilo <strong>non è pubblicato</strong>."
 
-#: mod/settings.php:1152
+#: mod/settings.php:1148
 #, php-format
 msgid "Your Identity Address is <strong>'%s'</strong> or '%s'."
 msgstr "L'indirizzo della tua identità è <strong>'%s'</strong> or '%s'."
 
-#: mod/settings.php:1159
+#: mod/settings.php:1155
 msgid "Automatically expire posts after this many days:"
 msgstr "Fai scadere i post automaticamente dopo x giorni:"
 
-#: mod/settings.php:1159
+#: mod/settings.php:1155
 msgid "If empty, posts will not expire. Expired posts will be deleted"
 msgstr "Se lasciato vuoto, i messaggi non verranno cancellati."
 
-#: mod/settings.php:1160
+#: mod/settings.php:1156
 msgid "Advanced expiration settings"
 msgstr "Impostazioni avanzate di scadenza"
 
-#: mod/settings.php:1161
+#: mod/settings.php:1157
 msgid "Advanced Expiration"
 msgstr "Scadenza avanzata"
 
-#: mod/settings.php:1162
+#: mod/settings.php:1158
 msgid "Expire posts:"
 msgstr "Fai scadere i post:"
 
-#: mod/settings.php:1163
+#: mod/settings.php:1159
 msgid "Expire personal notes:"
 msgstr "Fai scadere le Note personali:"
 
-#: mod/settings.php:1164
+#: mod/settings.php:1160
 msgid "Expire starred posts:"
 msgstr "Fai scadere i post Speciali:"
 
-#: mod/settings.php:1165
+#: mod/settings.php:1161
 msgid "Expire photos:"
 msgstr "Fai scadere le foto:"
 
-#: mod/settings.php:1166
+#: mod/settings.php:1162
 msgid "Only expire posts by others:"
 msgstr "Fai scadere solo i post degli altri:"
 
-#: mod/settings.php:1196
+#: mod/settings.php:1192
 msgid "Account Settings"
 msgstr "Impostazioni account"
 
-#: mod/settings.php:1204
+#: mod/settings.php:1200
 msgid "Password Settings"
 msgstr "Impostazioni password"
 
-#: mod/settings.php:1206
+#: mod/settings.php:1202
 msgid "Leave password fields blank unless changing"
 msgstr "Lascia questi campi in bianco per non effettuare variazioni alla password"
 
-#: mod/settings.php:1207
+#: mod/settings.php:1203
 msgid "Current Password:"
 msgstr "Password Attuale:"
 
-#: mod/settings.php:1207 mod/settings.php:1208
+#: mod/settings.php:1203 mod/settings.php:1204
 msgid "Your current password to confirm the changes"
 msgstr "La tua password attuale per confermare le modifiche"
 
-#: mod/settings.php:1208
+#: mod/settings.php:1204
 msgid "Password:"
 msgstr "Password:"
 
-#: mod/settings.php:1212
+#: mod/settings.php:1208
 msgid "Basic Settings"
 msgstr "Impostazioni base"
 
-#: mod/settings.php:1213 src/Model/Profile.php:738
+#: mod/settings.php:1209 src/Model/Profile.php:738
 msgid "Full Name:"
 msgstr "Nome completo:"
 
-#: mod/settings.php:1214
+#: mod/settings.php:1210
 msgid "Email Address:"
 msgstr "Indirizzo Email:"
 
-#: mod/settings.php:1215
+#: mod/settings.php:1211
 msgid "Your Timezone:"
 msgstr "Il tuo fuso orario:"
 
-#: mod/settings.php:1216
+#: mod/settings.php:1212
 msgid "Your Language:"
 msgstr "La tua lingua:"
 
-#: mod/settings.php:1216
-msgid ""
-"Set the language we use to show you friendica interface and to send you "
-"emails"
-msgstr "Imposta la lingua che sarà usata per mostrarti l'interfaccia di Friendica e per inviarti le email"
-
-#: mod/settings.php:1217
-msgid "Default Post Location:"
-msgstr "Località predefinita:"
-
-#: mod/settings.php:1218
-msgid "Use Browser Location:"
-msgstr "Usa la località rilevata dal browser:"
-
-#: mod/settings.php:1221
-msgid "Security and Privacy Settings"
-msgstr "Impostazioni di sicurezza e privacy"
-
-#: mod/settings.php:1223
-msgid "Maximum Friend Requests/Day:"
-msgstr "Numero massimo di richieste di amicizia al giorno:"
-
-#: mod/settings.php:1223 mod/settings.php:1252
-msgid "(to prevent spam abuse)"
-msgstr "(per prevenire lo spam)"
-
-#: mod/settings.php:1224
-msgid "Default Post Permissions"
-msgstr "Permessi predefiniti per i messaggi"
-
-#: mod/settings.php:1225
-msgid "(click to open/close)"
-msgstr "(clicca per aprire/chiudere)"
-
-#: mod/settings.php:1235
-msgid "Default Private Post"
-msgstr "Default Post Privato"
-
-#: mod/settings.php:1236
-msgid "Default Public Post"
-msgstr "Default Post Pubblico"
-
-#: mod/settings.php:1240
-msgid "Default Permissions for New Posts"
-msgstr "Permessi predefiniti per i nuovi post"
-
-#: mod/settings.php:1252
-msgid "Maximum private messages per day from unknown people:"
-msgstr "Numero massimo di messaggi privati da utenti sconosciuti per giorno:"
-
-#: mod/settings.php:1255
-msgid "Notification Settings"
-msgstr "Impostazioni notifiche"
-
-#: mod/settings.php:1256
-msgid "By default post a status message when:"
-msgstr "Invia un messaggio di stato quando:"
-
-#: mod/settings.php:1257
-msgid "accepting a friend request"
-msgstr "accetti una richiesta di amicizia"
-
-#: mod/settings.php:1258
-msgid "joining a forum/community"
-msgstr "ti unisci a un forum/comunità"
-
-#: mod/settings.php:1259
-msgid "making an <em>interesting</em> profile change"
-msgstr "fai un <em>interessante</em> modifica al profilo"
-
-#: mod/settings.php:1260
-msgid "Send a notification email when:"
-msgstr "Invia una mail di notifica quando:"
-
-#: mod/settings.php:1261
-msgid "You receive an introduction"
-msgstr "Ricevi una presentazione"
-
-#: mod/settings.php:1262
-msgid "Your introductions are confirmed"
-msgstr "Le tue presentazioni sono confermate"
-
-#: mod/settings.php:1263
-msgid "Someone writes on your profile wall"
-msgstr "Qualcuno scrive sulla bacheca del tuo profilo"
-
-#: mod/settings.php:1264
-msgid "Someone writes a followup comment"
-msgstr "Qualcuno scrive un commento a un tuo messaggio"
-
-#: mod/settings.php:1265
-msgid "You receive a private message"
-msgstr "Ricevi un messaggio privato"
-
-#: mod/settings.php:1266
-msgid "You receive a friend suggestion"
-msgstr "Hai ricevuto un suggerimento di amicizia"
-
-#: mod/settings.php:1267
-msgid "You are tagged in a post"
-msgstr "Sei stato taggato in un post"
-
-#: mod/settings.php:1268
-msgid "You are poked/prodded/etc. in a post"
-msgstr "Sei 'toccato'/'spronato'/ecc. in un post"
-
-#: mod/settings.php:1270
-msgid "Activate desktop notifications"
-msgstr "Attiva notifiche desktop"
-
-#: mod/settings.php:1270
-msgid "Show desktop popup on new notifications"
-msgstr "Mostra un popup di notifica sul desktop all'arrivo di nuove notifiche"
-
-#: mod/settings.php:1272
-msgid "Text-only notification emails"
-msgstr "Email di notifica in solo testo"
-
-#: mod/settings.php:1274
-msgid "Send text only notification emails, without the html part"
-msgstr "Invia le email di notifica in solo testo, senza la parte in html"
-
-#: mod/settings.php:1276
-msgid "Show detailled notifications"
-msgstr "Mostra notifiche dettagliate"
-
-#: mod/settings.php:1278
-msgid ""
-"Per default the notificiation are condensed to a single notification per "
-"item. When enabled, every notification is displayed."
-msgstr "Per impostazione predefinita, le notifiche sono raggruppate in una singola notifica per articolo. Se abilitato, viene visualizzate tutte le notifiche."
-
-#: mod/settings.php:1280
-msgid "Advanced Account/Page Type Settings"
-msgstr "Impostazioni avanzate Account/Tipo di pagina"
-
-#: mod/settings.php:1281
-msgid "Change the behaviour of this account for special situations"
-msgstr "Modifica il comportamento di questo account in situazioni speciali"
-
-#: mod/settings.php:1284
-msgid "Relocate"
-msgstr "Trasloca"
-
-#: mod/settings.php:1285
-msgid ""
-"If you have moved this profile from another server, and some of your "
-"contacts don't receive your updates, try pushing this button."
-msgstr "Se hai spostato questo profilo da un'altro server, e alcuni dei tuoi contatti non ricevono i tuoi aggiornamenti, prova a premere questo bottone."
-
-#: mod/settings.php:1286
-msgid "Resend relocate message to contacts"
-msgstr "Invia nuovamente il messaggio di trasloco ai contatti"
-
-#: mod/videos.php:140
-msgid "Do you really want to delete this video?"
-msgstr "Vuoi veramente cancellare questo video?"
-
-#: mod/videos.php:145
-msgid "Delete Video"
-msgstr "Rimuovi video"
-
-#: mod/videos.php:208
-msgid "No videos selected"
-msgstr "Nessun video selezionato"
-
-#: mod/videos.php:397
-msgid "Recent Videos"
-msgstr "Video Recenti"
-
-#: mod/videos.php:399
-msgid "Upload New Videos"
-msgstr "Carica Nuovo Video"
-
-#: view/theme/duepuntozero/config.php:54 src/Model/User.php:475
-msgid "default"
-msgstr "default"
-
-#: view/theme/duepuntozero/config.php:55
-msgid "greenzero"
-msgstr "greenzero"
-
-#: view/theme/duepuntozero/config.php:56
-msgid "purplezero"
-msgstr "purplezero"
-
-#: view/theme/duepuntozero/config.php:57
-msgid "easterbunny"
-msgstr "easterbunny"
-
-#: view/theme/duepuntozero/config.php:58
-msgid "darkzero"
-msgstr "darkzero"
-
-#: view/theme/duepuntozero/config.php:59
-msgid "comix"
-msgstr "comix"
-
-#: view/theme/duepuntozero/config.php:60
-msgid "slackr"
-msgstr "slackr"
-
-#: view/theme/duepuntozero/config.php:74
-msgid "Variations"
-msgstr "Varianti"
-
-#: view/theme/frio/php/Image.php:25
-msgid "Repeat the image"
-msgstr "Ripeti l'immagine"
-
-#: view/theme/frio/php/Image.php:25
-msgid "Will repeat your image to fill the background."
-msgstr "Ripete l'immagine per riempire lo sfondo."
-
-#: view/theme/frio/php/Image.php:27
-msgid "Stretch"
-msgstr "Stira"
-
-#: view/theme/frio/php/Image.php:27
-msgid "Will stretch to width/height of the image."
-msgstr "Stira l'immagine."
-
-#: view/theme/frio/php/Image.php:29
-msgid "Resize fill and-clip"
-msgstr "Scala e ritaglia"
-
-#: view/theme/frio/php/Image.php:29
-msgid "Resize to fill and retain aspect ratio."
-msgstr "Scala l'immagine a riempire mantenendo le proporzioni."
-
-#: view/theme/frio/php/Image.php:31
-msgid "Resize best fit"
-msgstr "Scala best fit"
-
-#: view/theme/frio/php/Image.php:31
-msgid "Resize to best fit and retain aspect ratio."
-msgstr "Scala l'immagine alla miglior dimensione per riempire mantenendo le proporzioni."
-
-#: view/theme/frio/config.php:97
-msgid "Default"
-msgstr "Default"
-
-#: view/theme/frio/config.php:109
-msgid "Note"
-msgstr "Note"
-
-#: view/theme/frio/config.php:109
-msgid "Check image permissions if all users are allowed to visit the image"
-msgstr "Controlla i permessi dell'immagine se tutti gli utenti sono autorizzati a vederla"
-
-#: view/theme/frio/config.php:116
-msgid "Select scheme"
-msgstr "Seleziona schema"
+#: mod/settings.php:1212
+msgid ""
+"Set the language we use to show you friendica interface and to send you "
+"emails"
+msgstr "Imposta la lingua che sarà usata per mostrarti l'interfaccia di Friendica e per inviarti le email"
 
-#: view/theme/frio/config.php:117
-msgid "Navigation bar background color"
-msgstr "Colore di sfondo barra di navigazione"
+#: mod/settings.php:1213
+msgid "Default Post Location:"
+msgstr "Località predefinita:"
 
-#: view/theme/frio/config.php:118
-msgid "Navigation bar icon color "
-msgstr "Colore icona barra di navigazione"
+#: mod/settings.php:1214
+msgid "Use Browser Location:"
+msgstr "Usa la località rilevata dal browser:"
 
-#: view/theme/frio/config.php:119
-msgid "Link color"
-msgstr "Colore link"
+#: mod/settings.php:1217
+msgid "Security and Privacy Settings"
+msgstr "Impostazioni di sicurezza e privacy"
 
-#: view/theme/frio/config.php:120
-msgid "Set the background color"
-msgstr "Imposta il colore di sfondo"
+#: mod/settings.php:1219
+msgid "Maximum Friend Requests/Day:"
+msgstr "Numero massimo di richieste di amicizia al giorno:"
 
-#: view/theme/frio/config.php:121
-msgid "Content background opacity"
-msgstr "Trasparenza sfondo contenuto"
+#: mod/settings.php:1219 mod/settings.php:1248
+msgid "(to prevent spam abuse)"
+msgstr "(per prevenire lo spam)"
 
-#: view/theme/frio/config.php:122
-msgid "Set the background image"
-msgstr "Imposta l'immagine di sfondo"
+#: mod/settings.php:1220
+msgid "Default Post Permissions"
+msgstr "Permessi predefiniti per i messaggi"
 
-#: view/theme/frio/config.php:127
-msgid "Login page background image"
-msgstr "Immagine di sfondo della pagina di login"
+#: mod/settings.php:1221
+msgid "(click to open/close)"
+msgstr "(clicca per aprire/chiudere)"
 
-#: view/theme/frio/config.php:130
-msgid "Login page background color"
-msgstr "Colore di sfondo della pagina di login"
+#: mod/settings.php:1231
+msgid "Default Private Post"
+msgstr "Default Post Privato"
 
-#: view/theme/frio/config.php:130
-msgid "Leave background image and color empty for theme defaults"
-msgstr "Lascia l'immagine e il colore di sfondo vuoti per usare le impostazioni predefinite del tema"
+#: mod/settings.php:1232
+msgid "Default Public Post"
+msgstr "Default Post Pubblico"
 
-#: view/theme/frio/theme.php:238
-msgid "Guest"
-msgstr "Ospite"
+#: mod/settings.php:1236
+msgid "Default Permissions for New Posts"
+msgstr "Permessi predefiniti per i nuovi post"
 
-#: view/theme/frio/theme.php:243
-msgid "Visitor"
-msgstr "Visitatore"
+#: mod/settings.php:1248
+msgid "Maximum private messages per day from unknown people:"
+msgstr "Numero massimo di messaggi privati da utenti sconosciuti per giorno:"
 
-#: view/theme/frio/theme.php:256 src/Content/Nav.php:97
-#: src/Module/Login.php:311
-msgid "Logout"
-msgstr "Esci"
+#: mod/settings.php:1251
+msgid "Notification Settings"
+msgstr "Impostazioni notifiche"
 
-#: view/theme/frio/theme.php:256 src/Content/Nav.php:97
-msgid "End this session"
-msgstr "Finisci questa sessione"
+#: mod/settings.php:1252
+msgid "By default post a status message when:"
+msgstr "Invia un messaggio di stato quando:"
 
-#: view/theme/frio/theme.php:259 src/Content/Nav.php:100
-#: src/Content/Nav.php:181
-msgid "Your posts and conversations"
-msgstr "I tuoi messaggi e le tue conversazioni"
+#: mod/settings.php:1253
+msgid "accepting a friend request"
+msgstr "accetti una richiesta di amicizia"
 
-#: view/theme/frio/theme.php:260 src/Content/Nav.php:101
-msgid "Your profile page"
-msgstr "Pagina del tuo profilo"
+#: mod/settings.php:1254
+msgid "joining a forum/community"
+msgstr "ti unisci a un forum/comunità"
 
-#: view/theme/frio/theme.php:261 src/Content/Nav.php:102
-msgid "Your photos"
-msgstr "Le tue foto"
+#: mod/settings.php:1255
+msgid "making an <em>interesting</em> profile change"
+msgstr "fai un <em>interessante</em> modifica al profilo"
 
-#: view/theme/frio/theme.php:262 src/Content/Nav.php:103
-#: src/Model/Profile.php:912 src/Model/Profile.php:915
-msgid "Videos"
-msgstr "Video"
+#: mod/settings.php:1256
+msgid "Send a notification email when:"
+msgstr "Invia una mail di notifica quando:"
 
-#: view/theme/frio/theme.php:262 src/Content/Nav.php:103
-msgid "Your videos"
-msgstr "I tuoi video"
+#: mod/settings.php:1257
+msgid "You receive an introduction"
+msgstr "Ricevi una presentazione"
 
-#: view/theme/frio/theme.php:263 src/Content/Nav.php:104
-msgid "Your events"
-msgstr "I tuoi eventi"
+#: mod/settings.php:1258
+msgid "Your introductions are confirmed"
+msgstr "Le tue presentazioni sono confermate"
 
-#: view/theme/frio/theme.php:266 src/Content/Nav.php:178
-msgid "Conversations from your friends"
-msgstr "Conversazioni dai tuoi amici"
+#: mod/settings.php:1259
+msgid "Someone writes on your profile wall"
+msgstr "Qualcuno scrive sulla bacheca del tuo profilo"
 
-#: view/theme/frio/theme.php:267 src/Content/Nav.php:169
-#: src/Model/Profile.php:927 src/Model/Profile.php:938
-msgid "Events and Calendar"
-msgstr "Eventi e calendario"
+#: mod/settings.php:1260
+msgid "Someone writes a followup comment"
+msgstr "Qualcuno scrive un commento a un tuo messaggio"
 
-#: view/theme/frio/theme.php:268 src/Content/Nav.php:195
-msgid "Private mail"
-msgstr "Posta privata"
+#: mod/settings.php:1261
+msgid "You receive a private message"
+msgstr "Ricevi un messaggio privato"
 
-#: view/theme/frio/theme.php:269 src/Content/Nav.php:206
-msgid "Account settings"
-msgstr "Parametri account"
+#: mod/settings.php:1262
+msgid "You receive a friend suggestion"
+msgstr "Hai ricevuto un suggerimento di amicizia"
 
-#: view/theme/frio/theme.php:270 src/Content/Nav.php:212
-msgid "Manage/edit friends and contacts"
-msgstr "Gestisci/modifica amici e contatti"
+#: mod/settings.php:1263
+msgid "You are tagged in a post"
+msgstr "Sei stato taggato in un post"
 
-#: view/theme/quattro/config.php:76
-msgid "Alignment"
-msgstr "Allineamento"
+#: mod/settings.php:1264
+msgid "You are poked/prodded/etc. in a post"
+msgstr "Sei 'toccato'/'spronato'/ecc. in un post"
 
-#: view/theme/quattro/config.php:76
-msgid "Left"
-msgstr "Sinistra"
+#: mod/settings.php:1266
+msgid "Activate desktop notifications"
+msgstr "Attiva notifiche desktop"
 
-#: view/theme/quattro/config.php:76
-msgid "Center"
-msgstr "Centrato"
+#: mod/settings.php:1266
+msgid "Show desktop popup on new notifications"
+msgstr "Mostra un popup di notifica sul desktop all'arrivo di nuove notifiche"
 
-#: view/theme/quattro/config.php:77
-msgid "Color scheme"
-msgstr "Schema colori"
+#: mod/settings.php:1268
+msgid "Text-only notification emails"
+msgstr "Email di notifica in solo testo"
 
-#: view/theme/quattro/config.php:78
-msgid "Posts font size"
-msgstr "Dimensione caratteri post"
+#: mod/settings.php:1270
+msgid "Send text only notification emails, without the html part"
+msgstr "Invia le email di notifica in solo testo, senza la parte in html"
 
-#: view/theme/quattro/config.php:79
-msgid "Textareas font size"
-msgstr "Dimensione caratteri nelle aree di testo"
+#: mod/settings.php:1272
+msgid "Show detailled notifications"
+msgstr "Mostra notifiche dettagliate"
 
-#: view/theme/vier/config.php:75
-msgid "Comma separated list of helper forums"
-msgstr "Lista separata da virgola di forum di aiuto"
+#: mod/settings.php:1274
+msgid ""
+"Per default, notifications are condensed to a single notification per item. "
+"When enabled every notification is displayed."
+msgstr ""
 
-#: view/theme/vier/config.php:122
-msgid "Set style"
-msgstr "Imposta stile"
+#: mod/settings.php:1276
+msgid "Advanced Account/Page Type Settings"
+msgstr "Impostazioni avanzate Account/Tipo di pagina"
 
-#: view/theme/vier/config.php:123
-msgid "Community Pages"
-msgstr "Pagine Comunitarie"
+#: mod/settings.php:1277
+msgid "Change the behaviour of this account for special situations"
+msgstr "Modifica il comportamento di questo account in situazioni speciali"
 
-#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150
-msgid "Community Profiles"
-msgstr "Profili Comunità"
+#: mod/settings.php:1280
+msgid "Relocate"
+msgstr "Trasloca"
 
-#: view/theme/vier/config.php:125
-msgid "Help or @NewHere ?"
-msgstr "Serve aiuto? Sei nuovo?"
+#: mod/settings.php:1281
+msgid ""
+"If you have moved this profile from another server, and some of your "
+"contacts don't receive your updates, try pushing this button."
+msgstr "Se hai spostato questo profilo da un'altro server, e alcuni dei tuoi contatti non ricevono i tuoi aggiornamenti, prova a premere questo bottone."
 
-#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389
-msgid "Connect Services"
-msgstr "Servizi connessi"
+#: mod/settings.php:1282
+msgid "Resend relocate message to contacts"
+msgstr "Invia nuovamente il messaggio di trasloco ai contatti"
 
-#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199
-msgid "Find Friends"
-msgstr "Trova Amici"
+#: src/Core/UserImport.php:104
+msgid "Error decoding account file"
+msgstr "Errore decodificando il file account"
 
-#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181
-msgid "Last users"
-msgstr "Ultimi utenti"
+#: src/Core/UserImport.php:110
+msgid "Error! No version data in file! This is not a Friendica account file?"
+msgstr "Errore! Nessuna informazione di versione nel file! Potrebbe non essere un file account di Friendica?"
 
-#: view/theme/vier/theme.php:200
-msgid "Local Directory"
-msgstr "Elenco Locale"
+#: src/Core/UserImport.php:118
+#, php-format
+msgid "User '%s' already exists on this server!"
+msgstr "L'utente '%s' esiste già su questo server!"
 
-#: view/theme/vier/theme.php:202 src/Content/Widget.php:65
-msgid "Similar Interests"
-msgstr "Interessi simili"
+#: src/Core/UserImport.php:151
+msgid "User creation error"
+msgstr "Errore creando l'utente"
 
-#: view/theme/vier/theme.php:204 src/Content/Widget.php:67
-msgid "Invite Friends"
-msgstr "Invita amici"
+#: src/Core/UserImport.php:169
+msgid "User profile creation error"
+msgstr "Errore creando il profilo dell'utente"
 
-#: view/theme/vier/theme.php:256 src/Content/ForumManager.php:127
-msgid "External link to forum"
-msgstr "Link esterno al forum"
+#: src/Core/UserImport.php:213
+#, php-format
+msgid "%d contact not imported"
+msgid_plural "%d contacts not imported"
+msgstr[0] "%d contatto non importato"
+msgstr[1] "%d contatti non importati"
 
-#: view/theme/vier/theme.php:292
-msgid "Quick Start"
-msgstr "Quick Start"
+#: src/Core/UserImport.php:278
+msgid "Done. You can now login with your username and password"
+msgstr "Fatto. Ora puoi entrare con il tuo nome utente e la tua password"
 
 #: src/Core/NotificationsManager.php:171
 msgid "System"
@@ -7770,49 +7672,46 @@ msgstr "%s potrebbe partecipare all'evento di %s"
 msgid "%s is now friends with %s"
 msgstr "%s è ora amico di %s"
 
-#: src/Core/NotificationsManager.php:813
+#: src/Core/NotificationsManager.php:825
 msgid "Friend Suggestion"
 msgstr "Amico suggerito"
 
-#: src/Core/NotificationsManager.php:839
+#: src/Core/NotificationsManager.php:851
 msgid "Friend/Connect Request"
 msgstr "Richiesta amicizia/connessione"
 
-#: src/Core/NotificationsManager.php:839
+#: src/Core/NotificationsManager.php:851
 msgid "New Follower"
 msgstr "Qualcuno inizia a seguirti"
 
-#: src/Core/UserImport.php:104
-msgid "Error decoding account file"
-msgstr "Errore decodificando il file account"
+#: src/Core/ACL.php:295
+msgid "Post to Email"
+msgstr "Invia a email"
 
-#: src/Core/UserImport.php:110
-msgid "Error! No version data in file! This is not a Friendica account file?"
-msgstr "Errore! Nessuna informazione di versione nel file! Potrebbe non essere un file account di Friendica?"
+#: src/Core/ACL.php:301
+msgid "Hide your profile details from unknown viewers?"
+msgstr "Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?"
 
-#: src/Core/UserImport.php:118
+#: src/Core/ACL.php:300
 #, php-format
-msgid "User '%s' already exists on this server!"
-msgstr "L'utente '%s' esiste già su questo server!"
+msgid "Connectors disabled, since \"%s\" is enabled."
+msgstr "Connettore disabilitato, dato che \"%s\" è abilitato."
 
-#: src/Core/UserImport.php:151
-msgid "User creation error"
-msgstr "Errore creando l'utente"
+#: src/Core/ACL.php:307
+msgid "Visible to everybody"
+msgstr "Visibile a tutti"
 
-#: src/Core/UserImport.php:169
-msgid "User profile creation error"
-msgstr "Errore creando il profilo dell'utente"
+#: src/Core/ACL.php:308 view/theme/vier/config.php:115
+msgid "show"
+msgstr "mostra"
 
-#: src/Core/UserImport.php:213
-#, php-format
-msgid "%d contact not imported"
-msgid_plural "%d contacts not imported"
-msgstr[0] "%d contatto non importato"
-msgstr[1] "%d contatti non importati"
+#: src/Core/ACL.php:309 view/theme/vier/config.php:115
+msgid "don't show"
+msgstr "non mostrare"
 
-#: src/Core/UserImport.php:278
-msgid "Done. You can now login with your username and password"
-msgstr "Fatto. Ora puoi entrare con il tuo nome utente e la tua password"
+#: src/Core/ACL.php:319
+msgid "Close"
+msgstr "Chiudi"
 
 #: src/Util/Temporal.php:147 src/Model/Profile.php:758
 msgid "Birthday:"
@@ -7879,744 +7778,824 @@ msgstr "secondi"
 msgid "%1$d %2$s ago"
 msgstr "%1$d %2$s fa"
 
-#: src/Content/Text/BBCode.php:547
+#: src/Content/Text/BBCode.php:555
 msgid "view full size"
 msgstr "vedi a schermo intero"
 
-#: src/Content/Text/BBCode.php:1000 src/Content/Text/BBCode.php:1761
-#: src/Content/Text/BBCode.php:1762
+#: src/Content/Text/BBCode.php:981 src/Content/Text/BBCode.php:1750
+#: src/Content/Text/BBCode.php:1751
 msgid "Image/photo"
 msgstr "Immagine/foto"
 
-#: src/Content/Text/BBCode.php:1138
+#: src/Content/Text/BBCode.php:1119
 #, php-format
 msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
 msgstr "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
 
-#: src/Content/Text/BBCode.php:1696 src/Content/Text/BBCode.php:1718
+#: src/Content/Text/BBCode.php:1677 src/Content/Text/BBCode.php:1699
 msgid "$1 wrote:"
 msgstr "$1 ha scritto:"
 
-#: src/Content/Text/BBCode.php:1770 src/Content/Text/BBCode.php:1771
+#: src/Content/Text/BBCode.php:1759 src/Content/Text/BBCode.php:1760
 msgid "Encrypted content"
 msgstr "Contenuto criptato"
 
-#: src/Content/Text/BBCode.php:1888
+#: src/Content/Text/BBCode.php:1879
 msgid "Invalid source protocol"
 msgstr "Protocollo sorgente non valido"
 
-#: src/Content/Text/BBCode.php:1899
+#: src/Content/Text/BBCode.php:1890
 msgid "Invalid link protocol"
 msgstr "Protocollo link non valido"
 
-#: src/Content/ContactSelector.php:55
-msgid "Frequently"
-msgstr "Frequentemente"
+#: src/Content/ForumManager.php:127 view/theme/vier/theme.php:256
+msgid "External link to forum"
+msgstr "Link esterno al forum"
 
-#: src/Content/ContactSelector.php:56
-msgid "Hourly"
-msgstr "Ogni ora"
+#: src/Content/Nav.php:53
+msgid "Nothing new here"
+msgstr "Niente di nuovo qui"
 
-#: src/Content/ContactSelector.php:57
-msgid "Twice daily"
-msgstr "Due volte al dì"
+#: src/Content/Nav.php:57
+msgid "Clear notifications"
+msgstr "Pulisci le notifiche"
 
-#: src/Content/ContactSelector.php:58
-msgid "Daily"
-msgstr "Giornalmente"
+#: src/Content/Nav.php:97 src/Module/Login.php:311
+#: view/theme/frio/theme.php:256
+msgid "Logout"
+msgstr "Esci"
 
-#: src/Content/ContactSelector.php:59
-msgid "Weekly"
-msgstr "Settimanalmente"
+#: src/Content/Nav.php:97 view/theme/frio/theme.php:256
+msgid "End this session"
+msgstr "Finisci questa sessione"
 
-#: src/Content/ContactSelector.php:60
-msgid "Monthly"
-msgstr "Mensilmente"
+#: src/Content/Nav.php:100 src/Content/Nav.php:181
+#: view/theme/frio/theme.php:259
+msgid "Your posts and conversations"
+msgstr "I tuoi messaggi e le tue conversazioni"
 
-#: src/Content/ContactSelector.php:80
-msgid "OStatus"
-msgstr "Ostatus"
+#: src/Content/Nav.php:101 view/theme/frio/theme.php:260
+msgid "Your profile page"
+msgstr "Pagina del tuo profilo"
 
-#: src/Content/ContactSelector.php:81
-msgid "RSS/Atom"
-msgstr "RSS / Atom"
+#: src/Content/Nav.php:102 view/theme/frio/theme.php:261
+msgid "Your photos"
+msgstr "Le tue foto"
 
-#: src/Content/ContactSelector.php:84
-msgid "Facebook"
-msgstr "Facebook"
+#: src/Content/Nav.php:103 src/Model/Profile.php:912 src/Model/Profile.php:915
+#: view/theme/frio/theme.php:262
+msgid "Videos"
+msgstr "Video"
 
-#: src/Content/ContactSelector.php:85
-msgid "Zot!"
-msgstr "Zot!"
+#: src/Content/Nav.php:103 view/theme/frio/theme.php:262
+msgid "Your videos"
+msgstr "I tuoi video"
 
-#: src/Content/ContactSelector.php:86
-msgid "LinkedIn"
-msgstr "LinkedIn"
+#: src/Content/Nav.php:104 view/theme/frio/theme.php:263
+msgid "Your events"
+msgstr "I tuoi eventi"
 
-#: src/Content/ContactSelector.php:87
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
+#: src/Content/Nav.php:105
+msgid "Personal notes"
+msgstr "Note personali"
 
-#: src/Content/ContactSelector.php:88
-msgid "MySpace"
-msgstr "MySpace"
+#: src/Content/Nav.php:105
+msgid "Your personal notes"
+msgstr "Le tue note personali"
 
-#: src/Content/ContactSelector.php:89
-msgid "Google+"
-msgstr "Google+"
+#: src/Content/Nav.php:114
+msgid "Sign in"
+msgstr "Entra"
 
-#: src/Content/ContactSelector.php:90
-msgid "pump.io"
-msgstr "pump.io"
+#: src/Content/Nav.php:124
+msgid "Home Page"
+msgstr "Home Page"
 
-#: src/Content/ContactSelector.php:91
-msgid "Twitter"
-msgstr "Twitter"
+#: src/Content/Nav.php:128
+msgid "Create an account"
+msgstr "Crea un account"
 
-#: src/Content/ContactSelector.php:92
-msgid "Diaspora Connector"
-msgstr "Connettore Diaspora"
+#: src/Content/Nav.php:134
+msgid "Help and documentation"
+msgstr "Guida e documentazione"
 
-#: src/Content/ContactSelector.php:93
-msgid "GNU Social Connector"
-msgstr "Connettore GNU Social"
+#: src/Content/Nav.php:138
+msgid "Apps"
+msgstr "Applicazioni"
 
-#: src/Content/ContactSelector.php:94
-msgid "pnut"
-msgstr "pnut"
+#: src/Content/Nav.php:138
+msgid "Addon applications, utilities, games"
+msgstr "Applicazioni, utilità e giochi aggiuntivi"
 
-#: src/Content/ContactSelector.php:95
-msgid "App.net"
-msgstr "App.net"
+#: src/Content/Nav.php:142
+msgid "Search site content"
+msgstr "Cerca nel contenuto del sito"
 
-#: src/Content/ContactSelector.php:125
-msgid "Male"
-msgstr "Maschio"
+#: src/Content/Nav.php:165
+msgid "Community"
+msgstr "Comunità"
 
-#: src/Content/ContactSelector.php:125
-msgid "Female"
-msgstr "Femmina"
+#: src/Content/Nav.php:165
+msgid "Conversations on this and other servers"
+msgstr "Conversazioni su questo e su altri server"
 
-#: src/Content/ContactSelector.php:125
-msgid "Currently Male"
-msgstr "Al momento maschio"
+#: src/Content/Nav.php:169 src/Model/Profile.php:927 src/Model/Profile.php:938
+#: view/theme/frio/theme.php:267
+msgid "Events and Calendar"
+msgstr "Eventi e calendario"
 
-#: src/Content/ContactSelector.php:125
-msgid "Currently Female"
-msgstr "Al momento femmina"
+#: src/Content/Nav.php:172
+msgid "Directory"
+msgstr "Elenco"
 
-#: src/Content/ContactSelector.php:125
-msgid "Mostly Male"
-msgstr "Prevalentemente maschio"
+#: src/Content/Nav.php:172
+msgid "People directory"
+msgstr "Elenco delle persone"
 
-#: src/Content/ContactSelector.php:125
-msgid "Mostly Female"
-msgstr "Prevalentemente femmina"
+#: src/Content/Nav.php:174
+msgid "Information about this friendica instance"
+msgstr "Informazioni su questo server friendica"
 
-#: src/Content/ContactSelector.php:125
-msgid "Transgender"
-msgstr "Transgender"
+#: src/Content/Nav.php:178 view/theme/frio/theme.php:266
+msgid "Conversations from your friends"
+msgstr "Conversazioni dai tuoi amici"
 
-#: src/Content/ContactSelector.php:125
-msgid "Intersex"
-msgstr "Intersex"
+#: src/Content/Nav.php:179
+msgid "Network Reset"
+msgstr "Reset pagina Rete"
 
-#: src/Content/ContactSelector.php:125
-msgid "Transsexual"
-msgstr "Transessuale"
+#: src/Content/Nav.php:179
+msgid "Load Network page with no filters"
+msgstr "Carica la pagina Rete senza nessun filtro"
 
-#: src/Content/ContactSelector.php:125
-msgid "Hermaphrodite"
-msgstr "Ermafrodito"
+#: src/Content/Nav.php:186
+msgid "Friend Requests"
+msgstr "Richieste di amicizia"
 
-#: src/Content/ContactSelector.php:125
-msgid "Neuter"
-msgstr "Neutro"
+#: src/Content/Nav.php:190
+msgid "See all notifications"
+msgstr "Vedi tutte le notifiche"
 
-#: src/Content/ContactSelector.php:125
-msgid "Non-specific"
-msgstr "Non specificato"
+#: src/Content/Nav.php:191
+msgid "Mark all system notifications seen"
+msgstr "Segna tutte le notifiche come viste"
 
-#: src/Content/ContactSelector.php:125
-msgid "Other"
-msgstr "Altro"
+#: src/Content/Nav.php:195 view/theme/frio/theme.php:268
+msgid "Private mail"
+msgstr "Posta privata"
 
-#: src/Content/ContactSelector.php:147
-msgid "Males"
-msgstr "Maschi"
+#: src/Content/Nav.php:196
+msgid "Inbox"
+msgstr "In arrivo"
 
-#: src/Content/ContactSelector.php:147
-msgid "Females"
-msgstr "Femmine"
+#: src/Content/Nav.php:197
+msgid "Outbox"
+msgstr "Inviati"
+
+#: src/Content/Nav.php:201
+msgid "Manage"
+msgstr "Gestisci"
+
+#: src/Content/Nav.php:201
+msgid "Manage other pages"
+msgstr "Gestisci altre pagine"
+
+#: src/Content/Nav.php:206 view/theme/frio/theme.php:269
+msgid "Account settings"
+msgstr "Parametri account"
+
+#: src/Content/Nav.php:209 src/Model/Profile.php:372
+msgid "Profiles"
+msgstr "Profili"
+
+#: src/Content/Nav.php:209
+msgid "Manage/Edit Profiles"
+msgstr "Gestisci/Modifica i profili"
+
+#: src/Content/Nav.php:212 view/theme/frio/theme.php:270
+msgid "Manage/edit friends and contacts"
+msgstr "Gestisci/modifica amici e contatti"
+
+#: src/Content/Nav.php:217
+msgid "Site setup and configuration"
+msgstr "Configurazione del sito"
+
+#: src/Content/Nav.php:220
+msgid "Navigation"
+msgstr "Navigazione"
+
+#: src/Content/Nav.php:220
+msgid "Site map"
+msgstr "Mappa del sito"
+
+#: src/Content/OEmbed.php:253
+msgid "Embedding disabled"
+msgstr "Embed disabilitato"
+
+#: src/Content/OEmbed.php:373
+msgid "Embedded content"
+msgstr "Contenuto incorporato"
+
+#: src/Content/Widget/CalendarExport.php:61
+msgid "Export"
+msgstr "Esporta"
+
+#: src/Content/Widget/CalendarExport.php:62
+msgid "Export calendar as ical"
+msgstr "Esporta il calendario in formato ical"
+
+#: src/Content/Widget/CalendarExport.php:63
+msgid "Export calendar as csv"
+msgstr "Esporta il calendario in formato csv"
+
+#: src/Content/Feature.php:79
+msgid "General Features"
+msgstr "Funzionalità generali"
+
+#: src/Content/Feature.php:81
+msgid "Multiple Profiles"
+msgstr "Profili multipli"
+
+#: src/Content/Feature.php:81
+msgid "Ability to create multiple profiles"
+msgstr "Possibilità di creare profili multipli"
+
+#: src/Content/Feature.php:82
+msgid "Photo Location"
+msgstr "Località Foto"
 
-#: src/Content/ContactSelector.php:147
-msgid "Gay"
-msgstr "Gay"
+#: src/Content/Feature.php:82
+msgid ""
+"Photo metadata is normally stripped. This extracts the location (if present)"
+" prior to stripping metadata and links it to a map."
+msgstr "I metadati delle foto vengono rimossi. Questa opzione estrae la località (se presenta) prima di rimuovere i metadati e la collega a una mappa."
 
-#: src/Content/ContactSelector.php:147
-msgid "Lesbian"
-msgstr "Lesbica"
+#: src/Content/Feature.php:83
+msgid "Export Public Calendar"
+msgstr "Esporta calendario pubblico"
 
-#: src/Content/ContactSelector.php:147
-msgid "No Preference"
-msgstr "Nessuna preferenza"
+#: src/Content/Feature.php:83
+msgid "Ability for visitors to download the public calendar"
+msgstr "Permesso ai visitatori di scaricare il calendario pubblico"
 
-#: src/Content/ContactSelector.php:147
-msgid "Bisexual"
-msgstr "Bisessuale"
+#: src/Content/Feature.php:88
+msgid "Post Composition Features"
+msgstr "Funzionalità di composizione dei post"
 
-#: src/Content/ContactSelector.php:147
-msgid "Autosexual"
-msgstr "Autosessuale"
+#: src/Content/Feature.php:89
+msgid "Post Preview"
+msgstr "Anteprima dei post"
 
-#: src/Content/ContactSelector.php:147
-msgid "Abstinent"
-msgstr "Astinente"
+#: src/Content/Feature.php:89
+msgid "Allow previewing posts and comments before publishing them"
+msgstr "Permetti di avere un'anteprima di messaggi e commenti prima di pubblicarli"
 
-#: src/Content/ContactSelector.php:147
-msgid "Virgin"
-msgstr "Vergine"
+#: src/Content/Feature.php:90
+msgid "Auto-mention Forums"
+msgstr "Auto-cita i Forum"
 
-#: src/Content/ContactSelector.php:147
-msgid "Deviant"
-msgstr "Deviato"
+#: src/Content/Feature.php:90
+msgid ""
+"Add/remove mention when a forum page is selected/deselected in ACL window."
+msgstr "Aggiunge/rimuove una menzione quando una pagina forum è selezionata/deselezionata nella finestra dei permessi."
 
-#: src/Content/ContactSelector.php:147
-msgid "Fetish"
-msgstr "Fetish"
+#: src/Content/Feature.php:95
+msgid "Network Sidebar Widgets"
+msgstr "Widget della barra laterale nella pagina Rete"
 
-#: src/Content/ContactSelector.php:147
-msgid "Oodles"
-msgstr "Un sacco"
+#: src/Content/Feature.php:96
+msgid "Search by Date"
+msgstr "Cerca per data"
 
-#: src/Content/ContactSelector.php:147
-msgid "Nonsexual"
-msgstr "Asessuato"
+#: src/Content/Feature.php:96
+msgid "Ability to select posts by date ranges"
+msgstr "Permette di filtrare i post per data"
 
-#: src/Content/ContactSelector.php:169
-msgid "Single"
-msgstr "Single"
+#: src/Content/Feature.php:97 src/Content/Feature.php:127
+msgid "List Forums"
+msgstr "Elenco forum"
 
-#: src/Content/ContactSelector.php:169
-msgid "Lonely"
-msgstr "Solitario"
+#: src/Content/Feature.php:97
+msgid "Enable widget to display the forums your are connected with"
+msgstr "Abilita il widget che mostra i forum ai quali sei connesso"
 
-#: src/Content/ContactSelector.php:169
-msgid "Available"
-msgstr "Disponibile"
+#: src/Content/Feature.php:98
+msgid "Group Filter"
+msgstr "Filtra gruppi"
 
-#: src/Content/ContactSelector.php:169
-msgid "Unavailable"
-msgstr "Non disponibile"
+#: src/Content/Feature.php:98
+msgid "Enable widget to display Network posts only from selected group"
+msgstr "Abilita il widget per filtrare i post solo per il gruppo selezionato"
 
-#: src/Content/ContactSelector.php:169
-msgid "Has crush"
-msgstr "è cotto/a"
+#: src/Content/Feature.php:99
+msgid "Network Filter"
+msgstr "Filtro reti"
 
-#: src/Content/ContactSelector.php:169
-msgid "Infatuated"
-msgstr "infatuato/a"
+#: src/Content/Feature.php:99
+msgid "Enable widget to display Network posts only from selected network"
+msgstr "Abilita il widget per mostrare i post solo per la rete selezionata"
 
-#: src/Content/ContactSelector.php:169
-msgid "Dating"
-msgstr "Disponibile a un incontro"
+#: src/Content/Feature.php:100
+msgid "Save search terms for re-use"
+msgstr "Salva i termini cercati per riutilizzarli"
 
-#: src/Content/ContactSelector.php:169
-msgid "Unfaithful"
-msgstr "Infedele"
+#: src/Content/Feature.php:105
+msgid "Network Tabs"
+msgstr "Schede pagina Rete"
 
-#: src/Content/ContactSelector.php:169
-msgid "Sex Addict"
-msgstr "Sesso-dipendente"
+#: src/Content/Feature.php:106
+msgid "Network Personal Tab"
+msgstr "Scheda Personali"
 
-#: src/Content/ContactSelector.php:169 src/Model/User.php:492
-msgid "Friends"
-msgstr "Amici"
+#: src/Content/Feature.php:106
+msgid "Enable tab to display only Network posts that you've interacted on"
+msgstr "Abilita la scheda per mostrare solo i post a cui hai partecipato"
 
-#: src/Content/ContactSelector.php:169
-msgid "Friends/Benefits"
-msgstr "Amici con benefici"
+#: src/Content/Feature.php:107
+msgid "Network New Tab"
+msgstr "Scheda Nuovi"
 
-#: src/Content/ContactSelector.php:169
-msgid "Casual"
-msgstr "Casual"
+#: src/Content/Feature.php:107
+msgid "Enable tab to display only new Network posts (from the last 12 hours)"
+msgstr "Abilita la scheda per mostrare solo i post nuovi (nelle ultime 12 ore)"
 
-#: src/Content/ContactSelector.php:169
-msgid "Engaged"
-msgstr "Impegnato"
+#: src/Content/Feature.php:108
+msgid "Network Shared Links Tab"
+msgstr "Scheda Link Condivisi"
 
-#: src/Content/ContactSelector.php:169
-msgid "Married"
-msgstr "Sposato"
+#: src/Content/Feature.php:108
+msgid "Enable tab to display only Network posts with links in them"
+msgstr "Abilita la scheda per mostrare solo i post che contengono link"
 
-#: src/Content/ContactSelector.php:169
-msgid "Imaginarily married"
-msgstr "immaginariamente sposato/a"
+#: src/Content/Feature.php:113
+msgid "Post/Comment Tools"
+msgstr "Strumenti per messaggi/commenti"
 
-#: src/Content/ContactSelector.php:169
-msgid "Partners"
-msgstr "Partners"
+#: src/Content/Feature.php:114
+msgid "Multiple Deletion"
+msgstr "Eliminazione multipla"
 
-#: src/Content/ContactSelector.php:169
-msgid "Cohabiting"
-msgstr "Coinquilino"
+#: src/Content/Feature.php:114
+msgid "Select and delete multiple posts/comments at once"
+msgstr "Seleziona ed elimina vari messaggi e commenti in una volta sola"
 
-#: src/Content/ContactSelector.php:169
-msgid "Common law"
-msgstr "diritto comune"
+#: src/Content/Feature.php:115
+msgid "Edit Sent Posts"
+msgstr "Modifica i post inviati"
 
-#: src/Content/ContactSelector.php:169
-msgid "Happy"
-msgstr "Felice"
+#: src/Content/Feature.php:115
+msgid "Edit and correct posts and comments after sending"
+msgstr "Modifica e correggi messaggi e commenti dopo averli inviati"
 
-#: src/Content/ContactSelector.php:169
-msgid "Not looking"
-msgstr "Non guarda"
+#: src/Content/Feature.php:116
+msgid "Tagging"
+msgstr "Aggiunta tag"
 
-#: src/Content/ContactSelector.php:169
-msgid "Swinger"
-msgstr "Scambista"
+#: src/Content/Feature.php:116
+msgid "Ability to tag existing posts"
+msgstr "Permette di aggiungere tag ai post già esistenti"
 
-#: src/Content/ContactSelector.php:169
-msgid "Betrayed"
-msgstr "Tradito"
+#: src/Content/Feature.php:117
+msgid "Post Categories"
+msgstr "Categorie post"
 
-#: src/Content/ContactSelector.php:169
-msgid "Separated"
-msgstr "Separato"
+#: src/Content/Feature.php:117
+msgid "Add categories to your posts"
+msgstr "Aggiungi categorie ai tuoi post"
 
-#: src/Content/ContactSelector.php:169
-msgid "Unstable"
-msgstr "Instabile"
+#: src/Content/Feature.php:118 src/Content/Widget.php:200
+msgid "Saved Folders"
+msgstr "Cartelle Salvate"
 
-#: src/Content/ContactSelector.php:169
-msgid "Divorced"
-msgstr "Divorziato"
+#: src/Content/Feature.php:118
+msgid "Ability to file posts under folders"
+msgstr "Permette di archiviare i post in cartelle"
 
-#: src/Content/ContactSelector.php:169
-msgid "Imaginarily divorced"
-msgstr "immaginariamente divorziato/a"
+#: src/Content/Feature.php:119
+msgid "Dislike Posts"
+msgstr "Non mi piace"
 
-#: src/Content/ContactSelector.php:169
-msgid "Widowed"
-msgstr "Vedovo"
+#: src/Content/Feature.php:119
+msgid "Ability to dislike posts/comments"
+msgstr "Permetti di inviare \"non mi piace\" ai messaggi"
 
-#: src/Content/ContactSelector.php:169
-msgid "Uncertain"
-msgstr "Incerto"
+#: src/Content/Feature.php:120
+msgid "Star Posts"
+msgstr "Post preferiti"
 
-#: src/Content/ContactSelector.php:169
-msgid "It's complicated"
-msgstr "E' complicato"
+#: src/Content/Feature.php:120
+msgid "Ability to mark special posts with a star indicator"
+msgstr "Permette di segnare i post preferiti con una stella"
 
-#: src/Content/ContactSelector.php:169
-msgid "Don't care"
-msgstr "Non interessa"
+#: src/Content/Feature.php:121
+msgid "Mute Post Notifications"
+msgstr "Silenzia le notifiche di nuovi post"
 
-#: src/Content/ContactSelector.php:169
-msgid "Ask me"
-msgstr "Chiedimelo"
+#: src/Content/Feature.php:121
+msgid "Ability to mute notifications for a thread"
+msgstr "Permette di silenziare le notifiche di nuovi post in una discussione"
 
-#: src/Content/Nav.php:53
-msgid "Nothing new here"
-msgstr "Niente di nuovo qui"
+#: src/Content/Feature.php:126
+msgid "Advanced Profile Settings"
+msgstr "Impostazioni Avanzate Profilo"
 
-#: src/Content/Nav.php:57
-msgid "Clear notifications"
-msgstr "Pulisci le notifiche"
+#: src/Content/Feature.php:127
+msgid "Show visitors public community forums at the Advanced Profile Page"
+msgstr "Mostra ai visitatori i forum nella pagina Profilo Avanzato"
 
-#: src/Content/Nav.php:105
-msgid "Personal notes"
-msgstr "Note personali"
+#: src/Content/Feature.php:128
+msgid "Tag Cloud"
+msgstr "Tag Cloud"
 
-#: src/Content/Nav.php:105
-msgid "Your personal notes"
-msgstr "Le tue note personali"
+#: src/Content/Feature.php:128
+msgid "Provide a personal tag cloud on your profile page"
+msgstr "Mostra una nuvola dei tag personali sulla tua pagina di profilo"
 
-#: src/Content/Nav.php:114
-msgid "Sign in"
-msgstr "Entra"
+#: src/Content/Feature.php:129
+msgid "Display Membership Date"
+msgstr "Mostra la Data di Registrazione"
 
-#: src/Content/Nav.php:124
-msgid "Home Page"
-msgstr "Home Page"
+#: src/Content/Feature.php:129
+msgid "Display membership date in profile"
+msgstr "Mostra la data in cui ti sei registrato nel profilo"
 
-#: src/Content/Nav.php:128
-msgid "Create an account"
-msgstr "Crea un account"
+#: src/Content/Widget.php:33
+msgid "Add New Contact"
+msgstr "Aggiungi nuovo contatto"
 
-#: src/Content/Nav.php:134
-msgid "Help and documentation"
-msgstr "Guida e documentazione"
+#: src/Content/Widget.php:34
+msgid "Enter address or web location"
+msgstr "Inserisci posizione o indirizzo web"
 
-#: src/Content/Nav.php:138
-msgid "Apps"
-msgstr "Applicazioni"
+#: src/Content/Widget.php:35
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Esempio: bob@example.com, http://example.com/barbara"
 
-#: src/Content/Nav.php:138
-msgid "Addon applications, utilities, games"
-msgstr "Applicazioni, utilità e giochi aggiuntivi"
+#: src/Content/Widget.php:53
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d invito disponibile"
+msgstr[1] "%d inviti disponibili"
 
-#: src/Content/Nav.php:142
-msgid "Search site content"
-msgstr "Cerca nel contenuto del sito"
+#: src/Content/Widget.php:59
+msgid "Find People"
+msgstr "Trova persone"
 
-#: src/Content/Nav.php:165
-msgid "Community"
-msgstr "Comunità"
+#: src/Content/Widget.php:60
+msgid "Enter name or interest"
+msgstr "Inserisci un nome o un interesse"
 
-#: src/Content/Nav.php:165
-msgid "Conversations on this and other servers"
-msgstr "Conversazioni su questo e su altri server"
+#: src/Content/Widget.php:62
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Esempi: Mario Rossi, Pesca"
 
-#: src/Content/Nav.php:172
-msgid "Directory"
-msgstr "Elenco"
+#: src/Content/Widget.php:65 view/theme/vier/theme.php:202
+msgid "Similar Interests"
+msgstr "Interessi simili"
 
-#: src/Content/Nav.php:172
-msgid "People directory"
-msgstr "Elenco delle persone"
+#: src/Content/Widget.php:66
+msgid "Random Profile"
+msgstr "Profilo causale"
 
-#: src/Content/Nav.php:174
-msgid "Information about this friendica instance"
-msgstr "Informazioni su questo server friendica"
+#: src/Content/Widget.php:67 view/theme/vier/theme.php:204
+msgid "Invite Friends"
+msgstr "Invita amici"
 
-#: src/Content/Nav.php:179
-msgid "Network Reset"
-msgstr "Reset pagina Rete"
+#: src/Content/Widget.php:68
+msgid "View Global Directory"
+msgstr "Vedi Directory Globale"
 
-#: src/Content/Nav.php:179
-msgid "Load Network page with no filters"
-msgstr "Carica la pagina Rete senza nessun filtro"
+#: src/Content/Widget.php:159
+msgid "Networks"
+msgstr "Reti"
 
-#: src/Content/Nav.php:186
-msgid "Friend Requests"
-msgstr "Richieste di amicizia"
+#: src/Content/Widget.php:162
+msgid "All Networks"
+msgstr "Tutte le Reti"
 
-#: src/Content/Nav.php:190
-msgid "See all notifications"
-msgstr "Vedi tutte le notifiche"
+#: src/Content/Widget.php:203 src/Content/Widget.php:243
+msgid "Everything"
+msgstr "Tutto"
 
-#: src/Content/Nav.php:191
-msgid "Mark all system notifications seen"
-msgstr "Segna tutte le notifiche come viste"
+#: src/Content/Widget.php:240
+msgid "Categories"
+msgstr "Categorie"
 
-#: src/Content/Nav.php:196
-msgid "Inbox"
-msgstr "In arrivo"
+#: src/Content/Widget.php:307
+#, php-format
+msgid "%d contact in common"
+msgid_plural "%d contacts in common"
+msgstr[0] "%d contatto in comune"
+msgstr[1] "%d contatti in comune"
 
-#: src/Content/Nav.php:197
-msgid "Outbox"
-msgstr "Inviati"
+#: src/Content/ContactSelector.php:55
+msgid "Frequently"
+msgstr ""
 
-#: src/Content/Nav.php:201
-msgid "Manage"
-msgstr "Gestisci"
+#: src/Content/ContactSelector.php:56
+msgid "Hourly"
+msgstr ""
 
-#: src/Content/Nav.php:201
-msgid "Manage other pages"
-msgstr "Gestisci altre pagine"
+#: src/Content/ContactSelector.php:57
+msgid "Twice daily"
+msgstr ""
 
-#: src/Content/Nav.php:209 src/Model/Profile.php:372
-msgid "Profiles"
-msgstr "Profili"
+#: src/Content/ContactSelector.php:58
+msgid "Daily"
+msgstr ""
 
-#: src/Content/Nav.php:209
-msgid "Manage/Edit Profiles"
-msgstr "Gestisci/Modifica i profili"
+#: src/Content/ContactSelector.php:59
+msgid "Weekly"
+msgstr ""
 
-#: src/Content/Nav.php:217
-msgid "Site setup and configuration"
-msgstr "Configurazione del sito"
+#: src/Content/ContactSelector.php:60
+msgid "Monthly"
+msgstr ""
 
-#: src/Content/Nav.php:220
-msgid "Navigation"
-msgstr "Navigazione"
+#: src/Content/ContactSelector.php:80
+msgid "OStatus"
+msgstr ""
 
-#: src/Content/Nav.php:220
-msgid "Site map"
-msgstr "Mappa del sito"
+#: src/Content/ContactSelector.php:81
+msgid "RSS/Atom"
+msgstr ""
 
-#: src/Content/Feature.php:79
-msgid "General Features"
-msgstr "Funzionalità generali"
+#: src/Content/ContactSelector.php:84
+msgid "Facebook"
+msgstr ""
 
-#: src/Content/Feature.php:81
-msgid "Multiple Profiles"
-msgstr "Profili multipli"
+#: src/Content/ContactSelector.php:85
+msgid "Zot!"
+msgstr ""
 
-#: src/Content/Feature.php:81
-msgid "Ability to create multiple profiles"
-msgstr "Possibilità di creare profili multipli"
+#: src/Content/ContactSelector.php:86
+msgid "LinkedIn"
+msgstr ""
 
-#: src/Content/Feature.php:82
-msgid "Photo Location"
-msgstr "Località Foto"
+#: src/Content/ContactSelector.php:87
+msgid "XMPP/IM"
+msgstr ""
 
-#: src/Content/Feature.php:82
-msgid ""
-"Photo metadata is normally stripped. This extracts the location (if present)"
-" prior to stripping metadata and links it to a map."
-msgstr "I metadati delle foto vengono rimossi. Questa opzione estrae la località (se presenta) prima di rimuovere i metadati e la collega a una mappa."
+#: src/Content/ContactSelector.php:88
+msgid "MySpace"
+msgstr ""
 
-#: src/Content/Feature.php:83
-msgid "Export Public Calendar"
-msgstr "Esporta calendario pubblico"
+#: src/Content/ContactSelector.php:89
+msgid "Google+"
+msgstr ""
 
-#: src/Content/Feature.php:83
-msgid "Ability for visitors to download the public calendar"
-msgstr "Permesso ai visitatori di scaricare il calendario pubblico"
+#: src/Content/ContactSelector.php:90
+msgid "pump.io"
+msgstr ""
 
-#: src/Content/Feature.php:88
-msgid "Post Composition Features"
-msgstr "Funzionalità di composizione dei post"
+#: src/Content/ContactSelector.php:91
+msgid "Twitter"
+msgstr ""
 
-#: src/Content/Feature.php:89
-msgid "Post Preview"
-msgstr "Anteprima dei post"
+#: src/Content/ContactSelector.php:92
+msgid "Diaspora Connector"
+msgstr ""
 
-#: src/Content/Feature.php:89
-msgid "Allow previewing posts and comments before publishing them"
-msgstr "Permetti di avere un'anteprima di messaggi e commenti prima di pubblicarli"
+#: src/Content/ContactSelector.php:93
+msgid "GNU Social Connector"
+msgstr ""
 
-#: src/Content/Feature.php:90
-msgid "Auto-mention Forums"
-msgstr "Auto-cita i Forum"
+#: src/Content/ContactSelector.php:94
+msgid "pnut"
+msgstr ""
+
+#: src/Content/ContactSelector.php:95
+msgid "App.net"
+msgstr ""
 
-#: src/Content/Feature.php:90
-msgid ""
-"Add/remove mention when a forum page is selected/deselected in ACL window."
-msgstr "Aggiunge/rimuove una menzione quando una pagina forum è selezionata/deselezionata nella finestra dei permessi."
+#: src/Content/ContactSelector.php:125
+msgid "Male"
+msgstr ""
 
-#: src/Content/Feature.php:95
-msgid "Network Sidebar Widgets"
-msgstr "Widget della barra laterale nella pagina Rete"
+#: src/Content/ContactSelector.php:125
+msgid "Female"
+msgstr ""
 
-#: src/Content/Feature.php:96
-msgid "Search by Date"
-msgstr "Cerca per data"
+#: src/Content/ContactSelector.php:125
+msgid "Currently Male"
+msgstr ""
 
-#: src/Content/Feature.php:96
-msgid "Ability to select posts by date ranges"
-msgstr "Permette di filtrare i post per data"
+#: src/Content/ContactSelector.php:125
+msgid "Currently Female"
+msgstr ""
 
-#: src/Content/Feature.php:97 src/Content/Feature.php:127
-msgid "List Forums"
-msgstr "Elenco forum"
+#: src/Content/ContactSelector.php:125
+msgid "Mostly Male"
+msgstr ""
 
-#: src/Content/Feature.php:97
-msgid "Enable widget to display the forums your are connected with"
-msgstr "Abilita il widget che mostra i forum ai quali sei connesso"
+#: src/Content/ContactSelector.php:125
+msgid "Mostly Female"
+msgstr ""
 
-#: src/Content/Feature.php:98
-msgid "Group Filter"
-msgstr "Filtra gruppi"
+#: src/Content/ContactSelector.php:125
+msgid "Transgender"
+msgstr ""
 
-#: src/Content/Feature.php:98
-msgid "Enable widget to display Network posts only from selected group"
-msgstr "Abilita il widget per filtrare i post solo per il gruppo selezionato"
+#: src/Content/ContactSelector.php:125
+msgid "Intersex"
+msgstr ""
 
-#: src/Content/Feature.php:99
-msgid "Network Filter"
-msgstr "Filtro reti"
+#: src/Content/ContactSelector.php:125
+msgid "Transsexual"
+msgstr ""
 
-#: src/Content/Feature.php:99
-msgid "Enable widget to display Network posts only from selected network"
-msgstr "Abilita il widget per mostrare i post solo per la rete selezionata"
+#: src/Content/ContactSelector.php:125
+msgid "Hermaphrodite"
+msgstr ""
 
-#: src/Content/Feature.php:100
-msgid "Save search terms for re-use"
-msgstr "Salva i termini cercati per riutilizzarli"
+#: src/Content/ContactSelector.php:125
+msgid "Neuter"
+msgstr ""
 
-#: src/Content/Feature.php:105
-msgid "Network Tabs"
-msgstr "Schede pagina Rete"
+#: src/Content/ContactSelector.php:125
+msgid "Non-specific"
+msgstr "Non specificato"
 
-#: src/Content/Feature.php:106
-msgid "Network Personal Tab"
-msgstr "Scheda Personali"
+#: src/Content/ContactSelector.php:125
+msgid "Other"
+msgstr "Altro"
 
-#: src/Content/Feature.php:106
-msgid "Enable tab to display only Network posts that you've interacted on"
-msgstr "Abilita la scheda per mostrare solo i post a cui hai partecipato"
+#: src/Content/ContactSelector.php:147
+msgid "Males"
+msgstr "Maschi"
 
-#: src/Content/Feature.php:107
-msgid "Network New Tab"
-msgstr "Scheda Nuovi"
+#: src/Content/ContactSelector.php:147
+msgid "Females"
+msgstr "Femmine"
 
-#: src/Content/Feature.php:107
-msgid "Enable tab to display only new Network posts (from the last 12 hours)"
-msgstr "Abilita la scheda per mostrare solo i post nuovi (nelle ultime 12 ore)"
+#: src/Content/ContactSelector.php:147
+msgid "Gay"
+msgstr "Gay"
 
-#: src/Content/Feature.php:108
-msgid "Network Shared Links Tab"
-msgstr "Scheda Link Condivisi"
+#: src/Content/ContactSelector.php:147
+msgid "Lesbian"
+msgstr "Lesbica"
 
-#: src/Content/Feature.php:108
-msgid "Enable tab to display only Network posts with links in them"
-msgstr "Abilita la scheda per mostrare solo i post che contengono link"
+#: src/Content/ContactSelector.php:147
+msgid "No Preference"
+msgstr "Nessuna preferenza"
 
-#: src/Content/Feature.php:113
-msgid "Post/Comment Tools"
-msgstr "Strumenti per messaggi/commenti"
+#: src/Content/ContactSelector.php:147
+msgid "Bisexual"
+msgstr "Bisessuale"
 
-#: src/Content/Feature.php:114
-msgid "Multiple Deletion"
-msgstr "Eliminazione multipla"
+#: src/Content/ContactSelector.php:147
+msgid "Autosexual"
+msgstr "Autosessuale"
 
-#: src/Content/Feature.php:114
-msgid "Select and delete multiple posts/comments at once"
-msgstr "Seleziona ed elimina vari messaggi e commenti in una volta sola"
+#: src/Content/ContactSelector.php:147
+msgid "Abstinent"
+msgstr "Astinente"
 
-#: src/Content/Feature.php:115
-msgid "Edit Sent Posts"
-msgstr "Modifica i post inviati"
+#: src/Content/ContactSelector.php:147
+msgid "Virgin"
+msgstr "Vergine"
 
-#: src/Content/Feature.php:115
-msgid "Edit and correct posts and comments after sending"
-msgstr "Modifica e correggi messaggi e commenti dopo averli inviati"
+#: src/Content/ContactSelector.php:147
+msgid "Deviant"
+msgstr "Deviato"
 
-#: src/Content/Feature.php:116
-msgid "Tagging"
-msgstr "Aggiunta tag"
+#: src/Content/ContactSelector.php:147
+msgid "Fetish"
+msgstr "Fetish"
 
-#: src/Content/Feature.php:116
-msgid "Ability to tag existing posts"
-msgstr "Permette di aggiungere tag ai post già esistenti"
+#: src/Content/ContactSelector.php:147
+msgid "Oodles"
+msgstr "Un sacco"
 
-#: src/Content/Feature.php:117
-msgid "Post Categories"
-msgstr "Categorie post"
+#: src/Content/ContactSelector.php:147
+msgid "Nonsexual"
+msgstr "Asessuato"
 
-#: src/Content/Feature.php:117
-msgid "Add categories to your posts"
-msgstr "Aggiungi categorie ai tuoi post"
+#: src/Content/ContactSelector.php:169
+msgid "Single"
+msgstr "Single"
 
-#: src/Content/Feature.php:118 src/Content/Widget.php:200
-msgid "Saved Folders"
-msgstr "Cartelle Salvate"
+#: src/Content/ContactSelector.php:169
+msgid "Lonely"
+msgstr "Solitario"
 
-#: src/Content/Feature.php:118
-msgid "Ability to file posts under folders"
-msgstr "Permette di archiviare i post in cartelle"
+#: src/Content/ContactSelector.php:169
+msgid "Available"
+msgstr "Disponibile"
 
-#: src/Content/Feature.php:119
-msgid "Dislike Posts"
-msgstr "Non mi piace"
+#: src/Content/ContactSelector.php:169
+msgid "Unavailable"
+msgstr "Non disponibile"
 
-#: src/Content/Feature.php:119
-msgid "Ability to dislike posts/comments"
-msgstr "Permetti di inviare \"non mi piace\" ai messaggi"
+#: src/Content/ContactSelector.php:169
+msgid "Has crush"
+msgstr "è cotto/a"
 
-#: src/Content/Feature.php:120
-msgid "Star Posts"
-msgstr "Post preferiti"
+#: src/Content/ContactSelector.php:169
+msgid "Infatuated"
+msgstr "infatuato/a"
 
-#: src/Content/Feature.php:120
-msgid "Ability to mark special posts with a star indicator"
-msgstr "Permette di segnare i post preferiti con una stella"
+#: src/Content/ContactSelector.php:169
+msgid "Dating"
+msgstr "Disponibile a un incontro"
 
-#: src/Content/Feature.php:121
-msgid "Mute Post Notifications"
-msgstr "Silenzia le notifiche di nuovi post"
+#: src/Content/ContactSelector.php:169
+msgid "Unfaithful"
+msgstr "Infedele"
 
-#: src/Content/Feature.php:121
-msgid "Ability to mute notifications for a thread"
-msgstr "Permette di silenziare le notifiche di nuovi post in una discussione"
+#: src/Content/ContactSelector.php:169
+msgid "Sex Addict"
+msgstr "Sesso-dipendente"
 
-#: src/Content/Feature.php:126
-msgid "Advanced Profile Settings"
-msgstr "Impostazioni Avanzate Profilo"
+#: src/Content/ContactSelector.php:169 src/Model/User.php:505
+msgid "Friends"
+msgstr "Amici"
 
-#: src/Content/Feature.php:127
-msgid "Show visitors public community forums at the Advanced Profile Page"
-msgstr "Mostra ai visitatori i forum nella pagina Profilo Avanzato"
+#: src/Content/ContactSelector.php:169
+msgid "Friends/Benefits"
+msgstr "Amici con benefici"
 
-#: src/Content/Feature.php:128
-msgid "Tag Cloud"
-msgstr "Tag Cloud"
+#: src/Content/ContactSelector.php:169
+msgid "Casual"
+msgstr "Casual"
 
-#: src/Content/Feature.php:128
-msgid "Provide a personal tag cloud on your profile page"
-msgstr "Mostra una nuvola dei tag personali sulla tua pagina di profilo"
+#: src/Content/ContactSelector.php:169
+msgid "Engaged"
+msgstr "Impegnato"
 
-#: src/Content/Feature.php:129
-msgid "Display Membership Date"
-msgstr "Mostra la Data di Registrazione"
+#: src/Content/ContactSelector.php:169
+msgid "Married"
+msgstr "Sposato"
 
-#: src/Content/Feature.php:129
-msgid "Display membership date in profile"
-msgstr "Mostra la data in cui ti sei registrato nel profilo"
+#: src/Content/ContactSelector.php:169
+msgid "Imaginarily married"
+msgstr "immaginariamente sposato/a"
 
-#: src/Content/OEmbed.php:253
-msgid "Embedding disabled"
-msgstr "Embed disabilitato"
+#: src/Content/ContactSelector.php:169
+msgid "Partners"
+msgstr "Partners"
 
-#: src/Content/OEmbed.php:373
-msgid "Embedded content"
-msgstr "Contenuto incorporato"
+#: src/Content/ContactSelector.php:169
+msgid "Cohabiting"
+msgstr "Coinquilino"
 
-#: src/Content/Widget.php:33
-msgid "Add New Contact"
-msgstr "Aggiungi nuovo contatto"
+#: src/Content/ContactSelector.php:169
+msgid "Common law"
+msgstr "diritto comune"
 
-#: src/Content/Widget.php:34
-msgid "Enter address or web location"
-msgstr "Inserisci posizione o indirizzo web"
+#: src/Content/ContactSelector.php:169
+msgid "Happy"
+msgstr "Felice"
 
-#: src/Content/Widget.php:35
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Esempio: bob@example.com, http://example.com/barbara"
+#: src/Content/ContactSelector.php:169
+msgid "Not looking"
+msgstr "Non guarda"
 
-#: src/Content/Widget.php:53
-#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] "%d invito disponibile"
-msgstr[1] "%d inviti disponibili"
+#: src/Content/ContactSelector.php:169
+msgid "Swinger"
+msgstr "Scambista"
 
-#: src/Content/Widget.php:59
-msgid "Find People"
-msgstr "Trova persone"
+#: src/Content/ContactSelector.php:169
+msgid "Betrayed"
+msgstr "Tradito"
 
-#: src/Content/Widget.php:60
-msgid "Enter name or interest"
-msgstr "Inserisci un nome o un interesse"
+#: src/Content/ContactSelector.php:169
+msgid "Separated"
+msgstr "Separato"
 
-#: src/Content/Widget.php:62
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Esempi: Mario Rossi, Pesca"
+#: src/Content/ContactSelector.php:169
+msgid "Unstable"
+msgstr "Instabile"
 
-#: src/Content/Widget.php:66
-msgid "Random Profile"
-msgstr "Profilo causale"
+#: src/Content/ContactSelector.php:169
+msgid "Divorced"
+msgstr "Divorziato"
 
-#: src/Content/Widget.php:68
-msgid "View Global Directory"
-msgstr "Vedi Directory Globale"
+#: src/Content/ContactSelector.php:169
+msgid "Imaginarily divorced"
+msgstr "immaginariamente divorziato/a"
 
-#: src/Content/Widget.php:159
-msgid "Networks"
-msgstr "Reti"
+#: src/Content/ContactSelector.php:169
+msgid "Widowed"
+msgstr "Vedovo"
 
-#: src/Content/Widget.php:162
-msgid "All Networks"
-msgstr "Tutte le Reti"
+#: src/Content/ContactSelector.php:169
+msgid "Uncertain"
+msgstr "Incerto"
 
-#: src/Content/Widget.php:203 src/Content/Widget.php:243
-msgid "Everything"
-msgstr "Tutto"
+#: src/Content/ContactSelector.php:169
+msgid "It's complicated"
+msgstr "E' complicato"
 
-#: src/Content/Widget.php:240
-msgid "Categories"
-msgstr "Categorie"
+#: src/Content/ContactSelector.php:169
+msgid "Don't care"
+msgstr "Non interessa"
 
-#: src/Content/Widget.php:307
-#, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] "%d contatto in comune"
-msgstr[1] "%d contatti in comune"
+#: src/Content/ContactSelector.php:169
+msgid "Ask me"
+msgstr "Chiedimelo"
 
 #: src/Database/DBStructure.php:32
 msgid "There are no tables on MyISAM."
@@ -8651,11 +8630,11 @@ msgstr "\nErrore %d durante l'aggiornamento del database:\n%s\n"
 msgid "Errors encountered performing database changes: "
 msgstr "Errori riscontrati eseguendo le modifiche al database:"
 
-#: src/Database/DBStructure.php:209
+#: src/Database/DBStructure.php:210
 msgid ": Database update"
 msgstr ": Aggiornamento database"
 
-#: src/Database/DBStructure.php:458
+#: src/Database/DBStructure.php:460
 #, php-format
 msgid "%s: updating %s table."
 msgstr "%s: aggiornando la tabella %s."
@@ -8664,21 +8643,6 @@ msgstr "%s: aggiornando la tabella %s."
 msgid "[no subject]"
 msgstr "[nessun oggetto]"
 
-#: src/Model/Item.php:1666
-#, php-format
-msgid "%1$s is attending %2$s's %3$s"
-msgstr "%1$s parteciperà a %3$s di %2$s"
-
-#: src/Model/Item.php:1671
-#, php-format
-msgid "%1$s is not attending %2$s's %3$s"
-msgstr "%1$s non parteciperà a %3$s di %2$s"
-
-#: src/Model/Item.php:1676
-#, php-format
-msgid "%1$s may attend %2$s's %3$s"
-msgstr "%1$s forse parteciperà a %3$s di %2$s"
-
 #: src/Model/Profile.php:97
 msgid "Requested account is not available."
 msgstr "L'account richiesto non è disponibile."
@@ -8797,212 +8761,289 @@ msgstr "Forum:"
 msgid "Only You Can See This"
 msgstr "Solo tu puoi vedere questo"
 
-#: src/Model/Contact.php:559
+#: src/Model/Item.php:1676
+#, php-format
+msgid "%1$s is attending %2$s's %3$s"
+msgstr "%1$s parteciperà a %3$s di %2$s"
+
+#: src/Model/Item.php:1681
+#, php-format
+msgid "%1$s is not attending %2$s's %3$s"
+msgstr "%1$s non parteciperà a %3$s di %2$s"
+
+#: src/Model/Item.php:1686
+#, php-format
+msgid "%1$s may attend %2$s's %3$s"
+msgstr "%1$s forse parteciperà a %3$s di %2$s"
+
+#: src/Model/Group.php:44
+msgid ""
+"A deleted group with this name was revived. Existing item permissions "
+"<strong>may</strong> apply to this group and any future members. If this is "
+"not what you intended, please create another group with a different name."
+msgstr "Un gruppo eliminato con questo nome è stato ricreato. I permessi  esistenti su un elemento <strong>possono</strong> essere applicati a questo gruppo e tutti i membri futuri. Se questo non è ciò che si intende, si prega di creare un altro gruppo con un nome diverso."
+
+#: src/Model/Group.php:328
+msgid "Default privacy group for new contacts"
+msgstr "Gruppo predefinito per i nuovi contatti"
+
+#: src/Model/Group.php:361
+msgid "Everybody"
+msgstr "Tutti"
+
+#: src/Model/Group.php:381
+msgid "edit"
+msgstr "modifica"
+
+#: src/Model/Group.php:405
+msgid "Edit group"
+msgstr "Modifica gruppo"
+
+#: src/Model/Group.php:406
+msgid "Contacts not in any group"
+msgstr "Contatti in nessun gruppo."
+
+#: src/Model/Group.php:407
+msgid "Create a new group"
+msgstr "Crea un nuovo gruppo"
+
+#: src/Model/Group.php:409
+msgid "Edit groups"
+msgstr "Modifica gruppi"
+
+#: src/Model/Contact.php:645
 msgid "Drop Contact"
 msgstr "Rimuovi contatto"
 
-#: src/Model/Contact.php:962
+#: src/Model/Contact.php:1048
 msgid "Organisation"
 msgstr "Organizzazione"
 
-#: src/Model/Contact.php:965
+#: src/Model/Contact.php:1051
 msgid "News"
 msgstr "Notizie"
 
-#: src/Model/Contact.php:968
+#: src/Model/Contact.php:1054
 msgid "Forum"
 msgstr "Forum"
 
-#: src/Model/Contact.php:1147
+#: src/Model/Contact.php:1233
 msgid "Connect URL missing."
 msgstr "URL di connessione mancante."
 
-#: src/Model/Contact.php:1156
+#: src/Model/Contact.php:1242
 msgid ""
 "The contact could not be added. Please check the relevant network "
 "credentials in your Settings -> Social Networks page."
 msgstr "Il contatto non puo' essere aggiunto. Controlla le credenziali della rete nella tua pagina Impostazioni -> Reti Sociali"
 
-#: src/Model/Contact.php:1184
+#: src/Model/Contact.php:1289
 msgid ""
 "This site is not configured to allow communications with other networks."
 msgstr "Questo sito non è configurato per permettere la comunicazione con altri network."
 
-#: src/Model/Contact.php:1185 src/Model/Contact.php:1199
+#: src/Model/Contact.php:1290 src/Model/Contact.php:1304
 msgid "No compatible communication protocols or feeds were discovered."
 msgstr "Non sono stati trovati protocolli di comunicazione o feed compatibili."
 
-#: src/Model/Contact.php:1197
+#: src/Model/Contact.php:1302
 msgid "The profile address specified does not provide adequate information."
 msgstr "L'indirizzo del profilo specificato non fornisce adeguate informazioni."
 
-#: src/Model/Contact.php:1202
+#: src/Model/Contact.php:1307
 msgid "An author or name was not found."
 msgstr "Non è stato trovato un nome o un autore"
 
-#: src/Model/Contact.php:1205
+#: src/Model/Contact.php:1310
 msgid "No browser URL could be matched to this address."
 msgstr "Nessun URL può essere associato a questo indirizzo."
 
-#: src/Model/Contact.php:1208
+#: src/Model/Contact.php:1313
 msgid ""
 "Unable to match @-style Identity Address with a known protocol or email "
 "contact."
 msgstr "Impossibile l'indirizzo identità con un protocollo conosciuto o con un contatto email."
 
-#: src/Model/Contact.php:1209
+#: src/Model/Contact.php:1314
 msgid "Use mailto: in front of address to force email check."
 msgstr "Usa \"mailto:\" davanti all'indirizzo per forzare un controllo nelle email."
 
-#: src/Model/Contact.php:1215
+#: src/Model/Contact.php:1320
 msgid ""
 "The profile address specified belongs to a network which has been disabled "
 "on this site."
 msgstr "L'indirizzo del profilo specificato appartiene a un network che è stato disabilitato su questo sito."
 
-#: src/Model/Contact.php:1220
+#: src/Model/Contact.php:1325
 msgid ""
 "Limited profile. This person will be unable to receive direct/personal "
 "notifications from you."
 msgstr "Profilo limitato. Questa persona non sarà in grado di ricevere notifiche personali da te."
 
-#: src/Model/Contact.php:1290
+#: src/Model/Contact.php:1376
 msgid "Unable to retrieve contact information."
 msgstr "Impossibile recuperare informazioni sul contatto."
 
-#: src/Model/Contact.php:1502
+#: src/Model/Contact.php:1588
 #, php-format
 msgid "%s's birthday"
 msgstr "Compleanno di %s"
 
-#: src/Model/Contact.php:1503 src/Protocol/DFRN.php:1398
+#: src/Model/Contact.php:1589 src/Protocol/DFRN.php:1478
 #, php-format
 msgid "Happy Birthday %s"
 msgstr "Buon compleanno %s"
 
-#: src/Model/Group.php:44
-msgid ""
-"A deleted group with this name was revived. Existing item permissions "
-"<strong>may</strong> apply to this group and any future members. If this is "
-"not what you intended, please create another group with a different name."
-msgstr "Un gruppo eliminato con questo nome è stato ricreato. I permessi  esistenti su un elemento <strong>possono</strong> essere applicati a questo gruppo e tutti i membri futuri. Se questo non è ciò che si intende, si prega di creare un altro gruppo con un nome diverso."
+#: src/Model/Event.php:53 src/Model/Event.php:70 src/Model/Event.php:419
+#: src/Model/Event.php:882
+msgid "Starts:"
+msgstr "Inizia:"
 
-#: src/Model/Group.php:329
-msgid "Default privacy group for new contacts"
-msgstr "Gruppo predefinito per i nuovi contatti"
+#: src/Model/Event.php:56 src/Model/Event.php:76 src/Model/Event.php:420
+#: src/Model/Event.php:886
+msgid "Finishes:"
+msgstr "Finisce:"
 
-#: src/Model/Group.php:362
-msgid "Everybody"
-msgstr "Tutti"
+#: src/Model/Event.php:368
+msgid "all-day"
+msgstr "tutto il giorno"
 
-#: src/Model/Group.php:382
-msgid "edit"
-msgstr "modifica"
+#: src/Model/Event.php:391
+msgid "Jun"
+msgstr "Giu"
 
-#: src/Model/Group.php:406
-msgid "Edit group"
-msgstr "Modifica gruppo"
+#: src/Model/Event.php:394
+msgid "Sept"
+msgstr "Set"
 
-#: src/Model/Group.php:407
-msgid "Contacts not in any group"
-msgstr "Contatti in nessun gruppo."
+#: src/Model/Event.php:417
+msgid "No events to display"
+msgstr "Nessun evento da mostrare"
 
-#: src/Model/Group.php:408
-msgid "Create a new group"
-msgstr "Crea un nuovo gruppo"
+#: src/Model/Event.php:543
+msgid "l, F j"
+msgstr "l j F"
 
-#: src/Model/Group.php:410
-msgid "Edit groups"
-msgstr "Modifica gruppi"
+#: src/Model/Event.php:566
+msgid "Edit event"
+msgstr "Modifica l'evento"
+
+#: src/Model/Event.php:567
+msgid "Duplicate event"
+msgstr "Duplica evento"
+
+#: src/Model/Event.php:568
+msgid "Delete event"
+msgstr "Elimina evento"
 
-#: src/Model/User.php:142
+#: src/Model/Event.php:815
+msgid "D g:i A"
+msgstr "D G:i"
+
+#: src/Model/Event.php:816
+msgid "g:i A"
+msgstr "G:i"
+
+#: src/Model/Event.php:901 src/Model/Event.php:903
+msgid "Show map"
+msgstr "Mostra mappa"
+
+#: src/Model/Event.php:902
+msgid "Hide map"
+msgstr "Nascondi mappa"
+
+#: src/Model/User.php:144
 msgid "Login failed"
 msgstr "Accesso fallito."
 
-#: src/Model/User.php:173
+#: src/Model/User.php:175
 msgid "Not enough information to authenticate"
 msgstr "Informazioni insufficienti per l'autenticazione"
 
-#: src/Model/User.php:319
+#: src/Model/User.php:332
 msgid "An invitation is required."
 msgstr "E' richiesto un invito."
 
-#: src/Model/User.php:323
+#: src/Model/User.php:336
 msgid "Invitation could not be verified."
 msgstr "L'invito non puo' essere verificato."
 
-#: src/Model/User.php:330
+#: src/Model/User.php:343
 msgid "Invalid OpenID url"
 msgstr "Url OpenID non valido"
 
-#: src/Model/User.php:343 src/Module/Login.php:100
+#: src/Model/User.php:356 src/Module/Login.php:100
 msgid ""
 "We encountered a problem while logging in with the OpenID you provided. "
 "Please check the correct spelling of the ID."
 msgstr "Abbiamo incontrato un problema mentre contattavamo il server OpenID che ci hai fornito. Controlla di averlo scritto giusto."
 
-#: src/Model/User.php:343 src/Module/Login.php:100
+#: src/Model/User.php:356 src/Module/Login.php:100
 msgid "The error message was:"
 msgstr "Il messaggio riportato era:"
 
-#: src/Model/User.php:349
+#: src/Model/User.php:362
 msgid "Please enter the required information."
 msgstr "Inserisci le informazioni richieste."
 
-#: src/Model/User.php:362
+#: src/Model/User.php:375
 msgid "Please use a shorter name."
 msgstr "Usa un nome più corto."
 
-#: src/Model/User.php:365
+#: src/Model/User.php:378
 msgid "Name too short."
 msgstr "Il nome è troppo corto."
 
-#: src/Model/User.php:373
+#: src/Model/User.php:386
 msgid "That doesn't appear to be your full (First Last) name."
 msgstr "Questo non sembra essere il tuo nome completo (Nome Cognome)."
 
-#: src/Model/User.php:378
+#: src/Model/User.php:391
 msgid "Your email domain is not among those allowed on this site."
 msgstr "Il dominio della tua email non è tra quelli autorizzati su questo sito."
 
-#: src/Model/User.php:382
+#: src/Model/User.php:395
 msgid "Not a valid email address."
 msgstr "L'indirizzo email non è valido."
 
-#: src/Model/User.php:386 src/Model/User.php:394
+#: src/Model/User.php:399 src/Model/User.php:407
 msgid "Cannot use that email."
 msgstr "Non puoi usare quell'email."
 
-#: src/Model/User.php:401
+#: src/Model/User.php:414
 msgid "Your nickname can only contain a-z, 0-9 and _."
 msgstr "Il tuo nome utente può contenere solo a-z, 0-9 e _."
 
-#: src/Model/User.php:408 src/Model/User.php:464
+#: src/Model/User.php:421 src/Model/User.php:477
 msgid "Nickname is already registered. Please choose another."
 msgstr "Nome utente già registrato. Scegline un altro."
 
-#: src/Model/User.php:418
+#: src/Model/User.php:431
 msgid "SERIOUS ERROR: Generation of security keys failed."
 msgstr "ERRORE GRAVE: La generazione delle chiavi di sicurezza è fallita."
 
-#: src/Model/User.php:451 src/Model/User.php:455
+#: src/Model/User.php:464 src/Model/User.php:468
 msgid "An error occurred during registration. Please try again."
 msgstr "C'è stato un errore durante la registrazione. Prova ancora."
 
-#: src/Model/User.php:480
+#: src/Model/User.php:488 view/theme/duepuntozero/config.php:54
+msgid "default"
+msgstr "default"
+
+#: src/Model/User.php:493
 msgid "An error occurred creating your default profile. Please try again."
 msgstr "C'è stato un errore nella creazione del tuo profilo. Prova ancora."
 
-#: src/Model/User.php:487
+#: src/Model/User.php:500
 msgid "An error occurred creating your self contact. Please try again."
 msgstr "C'è stato un errore nella creazione del tuo contatto. Prova ancora."
 
-#: src/Model/User.php:496
+#: src/Model/User.php:509
 msgid ""
 "An error occurred creating your default contact group. Please try again."
 msgstr "C'è stato un errore nella creazione del tuo gruppo contatti di default. Prova ancora."
 
-#: src/Model/User.php:570
+#: src/Model/User.php:583
 #, php-format
 msgid ""
 "\n"
@@ -9011,12 +9052,12 @@ msgid ""
 "\t\t"
 msgstr "\nGentile %1$s,\n\tGrazie per la tua registrazione su %2$s. Il tuo account è in attesa di approvazione da parte di un amministratore.\n\t"
 
-#: src/Model/User.php:580
+#: src/Model/User.php:593
 #, php-format
 msgid "Registration at %s"
 msgstr "Registrazione su %s"
 
-#: src/Model/User.php:598
+#: src/Model/User.php:611
 #, php-format
 msgid ""
 "\n"
@@ -9025,16 +9066,17 @@ msgid ""
 "\t\t"
 msgstr "\nGentile %1$s,\n\tGrazie per esserti registrato su %2$s. Il tuo account è stato creato.\n\t"
 
-#: src/Model/User.php:602
+#: src/Model/User.php:615
 #, php-format
 msgid ""
 "\n"
 "\t\t\tThe login details are as follows:\n"
-"\t\t\t\tSite Location:\t%3$s\n"
-"\t\t\t\tLogin Name:\t%1$s\n"
-"\t\t\t\tPassword:\t%5$s\n"
 "\n"
-"\t\t\tYou may change your password from your account Settings page after logging\n"
+"\t\t\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"
@@ -9043,7 +9085,7 @@ msgid ""
 "\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\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"
@@ -9051,221 +9093,406 @@ msgid ""
 "\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."
-msgstr "\nI dettagli del tuo utente sono:\n\tIndirizzo del sito: %3$s\n\tNome utente: %1$s\n\tPassword: %5$s\n\nPuoi cambiare la tua password dalla pagina delle impostazioni del tuo account dopo esserti autenticato.\n\nPer favore, prenditi qualche momento per esaminare tutte le impostazioni presenti.\n\nPotresti voler aggiungere qualche informazione di base al tuo profilo predefinito (nella pagina \"Profili\"), così che le altre persone possano trovarti più facilmente.\n\nTi raccomandiamo di inserire il tuo nome completo, aggiungere una foto, aggiungere qualche parola chiave del profilo (molto utili per trovare nuovi contatti), e magari in quale nazione vivi, se non vuoi essere più specifico di così.\n\nNoi rispettiamo appieno la tua privacy, e nessuna di queste informazioni è necessaria o obbligatoria.\nSe sei nuovo e non conosci nessuno qui, possono aiutarti a trovare qualche nuovo e interessante contatto.\n\nGrazie e benvenuto su %2$s."
-
-#: src/Protocol/DFRN.php:1397
-#, php-format
-msgid "%s\\'s birthday"
-msgstr "compleanno di %s"
+msgstr ""
 
-#: src/Protocol/OStatus.php:1774
+#: src/Protocol/OStatus.php:1799
 #, php-format
 msgid "%s is now following %s."
 msgstr "%s sta seguendo %s"
 
-#: src/Protocol/OStatus.php:1775
+#: src/Protocol/OStatus.php:1800
 msgid "following"
 msgstr "segue"
 
-#: src/Protocol/OStatus.php:1778
+#: src/Protocol/OStatus.php:1803
 #, php-format
 msgid "%s stopped following %s."
 msgstr "%s ha smesso di seguire %s"
 
-#: src/Protocol/OStatus.php:1779
+#: src/Protocol/OStatus.php:1804
 msgid "stopped following"
 msgstr "tolto dai seguiti"
 
-#: src/Protocol/Diaspora.php:2584
-msgid "Sharing notification from Diaspora network"
-msgstr "Notifica di condivisione dal network Diaspora*"
-
-#: src/Protocol/Diaspora.php:3660
-msgid "Attachments:"
-msgstr "Allegati:"
-
-#: src/Worker/Delivery.php:391
-msgid "(no subject)"
-msgstr "(nessun oggetto)"
-
-#: src/Module/Login.php:282
-msgid "Create a New Account"
-msgstr "Crea un nuovo account"
-
-#: src/Module/Login.php:315
-msgid "Password: "
-msgstr "Password: "
-
-#: src/Module/Login.php:316
-msgid "Remember me"
-msgstr "Ricordati di me"
-
-#: src/Module/Login.php:319
-msgid "Or login using OpenID: "
-msgstr "O entra con OpenID:"
-
-#: src/Module/Login.php:325
-msgid "Forgot your password?"
-msgstr "Hai dimenticato la password?"
-
-#: src/Module/Login.php:328
-msgid "Website Terms of Service"
-msgstr "Condizioni di servizio del sito web "
-
-#: src/Module/Login.php:329
-msgid "terms of service"
-msgstr "condizioni del servizio"
-
-#: src/Module/Login.php:331
-msgid "Website Privacy Policy"
-msgstr "Politiche di privacy del sito"
+#: src/Protocol/DFRN.php:1477
+#, php-format
+msgid "%s\\'s birthday"
+msgstr "compleanno di %s"
 
-#: src/Module/Login.php:332
-msgid "privacy policy"
-msgstr "politiche di privacy"
+#: src/Protocol/Diaspora.php:2651
+msgid "Sharing notification from Diaspora network"
+msgstr "Notifica di condivisione dal network Diaspora*"
 
-#: src/Module/Logout.php:28
-msgid "Logged out."
-msgstr "Uscita effettuata."
+#: src/Protocol/Diaspora.php:3738
+msgid "Attachments:"
+msgstr "Allegati:"
 
-#: src/Object/Post.php:127
+#: src/Worker/Delivery.php:392
+msgid "(no subject)"
+msgstr "(nessun oggetto)"
+
+#: src/Object/Post.php:128
 msgid "This entry was edited"
 msgstr "Questa voce è stata modificata"
 
-#: src/Object/Post.php:181
+#: src/Object/Post.php:182
 msgid "save to folder"
 msgstr "salva nella cartella"
 
-#: src/Object/Post.php:234
+#: src/Object/Post.php:235
 msgid "I will attend"
 msgstr "Parteciperò"
 
-#: src/Object/Post.php:234
+#: src/Object/Post.php:235
 msgid "I will not attend"
 msgstr "Non parteciperò"
 
-#: src/Object/Post.php:234
+#: src/Object/Post.php:235
 msgid "I might attend"
 msgstr "Forse parteciperò"
 
-#: src/Object/Post.php:262
+#: src/Object/Post.php:263
 msgid "add star"
 msgstr "aggiungi a speciali"
 
-#: src/Object/Post.php:263
+#: src/Object/Post.php:264
 msgid "remove star"
 msgstr "rimuovi da speciali"
 
-#: src/Object/Post.php:264
+#: src/Object/Post.php:265
 msgid "toggle star status"
 msgstr "Inverti stato preferito"
 
-#: src/Object/Post.php:267
+#: src/Object/Post.php:268
 msgid "starred"
 msgstr "preferito"
 
-#: src/Object/Post.php:273
+#: src/Object/Post.php:274
 msgid "ignore thread"
 msgstr "ignora la discussione"
 
-#: src/Object/Post.php:274
+#: src/Object/Post.php:275
 msgid "unignore thread"
 msgstr "non ignorare la discussione"
 
-#: src/Object/Post.php:275
+#: src/Object/Post.php:276
 msgid "toggle ignore status"
 msgstr "inverti stato \"Ignora\""
 
-#: src/Object/Post.php:284
+#: src/Object/Post.php:285
 msgid "add tag"
 msgstr "aggiungi tag"
 
-#: src/Object/Post.php:295
+#: src/Object/Post.php:296
 msgid "like"
 msgstr "mi piace"
 
-#: src/Object/Post.php:296
+#: src/Object/Post.php:297
 msgid "dislike"
 msgstr "non mi piace"
 
-#: src/Object/Post.php:299
+#: src/Object/Post.php:300
 msgid "Share this"
 msgstr "Condividi questo"
 
-#: src/Object/Post.php:299
+#: src/Object/Post.php:300
 msgid "share"
 msgstr "condividi"
 
-#: src/Object/Post.php:357
+#: src/Object/Post.php:365
 msgid "to"
 msgstr "a"
 
-#: src/Object/Post.php:358
+#: src/Object/Post.php:366
 msgid "via"
 msgstr "via"
 
-#: src/Object/Post.php:359
+#: src/Object/Post.php:367
 msgid "Wall-to-Wall"
 msgstr "Da bacheca a bacheca"
 
-#: src/Object/Post.php:360
+#: src/Object/Post.php:368
 msgid "via Wall-To-Wall:"
 msgstr "da bacheca a bacheca"
 
-#: src/Object/Post.php:419
+#: src/Object/Post.php:427
 #, php-format
 msgid "%d comment"
 msgid_plural "%d comments"
 msgstr[0] "%d commento"
 msgstr[1] "%d commenti"
 
-#: src/Object/Post.php:789
+#: src/Object/Post.php:797
 msgid "Bold"
 msgstr "Grassetto"
 
-#: src/Object/Post.php:790
+#: src/Object/Post.php:798
 msgid "Italic"
 msgstr "Corsivo"
 
-#: src/Object/Post.php:791
+#: src/Object/Post.php:799
 msgid "Underline"
 msgstr "Sottolineato"
 
-#: src/Object/Post.php:792
+#: src/Object/Post.php:800
 msgid "Quote"
 msgstr "Citazione"
 
-#: src/Object/Post.php:793
+#: src/Object/Post.php:801
 msgid "Code"
 msgstr "Codice"
 
-#: src/Object/Post.php:794
+#: src/Object/Post.php:802
 msgid "Image"
 msgstr "Immagine"
 
-#: src/Object/Post.php:795
+#: src/Object/Post.php:803
 msgid "Link"
 msgstr "Link"
 
-#: src/Object/Post.php:796
+#: src/Object/Post.php:804
 msgid "Video"
 msgstr "Video"
 
-#: src/App.php:513
+#: src/Module/Login.php:282
+msgid "Create a New Account"
+msgstr "Crea un nuovo account"
+
+#: src/Module/Login.php:315
+msgid "Password: "
+msgstr "Password: "
+
+#: src/Module/Login.php:316
+msgid "Remember me"
+msgstr "Ricordati di me"
+
+#: src/Module/Login.php:319
+msgid "Or login using OpenID: "
+msgstr "O entra con OpenID:"
+
+#: src/Module/Login.php:325
+msgid "Forgot your password?"
+msgstr "Hai dimenticato la password?"
+
+#: src/Module/Login.php:328
+msgid "Website Terms of Service"
+msgstr "Condizioni di servizio del sito web "
+
+#: src/Module/Login.php:329
+msgid "terms of service"
+msgstr "condizioni del servizio"
+
+#: src/Module/Login.php:331
+msgid "Website Privacy Policy"
+msgstr "Politiche di privacy del sito"
+
+#: src/Module/Login.php:332
+msgid "privacy policy"
+msgstr "politiche di privacy"
+
+#: src/Module/Logout.php:28
+msgid "Logged out."
+msgstr "Uscita effettuata."
+
+#: src/App.php:511
 msgid "Delete this item?"
 msgstr "Cancellare questo elemento?"
 
-#: src/App.php:515
+#: src/App.php:513
 msgid "show fewer"
 msgstr "mostra di meno"
 
-#: index.php:441
+#: view/theme/duepuntozero/config.php:55
+msgid "greenzero"
+msgstr "greenzero"
+
+#: view/theme/duepuntozero/config.php:56
+msgid "purplezero"
+msgstr "purplezero"
+
+#: view/theme/duepuntozero/config.php:57
+msgid "easterbunny"
+msgstr "easterbunny"
+
+#: view/theme/duepuntozero/config.php:58
+msgid "darkzero"
+msgstr "darkzero"
+
+#: view/theme/duepuntozero/config.php:59
+msgid "comix"
+msgstr "comix"
+
+#: view/theme/duepuntozero/config.php:60
+msgid "slackr"
+msgstr "slackr"
+
+#: view/theme/duepuntozero/config.php:74
+msgid "Variations"
+msgstr "Varianti"
+
+#: view/theme/frio/php/Image.php:25
+msgid "Repeat the image"
+msgstr "Ripeti l'immagine"
+
+#: view/theme/frio/php/Image.php:25
+msgid "Will repeat your image to fill the background."
+msgstr "Ripete l'immagine per riempire lo sfondo."
+
+#: view/theme/frio/php/Image.php:27
+msgid "Stretch"
+msgstr "Stira"
+
+#: view/theme/frio/php/Image.php:27
+msgid "Will stretch to width/height of the image."
+msgstr "Stira l'immagine."
+
+#: view/theme/frio/php/Image.php:29
+msgid "Resize fill and-clip"
+msgstr "Scala e ritaglia"
+
+#: view/theme/frio/php/Image.php:29
+msgid "Resize to fill and retain aspect ratio."
+msgstr "Scala l'immagine a riempire mantenendo le proporzioni."
+
+#: view/theme/frio/php/Image.php:31
+msgid "Resize best fit"
+msgstr "Scala best fit"
+
+#: view/theme/frio/php/Image.php:31
+msgid "Resize to best fit and retain aspect ratio."
+msgstr "Scala l'immagine alla miglior dimensione per riempire mantenendo le proporzioni."
+
+#: view/theme/frio/config.php:97
+msgid "Default"
+msgstr "Default"
+
+#: view/theme/frio/config.php:109
+msgid "Note"
+msgstr "Note"
+
+#: view/theme/frio/config.php:109
+msgid "Check image permissions if all users are allowed to visit the image"
+msgstr "Controlla i permessi dell'immagine se tutti gli utenti sono autorizzati a vederla"
+
+#: view/theme/frio/config.php:116
+msgid "Select scheme"
+msgstr "Seleziona schema"
+
+#: view/theme/frio/config.php:117
+msgid "Navigation bar background color"
+msgstr "Colore di sfondo barra di navigazione"
+
+#: view/theme/frio/config.php:118
+msgid "Navigation bar icon color "
+msgstr "Colore icona barra di navigazione"
+
+#: view/theme/frio/config.php:119
+msgid "Link color"
+msgstr "Colore link"
+
+#: view/theme/frio/config.php:120
+msgid "Set the background color"
+msgstr "Imposta il colore di sfondo"
+
+#: view/theme/frio/config.php:121
+msgid "Content background opacity"
+msgstr "Trasparenza sfondo contenuto"
+
+#: view/theme/frio/config.php:122
+msgid "Set the background image"
+msgstr "Imposta l'immagine di sfondo"
+
+#: view/theme/frio/config.php:127
+msgid "Login page background image"
+msgstr "Immagine di sfondo della pagina di login"
+
+#: view/theme/frio/config.php:130
+msgid "Login page background color"
+msgstr "Colore di sfondo della pagina di login"
+
+#: view/theme/frio/config.php:130
+msgid "Leave background image and color empty for theme defaults"
+msgstr "Lascia l'immagine e il colore di sfondo vuoti per usare le impostazioni predefinite del tema"
+
+#: view/theme/frio/theme.php:238
+msgid "Guest"
+msgstr "Ospite"
+
+#: view/theme/frio/theme.php:243
+msgid "Visitor"
+msgstr "Visitatore"
+
+#: view/theme/quattro/config.php:76
+msgid "Alignment"
+msgstr "Allineamento"
+
+#: view/theme/quattro/config.php:76
+msgid "Left"
+msgstr "Sinistra"
+
+#: view/theme/quattro/config.php:76
+msgid "Center"
+msgstr "Centrato"
+
+#: view/theme/quattro/config.php:77
+msgid "Color scheme"
+msgstr "Schema colori"
+
+#: view/theme/quattro/config.php:78
+msgid "Posts font size"
+msgstr "Dimensione caratteri post"
+
+#: view/theme/quattro/config.php:79
+msgid "Textareas font size"
+msgstr "Dimensione caratteri nelle aree di testo"
+
+#: view/theme/vier/config.php:75
+msgid "Comma separated list of helper forums"
+msgstr "Lista separata da virgola di forum di aiuto"
+
+#: view/theme/vier/config.php:122
+msgid "Set style"
+msgstr "Imposta stile"
+
+#: view/theme/vier/config.php:123
+msgid "Community Pages"
+msgstr "Pagine Comunitarie"
+
+#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150
+msgid "Community Profiles"
+msgstr "Profili Comunità"
+
+#: view/theme/vier/config.php:125
+msgid "Help or @NewHere ?"
+msgstr "Serve aiuto? Sei nuovo?"
+
+#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389
+msgid "Connect Services"
+msgstr "Servizi connessi"
+
+#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199
+msgid "Find Friends"
+msgstr "Trova Amici"
+
+#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181
+msgid "Last users"
+msgstr "Ultimi utenti"
+
+#: view/theme/vier/theme.php:200
+msgid "Local Directory"
+msgstr "Elenco Locale"
+
+#: view/theme/vier/theme.php:292
+msgid "Quick Start"
+msgstr "Quick Start"
+
+#: index.php:444
 msgid "toggle mobile"
 msgstr "commuta tema mobile"
 
-#: boot.php:786
+#: boot.php:791
 #, php-format
 msgid "Update %s failed. See error logs."
 msgstr "aggiornamento %s fallito. Guarda i log di errore."
index 7df9e9c1ec62fad7fe89f22bb7a8b3c8156c5ac7..91c74d77a93c1aa355de3966a88d446499ff25fa 100644 (file)
@@ -9,6 +9,17 @@ $a->strings["Welcome "] = "Ciao";
 $a->strings["Please upload a profile photo."] = "Carica una foto per il profilo.";
 $a->strings["Welcome back "] = "Ciao ";
 $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."] = "Il token di sicurezza della form non era corretto. Probabilmente la form è rimasta aperta troppo a lungo (più di tre ore) prima di inviarla.";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "Non trovo le informazioni DNS per il database server '%s'";
+$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [
+       0 => "Limite giornaliero di %d messaggio raggiunto. Il messaggio è stato rifiutato",
+       1 => "Limite giornaliero di %d messaggi raggiunto. Il messaggio è stato rifiutato.",
+];
+$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [
+       0 => "Limite settimanale di %d messaggio raggiunto. Il messaggio è stato rifiutato",
+       1 => "Limite settimanale di %d messaggi raggiunto. Il messaggio è stato rifiutato.",
+];
+$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Limite mensile di %d messaggi raggiunto. Il messaggio è stato rifiutato.";
+$a->strings["Profile Photos"] = "Foto del profilo";
 $a->strings["Friendica Notification"] = "Notifica Friendica";
 $a->strings["Thank You,"] = "Grazie,";
 $a->strings["%s Administrator"] = "Amministratore %s";
@@ -66,67 +77,8 @@ $a->strings["Please visit %s  if you wish to make any changes to this relationsh
 $a->strings["[Friendica System:Notify] registration request"] = "[Friendica System:Notifica] richiesta di registrazione";
 $a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Hai ricevuto una richiesta di registrazione da '%1\$s' su %2\$s";
 $a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Hai ricevuto una [url=%1\$s]richiesta di registrazione[/url] da %2\$s.";
-$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s("] = "Nome completo:\t%1\$s\nIndirizzo del sito:\t%2\$s\nNome utente:\t%3\$s (%4\$s)";
+$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "Nome completo: %1\$s\nIndirizzo del sito: %2\$s\nNome utente: %3\$s (%4\$s)";
 $a->strings["Please visit %s to approve or reject the request."] = "Visita %s per approvare o rifiutare la richiesta.";
-$a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i";
-$a->strings["Starts:"] = "Inizia:";
-$a->strings["Finishes:"] = "Finisce:";
-$a->strings["Location:"] = "Posizione:";
-$a->strings["all-day"] = "tutto il giorno";
-$a->strings["Sun"] = "Dom";
-$a->strings["Mon"] = "Lun";
-$a->strings["Tue"] = "Mar";
-$a->strings["Wed"] = "Mer";
-$a->strings["Thu"] = "Gio";
-$a->strings["Fri"] = "Ven";
-$a->strings["Sat"] = "Sab";
-$a->strings["Sunday"] = "Domenica";
-$a->strings["Monday"] = "Lunedì";
-$a->strings["Tuesday"] = "Martedì";
-$a->strings["Wednesday"] = "Mercoledì";
-$a->strings["Thursday"] = "Giovedì";
-$a->strings["Friday"] = "Venerdì";
-$a->strings["Saturday"] = "Sabato";
-$a->strings["Jan"] = "Gen";
-$a->strings["Feb"] = "Feb";
-$a->strings["Mar"] = "Mar";
-$a->strings["Apr"] = "Apr";
-$a->strings["May"] = "Maggio";
-$a->strings["Jun"] = "Giu";
-$a->strings["Jul"] = "Lug";
-$a->strings["Aug"] = "Ago";
-$a->strings["Sept"] = "Set";
-$a->strings["Oct"] = "Ott";
-$a->strings["Nov"] = "Nov";
-$a->strings["Dec"] = "Dic";
-$a->strings["January"] = "Gennaio";
-$a->strings["February"] = "Febbraio";
-$a->strings["March"] = "Marzo";
-$a->strings["April"] = "Aprile";
-$a->strings["June"] = "Giugno";
-$a->strings["July"] = "Luglio";
-$a->strings["August"] = "Agosto";
-$a->strings["September"] = "Settembre";
-$a->strings["October"] = "Ottobre";
-$a->strings["November"] = "Novembre";
-$a->strings["December"] = "Dicembre";
-$a->strings["today"] = "oggi";
-$a->strings["month"] = "mese";
-$a->strings["week"] = "settimana";
-$a->strings["day"] = "giorno";
-$a->strings["No events to display"] = "Nessun evento da mostrare";
-$a->strings["l, F j"] = "l j F";
-$a->strings["Edit event"] = "Modifica l'evento";
-$a->strings["Duplicate event"] = "Duplica evento";
-$a->strings["Delete event"] = "Elimina evento";
-$a->strings["link to source"] = "Collegamento all'originale";
-$a->strings["Export"] = "Esporta";
-$a->strings["Export calendar as ical"] = "Esporta il calendario in formato ical";
-$a->strings["Export calendar as csv"] = "Esporta il calendario in formato csv";
-$a->strings["D g:i A"] = "D G:i";
-$a->strings["g:i A"] = "G:i";
-$a->strings["Show map"] = "Mostra mappa";
-$a->strings["Hide map"] = "Nascondi mappa";
 $a->strings["Item not found."] = "Elemento non trovato.";
 $a->strings["Do you really want to delete this item?"] = "Vuoi veramente cancellare questo elemento?";
 $a->strings["Yes"] = "Si";
@@ -134,76 +86,9 @@ $a->strings["Cancel"] = "Annulla";
 $a->strings["Permission denied."] = "Permesso negato.";
 $a->strings["Archives"] = "Archivi";
 $a->strings["show more"] = "mostra di più";
-$a->strings["newer"] = "nuovi";
-$a->strings["older"] = "vecchi";
-$a->strings["first"] = "primo";
-$a->strings["prev"] = "prec";
-$a->strings["next"] = "succ";
-$a->strings["last"] = "ultimo";
-$a->strings["Loading more entries..."] = "Carico più elementi...";
-$a->strings["The end"] = "Fine";
-$a->strings["No contacts"] = "Nessun contatto";
-$a->strings["%d Contact"] = [
-       0 => "%d contatto",
-       1 => "%d contatti",
-];
-$a->strings["View Contacts"] = "Visualizza i contatti";
-$a->strings["Save"] = "Salva";
-$a->strings["Follow"] = "Segui";
-$a->strings["Search"] = "Cerca";
-$a->strings["@name, !forum, #tags, content"] = "@nome, !forum, #tag, contenuto";
-$a->strings["Full Text"] = "Testo Completo";
-$a->strings["Tags"] = "Tags:";
-$a->strings["Contacts"] = "Contatti";
-$a->strings["Forums"] = "Forum";
-$a->strings["poke"] = "stuzzica";
-$a->strings["poked"] = "ha stuzzicato";
-$a->strings["ping"] = "invia un ping";
-$a->strings["pinged"] = "ha inviato un ping";
-$a->strings["prod"] = "pungola";
-$a->strings["prodded"] = "ha pungolato";
-$a->strings["slap"] = "schiaffeggia";
-$a->strings["slapped"] = "ha schiaffeggiato";
-$a->strings["finger"] = "tocca";
-$a->strings["fingered"] = "ha toccato";
-$a->strings["rebuff"] = "respingi";
-$a->strings["rebuffed"] = "ha respinto";
-$a->strings["Sep"] = "Set";
-$a->strings["View Video"] = "Guarda Video";
-$a->strings["bytes"] = "bytes";
-$a->strings["Click to open/close"] = "Clicca per aprire/chiudere";
-$a->strings["View on separate page"] = "Vedi in una pagina separata";
-$a->strings["view on separate page"] = "vedi in una pagina separata";
 $a->strings["event"] = "l'evento";
-$a->strings["photo"] = "foto";
-$a->strings["activity"] = "attività";
-$a->strings["comment"] = [
-       0 => "commento ",
-       1 => "commenti",
-];
-$a->strings["post"] = "messaggio";
-$a->strings["Item filed"] = "Messaggio salvato";
-$a->strings["Post to Email"] = "Invia a email";
-$a->strings["Hide your profile details from unknown viewers?"] = "Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?";
-$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connettore disabilitato, dato che \"%s\" è abilitato.";
-$a->strings["Visible to everybody"] = "Visibile a tutti";
-$a->strings["show"] = "mostra";
-$a->strings["don't show"] = "non mostrare";
-$a->strings["CC: email addresses"] = "CC: indirizzi email";
-$a->strings["Example: bob@example.com, mary@example.com"] = "Esempio: bob@example.com, mary@example.com";
-$a->strings["Permissions"] = "Permessi";
-$a->strings["Close"] = "Chiudi";
-$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [
-       0 => "Limite giornaliero di %d messaggio raggiunto. Il messaggio è stato rifiutato",
-       1 => "Limite giornaliero di %d messaggi raggiunto. Il messaggio è stato rifiutato.",
-];
-$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [
-       0 => "Limite settimanale di %d messaggio raggiunto. Il messaggio è stato rifiutato",
-       1 => "Limite settimanale di %d messaggi raggiunto. Il messaggio è stato rifiutato.",
-];
-$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Limite mensile di %d messaggi raggiunto. Il messaggio è stato rifiutato.";
-$a->strings["Profile Photos"] = "Foto del profilo";
 $a->strings["status"] = "stato";
+$a->strings["photo"] = "foto";
 $a->strings["%1\$s likes %2\$s's %3\$s"] = "A %1\$s piace %3\$s di %2\$s";
 $a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "A %1\$s non piace %3\$s di %2\$s";
 $a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s partecipa a %3\$s di %2\$s";
@@ -266,6 +151,7 @@ $a->strings["Tag term:"] = "Tag:";
 $a->strings["Save to Folder:"] = "Salva nella Cartella:";
 $a->strings["Where are you right now?"] = "Dove sei ora?";
 $a->strings["Delete item(s)?"] = "Cancellare questo elemento/i?";
+$a->strings["New Post"] = "Nuovo Messaggio";
 $a->strings["Share"] = "Condividi";
 $a->strings["Upload photo"] = "Carica foto";
 $a->strings["upload photo"] = "carica foto";
@@ -309,7 +195,90 @@ $a->strings["Undecided"] = [
        0 => "Indeciso",
        1 => "Indecisi",
 ];
-$a->strings["Cannot locate DNS info for database server '%s'"] = "Non trovo le informazioni DNS per il database server '%s'";
+$a->strings["newer"] = "nuovi";
+$a->strings["older"] = "vecchi";
+$a->strings["first"] = "primo";
+$a->strings["prev"] = "prec";
+$a->strings["next"] = "succ";
+$a->strings["last"] = "ultimo";
+$a->strings["Loading more entries..."] = "Carico più elementi...";
+$a->strings["The end"] = "Fine";
+$a->strings["No contacts"] = "Nessun contatto";
+$a->strings["%d Contact"] = [
+       0 => "%d contatto",
+       1 => "%d contatti",
+];
+$a->strings["View Contacts"] = "Visualizza i contatti";
+$a->strings["Save"] = "Salva";
+$a->strings["Follow"] = "Segui";
+$a->strings["Search"] = "Cerca";
+$a->strings["@name, !forum, #tags, content"] = "@nome, !forum, #tag, contenuto";
+$a->strings["Full Text"] = "Testo Completo";
+$a->strings["Tags"] = "Tags:";
+$a->strings["Contacts"] = "Contatti";
+$a->strings["Forums"] = "Forum";
+$a->strings["poke"] = "stuzzica";
+$a->strings["poked"] = "ha stuzzicato";
+$a->strings["ping"] = "invia un ping";
+$a->strings["pinged"] = "ha inviato un ping";
+$a->strings["prod"] = "pungola";
+$a->strings["prodded"] = "ha pungolato";
+$a->strings["slap"] = "schiaffeggia";
+$a->strings["slapped"] = "ha schiaffeggiato";
+$a->strings["finger"] = "tocca";
+$a->strings["fingered"] = "ha toccato";
+$a->strings["rebuff"] = "respingi";
+$a->strings["rebuffed"] = "ha respinto";
+$a->strings["Monday"] = "Lunedì";
+$a->strings["Tuesday"] = "Martedì";
+$a->strings["Wednesday"] = "Mercoledì";
+$a->strings["Thursday"] = "Giovedì";
+$a->strings["Friday"] = "Venerdì";
+$a->strings["Saturday"] = "Sabato";
+$a->strings["Sunday"] = "Domenica";
+$a->strings["January"] = "Gennaio";
+$a->strings["February"] = "Febbraio";
+$a->strings["March"] = "Marzo";
+$a->strings["April"] = "Aprile";
+$a->strings["May"] = "Maggio";
+$a->strings["June"] = "Giugno";
+$a->strings["July"] = "Luglio";
+$a->strings["August"] = "Agosto";
+$a->strings["September"] = "Settembre";
+$a->strings["October"] = "Ottobre";
+$a->strings["November"] = "Novembre";
+$a->strings["December"] = "Dicembre";
+$a->strings["Mon"] = "Lun";
+$a->strings["Tue"] = "Mar";
+$a->strings["Wed"] = "Mer";
+$a->strings["Thu"] = "Gio";
+$a->strings["Fri"] = "Ven";
+$a->strings["Sat"] = "Sab";
+$a->strings["Sun"] = "Dom";
+$a->strings["Jan"] = "Gen";
+$a->strings["Feb"] = "Feb";
+$a->strings["Mar"] = "Mar";
+$a->strings["Apr"] = "Apr";
+$a->strings["Jul"] = "Lug";
+$a->strings["Aug"] = "Ago";
+$a->strings["Sep"] = "Set";
+$a->strings["Oct"] = "Ott";
+$a->strings["Nov"] = "Nov";
+$a->strings["Dec"] = "Dic";
+$a->strings["Content warning: %s"] = "Avviso contenuto: %s";
+$a->strings["View Video"] = "Guarda Video";
+$a->strings["bytes"] = "bytes";
+$a->strings["Click to open/close"] = "Clicca per aprire/chiudere";
+$a->strings["View on separate page"] = "Vedi in una pagina separata";
+$a->strings["view on separate page"] = "vedi in una pagina separata";
+$a->strings["link to source"] = "Collegamento all'originale";
+$a->strings["activity"] = "attività";
+$a->strings["comment"] = [
+       0 => "commento ",
+       1 => "commenti",
+];
+$a->strings["post"] = "messaggio";
+$a->strings["Item filed"] = "Messaggio salvato";
 $a->strings["No friends to display."] = "Nessun amico da visualizzare.";
 $a->strings["Connect"] = "Connetti";
 $a->strings["Authorize application connection"] = "Autorizza la connessione dell'applicazione";
@@ -408,16 +377,6 @@ $a->strings["Do you really want to delete this suggestion?"] = "Vuoi veramente c
 $a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Nessun suggerimento disponibile. Se questo è un sito nuovo, riprova tra 24 ore.";
 $a->strings["Ignore/Hide"] = "Ignora / Nascondi";
 $a->strings["Friend Suggestions"] = "Contatti suggeriti";
-$a->strings["Contact wasn't found or can't be unfollowed."] = "Il contatto non è stato trovato o non si può smettere di seguirlo.";
-$a->strings["Contact unfollowed"] = "Smesso di seguire il contatto";
-$a->strings["Submit Request"] = "Invia richiesta";
-$a->strings["You aren't a friend of this contact."] = "Non sei un amico di questo contatto";
-$a->strings["Unfollowing is currently not supported by your network."] = "Smettere di seguire non è al momento supportato dalla tua rete.";
-$a->strings["Disconnect/Unfollow"] = "Disconnetti/Non Seguire";
-$a->strings["Your Identity Address:"] = "L'indirizzo della tua identità:";
-$a->strings["Profile URL"] = "URL Profilo";
-$a->strings["Status Messages and Posts"] = "Messaggi di stato e post";
-$a->strings["[Embedded content - reload page to view]"] = "[Contenuto incorporato - ricarica la pagina per visualizzarlo correttamente]";
 $a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Questo sito ha superato il numero di registrazioni giornaliere consentite. Prova di nuovo domani.";
 $a->strings["Import"] = "Importa";
 $a->strings["Move account"] = "Muovi account";
@@ -426,24 +385,12 @@ $a->strings["You need to export your account from the old server and upload it h
 $a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "Questa funzione è sperimentale. Non possiamo importare i contatti dalla rete OStatus (GNU Social/Statusnet) o da Diaspora";
 $a->strings["Account file"] = "File account";
 $a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Per esportare il tuo account, vai su \"Impostazioni -> Esporta i tuoi dati personali\" e seleziona \"Esporta account\"";
+$a->strings["[Embedded content - reload page to view]"] = "[Contenuto incorporato - ricarica la pagina per visualizzarlo correttamente]";
 $a->strings["%1\$s welcomes %2\$s"] = "%s dà il benvenuto a %s";
-$a->strings["People Search - %s"] = "Cerca persone - %s";
-$a->strings["Forum Search - %s"] = "Ricerca Forum  - %s";
-$a->strings["No matches"] = "Nessun risultato";
-$a->strings["This is Friendica, version"] = "Questo è Friendica, versione";
-$a->strings["running at web location"] = "in esecuzione all'indirizzo web";
-$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "Visita <a href=\"https://friendi.ca\">Friendi.ca</a> per saperne di più sul progetto Friendica.";
-$a->strings["Bug reports and issues: please visit"] = "Segnalazioni di bug e problemi: visita";
-$a->strings["the bugtracker at github"] = "il bugtracker su github";
-$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggerimenti, lodi, donazioni, ecc -  e-mail a  \"Info\" at Friendica punto com";
-$a->strings["Installed addons/apps:"] = "Addon/applicazioni installate";
-$a->strings["No installed addons/apps"] = "Nessun addons/applicazione installata";
-$a->strings["On this server the following remote servers are blocked."] = "In questo server i seguenti server remoti sono bloccati.";
-$a->strings["Blocked domain"] = "Dominio bloccato";
-$a->strings["Reason for the block"] = "Motivazione del blocco";
 $a->strings["No keywords to match. Please add keywords to your default profile."] = "Nessuna parola chiave per l'abbinamento. Aggiungi parole chiave al tuo profilo predefinito.";
 $a->strings["is interested in:"] = "è interessato a:";
 $a->strings["Profile Match"] = "Profili corrispondenti";
+$a->strings["No matches"] = "Nessun risultato";
 $a->strings["Invalid request identifier."] = "L'identificativo della richiesta non è valido.";
 $a->strings["Discard"] = "Scarta";
 $a->strings["Ignore"] = "Ignora";
@@ -470,35 +417,19 @@ $a->strings["Accepting %s as a sharer allows them to subscribe to your posts, bu
 $a->strings["Friend"] = "Amico";
 $a->strings["Sharer"] = "Condivisore";
 $a->strings["Subscriber"] = "Abbonato";
+$a->strings["Location:"] = "Posizione:";
 $a->strings["About:"] = "Informazioni:";
 $a->strings["Tags:"] = "Tag:";
 $a->strings["Gender:"] = "Genere:";
+$a->strings["Profile URL"] = "URL Profilo";
 $a->strings["Network:"] = "Rete:";
 $a->strings["No introductions."] = "Nessuna presentazione.";
 $a->strings["Show unread"] = "Mostra non letti";
 $a->strings["Show all"] = "Mostra tutti";
 $a->strings["No more %s notifications."] = "Nessun'altra notifica %s.";
-$a->strings["Post successful."] = "Inviato!";
 $a->strings["OpenID protocol error. No ID returned."] = "Errore protocollo OpenID. Nessun ID ricevuto.";
 $a->strings["Account not found and OpenID registration is not permitted on this site."] = "L'account non è stato trovato, e la registrazione via OpenID non è permessa su questo sito.";
 $a->strings["Login failed."] = "Accesso fallito.";
-$a->strings["Subscribing to OStatus contacts"] = "Iscrizione a contatti OStatus";
-$a->strings["No contact provided."] = "Nessun contatto disponibile.";
-$a->strings["Couldn't fetch information for contact."] = "Non è stato possibile recuperare le informazioni del contatto.";
-$a->strings["Couldn't fetch friends for contact."] = "Non è stato possibile recuperare gli amici del contatto.";
-$a->strings["success"] = "successo";
-$a->strings["failed"] = "fallito";
-$a->strings["ignored"] = "ignorato";
-$a->strings["Access to this profile has been restricted."] = "L'accesso a questo profilo è stato limitato.";
-$a->strings["Events"] = "Eventi";
-$a->strings["View"] = "Mostra";
-$a->strings["Previous"] = "Precedente";
-$a->strings["Next"] = "Successivo";
-$a->strings["list"] = "lista";
-$a->strings["User not found"] = "Utente non trovato";
-$a->strings["This calendar format is not supported"] = "Questo formato di calendario non è supportato";
-$a->strings["No exportable data found"] = "Nessun dato esportabile trovato";
-$a->strings["calendar"] = "calendario";
 $a->strings["Profile not found."] = "Profilo non trovato.";
 $a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Questo può accadere occasionalmente se la richiesta di contatto era stata inviata da entrambe le persone e  già approvata.";
 $a->strings["Response from remote site was not understood."] = "Errore di comunicazione con l'altro sito.";
@@ -541,9 +472,448 @@ $a->strings["You are cordially invited to join me and other close friends on Fri
 $a->strings["You will need to supply this invitation code: \$invite_code"] = "Sarà necessario fornire questo codice invito: \$invite_code";
 $a->strings["Once you have registered, please connect with me via my profile page at:"] = "Una volta registrato, connettiti con me dal mio profilo:";
 $a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Per maggiori informazioni sul progetto Friendica e perchè pensiamo sia importante, visita http://friendi.ca ";
+$a->strings["Invalid request."] = "Richiesta non valida.";
+$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Mi spiace, forse il file che stai caricando è più grosso di quanto la configurazione di PHP permetta";
+$a->strings["Or - did you try to upload an empty file?"] = "O.. non avrai provato a caricare un file vuoto?";
+$a->strings["File exceeds size limit of %s"] = "Il file supera la dimensione massima di %s";
+$a->strings["File upload failed."] = "Caricamento del file non riuscito.";
 $a->strings["Manage Identities and/or Pages"] = "Gestisci identità e/o pagine";
 $a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Cambia tra differenti identità o pagine comunità/gruppi che condividono il tuo account o per cui hai i permessi di gestione";
 $a->strings["Select an identity to manage: "] = "Seleziona un'identità da gestire:";
+$a->strings["This introduction has already been accepted."] = "Questa presentazione è già stata accettata.";
+$a->strings["Profile location is not valid or does not contain profile information."] = "L'indirizzo del profilo non è valido o non contiene un profilo.";
+$a->strings["Warning: profile location has no identifiable owner name."] = "Attenzione: l'indirizzo del profilo non riporta il nome del proprietario.";
+$a->strings["Warning: profile location has no profile photo."] = "Attenzione: l'indirizzo del profilo non ha una foto.";
+$a->strings["%d required parameter was not found at the given location"] = [
+       0 => "%d parametro richiesto non è stato trovato all'indirizzo dato",
+       1 => "%d parametri richiesti non sono stati trovati all'indirizzo dato",
+];
+$a->strings["Introduction complete."] = "Presentazione completa.";
+$a->strings["Unrecoverable protocol error."] = "Errore di comunicazione.";
+$a->strings["Profile unavailable."] = "Profilo non disponibile.";
+$a->strings["%s has received too many connection requests today."] = "%s ha ricevuto troppe richieste di connessione per oggi.";
+$a->strings["Spam protection measures have been invoked."] = "Sono state attivate le misure di protezione contro lo spam.";
+$a->strings["Friends are advised to please try again in 24 hours."] = "Gli amici sono pregati di riprovare tra 24 ore.";
+$a->strings["Invalid locator"] = "Indirizzo non valido";
+$a->strings["You have already introduced yourself here."] = "Ti sei già presentato qui.";
+$a->strings["Apparently you are already friends with %s."] = "Pare che tu e %s siate già amici.";
+$a->strings["Invalid profile URL."] = "Indirizzo profilo non valido.";
+$a->strings["Disallowed profile URL."] = "Indirizzo profilo non permesso.";
+$a->strings["Blocked domain"] = "Dominio bloccato";
+$a->strings["Failed to update contact record."] = "Errore nell'aggiornamento del contatto.";
+$a->strings["Your introduction has been sent."] = "La tua presentazione è stata inviata.";
+$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "La richiesta di connessione remota non può essere effettuata per la tua rete. Invia la richiesta direttamente sul nostro sistema.";
+$a->strings["Please login to confirm introduction."] = "Accedi per confermare la presentazione.";
+$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Non hai fatto accesso con l'identità corretta. Accedi a <strong>questo</strong> profilo.";
+$a->strings["Confirm"] = "Conferma";
+$a->strings["Hide this contact"] = "Nascondi questo contatto";
+$a->strings["Welcome home %s."] = "Bentornato a casa %s.";
+$a->strings["Please confirm your introduction/connection request to %s."] = "Conferma la tua richiesta di connessione con %s.";
+$a->strings["Public access denied."] = "Accesso negato.";
+$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Inserisci il tuo 'Indirizzo Identità' da uno dei seguenti network supportati:";
+$a->strings["If you are not yet a member of the free social web, <a href=\"%s\">follow this link to find a public Friendica site and join us today</a>."] = "Se non sei un membro del web sociale libero,  <a href=\"%s\">segui questo link per trovare un sito Friendica pubblico e unisciti a noi oggi</a>.";
+$a->strings["Friend/Connection Request"] = "Richieste di amicizia/connessione";
+$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Esempi: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de";
+$a->strings["Please answer the following:"] = "Rispondi:";
+$a->strings["Does %s know you?"] = "%s ti conosce?";
+$a->strings["Add a personal note:"] = "Aggiungi una nota personale:";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)";
+$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)";
+$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = " - per favore non usare questa form. Invece, inserisci %s nella tua barra di ricerca su Diaspora.";
+$a->strings["Your Identity Address:"] = "L'indirizzo della tua identità:";
+$a->strings["Submit Request"] = "Invia richiesta";
+$a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i";
+$a->strings["Time Conversion"] = "Conversione Ora";
+$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica fornisce questo servizio per la condivisione di eventi con altre reti e amici in fusi orari sconosciuti.";
+$a->strings["UTC time: %s"] = "Ora UTC: %s";
+$a->strings["Current timezone: %s"] = "Fuso orario corrente: %s";
+$a->strings["Converted localtime: %s"] = "Ora locale convertita: %s";
+$a->strings["Please select your timezone:"] = "Selezionare il tuo fuso orario:";
+$a->strings["Only logged in users are permitted to perform a probing."] = "Solo agli utenti loggati è permesso effettuare un probe.";
+$a->strings["Permission denied"] = "Permesso negato";
+$a->strings["Invalid profile identifier."] = "Identificativo del profilo non valido.";
+$a->strings["Profile Visibility Editor"] = "Modifica visibilità del profilo";
+$a->strings["Click on a contact to add or remove."] = "Clicca su un contatto per aggiungerlo o rimuoverlo.";
+$a->strings["Visible To"] = "Visibile a";
+$a->strings["All Contacts (with secure profile access)"] = "Tutti i contatti (con profilo ad accesso sicuro)";
+$a->strings["Account approved."] = "Account approvato.";
+$a->strings["Registration revoked for %s"] = "Registrazione revocata per %s";
+$a->strings["Please login."] = "Accedi.";
+$a->strings["Remove My Account"] = "Rimuovi il mio account";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Questo comando rimuoverà completamente il tuo account. Una volta rimosso non potrai più recuperarlo.";
+$a->strings["Please enter your password for verification:"] = "Inserisci la tua password per verifica:";
+$a->strings["No contacts."] = "Nessun contatto.";
+$a->strings["Access denied."] = "Accesso negato.";
+$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Numero giornaliero di messaggi per %s superato. Invio fallito.";
+$a->strings["No recipient selected."] = "Nessun destinatario selezionato.";
+$a->strings["Unable to check your home location."] = "Impossibile controllare la tua posizione di origine.";
+$a->strings["Message could not be sent."] = "Il messaggio non può essere inviato.";
+$a->strings["Message collection failure."] = "Errore recuperando il messaggio.";
+$a->strings["Message sent."] = "Messaggio inviato.";
+$a->strings["No recipient."] = "Nessun destinatario.";
+$a->strings["Send Private Message"] = "Invia un messaggio privato";
+$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Se vuoi che %s ti risponda, controlla che le tue impostazioni di privacy permettano la ricezione di messaggi privati da mittenti sconosciuti.";
+$a->strings["To:"] = "A:";
+$a->strings["Subject:"] = "Oggetto:";
+$a->strings["Export account"] = "Esporta 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."] = "Esporta le informazioni del tuo account e dei contatti. Usa questa funzione per fare un backup del tuo account o per spostarlo in un altro server.";
+$a->strings["Export all"] = "Esporta tutto";
+$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)"] = "Esporta le informazioni del tuo account, i tuoi contatti e tutti i tuoi elementi in json. Può diventare un file veramente molto grosso e metterci un sacco di tempo. Usa questa funzione per fare un backup completo del tuo account (le foto non sono esportate)";
+$a->strings["Export personal data"] = "Esporta dati personali";
+$a->strings["- select -"] = "- seleziona -";
+$a->strings["No more system notifications."] = "Nessuna nuova notifica di sistema.";
+$a->strings["{0} wants to be your friend"] = "{0} vuole essere tuo amico";
+$a->strings["{0} sent you a message"] = "{0} ti ha inviato un messaggio";
+$a->strings["{0} requested registration"] = "{0} chiede la registrazione";
+$a->strings["Poke/Prod"] = "Tocca/Pungola";
+$a->strings["poke, prod or do other things to somebody"] = "tocca, pungola o fai altre cose a qualcuno";
+$a->strings["Recipient"] = "Destinatario";
+$a->strings["Choose what you wish to do to recipient"] = "Scegli cosa vuoi fare al destinatario";
+$a->strings["Make this post private"] = "Rendi questo post privato";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s sta seguendo %3\$s di %2\$s";
+$a->strings["Tag removed"] = "Tag rimosso";
+$a->strings["Remove Item Tag"] = "Rimuovi il tag";
+$a->strings["Select a tag to remove: "] = "Seleziona un tag da rimuovere: ";
+$a->strings["Remove"] = "Rimuovi";
+$a->strings["Image exceeds size limit of %s"] = "La dimensione dell'immagine supera il limite di %s";
+$a->strings["Unable to process image."] = "Impossibile caricare l'immagine.";
+$a->strings["Wall Photos"] = "Foto della bacheca";
+$a->strings["Image upload failed."] = "Caricamento immagine fallito.";
+$a->strings["Remove term"] = "Rimuovi termine";
+$a->strings["Saved Searches"] = "Ricerche salvate";
+$a->strings["Only logged in users are permitted to perform a search."] = "Solo agli utenti autenticati è permesso eseguire ricerche.";
+$a->strings["Too Many Requests"] = "Troppe richieste";
+$a->strings["Only one search per minute is permitted for not logged in users."] = "Solo una ricerca al minuto è permessa agli utenti non autenticati.";
+$a->strings["No results."] = "Nessun risultato.";
+$a->strings["Items tagged with: %s"] = "Elementi taggati con: %s";
+$a->strings["Results for: %s"] = "Risultati per: %s";
+$a->strings["Login"] = "Accedi";
+$a->strings["The post was created"] = "Il messaggio è stato creato";
+$a->strings["Community option not available."] = "Opzione Comunità non disponibile";
+$a->strings["Not available."] = "Non disponibile.";
+$a->strings["Local Community"] = "Comunità Locale";
+$a->strings["Posts from local users on this server"] = "Messaggi dagli utenti locali su questo sito";
+$a->strings["Global Community"] = "Comunità Globale";
+$a->strings["Posts from users of the whole federated network"] = "Messaggi dagli utenti della rete federata";
+$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "Questa pagina comunità mostra tutti i post pubblici ricevuti da questo nodo. Potrebbero non riflettere le opinioni degli utenti di questo nodo.";
+$a->strings["Item not found"] = "Oggetto non trovato";
+$a->strings["Edit post"] = "Modifica messaggio";
+$a->strings["CC: email addresses"] = "CC: indirizzi email";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Esempio: bob@example.com, mary@example.com";
+$a->strings["You must be logged in to use this module"] = "Devi aver essere autenticato per usare questo modulo";
+$a->strings["Source URL"] = "URL Sorgente";
+$a->strings["Friend suggestion sent."] = "Suggerimento di amicizia inviato.";
+$a->strings["Suggest Friends"] = "Suggerisci amici";
+$a->strings["Suggest a friend for %s"] = "Suggerisci un amico a %s";
+$a->strings["Group created."] = "Gruppo creato.";
+$a->strings["Could not create group."] = "Impossibile creare il gruppo.";
+$a->strings["Group not found."] = "Gruppo non trovato.";
+$a->strings["Group name changed."] = "Il nome del gruppo è cambiato.";
+$a->strings["Save Group"] = "Salva gruppo";
+$a->strings["Create a group of contacts/friends."] = "Crea un gruppo di amici/contatti.";
+$a->strings["Group Name: "] = "Nome del gruppo:";
+$a->strings["Group removed."] = "Gruppo rimosso.";
+$a->strings["Unable to remove group."] = "Impossibile rimuovere il gruppo.";
+$a->strings["Delete Group"] = "Elimina Gruppo";
+$a->strings["Group Editor"] = "Modifica gruppo";
+$a->strings["Edit Group Name"] = "Modifica Nome Gruppo";
+$a->strings["Members"] = "Membri";
+$a->strings["All Contacts"] = "Tutti i contatti";
+$a->strings["Group is empty"] = "Il gruppo è vuoto";
+$a->strings["Remove Contact"] = "Rimuovi Contatto";
+$a->strings["Add Contact"] = "Aggiungi Contatto";
+$a->strings["Unable to locate original post."] = "Impossibile trovare il messaggio originale.";
+$a->strings["Empty post discarded."] = "Messaggio vuoto scartato.";
+$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Questo messaggio ti è stato inviato da %s, un membro del social network Friendica.";
+$a->strings["You may visit them online at %s"] = "Puoi visitarli online su %s";
+$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Contatta il mittente rispondendo a questo post se non vuoi ricevere questi messaggi.";
+$a->strings["%s posted an update."] = "%s ha inviato un aggiornamento.";
+$a->strings["New Message"] = "Nuovo messaggio";
+$a->strings["Unable to locate contact information."] = "Impossibile trovare le informazioni del contatto.";
+$a->strings["Messages"] = "Messaggi";
+$a->strings["Do you really want to delete this message?"] = "Vuoi veramente cancellare questo messaggio?";
+$a->strings["Message deleted."] = "Messaggio eliminato.";
+$a->strings["Conversation removed."] = "Conversazione rimossa.";
+$a->strings["No messages."] = "Nessun messaggio.";
+$a->strings["Message not available."] = "Messaggio non disponibile.";
+$a->strings["Delete message"] = "Elimina il messaggio";
+$a->strings["D, d M Y - g:i A"] = "D d M Y - G:i";
+$a->strings["Delete conversation"] = "Elimina la conversazione";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Nessuna comunicazione sicura disponibile, <strong>Potresti</strong> essere in grado di rispondere dalla pagina del profilo del mittente.";
+$a->strings["Send Reply"] = "Invia la risposta";
+$a->strings["Unknown sender - %s"] = "Mittente sconosciuto - %s";
+$a->strings["You and %s"] = "Tu e %s";
+$a->strings["%s and You"] = "%s e Tu";
+$a->strings["%d message"] = [
+       0 => "%d messaggio",
+       1 => "%d messaggi",
+];
+$a->strings["add"] = "aggiungi";
+$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
+       0 => "Attenzione: Questo gruppo contiene %s membro da una rete che non permette la ricezione di messaggi non pubblici.",
+       1 => "Attenzione: Questo gruppo contiene %s membri da reti che non permettono la ricezione di messaggi non pubblici.",
+];
+$a->strings["Messages in this group won't be send to these receivers."] = "I messaggi in questo gruppo non saranno inviati ai quei contatti.";
+$a->strings["No such group"] = "Nessun gruppo";
+$a->strings["Group: %s"] = "Gruppo: %s";
+$a->strings["Private messages to this person are at risk of public disclosure."] = "I messaggi privati a questa persona potrebbero risultare visibili anche pubblicamente.";
+$a->strings["Invalid contact."] = "Contatto non valido.";
+$a->strings["Commented Order"] = "Ordina per commento";
+$a->strings["Sort by Comment Date"] = "Ordina per data commento";
+$a->strings["Posted Order"] = "Ordina per invio";
+$a->strings["Sort by Post Date"] = "Ordina per data messaggio";
+$a->strings["Personal"] = "Personale";
+$a->strings["Posts that mention or involve you"] = "Messaggi che ti citano o coinvolgono";
+$a->strings["New"] = "Nuovo";
+$a->strings["Activity Stream - by date"] = "Activity Stream - per data";
+$a->strings["Shared Links"] = "Links condivisi";
+$a->strings["Interesting Links"] = "Link Interessanti";
+$a->strings["Starred"] = "Preferiti";
+$a->strings["Favourite Posts"] = "Messaggi preferiti";
+$a->strings["Personal Notes"] = "Note personali";
+$a->strings["Post successful."] = "Inviato!";
+$a->strings["Photo Albums"] = "Album foto";
+$a->strings["Recent Photos"] = "Foto recenti";
+$a->strings["Upload New Photos"] = "Carica nuove foto";
+$a->strings["everybody"] = "tutti";
+$a->strings["Contact information unavailable"] = "I dati di questo contatto non sono disponibili";
+$a->strings["Album not found."] = "Album non trovato.";
+$a->strings["Delete Album"] = "Rimuovi album";
+$a->strings["Do you really want to delete this photo album and all its photos?"] = "Vuoi davvero cancellare questo album e tutte le sue foto?";
+$a->strings["Delete Photo"] = "Rimuovi foto";
+$a->strings["Do you really want to delete this photo?"] = "Vuoi veramente cancellare questa foto?";
+$a->strings["a photo"] = "una foto";
+$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s è stato taggato in %2\$s da %3\$s";
+$a->strings["Image upload didn't complete, please try again"] = "Caricamento dell'immagine non completato. Prova di nuovo.";
+$a->strings["Image file is missing"] = "Il file dell'immagine è mancante";
+$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Il server non può accettare il caricamento di un nuovo file in questo momento, contattare l'amministratore";
+$a->strings["Image file is empty."] = "Il file dell'immagine è vuoto.";
+$a->strings["No photos selected"] = "Nessuna foto selezionata";
+$a->strings["Access to this item is restricted."] = "Questo oggetto non è visibile a tutti.";
+$a->strings["Upload Photos"] = "Carica foto";
+$a->strings["New album name: "] = "Nome nuovo album: ";
+$a->strings["or existing album name: "] = "o nome di un album esistente: ";
+$a->strings["Do not show a status post for this upload"] = "Non creare un post per questo upload";
+$a->strings["Permissions"] = "Permessi";
+$a->strings["Show to Groups"] = "Mostra ai gruppi";
+$a->strings["Show to Contacts"] = "Mostra ai contatti";
+$a->strings["Edit Album"] = "Modifica album";
+$a->strings["Show Newest First"] = "Mostra nuove foto per prime";
+$a->strings["Show Oldest First"] = "Mostra vecchie foto per prime";
+$a->strings["View Photo"] = "Vedi foto";
+$a->strings["Permission denied. Access to this item may be restricted."] = "Permesso negato. L'accesso a questo elemento può essere limitato.";
+$a->strings["Photo not available"] = "Foto non disponibile";
+$a->strings["View photo"] = "Vedi foto";
+$a->strings["Edit photo"] = "Modifica foto";
+$a->strings["Use as profile photo"] = "Usa come foto del profilo";
+$a->strings["Private Message"] = "Messaggio privato";
+$a->strings["View Full Size"] = "Vedi dimensione intera";
+$a->strings["Tags: "] = "Tag: ";
+$a->strings["[Remove any tag]"] = "[Rimuovi tutti i tag]";
+$a->strings["New album name"] = "Nuovo nome dell'album";
+$a->strings["Caption"] = "Titolo";
+$a->strings["Add a Tag"] = "Aggiungi tag";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Esempio: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping";
+$a->strings["Do not rotate"] = "Non ruotare";
+$a->strings["Rotate CW (right)"] = "Ruota a destra";
+$a->strings["Rotate CCW (left)"] = "Ruota a sinistra";
+$a->strings["I like this (toggle)"] = "Mi piace (clic per cambiare)";
+$a->strings["I don't like this (toggle)"] = "Non mi piace (clic per cambiare)";
+$a->strings["This is you"] = "Questo sei tu";
+$a->strings["Comment"] = "Commento";
+$a->strings["Map"] = "Mappa";
+$a->strings["View Album"] = "Sfoglia l'album";
+$a->strings["Requested profile is not available."] = "Profilo richiesto non disponibile.";
+$a->strings["%s's posts"] = "il messaggio di %s";
+$a->strings["%s's comments"] = "il commento di %s";
+$a->strings["%s's timeline"] = "la timeline di %s";
+$a->strings["Access to this profile has been restricted."] = "L'accesso a questo profilo è stato limitato.";
+$a->strings["Tips for New Members"] = "Consigli per i Nuovi Utenti";
+$a->strings["Do you really want to delete this video?"] = "Vuoi veramente cancellare questo video?";
+$a->strings["Delete Video"] = "Rimuovi video";
+$a->strings["No videos selected"] = "Nessun video selezionato";
+$a->strings["Recent Videos"] = "Video Recenti";
+$a->strings["Upload New Videos"] = "Carica Nuovo Video";
+$a->strings["Parent user not found."] = "Utente principale non trovato.";
+$a->strings["No parent user"] = "Nessun utente principale";
+$a->strings["Parent Password:"] = "Password Principale:";
+$a->strings["Please enter the password of the parent account to legitimize your request."] = "Inserisci la password dell'account principale per autorizzare la tua richiesta.";
+$a->strings["Parent User"] = "Utente Principale";
+$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Gli utenti principali hanno il controllo totale su questo account, comprese le impostazioni. Assicurati di controllare due volte a chi stai fornendo questo accesso.";
+$a->strings["Save Settings"] = "Salva Impostazioni";
+$a->strings["Delegate Page Management"] = "Gestione delegati per la pagina";
+$a->strings["Delegates"] = "Delegati";
+$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."] = "I Delegati sono in grado di gestire tutti gli aspetti di questa pagina, tranne per le impostazioni di base dell'account. Non delegare il tuo account personale a nessuno di cui non ti fidi ciecamente.";
+$a->strings["Existing Page Delegates"] = "Delegati Pagina Esistenti";
+$a->strings["Potential Delegates"] = "Delegati Potenziali";
+$a->strings["Add"] = "Aggiungi";
+$a->strings["No entries."] = "Nessuna voce.";
+$a->strings["People Search - %s"] = "Cerca persone - %s";
+$a->strings["Forum Search - %s"] = "Ricerca Forum  - %s";
+$a->strings["Friendica Communications Server - Setup"] = "Friendica Comunicazione Server - Impostazioni";
+$a->strings["Could not connect to database."] = " Impossibile collegarsi con il database.";
+$a->strings["Could not create table."] = "Impossibile creare le tabelle.";
+$a->strings["Your Friendica site database has been installed."] = "Il tuo Friendica è stato installato.";
+$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Potresti dover importare il file \"database.sql\" manualmente con phpmyadmin o mysql";
+$a->strings["Please see the file \"INSTALL.txt\"."] = "Leggi il file \"INSTALL.txt\".";
+$a->strings["Database already in use."] = "Database già in uso.";
+$a->strings["System check"] = "Controllo sistema";
+$a->strings["Next"] = "Successivo";
+$a->strings["Check again"] = "Controlla ancora";
+$a->strings["Database connection"] = "Connessione al database";
+$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Per installare Friendica dobbiamo sapere come collegarci al tuo database.";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Contatta il tuo fornitore di hosting o l'amministratore del sito se hai domande su queste impostazioni.";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Il database dovrà già esistere. Se non esiste, crealo prima di continuare.";
+$a->strings["Database Server Name"] = "Nome del database server";
+$a->strings["Database Login Name"] = "Nome utente database";
+$a->strings["Database Login Password"] = "Password utente database";
+$a->strings["For security reasons the password must not be empty"] = "Per motivi di sicurezza la password non puo' essere vuota.";
+$a->strings["Database Name"] = "Nome database";
+$a->strings["Site administrator email address"] = "Indirizzo email dell'amministratore del sito";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "Il tuo indirizzo email deve corrispondere a questo per poter usare il pannello di amministrazione web.";
+$a->strings["Please select a default timezone for your website"] = "Seleziona il fuso orario predefinito per il tuo sito web";
+$a->strings["Site settings"] = "Impostazioni sito";
+$a->strings["System Language:"] = "Lingua di Sistema:";
+$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Imposta la lingua di default per l'interfaccia e l'invio delle email.";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Non riesco a trovare la versione di PHP da riga di comando nel PATH del server web";
+$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>"] = "Se non hai la versione a riga di comando di PHP installata sul tuo server, non sarai in grado di eseguire i processi in background. Vedi <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Setup the poller'</a>";
+$a->strings["PHP executable path"] = "Percorso eseguibile PHP";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Inserisci il percorso completo all'eseguibile di php. Puoi lasciare bianco questo campo per continuare l'installazione.";
+$a->strings["Command line PHP"] = "PHP da riga di comando";
+$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "L'eseguibile PHP non è il binario php cli (potrebbe essere la versione cgi-fcgi)";
+$a->strings["Found PHP version: "] = "Versione PHP:";
+$a->strings["PHP cli binary"] = "Binario PHP cli";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "La versione da riga di comando di PHP nel sistema non ha abilitato \"register_argc_argv\".";
+$a->strings["This is required for message delivery to work."] = "E' obbligatorio per far funzionare la consegna dei messaggi.";
+$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"] = "Errore: la funzione \"openssl_pkey_new\" in questo sistema non è in grado di generare le chiavi di criptazione";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Se stai eseguendo friendika su windows, guarda \"http://www.php.net/manual/en/openssl.installation.php\".";
+$a->strings["Generate encryption keys"] = "Genera chiavi di criptazione";
+$a->strings["libCurl PHP module"] = "modulo PHP libCurl";
+$a->strings["GD graphics PHP module"] = "modulo PHP GD graphics";
+$a->strings["OpenSSL PHP module"] = "modulo PHP OpenSSL";
+$a->strings["PDO or MySQLi PHP module"] = "modulo PHP PDO o MySQLi";
+$a->strings["mb_string PHP module"] = "modulo PHP mb_string";
+$a->strings["XML PHP module"] = "Modulo PHP XML";
+$a->strings["iconv PHP module"] = "modulo PHP iconv";
+$a->strings["POSIX PHP module"] = "mooduo PHP POSIX";
+$a->strings["Apache mod_rewrite module"] = "Modulo mod_rewrite di Apache";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Errore: E' il modulo mod-rewrite di Apache è richiesto, ma non risulta installato";
+$a->strings["Error: libCURL PHP module required but not installed."] = "Errore: il modulo libCURL di PHP è richiesto, ma non risulta installato.";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Errore: Il modulo GD graphics di PHP con supporto a JPEG è richiesto, ma non risulta installato.";
+$a->strings["Error: openssl PHP module required but not installed."] = "Errore: il modulo openssl di PHP è richiesto, ma non risulta installato.";
+$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Errore: uno dei due moduli PHP PDO o MySQLi è richiesto ma non installato.";
+$a->strings["Error: The MySQL driver for PDO is not installed."] = "Errore: il driver MySQL per PDO non è installato.";
+$a->strings["Error: mb_string PHP module required but not installed."] = "Errore: il modulo PHP mb_string è richiesto, ma non risulta installato.";
+$a->strings["Error: iconv PHP module required but not installed."] = "Errore: il modulo PHP iconv è richiesto ma non installato.";
+$a->strings["Error: POSIX PHP module required but not installed."] = "Errore, il modulo PHP POSIX è richiesto ma non installato.";
+$a->strings["Error, XML PHP module required but not installed."] = "Errore, il modulo PHP XML è richiesto ma non installato.";
+$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "L'installazione web deve poter creare un file chiamato \".htconfig.php\" nella cartella principale del tuo web server ma non è in grado di farlo.";
+$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."] = "Ciò è dovuto spesso a impostazioni di permessi, dato che il web server può non essere in grado di scrivere il file nella tua cartella, anche se tu puoi.";
+$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Alla fine di questa procedura, di daremo un testo da salvare in un file chiamato .htconfig.php nella tua cartella principale di Friendica";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Puoi in alternativa saltare questa procedura ed eseguire l'installazione manualmente. Vedi il file \"INSTALL.txt\" per le istruzioni.";
+$a->strings[".htconfig.php is writable"] = ".htconfig.php è scrivibile";
+$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica usa il motore di template Smarty3 per renderizzare le sue pagine web. Smarty3 compila i template in PHP per velocizzare il 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."] = "Per salvare questi template compilati, il server werb ha bisogno dell'accesso in scrittura alla cartella view/smarty3/ nella cartella principale dei Friendica.";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Per favore, controlla che l'utente con cui il tuo server web gira (es www-data) ha accesso in scrittura a questa cartella.";
+$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."] = "Nota: come misura di sicurezza, dovresti dare accesso in scrittura solo alla cartella view/smarty3, non ai template (.tpl) che contiene.";
+$a->strings["view/smarty3 is writable"] = "view/smarty3 è scrivibile";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "La riscrittura degli url in .htaccess non funziona. Controlla la configurazione del tuo server.";
+$a->strings["Url rewrite is working"] = "La riscrittura degli url funziona";
+$a->strings["ImageMagick PHP extension is not installed"] = "L'estensione PHP ImageMagick non è installata";
+$a->strings["ImageMagick PHP extension is installed"] = "L'estensione PHP ImageMagick è installata";
+$a->strings["ImageMagick supports GIF"] = "ImageMagick supporta i 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."] = "Il file di configurazione del database \".htconfig.php\" non può essere scritto. Usa il testo qui di seguito per creare un file di configurazione nella cartella principale del tuo sito.";
+$a->strings["<h1>What next</h1>"] = "<h1>Cosa fare ora</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "IMPORTANTE: Devi impostare [manualmente] la pianificazione del worker.";
+$a->strings["Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Vai nella <a href=\"%s/register\">pagina di registrazione</a> del tuo nuovo nodo Friendica e registra un nuovo utente. Ricorda di usare la stessa email che hai inserito come email dell'utente amministratore. Questo ti permetterà di entrare nel pannello di amministrazione del sito.";
+$a->strings["Subscribing to OStatus contacts"] = "Iscrizione a contatti OStatus";
+$a->strings["No contact provided."] = "Nessun contatto disponibile.";
+$a->strings["Couldn't fetch information for contact."] = "Non è stato possibile recuperare le informazioni del contatto.";
+$a->strings["Couldn't fetch friends for contact."] = "Non è stato possibile recuperare gli amici del contatto.";
+$a->strings["success"] = "successo";
+$a->strings["failed"] = "fallito";
+$a->strings["ignored"] = "ignorato";
+$a->strings["Contact wasn't found or can't be unfollowed."] = "Il contatto non è stato trovato o non si può smettere di seguirlo.";
+$a->strings["Contact unfollowed"] = "Smesso di seguire il contatto";
+$a->strings["You aren't a friend of this contact."] = "Non sei un amico di questo contatto";
+$a->strings["Unfollowing is currently not supported by your network."] = "Smettere di seguire non è al momento supportato dalla tua rete.";
+$a->strings["Disconnect/Unfollow"] = "Disconnetti/Non Seguire";
+$a->strings["Status Messages and Posts"] = "Messaggi di stato e post";
+$a->strings["Events"] = "Eventi";
+$a->strings["View"] = "Mostra";
+$a->strings["Previous"] = "Precedente";
+$a->strings["today"] = "oggi";
+$a->strings["month"] = "mese";
+$a->strings["week"] = "settimana";
+$a->strings["day"] = "giorno";
+$a->strings["list"] = "lista";
+$a->strings["User not found"] = "Utente non trovato";
+$a->strings["This calendar format is not supported"] = "Questo formato di calendario non è supportato";
+$a->strings["No exportable data found"] = "Nessun dato esportabile trovato";
+$a->strings["calendar"] = "calendario";
+$a->strings["Event can not end before it has started."] = "Un evento non può finire prima di iniziare.";
+$a->strings["Event title and start time are required."] = "Titolo e ora di inizio dell'evento sono richiesti.";
+$a->strings["Create New Event"] = "Crea un nuovo evento";
+$a->strings["Event details"] = "Dettagli dell'evento";
+$a->strings["Starting date and Title are required."] = "La data di inizio e il titolo sono richiesti.";
+$a->strings["Event Starts:"] = "L'evento inizia:";
+$a->strings["Required"] = "Richiesto";
+$a->strings["Finish date/time is not known or not relevant"] = "La data/ora di fine non è definita";
+$a->strings["Event Finishes:"] = "L'evento finisce:";
+$a->strings["Adjust for viewer timezone"] = "Visualizza con il fuso orario di chi legge";
+$a->strings["Description:"] = "Descrizione:";
+$a->strings["Title:"] = "Titolo:";
+$a->strings["Share this event"] = "Condividi questo evento";
+$a->strings["Basic"] = "Base";
+$a->strings["Advanced"] = "Avanzate";
+$a->strings["Failed to remove event"] = "Rimozione evento fallita.";
+$a->strings["Event removed"] = "Evento rimosso";
+$a->strings["Image uploaded but image cropping failed."] = "L'immagine è stata caricata, ma il non è stato possibile ritagliarla.";
+$a->strings["Image size reduction [%s] failed."] = "Il ridimensionamento dell'immagine [%s] è fallito.";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Ricarica la pagina con shift+F5 o cancella la cache del browser se la nuova foto non viene mostrata immediatamente.";
+$a->strings["Unable to process image"] = "Impossibile elaborare l'immagine";
+$a->strings["Upload File:"] = "Carica un file:";
+$a->strings["Select a profile:"] = "Seleziona un profilo:";
+$a->strings["or"] = "o";
+$a->strings["skip this step"] = "salta questo passaggio";
+$a->strings["select a photo from your photo albums"] = "seleziona una foto dai tuoi album";
+$a->strings["Crop Image"] = "Ritaglia immagine";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "Ritaglia l'immagine per una visualizzazione migliore.";
+$a->strings["Done Editing"] = "Finito";
+$a->strings["Image uploaded successfully."] = "Immagine caricata con successo.";
+$a->strings["Status:"] = "Stato:";
+$a->strings["Homepage:"] = "Homepage:";
+$a->strings["Global Directory"] = "Elenco globale";
+$a->strings["Find on this site"] = "Cerca nel sito";
+$a->strings["Results for:"] = "Risultati per:";
+$a->strings["Site Directory"] = "Elenco del sito";
+$a->strings["Find"] = "Trova";
+$a->strings["No entries (some entries may be hidden)."] = "Nessuna voce (qualche voce potrebbe essere nascosta).";
+$a->strings["Source input"] = "Sorgente";
+$a->strings["BBCode::convert (raw HTML)"] = "";
+$a->strings["BBCode::convert"] = "";
+$a->strings["BBCode::convert => HTML::toBBCode"] = "";
+$a->strings["BBCode::toMarkdown"] = "";
+$a->strings["BBCode::toMarkdown => Markdown::convert"] = "";
+$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "";
+$a->strings["BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"] = "";
+$a->strings["Source input \\x28Diaspora format\\x29"] = "Sorgente \\x28formato Diaspora\\x29:";
+$a->strings["Markdown::toBBCode"] = "";
+$a->strings["Raw HTML input"] = "Sorgente HTML grezzo";
+$a->strings["HTML Input"] = "Sorgente HTML";
+$a->strings["HTML::toBBCode"] = "";
+$a->strings["HTML::toPlaintext"] = "";
+$a->strings["Source text"] = "Testo sorgente";
+$a->strings["BBCode"] = "BBCode";
+$a->strings["Markdown"] = "Markdown";
+$a->strings["HTML"] = "HTML";
+$a->strings["The contact could not be added."] = "Il contatto non può essere aggiunto.";
+$a->strings["You already added this contact."] = "Hai già aggiunto questo contatto.";
+$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Il supporto Diaspora non è abilitato. Il contatto non può essere aggiunto.";
+$a->strings["OStatus support is disabled. Contact can't be added."] = "Il supporto OStatus non è abilitato. Il contatto non può essere aggiunto.";
+$a->strings["The network type couldn't be detected. Contact can't be added."] = "Non è possibile rilevare il tipo di rete. Il contatto non può essere aggiunto.";
 $a->strings["Profile deleted."] = "Profilo eliminato.";
 $a->strings["Profile-"] = "Profilo-";
 $a->strings["New profile created."] = "Il nuovo profilo è stato creato.";
@@ -583,7 +953,6 @@ $a->strings["Profile picture"] = "Immagine del profilo";
 $a->strings["Preferences"] = "Preferenze";
 $a->strings["Status information"] = "Informazioni stato";
 $a->strings["Additional information"] = "Informazioni aggiuntive";
-$a->strings["Personal"] = "Personale";
 $a->strings["Relation"] = "Relazione";
 $a->strings["Miscellaneous"] = "Varie";
 $a->strings["Your Gender:"] = "Il tuo sesso:";
@@ -591,7 +960,6 @@ $a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span cl
 $a->strings["Sexual Preference:"] = "Preferenze sessuali:";
 $a->strings["Example: fishing photography software"] = "Esempio: pesca fotografia programmazione";
 $a->strings["Profile Name:"] = "Nome del profilo:";
-$a->strings["Required"] = "Richiesto";
 $a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Questo è il tuo profilo <strong>publico</strong>.<br /><strong>Potrebbe</strong> essere visto da chiunque attraverso internet.";
 $a->strings["Your Full Name:"] = "Il tuo nome completo:";
 $a->strings["Title/Description:"] = "Breve descrizione (es. titolo, posizione, altro):";
@@ -631,11 +999,6 @@ $a->strings["visible to everybody"] = "visibile a tutti";
 $a->strings["Edit/Manage Profiles"] = "Modifica / Gestisci profili";
 $a->strings["Change profile photo"] = "Cambia la foto del profilo";
 $a->strings["Create New Profile"] = "Crea un nuovo profilo";
-$a->strings["Invalid request."] = "Richiesta non valida.";
-$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Mi spiace, forse il file che stai caricando è più grosso di quanto la configurazione di PHP permetta";
-$a->strings["Or - did you try to upload an empty file?"] = "O.. non avrai provato a caricare un file vuoto?";
-$a->strings["File exceeds size limit of %s"] = "Il file supera la dimensione massima di %s";
-$a->strings["File upload failed."] = "Caricamento del file non riuscito.";
 $a->strings["%d contact edited."] = [
        0 => "%d contatto modificato.",
        1 => "%d contatti modificati",
@@ -643,7 +1006,6 @@ $a->strings["%d contact edited."] = [
 $a->strings["Could not access contact record."] = "Non è possibile accedere al contatto.";
 $a->strings["Could not locate selected profile."] = "Non riesco a trovare il profilo selezionato.";
 $a->strings["Contact updated."] = "Contatto aggiornato.";
-$a->strings["Failed to update contact record."] = "Errore nell'aggiornamento del contatto.";
 $a->strings["Contact has been blocked"] = "Il contatto è stato bloccato";
 $a->strings["Contact has been unblocked"] = "Il contatto è stato sbloccato";
 $a->strings["Contact has been ignored"] = "Il contatto è ignorato";
@@ -700,7 +1062,6 @@ $a->strings["Status"] = "Stato";
 $a->strings["Contact Settings"] = "Impostazioni Contatto";
 $a->strings["Suggestions"] = "Suggerimenti";
 $a->strings["Suggest potential friends"] = "Suggerisci potenziali amici";
-$a->strings["All Contacts"] = "Tutti i contatti";
 $a->strings["Show all contacts"] = "Mostra tutti i contatti";
 $a->strings["Unblocked"] = "Sbloccato";
 $a->strings["Only show unblocked contacts"] = "Mostra solo contatti non bloccati";
@@ -713,8 +1074,6 @@ $a->strings["Only show archived contacts"] = "Mostra solo contatti archiviati";
 $a->strings["Hidden"] = "Nascosto";
 $a->strings["Only show hidden contacts"] = "Mostra solo contatti nascosti";
 $a->strings["Search your contacts"] = "Cerca nei tuoi contatti";
-$a->strings["Results for: %s"] = "Risultati per: %s";
-$a->strings["Find"] = "Trova";
 $a->strings["Update"] = "Aggiorna";
 $a->strings["Archive"] = "Archivia";
 $a->strings["Unarchive"] = "Dearchivia";
@@ -722,7 +1081,6 @@ $a->strings["Batch Actions"] = "Azioni Batch";
 $a->strings["Profile Details"] = "Dettagli del profilo";
 $a->strings["View all contacts"] = "Vedi tutti i contatti";
 $a->strings["View all common friends"] = "Vedi tutti gli amici in comune";
-$a->strings["Advanced"] = "Avanzate";
 $a->strings["Advanced Contact Settings"] = "Impostazioni avanzate Contatto";
 $a->strings["Mutual Friendship"] = "Amicizia reciproca";
 $a->strings["is a fan of yours"] = "è un tuo fan";
@@ -731,238 +1089,41 @@ $a->strings["Toggle Blocked status"] = "Inverti stato \"Blocca\"";
 $a->strings["Toggle Ignored status"] = "Inverti stato \"Ignora\"";
 $a->strings["Toggle Archive status"] = "Inverti stato \"Archiviato\"";
 $a->strings["Delete contact"] = "Rimuovi contatto";
-$a->strings["No parent user"] = "Nessun utente principale";
-$a->strings["Parent User"] = "Utente Principale";
-$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Gli utenti principali hanno il controllo totale su questo account, comprese le impostazioni. Assicurati di controllare due volte a chi stai fornendo questo accesso.";
-$a->strings["Save Settings"] = "Salva Impostazioni";
-$a->strings["Delegate Page Management"] = "Gestione delegati per la pagina";
-$a->strings["Delegates"] = "Delegati";
-$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."] = "I Delegati sono in grado di gestire tutti gli aspetti di questa pagina, tranne per le impostazioni di base dell'account. Non delegare il tuo account personale a nessuno di cui non ti fidi ciecamente.";
-$a->strings["Existing Page Managers"] = "Gestori Pagina Esistenti";
-$a->strings["Existing Page Delegates"] = "Delegati Pagina Esistenti";
-$a->strings["Potential Delegates"] = "Delegati Potenziali";
-$a->strings["Remove"] = "Rimuovi";
-$a->strings["Add"] = "Aggiungi";
-$a->strings["No entries."] = "Nessuna voce.";
-$a->strings["This introduction has already been accepted."] = "Questa presentazione è già stata accettata.";
-$a->strings["Profile location is not valid or does not contain profile information."] = "L'indirizzo del profilo non è valido o non contiene un profilo.";
-$a->strings["Warning: profile location has no identifiable owner name."] = "Attenzione: l'indirizzo del profilo non riporta il nome del proprietario.";
-$a->strings["Warning: profile location has no profile photo."] = "Attenzione: l'indirizzo del profilo non ha una foto.";
-$a->strings["%d required parameter was not found at the given location"] = [
-       0 => "%d parametro richiesto non è stato trovato all'indirizzo dato",
-       1 => "%d parametri richiesti non sono stati trovati all'indirizzo dato",
-];
-$a->strings["Introduction complete."] = "Presentazione completa.";
-$a->strings["Unrecoverable protocol error."] = "Errore di comunicazione.";
-$a->strings["Profile unavailable."] = "Profilo non disponibile.";
-$a->strings["%s has received too many connection requests today."] = "%s ha ricevuto troppe richieste di connessione per oggi.";
-$a->strings["Spam protection measures have been invoked."] = "Sono state attivate le misure di protezione contro lo spam.";
-$a->strings["Friends are advised to please try again in 24 hours."] = "Gli amici sono pregati di riprovare tra 24 ore.";
-$a->strings["Invalid locator"] = "Indirizzo non valido";
-$a->strings["You have already introduced yourself here."] = "Ti sei già presentato qui.";
-$a->strings["Apparently you are already friends with %s."] = "Pare che tu e %s siate già amici.";
-$a->strings["Invalid profile URL."] = "Indirizzo profilo non valido.";
-$a->strings["Disallowed profile URL."] = "Indirizzo profilo non permesso.";
-$a->strings["Your introduction has been sent."] = "La tua presentazione è stata inviata.";
-$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "La richiesta di connessione remota non può essere effettuata per la tua rete. Invia la richiesta direttamente sul nostro sistema.";
-$a->strings["Please login to confirm introduction."] = "Accedi per confermare la presentazione.";
-$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Non hai fatto accesso con l'identità corretta. Accedi a <strong>questo</strong> profilo.";
-$a->strings["Confirm"] = "Conferma";
-$a->strings["Hide this contact"] = "Nascondi questo contatto";
-$a->strings["Welcome home %s."] = "Bentornato a casa %s.";
-$a->strings["Please confirm your introduction/connection request to %s."] = "Conferma la tua richiesta di connessione con %s.";
-$a->strings["Public access denied."] = "Accesso negato.";
-$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Inserisci il tuo 'Indirizzo Identità' da uno dei seguenti network supportati:";
-$a->strings["If you are not yet a member of the free social web, <a href=\"%s\">follow this link to find a public Friendica site and join us today</a>."] = "Se non sei un membro del web sociale libero,  <a href=\"%s\">segui questo link per trovare un sito Friendica pubblico e unisciti a noi oggi</a>.";
-$a->strings["Friend/Connection Request"] = "Richieste di amicizia/connessione";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Esempi: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de";
-$a->strings["Please answer the following:"] = "Rispondi:";
-$a->strings["Does %s know you?"] = "%s ti conosce?";
-$a->strings["Add a personal note:"] = "Aggiungi una nota personale:";
-$a->strings["Friendica"] = "Friendica";
-$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)";
-$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)";
-$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = " - per favore non usare questa form. Invece, inserisci %s nella tua barra di ricerca su Diaspora.";
-$a->strings["- select -"] = "- seleziona -";
-$a->strings["The contact could not be added."] = "Il contatto non può essere aggiunto.";
-$a->strings["You already added this contact."] = "Hai già aggiunto questo contatto.";
-$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Il supporto Diaspora non è abilitato. Il contatto non può essere aggiunto.";
-$a->strings["OStatus support is disabled. Contact can't be added."] = "Il supporto OStatus non è abilitato. Il contatto non può essere aggiunto.";
-$a->strings["The network type couldn't be detected. Contact can't be added."] = "Non è possibile rilevare il tipo di rete. Il contatto non può essere aggiunto.";
-$a->strings["Friendica Communications Server - Setup"] = "Friendica Comunicazione Server - Impostazioni";
-$a->strings["Could not connect to database."] = " Impossibile collegarsi con il database.";
-$a->strings["Could not create table."] = "Impossibile creare le tabelle.";
-$a->strings["Your Friendica site database has been installed."] = "Il tuo Friendica è stato installato.";
-$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Potresti dover importare il file \"database.sql\" manualmente con phpmyadmin o mysql";
-$a->strings["Please see the file \"INSTALL.txt\"."] = "Leggi il file \"INSTALL.txt\".";
-$a->strings["Database already in use."] = "Database già in uso.";
-$a->strings["System check"] = "Controllo sistema";
-$a->strings["Check again"] = "Controlla ancora";
-$a->strings["Database connection"] = "Connessione al database";
-$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Per installare Friendica dobbiamo sapere come collegarci al tuo database.";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Contatta il tuo fornitore di hosting o l'amministratore del sito se hai domande su queste impostazioni.";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Il database dovrà già esistere. Se non esiste, crealo prima di continuare.";
-$a->strings["Database Server Name"] = "Nome del database server";
-$a->strings["Database Login Name"] = "Nome utente database";
-$a->strings["Database Login Password"] = "Password utente database";
-$a->strings["For security reasons the password must not be empty"] = "Per motivi di sicurezza la password non puo' essere vuota.";
-$a->strings["Database Name"] = "Nome database";
-$a->strings["Site administrator email address"] = "Indirizzo email dell'amministratore del sito";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "Il tuo indirizzo email deve corrispondere a questo per poter usare il pannello di amministrazione web.";
-$a->strings["Please select a default timezone for your website"] = "Seleziona il fuso orario predefinito per il tuo sito web";
-$a->strings["Site settings"] = "Impostazioni sito";
-$a->strings["System Language:"] = "Lingua di Sistema:";
-$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Imposta la lingua di default per l'interfaccia e l'invio delle email.";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Non riesco a trovare la versione di PHP da riga di comando nel PATH del server web";
-$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>"] = "Se non hai la versione a riga di comando di PHP installata sul tuo server, non sarai in grado di eseguire i processi in background. Vedi <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Setup the poller'</a>";
-$a->strings["PHP executable path"] = "Percorso eseguibile PHP";
-$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Inserisci il percorso completo all'eseguibile di php. Puoi lasciare bianco questo campo per continuare l'installazione.";
-$a->strings["Command line PHP"] = "PHP da riga di comando";
-$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "L'eseguibile PHP non è il binario php cli (potrebbe essere la versione cgi-fcgi)";
-$a->strings["Found PHP version: "] = "Versione PHP:";
-$a->strings["PHP cli binary"] = "Binario PHP cli";
-$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "La versione da riga di comando di PHP nel sistema non ha abilitato \"register_argc_argv\".";
-$a->strings["This is required for message delivery to work."] = "E' obbligatorio per far funzionare la consegna dei messaggi.";
-$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"] = "Errore: la funzione \"openssl_pkey_new\" in questo sistema non è in grado di generare le chiavi di criptazione";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Se stai eseguendo friendika su windows, guarda \"http://www.php.net/manual/en/openssl.installation.php\".";
-$a->strings["Generate encryption keys"] = "Genera chiavi di criptazione";
-$a->strings["libCurl PHP module"] = "modulo PHP libCurl";
-$a->strings["GD graphics PHP module"] = "modulo PHP GD graphics";
-$a->strings["OpenSSL PHP module"] = "modulo PHP OpenSSL";
-$a->strings["PDO or MySQLi PHP module"] = "modulo PHP PDO o MySQLi";
-$a->strings["mb_string PHP module"] = "modulo PHP mb_string";
-$a->strings["XML PHP module"] = "Modulo PHP XML";
-$a->strings["iconv module"] = "modulo iconv";
-$a->strings["Apache mod_rewrite module"] = "Modulo mod_rewrite di Apache";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Errore: E' il modulo mod-rewrite di Apache è richiesto, ma non risulta installato";
-$a->strings["Error: libCURL PHP module required but not installed."] = "Errore: il modulo libCURL di PHP è richiesto, ma non risulta installato.";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Errore: Il modulo GD graphics di PHP con supporto a JPEG è richiesto, ma non risulta installato.";
-$a->strings["Error: openssl PHP module required but not installed."] = "Errore: il modulo openssl di PHP è richiesto, ma non risulta installato.";
-$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Errore: uno dei due moduli PHP PDO o MySQLi è richiesto ma non installato.";
-$a->strings["Error: The MySQL driver for PDO is not installed."] = "Errore: il driver MySQL per PDO non è installato.";
-$a->strings["Error: mb_string PHP module required but not installed."] = "Errore: il modulo PHP mb_string è richiesto, ma non risulta installato.";
-$a->strings["Error: iconv PHP module required but not installed."] = "Errore: il modulo PHP iconv è richiesto ma non installato.";
-$a->strings["Error, XML PHP module required but not installed."] = "Errore, il modulo PHP XML è richiesto ma non installato.";
-$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "L'installazione web deve poter creare un file chiamato \".htconfig.php\" nella cartella principale del tuo web server ma non è in grado di farlo.";
-$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."] = "Ciò è dovuto spesso a impostazioni di permessi, dato che il web server può non essere in grado di scrivere il file nella tua cartella, anche se tu puoi.";
-$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Alla fine di questa procedura, di daremo un testo da salvare in un file chiamato .htconfig.php nella tua cartella principale di Friendica";
-$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Puoi in alternativa saltare questa procedura ed eseguire l'installazione manualmente. Vedi il file \"INSTALL.txt\" per le istruzioni.";
-$a->strings[".htconfig.php is writable"] = ".htconfig.php è scrivibile";
-$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica usa il motore di template Smarty3 per renderizzare le sue pagine web. Smarty3 compila i template in PHP per velocizzare il 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."] = "Per salvare questi template compilati, il server werb ha bisogno dell'accesso in scrittura alla cartella view/smarty3/ nella cartella principale dei Friendica.";
-$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Per favore, controlla che l'utente con cui il tuo server web gira (es www-data) ha accesso in scrittura a questa cartella.";
-$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."] = "Nota: come misura di sicurezza, dovresti dare accesso in scrittura solo alla cartella view/smarty3, non ai template (.tpl) che contiene.";
-$a->strings["view/smarty3 is writable"] = "view/smarty3 è scrivibile";
-$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "La riscrittura degli url in .htaccess non funziona. Controlla la configurazione del tuo server.";
-$a->strings["Url rewrite is working"] = "La riscrittura degli url funziona";
-$a->strings["ImageMagick PHP extension is not installed"] = "L'estensione PHP ImageMagick non è installata";
-$a->strings["ImageMagick PHP extension is installed"] = "L'estensione PHP ImageMagick è installata";
-$a->strings["ImageMagick supports GIF"] = "ImageMagick supporta i 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."] = "Il file di configurazione del database \".htconfig.php\" non può essere scritto. Usa il testo qui di seguito per creare un file di configurazione nella cartella principale del tuo sito.";
-$a->strings["<h1>What next</h1>"] = "<h1>Cosa fare ora</h1>";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "IMPORTANTE: Devi impostare [manualmente] la pianificazione del worker.";
-$a->strings["Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Vai nella <a href=\"%s/register\">pagina di registrazione</a> del tuo nuovo nodo Friendica e registra un nuovo utente. Ricorda di usare la stessa email che hai inserito come email dell'utente amministratore. Questo ti permetterà di entrare nel pannello di amministrazione del sito.";
-$a->strings["Time Conversion"] = "Conversione Ora";
-$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica fornisce questo servizio per la condivisione di eventi con altre reti e amici in fusi orari sconosciuti.";
-$a->strings["UTC time: %s"] = "Ora UTC: %s";
-$a->strings["Current timezone: %s"] = "Fuso orario corrente: %s";
-$a->strings["Converted localtime: %s"] = "Ora locale convertita: %s";
-$a->strings["Please select your timezone:"] = "Selezionare il tuo fuso orario:";
-$a->strings["No valid account found."] = "Nessun account valido trovato.";
-$a->strings["Password reset request issued. Check your email."] = "La richiesta per reimpostare la password è stata inviata. Controlla la tua email.";
-$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\nGentile %1\$s,\n\tabbiamo ricevuto su \"%2\$s\" una richiesta di resettare la password del tuo account. Per confermare questa richiesta, selezionate il link di conferma qui sotto o incollatelo nella barra indirizzo del vostro browser.\n\nSe NON hai richiesto questa modifica, NON selezionare il link e ignora o cancella questa email.\n\nLa tua password non verrà modificata a meno che non possiamo verificare che tu abbia effettivamente richiesto la modifica.";
-$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\nSegui questo link per verificare la tua identità:\n\n%1\$s\n\nRiceverai in un successivo messaggio la nuova password.\nPotrai cambiarla dalla pagina \"Impostazioni\" del tuo account dopo esserti autenticato.\n\nI dettagli del tuo account sono:\n\tIndirizzo del sito: %2\$s\n\tNome utente: %3\$s";
-$a->strings["Password reset requested at %s"] = "Richiesta reimpostazione password su %s";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "La richiesta non può essere verificata. (Puoi averla già richiesta precedentemente). Reimpostazione password fallita.";
-$a->strings["Request has expired, please make a new one."] = "La richiesta è scaduta, si prega di crearne una nuova.";
-$a->strings["Forgot your Password?"] = "Hai dimenticato la password?";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Inserisci il tuo indirizzo email per reimpostare la password.";
-$a->strings["Nickname or Email: "] = "Nome utente o email: ";
-$a->strings["Reset"] = "Reimposta";
-$a->strings["Password Reset"] = "Reimpostazione password";
-$a->strings["Your password has been reset as requested."] = "La tua password è stata reimpostata come richiesto.";
-$a->strings["Your new password is"] = "La tua nuova password è";
-$a->strings["Save or copy your new password - and then"] = "Salva o copia la tua nuova password, quindi";
-$a->strings["click here to login"] = "clicca qui per entrare";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Puoi cambiare la tua password dalla pagina <em>Impostazioni</em> dopo aver effettuato l'accesso.";
-$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"] = "\nGentile %1\$s,\n\tLa tua password è stata modificata come richiesto.\nSalva questa password, o sostituiscila immediatamente con qualcosa che puoi ricordare.";
-$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"] = "\nI dettagli del tuo account sono:\n\n\tIndirizzo del sito: %1\$s\n\tNome utente: %2\$s\n\tPassword: %3\$s\n\nPuoi cambiare questa password dalla pagina \"Impostazioni\" del tuo account dopo esserti autenticato.";
-$a->strings["Your password has been changed at %s"] = "La tua password presso %s è stata cambiata";
-$a->strings["No more system notifications."] = "Nessuna nuova notifica di sistema.";
-$a->strings["{0} wants to be your friend"] = "{0} vuole essere tuo amico";
-$a->strings["{0} sent you a message"] = "{0} ti ha inviato un messaggio";
-$a->strings["{0} requested registration"] = "{0} chiede la registrazione";
-$a->strings["Poke/Prod"] = "Tocca/Pungola";
-$a->strings["poke, prod or do other things to somebody"] = "tocca, pungola o fai altre cose a qualcuno";
-$a->strings["Recipient"] = "Destinatario";
-$a->strings["Choose what you wish to do to recipient"] = "Scegli cosa vuoi fare al destinatario";
-$a->strings["Make this post private"] = "Rendi questo post privato";
-$a->strings["Only logged in users are permitted to perform a probing."] = "Solo agli utenti loggati è permesso effettuare un probe.";
-$a->strings["Image uploaded but image cropping failed."] = "L'immagine è stata caricata, ma il non è stato possibile ritagliarla.";
-$a->strings["Image size reduction [%s] failed."] = "Il ridimensionamento dell'immagine [%s] è fallito.";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Ricarica la pagina con shift+F5 o cancella la cache del browser se la nuova foto non viene mostrata immediatamente.";
-$a->strings["Unable to process image"] = "Impossibile elaborare l'immagine";
-$a->strings["Image exceeds size limit of %s"] = "La dimensione dell'immagine supera il limite di %s";
-$a->strings["Unable to process image."] = "Impossibile caricare l'immagine.";
-$a->strings["Upload File:"] = "Carica un file:";
-$a->strings["Select a profile:"] = "Seleziona un profilo:";
-$a->strings["or"] = "o";
-$a->strings["skip this step"] = "salta questo passaggio";
-$a->strings["select a photo from your photo albums"] = "seleziona una foto dai tuoi album";
-$a->strings["Crop Image"] = "Ritaglia immagine";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "Ritaglia l'immagine per una visualizzazione migliore.";
-$a->strings["Done Editing"] = "Finito";
-$a->strings["Image uploaded successfully."] = "Immagine caricata con successo.";
-$a->strings["Image upload failed."] = "Caricamento immagine fallito.";
-$a->strings["Permission denied"] = "Permesso negato";
-$a->strings["Invalid profile identifier."] = "Identificativo del profilo non valido.";
-$a->strings["Profile Visibility Editor"] = "Modifica visibilità del profilo";
-$a->strings["Click on a contact to add or remove."] = "Clicca su un contatto per aggiungerlo o rimuoverlo.";
-$a->strings["Visible To"] = "Visibile a";
-$a->strings["All Contacts (with secure profile access)"] = "Tutti i contatti (con profilo ad accesso sicuro)";
-$a->strings["Account approved."] = "Account approvato.";
-$a->strings["Registration revoked for %s"] = "Registrazione revocata per %s";
-$a->strings["Please login."] = "Accedi.";
-$a->strings["Remove My Account"] = "Rimuovi il mio account";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Questo comando rimuoverà completamente il tuo account. Una volta rimosso non potrai più recuperarlo.";
-$a->strings["Please enter your password for verification:"] = "Inserisci la tua password per verifica:";
-$a->strings["Remove term"] = "Rimuovi termine";
-$a->strings["Saved Searches"] = "Ricerche salvate";
-$a->strings["Only logged in users are permitted to perform a search."] = "Solo agli utenti autenticati è permesso eseguire ricerche.";
-$a->strings["Too Many Requests"] = "Troppe richieste";
-$a->strings["Only one search per minute is permitted for not logged in users."] = "Solo una ricerca al minuto è permessa agli utenti non autenticati.";
-$a->strings["No results."] = "Nessun risultato.";
-$a->strings["Items tagged with: %s"] = "Elementi taggati con: %s";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s sta seguendo %3\$s di %2\$s";
-$a->strings["Tag removed"] = "Tag rimosso";
-$a->strings["Remove Item Tag"] = "Rimuovi il tag";
-$a->strings["Select a tag to remove: "] = "Seleziona un tag da rimuovere: ";
-$a->strings["Export account"] = "Esporta 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."] = "Esporta le informazioni del tuo account e dei contatti. Usa questa funzione per fare un backup del tuo account o per spostarlo in un altro server.";
-$a->strings["Export all"] = "Esporta tutto";
-$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)"] = "Esporta le informazioni del tuo account, i tuoi contatti e tutti i tuoi elementi in json. Può diventare un file veramente molto grosso e metterci un sacco di tempo. Usa questa funzione per fare un backup completo del tuo account (le foto non sono esportate)";
-$a->strings["Export personal data"] = "Esporta dati personali";
-$a->strings["No contacts."] = "Nessun contatto.";
-$a->strings["Access denied."] = "Accesso negato.";
-$a->strings["Wall Photos"] = "Foto della bacheca";
-$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Numero giornaliero di messaggi per %s superato. Invio fallito.";
-$a->strings["No recipient selected."] = "Nessun destinatario selezionato.";
-$a->strings["Unable to check your home location."] = "Impossibile controllare la tua posizione di origine.";
-$a->strings["Message could not be sent."] = "Il messaggio non può essere inviato.";
-$a->strings["Message collection failure."] = "Errore recuperando il messaggio.";
-$a->strings["Message sent."] = "Messaggio inviato.";
-$a->strings["No recipient."] = "Nessun destinatario.";
-$a->strings["Send Private Message"] = "Invia un messaggio privato";
-$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Se vuoi che %s ti risponda, controlla che le tue impostazioni di privacy permettano la ricezione di messaggi privati da mittenti sconosciuti.";
-$a->strings["To:"] = "A:";
-$a->strings["Subject:"] = "Oggetto:";
-$a->strings["Unable to locate original post."] = "Impossibile trovare il messaggio originale.";
-$a->strings["Empty post discarded."] = "Messaggio vuoto scartato.";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Questo messaggio ti è stato inviato da %s, un membro del social network Friendica.";
-$a->strings["You may visit them online at %s"] = "Puoi visitarli online su %s";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Contatta il mittente rispondendo a questo post se non vuoi ricevere questi messaggi.";
-$a->strings["%s posted an update."] = "%s ha inviato un aggiornamento.";
+$a->strings["Terms of Service"] = "Codizioni del Servizio";
+$a->strings["Privacy Statement"] = "Note sulla Privacy";
+$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."] = "Al momento della registrazione, e per fornire le comunicazioni tra l'account dell'utente e i suoi contatti, l'utente deve fornire un nome da visualizzare (pseudonimo), un nome utente (soprannome) e un indirizzo email funzionante. I nomi saranno accessibili sulla pagina profilo dell'account da parte di qualsiasi visitatore, anche quando altri dettagli del profilo non sono mostrati. L'indirizzo email sarà usato solo per inviare notifiche riguardo l'interazione coi contatti, ma non sarà mostrato. L'inserimento dell'account nella rubrica degli utenti del nodo o nella rubrica globale è opzionale, può essere impostato nelle impostazioni dell'utente, e  non è necessario ai fini delle comunicazioni.";
+$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."] = "";
+$a->strings["This is Friendica, version"] = "Questo è Friendica, versione";
+$a->strings["running at web location"] = "in esecuzione all'indirizzo web";
+$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "Visita <a href=\"https://friendi.ca\">Friendi.ca</a> per saperne di più sul progetto Friendica.";
+$a->strings["Bug reports and issues: please visit"] = "Segnalazioni di bug e problemi: visita";
+$a->strings["the bugtracker at github"] = "il bugtracker su github";
+$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggerimenti, lodi, donazioni, ecc -  e-mail a  \"Info\" at Friendica punto com";
+$a->strings["Installed addons/apps:"] = "Addon/applicazioni installate";
+$a->strings["No installed addons/apps"] = "Nessun addons/applicazione installata";
+$a->strings["Read about the <a href=\"%1\$s/tos\">Terms of Service</a> of this node."] = "";
+$a->strings["On this server the following remote servers are blocked."] = "In questo server i seguenti server remoti sono bloccati.";
+$a->strings["Reason for the block"] = "Motivazione del blocco";
+$a->strings["No valid account found."] = "Nessun account valido trovato.";
+$a->strings["Password reset request issued. Check your email."] = "La richiesta per reimpostare la password è stata inviata. Controlla la tua email.";
+$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\nGentile %1\$s,\n\tabbiamo ricevuto su \"%2\$s\" una richiesta di resettare la password del tuo account. Per confermare questa richiesta, selezionate il link di conferma qui sotto o incollatelo nella barra indirizzo del vostro browser.\n\nSe NON hai richiesto questa modifica, NON selezionare il link e ignora o cancella questa email.\n\nLa tua password non verrà modificata a meno che non possiamo verificare che tu abbia effettivamente richiesto la modifica.";
+$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\nSegui questo link per verificare la tua identità:\n\n%1\$s\n\nRiceverai in un successivo messaggio la nuova password.\nPotrai cambiarla dalla pagina \"Impostazioni\" del tuo account dopo esserti autenticato.\n\nI dettagli del tuo account sono:\n\tIndirizzo del sito: %2\$s\n\tNome utente: %3\$s";
+$a->strings["Password reset requested at %s"] = "Richiesta reimpostazione password su %s";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "La richiesta non può essere verificata. (Puoi averla già richiesta precedentemente). Reimpostazione password fallita.";
+$a->strings["Request has expired, please make a new one."] = "La richiesta è scaduta, si prega di crearne una nuova.";
+$a->strings["Forgot your Password?"] = "Hai dimenticato la password?";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Inserisci il tuo indirizzo email per reimpostare la password.";
+$a->strings["Nickname or Email: "] = "Nome utente o email: ";
+$a->strings["Reset"] = "Reimposta";
+$a->strings["Password Reset"] = "Reimpostazione password";
+$a->strings["Your password has been reset as requested."] = "La tua password è stata reimpostata come richiesto.";
+$a->strings["Your new password is"] = "La tua nuova password è";
+$a->strings["Save or copy your new password - and then"] = "Salva o copia la tua nuova password, quindi";
+$a->strings["click here to login"] = "clicca qui per entrare";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Puoi cambiare la tua password dalla pagina <em>Impostazioni</em> dopo aver effettuato l'accesso.";
+$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"] = "\nGentile %1\$s,\n\tLa tua password è stata modificata come richiesto.\nSalva questa password, o sostituiscila immediatamente con qualcosa che puoi ricordare.";
+$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"] = "\nI dettagli del tuo account sono:\n\n\tIndirizzo del sito: %1\$s\n\tNome utente: %2\$s\n\tPassword: %3\$s\n\nPuoi cambiare questa password dalla pagina \"Impostazioni\" del tuo account dopo esserti autenticato.";
+$a->strings["Your password has been changed at %s"] = "La tua password presso %s è stata cambiata";
 $a->strings["Registration successful. Please check your email for further instructions."] = "Registrazione completata. Controlla la tua mail per ulteriori informazioni.";
 $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."] = "Si è verificato un errore inviando l'email. I dettagli del tuo account:<br> login: %s<br> password: %s<br><br>Puoi cambiare la password dopo il login.";
 $a->strings["Registration successful."] = "Registrazione completata.";
@@ -1012,11 +1173,17 @@ $a->strings["check webfinger"] = "verifica webfinger";
 $a->strings["Admin"] = "Amministrazione";
 $a->strings["Addon Features"] = "Funzioni Addon";
 $a->strings["User registrations waiting for confirmation"] = "Utenti registrati in attesa di conferma";
+$a->strings["Administration"] = "Amministrazione";
+$a->strings["Display Terms of Service"] = "";
+$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = "";
+$a->strings["Display Privacy Statement"] = "";
+$a->strings["Show some informations regarding the needed information to operate the node according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."] = "";
+$a->strings["The Terms of Service"] = "Le Codizioni del Servizio";
+$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "";
 $a->strings["The blocked domain"] = "Il dominio bloccato";
 $a->strings["The reason why you blocked this domain."] = "Le ragioni per cui blocchi questo dominio.";
 $a->strings["Delete domain"] = "Elimina dominio";
 $a->strings["Check to delete this entry from the blocklist"] = "Seleziona per eliminare questa voce dalla blocklist";
-$a->strings["Administration"] = "Amministrazione";
 $a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = "Questa pagina puo' essere usata per definire una black list di server dal network federato a cui nono è permesso interagire col tuo nodo. Per ogni dominio inserito, dovresti anche riportare una ragione per cui hai bloccato il server remoto.";
 $a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "La lista di server bloccati sarà resa disponibile pubblicamente sulla pagina /friendica, così che i tuoi utenti e le persone che indagano su problemi di comunicazione possano trovarne la ragione facilmente.";
 $a->strings["Add new entry to block list"] = "Aggiungi una nuova voce alla blocklist";
@@ -1067,9 +1234,9 @@ $a->strings["Network"] = "Rete";
 $a->strings["Created"] = "Creato";
 $a->strings["Last Tried"] = "Ultimo Tentativo";
 $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."] = "Questa pagina elenca il contenuto della coda di invio dei post. Questi sono post la cui consegna è fallita. Verranno inviati nuovamente più tardi ed eventualmente cancellati se la consegna continua a fallire.";
-$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php scripts/dbstructure.php toinnodb</tt> of your Friendica installation for an automatic conversion.<br />"] = "Il tuo database contiene ancora tabelle MyISAM. Dovresti cambiare il motore a InnoDB. Siccome Friendica userà esclusivamente InnoDB nelle versioni a venire, dovresti cambiarle! Vedi <a href=\"%s\">qui</a> per una guida che puo' essere d'aiuto nel convertire il motore delle tabelle. Puoi anche usare il comando <tt>php scripts/dbstructure.php toinnodb</tt> nella tua installazione Friendica per eseguire la conversione automaticamente.<br />";
+$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 bin/console.php dbstructure 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"] = "È disponibile per il download una nuova versione di Friendica. La tua versione è %1\$s, la versione upstream è %2\$s";
-$a->strings["The database update failed. Please run \"php scripts/dbstructure.php update\" from the command line and have a look at the errors that might appear."] = "L'aggiornamento del database è fallito. Esegui \"php scripts/dbstructure.php update\" dalla riga di comando per poter vedere gli eventuali errori che potrebbero apparire.";
+$a->strings["The database update failed. Please run \"php bin/console.php dbstructure 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!"] = "Il worker non è mai stato eseguito. Controlla la struttura del tuo database!";
 $a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = "L'ultima esecuzione del worker è stata alle %sUTC, ovvero più di un'ora fa. Controlla le impostazioni del tuo crontab.";
 $a->strings["Normal Account"] = "Account normale";
@@ -1113,6 +1280,7 @@ $a->strings["Policies"] = "Politiche";
 $a->strings["Auto Discovered Contact Directory"] = "Elenco Contatti Scoperto Automaticamente";
 $a->strings["Performance"] = "Performance";
 $a->strings["Worker"] = "Worker";
+$a->strings["Message Relay"] = "";
 $a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Trasloca - ATTENZIONE: funzione avanzata! Può rendere questo server irraggiungibile.";
 $a->strings["Site name"] = "Nome del sito";
 $a->strings["Host name"] = "Nome host";
@@ -1148,7 +1316,7 @@ $a->strings["Register policy"] = "Politica di registrazione";
 $a->strings["Maximum Daily Registrations"] = "Massime registrazioni giornaliere";
 $a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day.  If register is set to closed, this setting has no effect."] = "Se la registrazione è permessa, qui si definisce il massimo numero di nuovi utenti registrati da accettare giornalmente. Se la registrazione è chiusa, questa impostazione non ha effetto.";
 $a->strings["Register text"] = "Testo registrazione";
-$a->strings["Will be displayed prominently on the registration page."] = "Sarà mostrato ben visibile nella pagina di registrazione.";
+$a->strings["Will be displayed prominently on the registration page. You can use BBCode here."] = "";
 $a->strings["Accounts abandoned after x days"] = "Account abbandonati dopo x giorni";
 $a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Non spreca risorse di sistema controllando siti esterni per gli account abbandonati. Immettere 0 per nessun limite di tempo.";
 $a->strings["Allowed friend domains"] = "Domini amici consentiti";
@@ -1245,6 +1413,7 @@ $a->strings["New base url"] = "Nuovo url base";
 $a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = "Cambia l'URL base di questo server. Invia il messaggio di trasloco a tutti i contatti Friendica e Diaspora* di tutti gli utenti.";
 $a->strings["RINO Encryption"] = "Crittografia RINO";
 $a->strings["Encryption layer between nodes."] = "Crittografia delle comunicazioni tra nodi.";
+$a->strings["Enabled"] = "";
 $a->strings["Maximum number of parallel workers"] = "Massimo numero di lavori in parallelo";
 $a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "Su host condivisi imposta a 2. Su sistemi più grandi, valori fino a 10 vanno bene. Il valore di default è 4.";
 $a->strings["Don't use 'proc_open' with the worker"] = "Non usare 'proc_open' con il worker";
@@ -1253,6 +1422,20 @@ $a->strings["Enable fastlane"] = "Abilita fastlane";
 $a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = "Quando abilitato, il meccanismo di fastlane avvia processi aggiuntivi se processi con priorità più alta sono bloccati da processi con priorità più bassa.";
 $a->strings["Enable frontend worker"] = "Abilita worker da frontend";
 $a->strings["When enabled the Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = "Quando abilitato, il processo è avviato quando viene eseguito un accesso al backend (per esempio, quando un messaggio viene consegnato). Su siti più piccoli potresti voler chiamare %s/worker regolarmente attraverso un cron esterno. Dovresti abilitare questa opzione solo se non puoi impostare esecuzioni pianificate sul tuo server. ";
+$a->strings["Subscribe to relay"] = "";
+$a->strings["Enables the receiving of public posts from the relay. They will be included in the search, subscribed tags and on the global community page."] = "";
+$a->strings["Relay server"] = "";
+$a->strings["Address of the relay server where public posts should be send to. For example https://relay.diasp.org"] = "";
+$a->strings["Direct relay transfer"] = "";
+$a->strings["Enables the direct transfer to other servers without using the relay servers"] = "";
+$a->strings["Relay scope"] = "";
+$a->strings["Can be 'all' or 'tags'. 'all' means that every public post should be received. 'tags' means that only posts with selected tags should be received."] = "";
+$a->strings["all"] = "";
+$a->strings["tags"] = "";
+$a->strings["Server tags"] = "";
+$a->strings["Comma separated list of tags for the 'tags' subscription."] = "";
+$a->strings["Allow user tags"] = "";
+$a->strings["If enabled, the tags from the saved searches will used for the 'tags' subscription in addition to the 'relay_server_tags'."] = "";
 $a->strings["Update has been marked successful"] = "L'aggiornamento è stato segnato come  di successo";
 $a->strings["Database structure update %s was successfully applied."] = "Aggiornamento struttura database %s applicata con successo.";
 $a->strings["Executing of database structure update %s failed with error: %s"] = "Aggiornamento struttura database %s fallita con errore: %s";
@@ -1267,7 +1450,7 @@ $a->strings["This does not include updates prior to 1139, which did not return a
 $a->strings["Mark success (if update was manually applied)"] = "Segna completato (se l'update è stato applicato manualmente)";
 $a->strings["Attempt to execute this update step automatically"] = "Cerco di eseguire questo aggiornamento in automatico";
 $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\nGentile %1\$s,\n    l'amministratore di %2\$s ha impostato un account per te.";
-$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."] = "\nI dettagli del tuo utente sono:\n    Indirizzo del sito: %1\$s\n    Nome utente: %2\$s\n    Password: %3\$s\n\nPuoi cambiare la tua password dalla pagina delle impostazioni del tuo account dopo esserti autenticato.\n\nPer favore, prenditi qualche momento per esaminare tutte le impostazioni presenti.\n\nPotresti voler aggiungere qualche informazione di base al tuo profilo predefinito (nella pagina \"Profili\"), così che le altre persone possano trovarti più facilmente.\n\nTi raccomandiamo di inserire il tuo nome completo, aggiungere una foto, aggiungere qualche parola chiave del profilo (molto utili per trovare nuovi contatti), e magari in quale nazione vivi, se non vuoi essere più specifico di così.\n\nNoi rispettiamo appieno la tua privacy, e nessuna di queste informazioni è necessaria o obbligatoria.\nSe sei nuovo e non conosci nessuno qui, possono aiutarti a trovare qualche nuovo e interessante contatto.\n\nGrazie e benvenuto su %4\$s";
+$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\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "";
 $a->strings["Registration details for %s"] = "Dettagli della registrazione di %s";
 $a->strings["%s user blocked/unblocked"] = [
        0 => "%s utente bloccato/sbloccato",
@@ -1333,166 +1516,6 @@ $a->strings["Off"] = "Spento";
 $a->strings["On"] = "Acceso";
 $a->strings["Lock feature %s"] = "Blocca funzionalità %s";
 $a->strings["Manage Additional Features"] = "Gestisci Funzionalità Aggiuntive";
-$a->strings["Source (bbcode) text:"] = "Testo sorgente (bbcode):";
-$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Testo sorgente (da Diaspora) da convertire in BBcode:";
-$a->strings["Source input: "] = "Sorgente:";
-$a->strings["bbcode (raw HTML(: "] = "bbcode (HTML grezzo):";
-$a->strings["bbcode: "] = "bbcode: ";
-$a->strings["bbcode => html2bbcode: "] = "bbcode => html2bbcode: ";
-$a->strings["bb2diaspora: "] = "bb2diaspora: ";
-$a->strings["bb2diaspora => Markdown: "] = "bb2diaspora => Markdown: ";
-$a->strings["bb2diaspora => diaspora2bb: "] = "bb2diaspora => diaspora2bb: ";
-$a->strings["Source input (Diaspora format): "] = "Sorgente (formato Diaspora):";
-$a->strings["diaspora2bb: "] = "diaspora2bb: ";
-$a->strings["Login"] = "Accedi";
-$a->strings["The post was created"] = "Il messaggio è stato creato";
-$a->strings["Community option not available."] = "Opzione Comunità non disponibile";
-$a->strings["Not available."] = "Non disponibile.";
-$a->strings["Local Community"] = "Comunità Locale";
-$a->strings["Posts from local users on this server"] = "Messaggi dagli utenti locali su questo sito";
-$a->strings["Global Community"] = "Comunità Globale";
-$a->strings["Posts from users of the whole federated network"] = "Messaggi dagli utenti della rete federata";
-$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "Questa pagina comunità mostra tutti i post pubblici ricevuti da questo nodo. Potrebbero non riflettere le opinioni degli utenti di questo nodo.";
-$a->strings["Status:"] = "Stato:";
-$a->strings["Homepage:"] = "Homepage:";
-$a->strings["Global Directory"] = "Elenco globale";
-$a->strings["Find on this site"] = "Cerca nel sito";
-$a->strings["Results for:"] = "Risultati per:";
-$a->strings["Site Directory"] = "Elenco del sito";
-$a->strings["No entries (some entries may be hidden)."] = "Nessuna voce (qualche voce potrebbe essere nascosta).";
-$a->strings["Item not found"] = "Oggetto non trovato";
-$a->strings["Edit post"] = "Modifica messaggio";
-$a->strings["Event can not end before it has started."] = "Un evento non può finire prima di iniziare.";
-$a->strings["Event title and start time are required."] = "Titolo e ora di inizio dell'evento sono richiesti.";
-$a->strings["Create New Event"] = "Crea un nuovo evento";
-$a->strings["Event details"] = "Dettagli dell'evento";
-$a->strings["Starting date and Title are required."] = "La data di inizio e il titolo sono richiesti.";
-$a->strings["Event Starts:"] = "L'evento inizia:";
-$a->strings["Finish date/time is not known or not relevant"] = "La data/ora di fine non è definita";
-$a->strings["Event Finishes:"] = "L'evento finisce:";
-$a->strings["Adjust for viewer timezone"] = "Visualizza con il fuso orario di chi legge";
-$a->strings["Description:"] = "Descrizione:";
-$a->strings["Title:"] = "Titolo:";
-$a->strings["Share this event"] = "Condividi questo evento";
-$a->strings["Basic"] = "Base";
-$a->strings["Failed to remove event"] = "Rimozione evento fallita.";
-$a->strings["Event removed"] = "Evento rimosso";
-$a->strings["Friend suggestion sent."] = "Suggerimento di amicizia inviato.";
-$a->strings["Suggest Friends"] = "Suggerisci amici";
-$a->strings["Suggest a friend for %s"] = "Suggerisci un amico a %s";
-$a->strings["Group created."] = "Gruppo creato.";
-$a->strings["Could not create group."] = "Impossibile creare il gruppo.";
-$a->strings["Group not found."] = "Gruppo non trovato.";
-$a->strings["Group name changed."] = "Il nome del gruppo è cambiato.";
-$a->strings["Save Group"] = "Salva gruppo";
-$a->strings["Create a group of contacts/friends."] = "Crea un gruppo di amici/contatti.";
-$a->strings["Group Name: "] = "Nome del gruppo:";
-$a->strings["Group removed."] = "Gruppo rimosso.";
-$a->strings["Unable to remove group."] = "Impossibile rimuovere il gruppo.";
-$a->strings["Delete Group"] = "Elimina Gruppo";
-$a->strings["Group Editor"] = "Modifica gruppo";
-$a->strings["Edit Group Name"] = "Modifica Nome Gruppo";
-$a->strings["Members"] = "Membri";
-$a->strings["Group is empty"] = "Il gruppo è vuoto";
-$a->strings["Remove Contact"] = "Rimuovi Contatto";
-$a->strings["Add Contact"] = "Aggiungi Contatto";
-$a->strings["New Message"] = "Nuovo messaggio";
-$a->strings["Unable to locate contact information."] = "Impossibile trovare le informazioni del contatto.";
-$a->strings["Messages"] = "Messaggi";
-$a->strings["Do you really want to delete this message?"] = "Vuoi veramente cancellare questo messaggio?";
-$a->strings["Message deleted."] = "Messaggio eliminato.";
-$a->strings["Conversation removed."] = "Conversazione rimossa.";
-$a->strings["No messages."] = "Nessun messaggio.";
-$a->strings["Message not available."] = "Messaggio non disponibile.";
-$a->strings["Delete message"] = "Elimina il messaggio";
-$a->strings["D, d M Y - g:i A"] = "D d M Y - G:i";
-$a->strings["Delete conversation"] = "Elimina la conversazione";
-$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Nessuna comunicazione sicura disponibile, <strong>Potresti</strong> essere in grado di rispondere dalla pagina del profilo del mittente.";
-$a->strings["Send Reply"] = "Invia la risposta";
-$a->strings["Unknown sender - %s"] = "Mittente sconosciuto - %s";
-$a->strings["You and %s"] = "Tu e %s";
-$a->strings["%s and You"] = "%s e Tu";
-$a->strings["%d message"] = [
-       0 => "%d messaggio",
-       1 => "%d messaggi",
-];
-$a->strings["add"] = "aggiungi";
-$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
-       0 => "Attenzione: Questo gruppo contiene %s membro da una rete che non permette la ricezione di messaggi non pubblici.",
-       1 => "Attenzione: Questo gruppo contiene %s membri da reti che non permettono la ricezione di messaggi non pubblici.",
-];
-$a->strings["Messages in this group won't be send to these receivers."] = "I messaggi in questo gruppo non saranno inviati ai quei contatti.";
-$a->strings["No such group"] = "Nessun gruppo";
-$a->strings["Group: %s"] = "Gruppo: %s";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "I messaggi privati a questa persona potrebbero risultare visibili anche pubblicamente.";
-$a->strings["Invalid contact."] = "Contatto non valido.";
-$a->strings["Commented Order"] = "Ordina per commento";
-$a->strings["Sort by Comment Date"] = "Ordina per data commento";
-$a->strings["Posted Order"] = "Ordina per invio";
-$a->strings["Sort by Post Date"] = "Ordina per data messaggio";
-$a->strings["Posts that mention or involve you"] = "Messaggi che ti citano o coinvolgono";
-$a->strings["New"] = "Nuovo";
-$a->strings["Activity Stream - by date"] = "Activity Stream - per data";
-$a->strings["Shared Links"] = "Links condivisi";
-$a->strings["Interesting Links"] = "Link Interessanti";
-$a->strings["Starred"] = "Preferiti";
-$a->strings["Favourite Posts"] = "Messaggi preferiti";
-$a->strings["Personal Notes"] = "Note personali";
-$a->strings["Photo Albums"] = "Album foto";
-$a->strings["Recent Photos"] = "Foto recenti";
-$a->strings["Upload New Photos"] = "Carica nuove foto";
-$a->strings["everybody"] = "tutti";
-$a->strings["Contact information unavailable"] = "I dati di questo contatto non sono disponibili";
-$a->strings["Album not found."] = "Album non trovato.";
-$a->strings["Delete Album"] = "Rimuovi album";
-$a->strings["Do you really want to delete this photo album and all its photos?"] = "Vuoi davvero cancellare questo album e tutte le sue foto?";
-$a->strings["Delete Photo"] = "Rimuovi foto";
-$a->strings["Do you really want to delete this photo?"] = "Vuoi veramente cancellare questa foto?";
-$a->strings["a photo"] = "una foto";
-$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s è stato taggato in %2\$s da %3\$s";
-$a->strings["Image upload didn't complete, please try again"] = "Caricamento dell'immagine non completato. Prova di nuovo.";
-$a->strings["Image file is missing"] = "Il file dell'immagine è mancante";
-$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Il server non può accettare il caricamento di un nuovo file in questo momento, contattare l'amministratore";
-$a->strings["Image file is empty."] = "Il file dell'immagine è vuoto.";
-$a->strings["No photos selected"] = "Nessuna foto selezionata";
-$a->strings["Access to this item is restricted."] = "Questo oggetto non è visibile a tutti.";
-$a->strings["Upload Photos"] = "Carica foto";
-$a->strings["New album name: "] = "Nome nuovo album: ";
-$a->strings["or existing album name: "] = "o nome di un album esistente: ";
-$a->strings["Do not show a status post for this upload"] = "Non creare un post per questo upload";
-$a->strings["Show to Groups"] = "Mostra ai gruppi";
-$a->strings["Show to Contacts"] = "Mostra ai contatti";
-$a->strings["Edit Album"] = "Modifica album";
-$a->strings["Show Newest First"] = "Mostra nuove foto per prime";
-$a->strings["Show Oldest First"] = "Mostra vecchie foto per prime";
-$a->strings["View Photo"] = "Vedi foto";
-$a->strings["Permission denied. Access to this item may be restricted."] = "Permesso negato. L'accesso a questo elemento può essere limitato.";
-$a->strings["Photo not available"] = "Foto non disponibile";
-$a->strings["View photo"] = "Vedi foto";
-$a->strings["Edit photo"] = "Modifica foto";
-$a->strings["Use as profile photo"] = "Usa come foto del profilo";
-$a->strings["Private Message"] = "Messaggio privato";
-$a->strings["View Full Size"] = "Vedi dimensione intera";
-$a->strings["Tags: "] = "Tag: ";
-$a->strings["[Remove any tag]"] = "[Rimuovi tutti i tag]";
-$a->strings["New album name"] = "Nuovo nome dell'album";
-$a->strings["Caption"] = "Titolo";
-$a->strings["Add a Tag"] = "Aggiungi tag";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Esempio: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping";
-$a->strings["Do not rotate"] = "Non ruotare";
-$a->strings["Rotate CW (right)"] = "Ruota a destra";
-$a->strings["Rotate CCW (left)"] = "Ruota a sinistra";
-$a->strings["I like this (toggle)"] = "Mi piace (clic per cambiare)";
-$a->strings["I don't like this (toggle)"] = "Non mi piace (clic per cambiare)";
-$a->strings["This is you"] = "Questo sei tu";
-$a->strings["Comment"] = "Commento";
-$a->strings["Map"] = "Mappa";
-$a->strings["View Album"] = "Sfoglia l'album";
-$a->strings["Requested profile is not available."] = "Profilo richiesto non disponibile.";
-$a->strings["%s's posts"] = "il messaggio di %s";
-$a->strings["%s's comments"] = "il commento di %s";
-$a->strings["%s's timeline"] = "la timeline di %s";
-$a->strings["Tips for New Members"] = "Consigli per i Nuovi Utenti";
 $a->strings["Display"] = "Visualizzazione";
 $a->strings["Social Networks"] = "Social Networks";
 $a->strings["Delegations"] = "Delegazioni";
@@ -1505,6 +1528,7 @@ $a->strings["Features updated"] = "Funzionalità aggiornate";
 $a->strings["Relocate message has been send to your contacts"] = "Il messaggio di trasloco è stato inviato ai tuoi contatti";
 $a->strings["Passwords do not match. Password unchanged."] = "Le password non corrispondono. Password non cambiata.";
 $a->strings["Empty passwords are not allowed. Password unchanged."] = "Le password non possono essere vuote. Password non cambiata.";
+$a->strings["The new password has been exposed in a public data dump, please choose another."] = "";
 $a->strings["Wrong password."] = "Password sbagliata.";
 $a->strings["Password changed."] = "Password cambiata.";
 $a->strings["Password update failed. Please try again."] = "Aggiornamento password fallito. Prova ancora.";
@@ -1537,6 +1561,8 @@ $a->strings["Built-in support for %s connectivity is %s"] = "Il supporto integra
 $a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)";
 $a->strings["Email access is disabled on this site."] = "L'accesso email è disabilitato su questo sito.";
 $a->strings["General Social Media Settings"] = "Impostazioni Media Sociali";
+$a->strings["Disable Content Warning"] = "";
+$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "";
 $a->strings["Disable intelligent shortening"] = "Disabilita accorciamento intelligente";
 $a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Normalmente il sistema tenta di trovare il migliore link da aggiungere a un post accorciato. Se questa opzione è abilitata, ogni post accorciato conterrà sempre un link al post originale su Friendica.";
 $a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Segui automaticamente chiunque da GNU Social (OStatus)  ti segua o ti menzioni";
@@ -1676,84 +1702,26 @@ $a->strings["You receive a friend suggestion"] = "Hai ricevuto un suggerimento d
 $a->strings["You are tagged in a post"] = "Sei stato taggato in un post";
 $a->strings["You are poked/prodded/etc. in a post"] = "Sei 'toccato'/'spronato'/ecc. in un post";
 $a->strings["Activate desktop notifications"] = "Attiva notifiche desktop";
-$a->strings["Show desktop popup on new notifications"] = "Mostra un popup di notifica sul desktop all'arrivo di nuove notifiche";
-$a->strings["Text-only notification emails"] = "Email di notifica in solo testo";
-$a->strings["Send text only notification emails, without the html part"] = "Invia le email di notifica in solo testo, senza la parte in html";
-$a->strings["Show detailled notifications"] = "Mostra notifiche dettagliate";
-$a->strings["Per default the notificiation are condensed to a single notification per item. When enabled, every notification is displayed."] = "Per impostazione predefinita, le notifiche sono raggruppate in una singola notifica per articolo. Se abilitato, viene visualizzate tutte le notifiche.";
-$a->strings["Advanced Account/Page Type Settings"] = "Impostazioni avanzate Account/Tipo di pagina";
-$a->strings["Change the behaviour of this account for special situations"] = "Modifica il comportamento di questo account in situazioni speciali";
-$a->strings["Relocate"] = "Trasloca";
-$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Se hai spostato questo profilo da un'altro server, e alcuni dei tuoi contatti non ricevono i tuoi aggiornamenti, prova a premere questo bottone.";
-$a->strings["Resend relocate message to contacts"] = "Invia nuovamente il messaggio di trasloco ai contatti";
-$a->strings["Do you really want to delete this video?"] = "Vuoi veramente cancellare questo video?";
-$a->strings["Delete Video"] = "Rimuovi video";
-$a->strings["No videos selected"] = "Nessun video selezionato";
-$a->strings["Recent Videos"] = "Video Recenti";
-$a->strings["Upload New Videos"] = "Carica Nuovo Video";
-$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"] = "Varianti";
-$a->strings["Repeat the image"] = "Ripeti l'immagine";
-$a->strings["Will repeat your image to fill the background."] = "Ripete l'immagine per riempire lo sfondo.";
-$a->strings["Stretch"] = "Stira";
-$a->strings["Will stretch to width/height of the image."] = "Stira l'immagine.";
-$a->strings["Resize fill and-clip"] = "Scala e ritaglia";
-$a->strings["Resize to fill and retain aspect ratio."] = "Scala l'immagine a riempire mantenendo le proporzioni.";
-$a->strings["Resize best fit"] = "Scala best fit";
-$a->strings["Resize to best fit and retain aspect ratio."] = "Scala l'immagine alla miglior dimensione per riempire mantenendo le proporzioni.";
-$a->strings["Default"] = "Default";
-$a->strings["Note"] = "Note";
-$a->strings["Check image permissions if all users are allowed to visit the image"] = "Controlla i permessi dell'immagine se tutti gli utenti sono autorizzati a vederla";
-$a->strings["Select scheme"] = "Seleziona schema";
-$a->strings["Navigation bar background color"] = "Colore di sfondo barra di navigazione";
-$a->strings["Navigation bar icon color "] = "Colore icona barra di navigazione";
-$a->strings["Link color"] = "Colore link";
-$a->strings["Set the background color"] = "Imposta il colore di sfondo";
-$a->strings["Content background opacity"] = "Trasparenza sfondo contenuto";
-$a->strings["Set the background image"] = "Imposta l'immagine di sfondo";
-$a->strings["Login page background image"] = "Immagine di sfondo della pagina di login";
-$a->strings["Login page background color"] = "Colore di sfondo della pagina di login";
-$a->strings["Leave background image and color empty for theme defaults"] = "Lascia l'immagine e il colore di sfondo vuoti per usare le impostazioni predefinite del tema";
-$a->strings["Guest"] = "Ospite";
-$a->strings["Visitor"] = "Visitatore";
-$a->strings["Logout"] = "Esci";
-$a->strings["End this session"] = "Finisci questa sessione";
-$a->strings["Your posts and conversations"] = "I tuoi messaggi e le tue conversazioni";
-$a->strings["Your profile page"] = "Pagina del tuo profilo";
-$a->strings["Your photos"] = "Le tue foto";
-$a->strings["Videos"] = "Video";
-$a->strings["Your videos"] = "I tuoi video";
-$a->strings["Your events"] = "I tuoi eventi";
-$a->strings["Conversations from your friends"] = "Conversazioni dai tuoi amici";
-$a->strings["Events and Calendar"] = "Eventi e calendario";
-$a->strings["Private mail"] = "Posta privata";
-$a->strings["Account settings"] = "Parametri account";
-$a->strings["Manage/edit friends and contacts"] = "Gestisci/modifica amici e contatti";
-$a->strings["Alignment"] = "Allineamento";
-$a->strings["Left"] = "Sinistra";
-$a->strings["Center"] = "Centrato";
-$a->strings["Color scheme"] = "Schema colori";
-$a->strings["Posts font size"] = "Dimensione caratteri post";
-$a->strings["Textareas font size"] = "Dimensione caratteri nelle aree di testo";
-$a->strings["Comma separated list of helper forums"] = "Lista separata da virgola di forum di aiuto";
-$a->strings["Set style"] = "Imposta stile";
-$a->strings["Community Pages"] = "Pagine Comunitarie";
-$a->strings["Community Profiles"] = "Profili Comunità";
-$a->strings["Help or @NewHere ?"] = "Serve aiuto? Sei nuovo?";
-$a->strings["Connect Services"] = "Servizi connessi";
-$a->strings["Find Friends"] = "Trova Amici";
-$a->strings["Last users"] = "Ultimi utenti";
-$a->strings["Local Directory"] = "Elenco Locale";
-$a->strings["Similar Interests"] = "Interessi simili";
-$a->strings["Invite Friends"] = "Invita amici";
-$a->strings["External link to forum"] = "Link esterno al forum";
-$a->strings["Quick Start"] = "Quick Start";
+$a->strings["Show desktop popup on new notifications"] = "Mostra un popup di notifica sul desktop all'arrivo di nuove notifiche";
+$a->strings["Text-only notification emails"] = "Email di notifica in solo testo";
+$a->strings["Send text only notification emails, without the html part"] = "Invia le email di notifica in solo testo, senza la parte in html";
+$a->strings["Show detailled notifications"] = "Mostra notifiche dettagliate";
+$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "";
+$a->strings["Advanced Account/Page Type Settings"] = "Impostazioni avanzate Account/Tipo di pagina";
+$a->strings["Change the behaviour of this account for special situations"] = "Modifica il comportamento di questo account in situazioni speciali";
+$a->strings["Relocate"] = "Trasloca";
+$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Se hai spostato questo profilo da un'altro server, e alcuni dei tuoi contatti non ricevono i tuoi aggiornamenti, prova a premere questo bottone.";
+$a->strings["Resend relocate message to contacts"] = "Invia nuovamente il messaggio di trasloco ai contatti";
+$a->strings["Error decoding account file"] = "Errore decodificando il file account";
+$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Errore! Nessuna informazione di versione nel file! Potrebbe non essere un file account di Friendica?";
+$a->strings["User '%s' already exists on this server!"] = "L'utente '%s' esiste già su questo server!";
+$a->strings["User creation error"] = "Errore creando l'utente";
+$a->strings["User profile creation error"] = "Errore creando il profilo dell'utente";
+$a->strings["%d contact not imported"] = [
+       0 => "%d contatto non importato",
+       1 => "%d contatti non importati",
+];
+$a->strings["Done. You can now login with your username and password"] = "Fatto. Ora puoi entrare con il tuo nome utente e la tua password";
 $a->strings["System"] = "Sistema";
 $a->strings["Home"] = "Home";
 $a->strings["Introductions"] = "Presentazioni";
@@ -1768,16 +1736,13 @@ $a->strings["%s is now friends with %s"] = "%s è ora amico di %s";
 $a->strings["Friend Suggestion"] = "Amico suggerito";
 $a->strings["Friend/Connect Request"] = "Richiesta amicizia/connessione";
 $a->strings["New Follower"] = "Qualcuno inizia a seguirti";
-$a->strings["Error decoding account file"] = "Errore decodificando il file account";
-$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Errore! Nessuna informazione di versione nel file! Potrebbe non essere un file account di Friendica?";
-$a->strings["User '%s' already exists on this server!"] = "L'utente '%s' esiste già su questo server!";
-$a->strings["User creation error"] = "Errore creando l'utente";
-$a->strings["User profile creation error"] = "Errore creando il profilo dell'utente";
-$a->strings["%d contact not imported"] = [
-       0 => "%d contatto non importato",
-       1 => "%d contatti non importati",
-];
-$a->strings["Done. You can now login with your username and password"] = "Fatto. Ora puoi entrare con il tuo nome utente e la tua password";
+$a->strings["Post to Email"] = "Invia a email";
+$a->strings["Hide your profile details from unknown viewers?"] = "Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?";
+$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connettore disabilitato, dato che \"%s\" è abilitato.";
+$a->strings["Visible to everybody"] = "Visibile a tutti";
+$a->strings["show"] = "mostra";
+$a->strings["don't show"] = "non mostrare";
+$a->strings["Close"] = "Chiudi";
 $a->strings["Birthday:"] = "Compleanno:";
 $a->strings["YYYY-MM-DD or MM-DD"] = "AAAA-MM-GG o MM-GG";
 $a->strings["never"] = "mai";
@@ -1801,85 +1766,17 @@ $a->strings["$1 wrote:"] = "$1 ha scritto:";
 $a->strings["Encrypted content"] = "Contenuto criptato";
 $a->strings["Invalid source protocol"] = "Protocollo sorgente non valido";
 $a->strings["Invalid link protocol"] = "Protocollo link non valido";
-$a->strings["Frequently"] = "Frequentemente";
-$a->strings["Hourly"] = "Ogni ora";
-$a->strings["Twice daily"] = "Due volte al dì";
-$a->strings["Daily"] = "Giornalmente";
-$a->strings["Weekly"] = "Settimanalmente";
-$a->strings["Monthly"] = "Mensilmente";
-$a->strings["OStatus"] = "Ostatus";
-$a->strings["RSS/Atom"] = "RSS / Atom";
-$a->strings["Facebook"] = "Facebook";
-$a->strings["Zot!"] = "Zot!";
-$a->strings["LinkedIn"] = "LinkedIn";
-$a->strings["XMPP/IM"] = "XMPP/IM";
-$a->strings["MySpace"] = "MySpace";
-$a->strings["Google+"] = "Google+";
-$a->strings["pump.io"] = "pump.io";
-$a->strings["Twitter"] = "Twitter";
-$a->strings["Diaspora Connector"] = "Connettore Diaspora";
-$a->strings["GNU Social Connector"] = "Connettore GNU Social";
-$a->strings["pnut"] = "pnut";
-$a->strings["App.net"] = "App.net";
-$a->strings["Male"] = "Maschio";
-$a->strings["Female"] = "Femmina";
-$a->strings["Currently Male"] = "Al momento maschio";
-$a->strings["Currently Female"] = "Al momento femmina";
-$a->strings["Mostly Male"] = "Prevalentemente maschio";
-$a->strings["Mostly Female"] = "Prevalentemente femmina";
-$a->strings["Transgender"] = "Transgender";
-$a->strings["Intersex"] = "Intersex";
-$a->strings["Transsexual"] = "Transessuale";
-$a->strings["Hermaphrodite"] = "Ermafrodito";
-$a->strings["Neuter"] = "Neutro";
-$a->strings["Non-specific"] = "Non specificato";
-$a->strings["Other"] = "Altro";
-$a->strings["Males"] = "Maschi";
-$a->strings["Females"] = "Femmine";
-$a->strings["Gay"] = "Gay";
-$a->strings["Lesbian"] = "Lesbica";
-$a->strings["No Preference"] = "Nessuna preferenza";
-$a->strings["Bisexual"] = "Bisessuale";
-$a->strings["Autosexual"] = "Autosessuale";
-$a->strings["Abstinent"] = "Astinente";
-$a->strings["Virgin"] = "Vergine";
-$a->strings["Deviant"] = "Deviato";
-$a->strings["Fetish"] = "Fetish";
-$a->strings["Oodles"] = "Un sacco";
-$a->strings["Nonsexual"] = "Asessuato";
-$a->strings["Single"] = "Single";
-$a->strings["Lonely"] = "Solitario";
-$a->strings["Available"] = "Disponibile";
-$a->strings["Unavailable"] = "Non disponibile";
-$a->strings["Has crush"] = "è cotto/a";
-$a->strings["Infatuated"] = "infatuato/a";
-$a->strings["Dating"] = "Disponibile a un incontro";
-$a->strings["Unfaithful"] = "Infedele";
-$a->strings["Sex Addict"] = "Sesso-dipendente";
-$a->strings["Friends"] = "Amici";
-$a->strings["Friends/Benefits"] = "Amici con benefici";
-$a->strings["Casual"] = "Casual";
-$a->strings["Engaged"] = "Impegnato";
-$a->strings["Married"] = "Sposato";
-$a->strings["Imaginarily married"] = "immaginariamente sposato/a";
-$a->strings["Partners"] = "Partners";
-$a->strings["Cohabiting"] = "Coinquilino";
-$a->strings["Common law"] = "diritto comune";
-$a->strings["Happy"] = "Felice";
-$a->strings["Not looking"] = "Non guarda";
-$a->strings["Swinger"] = "Scambista";
-$a->strings["Betrayed"] = "Tradito";
-$a->strings["Separated"] = "Separato";
-$a->strings["Unstable"] = "Instabile";
-$a->strings["Divorced"] = "Divorziato";
-$a->strings["Imaginarily divorced"] = "immaginariamente divorziato/a";
-$a->strings["Widowed"] = "Vedovo";
-$a->strings["Uncertain"] = "Incerto";
-$a->strings["It's complicated"] = "E' complicato";
-$a->strings["Don't care"] = "Non interessa";
-$a->strings["Ask me"] = "Chiedimelo";
+$a->strings["External link to forum"] = "Link esterno al forum";
 $a->strings["Nothing new here"] = "Niente di nuovo qui";
 $a->strings["Clear notifications"] = "Pulisci le notifiche";
+$a->strings["Logout"] = "Esci";
+$a->strings["End this session"] = "Finisci questa sessione";
+$a->strings["Your posts and conversations"] = "I tuoi messaggi e le tue conversazioni";
+$a->strings["Your profile page"] = "Pagina del tuo profilo";
+$a->strings["Your photos"] = "Le tue foto";
+$a->strings["Videos"] = "Video";
+$a->strings["Your videos"] = "I tuoi video";
+$a->strings["Your events"] = "I tuoi eventi";
 $a->strings["Personal notes"] = "Note personali";
 $a->strings["Your personal notes"] = "Le tue note personali";
 $a->strings["Sign in"] = "Entra";
@@ -1891,23 +1788,33 @@ $a->strings["Addon applications, utilities, games"] = "Applicazioni, utilità e
 $a->strings["Search site content"] = "Cerca nel contenuto del sito";
 $a->strings["Community"] = "Comunità";
 $a->strings["Conversations on this and other servers"] = "Conversazioni su questo e su altri server";
+$a->strings["Events and Calendar"] = "Eventi e calendario";
 $a->strings["Directory"] = "Elenco";
 $a->strings["People directory"] = "Elenco delle persone";
 $a->strings["Information about this friendica instance"] = "Informazioni su questo server friendica";
+$a->strings["Conversations from your friends"] = "Conversazioni dai tuoi amici";
 $a->strings["Network Reset"] = "Reset pagina Rete";
 $a->strings["Load Network page with no filters"] = "Carica la pagina Rete senza nessun filtro";
 $a->strings["Friend Requests"] = "Richieste di amicizia";
 $a->strings["See all notifications"] = "Vedi tutte le notifiche";
 $a->strings["Mark all system notifications seen"] = "Segna tutte le notifiche come viste";
+$a->strings["Private mail"] = "Posta privata";
 $a->strings["Inbox"] = "In arrivo";
 $a->strings["Outbox"] = "Inviati";
 $a->strings["Manage"] = "Gestisci";
 $a->strings["Manage other pages"] = "Gestisci altre pagine";
+$a->strings["Account settings"] = "Parametri account";
 $a->strings["Profiles"] = "Profili";
 $a->strings["Manage/Edit Profiles"] = "Gestisci/Modifica i profili";
+$a->strings["Manage/edit friends and contacts"] = "Gestisci/modifica amici e contatti";
 $a->strings["Site setup and configuration"] = "Configurazione del sito";
 $a->strings["Navigation"] = "Navigazione";
 $a->strings["Site map"] = "Mappa del sito";
+$a->strings["Embedding disabled"] = "Embed disabilitato";
+$a->strings["Embedded content"] = "Contenuto incorporato";
+$a->strings["Export"] = "Esporta";
+$a->strings["Export calendar as ical"] = "Esporta il calendario in formato ical";
+$a->strings["Export calendar as csv"] = "Esporta il calendario in formato csv";
 $a->strings["General Features"] = "Funzionalità generali";
 $a->strings["Multiple Profiles"] = "Profili multipli";
 $a->strings["Ability to create multiple profiles"] = "Possibilità di creare profili multipli";
@@ -1960,8 +1867,6 @@ $a->strings["Tag Cloud"] = "Tag Cloud";
 $a->strings["Provide a personal tag cloud on your profile page"] = "Mostra una nuvola dei tag personali sulla tua pagina di profilo";
 $a->strings["Display Membership Date"] = "Mostra la Data di Registrazione";
 $a->strings["Display membership date in profile"] = "Mostra la data in cui ti sei registrato nel profilo";
-$a->strings["Embedding disabled"] = "Embed disabilitato";
-$a->strings["Embedded content"] = "Contenuto incorporato";
 $a->strings["Add New Contact"] = "Aggiungi nuovo contatto";
 $a->strings["Enter address or web location"] = "Inserisci posizione o indirizzo web";
 $a->strings["Example: bob@example.com, http://example.com/barbara"] = "Esempio: bob@example.com, http://example.com/barbara";
@@ -1972,7 +1877,9 @@ $a->strings["%d invitation available"] = [
 $a->strings["Find People"] = "Trova persone";
 $a->strings["Enter name or interest"] = "Inserisci un nome o un interesse";
 $a->strings["Examples: Robert Morgenstein, Fishing"] = "Esempi: Mario Rossi, Pesca";
+$a->strings["Similar Interests"] = "Interessi simili";
 $a->strings["Random Profile"] = "Profilo causale";
+$a->strings["Invite Friends"] = "Invita amici";
 $a->strings["View Global Directory"] = "Vedi Directory Globale";
 $a->strings["Networks"] = "Reti";
 $a->strings["All Networks"] = "Tutte le Reti";
@@ -1982,6 +1889,83 @@ $a->strings["%d contact in common"] = [
        0 => "%d contatto in comune",
        1 => "%d contatti in comune",
 ];
+$a->strings["Frequently"] = "";
+$a->strings["Hourly"] = "";
+$a->strings["Twice daily"] = "";
+$a->strings["Daily"] = "";
+$a->strings["Weekly"] = "";
+$a->strings["Monthly"] = "";
+$a->strings["OStatus"] = "";
+$a->strings["RSS/Atom"] = "";
+$a->strings["Facebook"] = "";
+$a->strings["Zot!"] = "";
+$a->strings["LinkedIn"] = "";
+$a->strings["XMPP/IM"] = "";
+$a->strings["MySpace"] = "";
+$a->strings["Google+"] = "";
+$a->strings["pump.io"] = "";
+$a->strings["Twitter"] = "";
+$a->strings["Diaspora Connector"] = "";
+$a->strings["GNU Social Connector"] = "";
+$a->strings["pnut"] = "";
+$a->strings["App.net"] = "";
+$a->strings["Male"] = "";
+$a->strings["Female"] = "";
+$a->strings["Currently Male"] = "";
+$a->strings["Currently Female"] = "";
+$a->strings["Mostly Male"] = "";
+$a->strings["Mostly Female"] = "";
+$a->strings["Transgender"] = "";
+$a->strings["Intersex"] = "";
+$a->strings["Transsexual"] = "";
+$a->strings["Hermaphrodite"] = "";
+$a->strings["Neuter"] = "";
+$a->strings["Non-specific"] = "Non specificato";
+$a->strings["Other"] = "Altro";
+$a->strings["Males"] = "Maschi";
+$a->strings["Females"] = "Femmine";
+$a->strings["Gay"] = "Gay";
+$a->strings["Lesbian"] = "Lesbica";
+$a->strings["No Preference"] = "Nessuna preferenza";
+$a->strings["Bisexual"] = "Bisessuale";
+$a->strings["Autosexual"] = "Autosessuale";
+$a->strings["Abstinent"] = "Astinente";
+$a->strings["Virgin"] = "Vergine";
+$a->strings["Deviant"] = "Deviato";
+$a->strings["Fetish"] = "Fetish";
+$a->strings["Oodles"] = "Un sacco";
+$a->strings["Nonsexual"] = "Asessuato";
+$a->strings["Single"] = "Single";
+$a->strings["Lonely"] = "Solitario";
+$a->strings["Available"] = "Disponibile";
+$a->strings["Unavailable"] = "Non disponibile";
+$a->strings["Has crush"] = "è cotto/a";
+$a->strings["Infatuated"] = "infatuato/a";
+$a->strings["Dating"] = "Disponibile a un incontro";
+$a->strings["Unfaithful"] = "Infedele";
+$a->strings["Sex Addict"] = "Sesso-dipendente";
+$a->strings["Friends"] = "Amici";
+$a->strings["Friends/Benefits"] = "Amici con benefici";
+$a->strings["Casual"] = "Casual";
+$a->strings["Engaged"] = "Impegnato";
+$a->strings["Married"] = "Sposato";
+$a->strings["Imaginarily married"] = "immaginariamente sposato/a";
+$a->strings["Partners"] = "Partners";
+$a->strings["Cohabiting"] = "Coinquilino";
+$a->strings["Common law"] = "diritto comune";
+$a->strings["Happy"] = "Felice";
+$a->strings["Not looking"] = "Non guarda";
+$a->strings["Swinger"] = "Scambista";
+$a->strings["Betrayed"] = "Tradito";
+$a->strings["Separated"] = "Separato";
+$a->strings["Unstable"] = "Instabile";
+$a->strings["Divorced"] = "Divorziato";
+$a->strings["Imaginarily divorced"] = "immaginariamente divorziato/a";
+$a->strings["Widowed"] = "Vedovo";
+$a->strings["Uncertain"] = "Incerto";
+$a->strings["It's complicated"] = "E' complicato";
+$a->strings["Don't care"] = "Non interessa";
+$a->strings["Ask me"] = "Chiedimelo";
 $a->strings["There are no tables on MyISAM."] = "Non ci sono tabelle MyISAM";
 $a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\nGli sviluppatori di Friendica hanno rilasciato l'aggiornamento %s\nrecentemente, ma quando ho provato a installarlo, qualcosa è \nandato terribilmente storto.\nBisogna sistemare le cose e non posso farlo da solo.\nContatta uno sviluppatore se non sei in grado di aiutarmi. Il mio database potrebbe essere invalido.";
 $a->strings["The error message is\n[pre]%s[/pre]"] = "Il messaggio di errore è\n[pre]%s[/pre]";
@@ -1990,9 +1974,6 @@ $a->strings["Errors encountered performing database changes: "] = "Errori riscon
 $a->strings[": Database update"] = ": Aggiornamento database";
 $a->strings["%s: updating %s table."] = "%s: aggiornando la tabella %s.";
 $a->strings["[no subject]"] = "[nessun oggetto]";
-$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s parteciperà a %3\$s di %2\$s";
-$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s non parteciperà a %3\$s di %2\$s";
-$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s forse parteciperà a %3\$s di %2\$s";
 $a->strings["Requested account is not available."] = "L'account richiesto non è disponibile.";
 $a->strings["Edit profile"] = "Modifica il profilo";
 $a->strings["Atom feed"] = "Feed Atom";
@@ -2022,6 +2003,17 @@ $a->strings["Work/employment:"] = "Lavoro:";
 $a->strings["School/education:"] = "Scuola:";
 $a->strings["Forums:"] = "Forum:";
 $a->strings["Only You Can See This"] = "Solo tu puoi vedere questo";
+$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s parteciperà a %3\$s di %2\$s";
+$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s non parteciperà a %3\$s di %2\$s";
+$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s forse parteciperà a %3\$s di %2\$s";
+$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Un gruppo eliminato con questo nome è stato ricreato. I permessi  esistenti su un elemento <strong>possono</strong> essere applicati a questo gruppo e tutti i membri futuri. Se questo non è ciò che si intende, si prega di creare un altro gruppo con un nome diverso.";
+$a->strings["Default privacy group for new contacts"] = "Gruppo predefinito per i nuovi contatti";
+$a->strings["Everybody"] = "Tutti";
+$a->strings["edit"] = "modifica";
+$a->strings["Edit group"] = "Modifica gruppo";
+$a->strings["Contacts not in any group"] = "Contatti in nessun gruppo.";
+$a->strings["Create a new group"] = "Crea un nuovo gruppo";
+$a->strings["Edit groups"] = "Modifica gruppi";
 $a->strings["Drop Contact"] = "Rimuovi contatto";
 $a->strings["Organisation"] = "Organizzazione";
 $a->strings["News"] = "Notizie";
@@ -2040,14 +2032,20 @@ $a->strings["Limited profile. This person will be unable to receive direct/perso
 $a->strings["Unable to retrieve contact information."] = "Impossibile recuperare informazioni sul contatto.";
 $a->strings["%s's birthday"] = "Compleanno di %s";
 $a->strings["Happy Birthday %s"] = "Buon compleanno %s";
-$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Un gruppo eliminato con questo nome è stato ricreato. I permessi  esistenti su un elemento <strong>possono</strong> essere applicati a questo gruppo e tutti i membri futuri. Se questo non è ciò che si intende, si prega di creare un altro gruppo con un nome diverso.";
-$a->strings["Default privacy group for new contacts"] = "Gruppo predefinito per i nuovi contatti";
-$a->strings["Everybody"] = "Tutti";
-$a->strings["edit"] = "modifica";
-$a->strings["Edit group"] = "Modifica gruppo";
-$a->strings["Contacts not in any group"] = "Contatti in nessun gruppo.";
-$a->strings["Create a new group"] = "Crea un nuovo gruppo";
-$a->strings["Edit groups"] = "Modifica gruppi";
+$a->strings["Starts:"] = "Inizia:";
+$a->strings["Finishes:"] = "Finisce:";
+$a->strings["all-day"] = "tutto il giorno";
+$a->strings["Jun"] = "Giu";
+$a->strings["Sept"] = "Set";
+$a->strings["No events to display"] = "Nessun evento da mostrare";
+$a->strings["l, F j"] = "l j F";
+$a->strings["Edit event"] = "Modifica l'evento";
+$a->strings["Duplicate event"] = "Duplica evento";
+$a->strings["Delete event"] = "Elimina evento";
+$a->strings["D g:i A"] = "D G:i";
+$a->strings["g:i A"] = "G:i";
+$a->strings["Show map"] = "Mostra mappa";
+$a->strings["Hide map"] = "Nascondi mappa";
 $a->strings["Login failed"] = "Accesso fallito.";
 $a->strings["Not enough information to authenticate"] = "Informazioni insufficienti per l'autenticazione";
 $a->strings["An invitation is required."] = "E' richiesto un invito.";
@@ -2066,31 +2064,22 @@ $a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Il tuo nome ute
 $a->strings["Nickname is already registered. Please choose another."] = "Nome utente già registrato. Scegline un altro.";
 $a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERRORE GRAVE: La generazione delle chiavi di sicurezza è fallita.";
 $a->strings["An error occurred during registration. Please try again."] = "C'è stato un errore durante la registrazione. Prova ancora.";
+$a->strings["default"] = "default";
 $a->strings["An error occurred creating your default profile. Please try again."] = "C'è stato un errore nella creazione del tuo profilo. Prova ancora.";
 $a->strings["An error occurred creating your self contact. Please try again."] = "C'è stato un errore nella creazione del tuo contatto. Prova ancora.";
 $a->strings["An error occurred creating your default contact group. Please try again."] = "C'è stato un errore nella creazione del tuo gruppo contatti di default. Prova ancora.";
 $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"] = "\nGentile %1\$s,\n\tGrazie per la tua registrazione su %2\$s. Il tuo account è in attesa di approvazione da parte di un amministratore.\n\t";
 $a->strings["Registration at %s"] = "Registrazione su %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"] = "\nGentile %1\$s,\n\tGrazie per esserti registrato su %2\$s. Il tuo account è stato creato.\n\t";
-$a->strings["\n\t\t\tThe login details are as follows:\n\t\t\t\tSite Location:\t%3\$s\n\t\t\t\tLogin Name:\t%1\$s\n\t\t\t\tPassword:\t%5\$s\n\n\t\t\tYou may change your password from your account Settings page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile keywords (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\n\t\t\tThank you and welcome to %2\$s."] = "\nI dettagli del tuo utente sono:\n\tIndirizzo del sito: %3\$s\n\tNome utente: %1\$s\n\tPassword: %5\$s\n\nPuoi cambiare la tua password dalla pagina delle impostazioni del tuo account dopo esserti autenticato.\n\nPer favore, prenditi qualche momento per esaminare tutte le impostazioni presenti.\n\nPotresti voler aggiungere qualche informazione di base al tuo profilo predefinito (nella pagina \"Profili\"), così che le altre persone possano trovarti più facilmente.\n\nTi raccomandiamo di inserire il tuo nome completo, aggiungere una foto, aggiungere qualche parola chiave del profilo (molto utili per trovare nuovi contatti), e magari in quale nazione vivi, se non vuoi essere più specifico di così.\n\nNoi rispettiamo appieno la tua privacy, e nessuna di queste informazioni è necessaria o obbligatoria.\nSe sei nuovo e non conosci nessuno qui, possono aiutarti a trovare qualche nuovo e interessante contatto.\n\nGrazie e benvenuto su %2\$s.";
-$a->strings["%s\\'s birthday"] = "compleanno di %s";
+$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."] = "";
 $a->strings["%s is now following %s."] = "%s sta seguendo %s";
 $a->strings["following"] = "segue";
 $a->strings["%s stopped following %s."] = "%s ha smesso di seguire %s";
 $a->strings["stopped following"] = "tolto dai seguiti";
+$a->strings["%s\\'s birthday"] = "compleanno di %s";
 $a->strings["Sharing notification from Diaspora network"] = "Notifica di condivisione dal network Diaspora*";
 $a->strings["Attachments:"] = "Allegati:";
 $a->strings["(no subject)"] = "(nessun oggetto)";
-$a->strings["Create a New Account"] = "Crea un nuovo account";
-$a->strings["Password: "] = "Password: ";
-$a->strings["Remember me"] = "Ricordati di me";
-$a->strings["Or login using OpenID: "] = "O entra con OpenID:";
-$a->strings["Forgot your password?"] = "Hai dimenticato la password?";
-$a->strings["Website Terms of Service"] = "Condizioni di servizio del sito web ";
-$a->strings["terms of service"] = "condizioni del servizio";
-$a->strings["Website Privacy Policy"] = "Politiche di privacy del sito";
-$a->strings["privacy policy"] = "politiche di privacy";
-$a->strings["Logged out."] = "Uscita effettuata.";
 $a->strings["This entry was edited"] = "Questa voce è stata modificata";
 $a->strings["save to folder"] = "salva nella cartella";
 $a->strings["I will attend"] = "Parteciperò";
@@ -2124,7 +2113,63 @@ $a->strings["Code"] = "Codice";
 $a->strings["Image"] = "Immagine";
 $a->strings["Link"] = "Link";
 $a->strings["Video"] = "Video";
+$a->strings["Create a New Account"] = "Crea un nuovo account";
+$a->strings["Password: "] = "Password: ";
+$a->strings["Remember me"] = "Ricordati di me";
+$a->strings["Or login using OpenID: "] = "O entra con OpenID:";
+$a->strings["Forgot your password?"] = "Hai dimenticato la password?";
+$a->strings["Website Terms of Service"] = "Condizioni di servizio del sito web ";
+$a->strings["terms of service"] = "condizioni del servizio";
+$a->strings["Website Privacy Policy"] = "Politiche di privacy del sito";
+$a->strings["privacy policy"] = "politiche di privacy";
+$a->strings["Logged out."] = "Uscita effettuata.";
 $a->strings["Delete this item?"] = "Cancellare questo elemento?";
 $a->strings["show fewer"] = "mostra di meno";
+$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"] = "Varianti";
+$a->strings["Repeat the image"] = "Ripeti l'immagine";
+$a->strings["Will repeat your image to fill the background."] = "Ripete l'immagine per riempire lo sfondo.";
+$a->strings["Stretch"] = "Stira";
+$a->strings["Will stretch to width/height of the image."] = "Stira l'immagine.";
+$a->strings["Resize fill and-clip"] = "Scala e ritaglia";
+$a->strings["Resize to fill and retain aspect ratio."] = "Scala l'immagine a riempire mantenendo le proporzioni.";
+$a->strings["Resize best fit"] = "Scala best fit";
+$a->strings["Resize to best fit and retain aspect ratio."] = "Scala l'immagine alla miglior dimensione per riempire mantenendo le proporzioni.";
+$a->strings["Default"] = "Default";
+$a->strings["Note"] = "Note";
+$a->strings["Check image permissions if all users are allowed to visit the image"] = "Controlla i permessi dell'immagine se tutti gli utenti sono autorizzati a vederla";
+$a->strings["Select scheme"] = "Seleziona schema";
+$a->strings["Navigation bar background color"] = "Colore di sfondo barra di navigazione";
+$a->strings["Navigation bar icon color "] = "Colore icona barra di navigazione";
+$a->strings["Link color"] = "Colore link";
+$a->strings["Set the background color"] = "Imposta il colore di sfondo";
+$a->strings["Content background opacity"] = "Trasparenza sfondo contenuto";
+$a->strings["Set the background image"] = "Imposta l'immagine di sfondo";
+$a->strings["Login page background image"] = "Immagine di sfondo della pagina di login";
+$a->strings["Login page background color"] = "Colore di sfondo della pagina di login";
+$a->strings["Leave background image and color empty for theme defaults"] = "Lascia l'immagine e il colore di sfondo vuoti per usare le impostazioni predefinite del tema";
+$a->strings["Guest"] = "Ospite";
+$a->strings["Visitor"] = "Visitatore";
+$a->strings["Alignment"] = "Allineamento";
+$a->strings["Left"] = "Sinistra";
+$a->strings["Center"] = "Centrato";
+$a->strings["Color scheme"] = "Schema colori";
+$a->strings["Posts font size"] = "Dimensione caratteri post";
+$a->strings["Textareas font size"] = "Dimensione caratteri nelle aree di testo";
+$a->strings["Comma separated list of helper forums"] = "Lista separata da virgola di forum di aiuto";
+$a->strings["Set style"] = "Imposta stile";
+$a->strings["Community Pages"] = "Pagine Comunitarie";
+$a->strings["Community Profiles"] = "Profili Comunità";
+$a->strings["Help or @NewHere ?"] = "Serve aiuto? Sei nuovo?";
+$a->strings["Connect Services"] = "Servizi connessi";
+$a->strings["Find Friends"] = "Trova Amici";
+$a->strings["Last users"] = "Ultimi utenti";
+$a->strings["Local Directory"] = "Elenco Locale";
+$a->strings["Quick Start"] = "Quick Start";
 $a->strings["toggle mobile"] = "commuta tema mobile";
 $a->strings["Update %s failed. See error logs."] = "aggiornamento %s fallito. Guarda i log di errore.";
index 986f551d1bbf1bd3505f96580317e4b45c5954a4..a09bd6a28ec1b2ff742597880931b17154bbcc5b 100644 (file)
@@ -38,8 +38,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-04-06 16:58+0200\n"
-"PO-Revision-Date: 2018-04-15 10:14+0000\n"
+"POT-Creation-Date: 2018-04-20 09:30+0200\n"
+"PO-Revision-Date: 2018-04-20 20:52+0000\n"
 "Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
 "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
 "MIME-Version: 1.0\n"
@@ -48,30 +48,69 @@ msgstr ""
 "Language: pl\n"
 "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
 
-#: include/security.php:81
-msgid "Welcome "
-msgstr "Witaj "
+#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21
+#: mod/display.php:72 mod/display.php:252 mod/display.php:354
+#: mod/admin.php:276 mod/admin.php:1854 mod/admin.php:2102
+msgid "Item not found."
+msgstr "Element nie znaleziony."
 
-#: include/security.php:82
-msgid "Please upload a profile photo."
-msgstr "Proszę dodać zdjęcie profilowe."
+#: include/items.php:382
+msgid "Do you really want to delete this item?"
+msgstr "Czy na pewno chcesz usunąć ten element?"
 
-#: include/security.php:84
-msgid "Welcome back "
-msgstr "Witaj ponownie "
+#: include/items.php:384 mod/api.php:110 mod/suggest.php:38
+#: mod/dfrn_request.php:653 mod/message.php:138 mod/contacts.php:472
+#: mod/follow.php:150 mod/profiles.php:636 mod/profiles.php:639
+#: mod/profiles.php:661 mod/register.php:237 mod/settings.php:1105
+#: mod/settings.php:1111 mod/settings.php:1118 mod/settings.php:1122
+#: mod/settings.php:1126 mod/settings.php:1130 mod/settings.php:1134
+#: mod/settings.php:1138 mod/settings.php:1158 mod/settings.php:1159
+#: mod/settings.php:1160 mod/settings.php:1161 mod/settings.php:1162
+msgid "Yes"
+msgstr "Tak"
 
-#: include/security.php:431
-msgid ""
-"The form security token was not correct. This probably happened because the "
-"form has been opened for too long (>3 hours) before submitting it."
-msgstr "Znacznik zabezpieczeń formularza nie był poprawny. Prawdopodobnie stało się tak, ponieważ formularz został otwarty zbyt długo (> 3 godziny) przed jego przesłaniem."
+#: include/items.php:387 include/conversation.php:1352 mod/fbrowser.php:103
+#: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663
+#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141
+#: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147
+#: mod/contacts.php:475 mod/unfollow.php:117 mod/follow.php:161
+#: mod/settings.php:676 mod/settings.php:702
+msgid "Cancel"
+msgstr "Anuluj"
 
-#: include/dba.php:57
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr "Nie można zlokalizować serwera DNS dla bazy danych '%s'"
+#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40
+#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28
+#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/uimport.php:28
+#: mod/notifications.php:73 mod/dfrn_confirm.php:68 mod/manage.php:131
+#: mod/wall_attach.php:74 mod/wall_attach.php:77 mod/poke.php:150
+#: mod/regmod.php:108 mod/viewcontacts.php:57 mod/wall_upload.php:103
+#: mod/wall_upload.php:106 mod/wallmessage.php:16 mod/wallmessage.php:40
+#: mod/wallmessage.php:79 mod/wallmessage.php:103 mod/editpost.php:18
+#: mod/fsuggest.php:80 mod/group.php:26 mod/message.php:59 mod/message.php:104
+#: mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051 mod/cal.php:304
+#: mod/contacts.php:386 mod/delegate.php:25 mod/delegate.php:43
+#: mod/delegate.php:54 mod/events.php:194 mod/item.php:160
+#: mod/ostatus_subscribe.php:16 mod/profile_photo.php:30
+#: mod/profile_photo.php:176 mod/profile_photo.php:187
+#: mod/profile_photo.php:200 mod/unfollow.php:15 mod/unfollow.php:57
+#: mod/unfollow.php:90 mod/dirfind.php:25 mod/follow.php:17 mod/follow.php:54
+#: mod/follow.php:118 mod/invite.php:20 mod/invite.php:111 mod/network.php:32
+#: mod/profiles.php:182 mod/profiles.php:606 mod/register.php:53
+#: mod/settings.php:42 mod/settings.php:141 mod/settings.php:665 index.php:444
+msgid "Permission denied."
+msgstr "Brak uprawnień."
+
+#: include/items.php:471
+msgid "Archives"
+msgstr "Archiwum"
+
+#: include/items.php:477 view/theme/vier/theme.php:259
+#: src/Content/ForumManager.php:130 src/Content/Widget.php:312
+#: src/Object/Post.php:430 src/App.php:512
+msgid "show more"
+msgstr "Pokaż więcej"
 
-#: include/api.php:1199
+#: include/api.php:1202
 #, php-format
 msgid "Daily posting limit of %d post reached. The post was rejected."
 msgid_plural "Daily posting limit of %d posts reached. The post was rejected."
@@ -80,7 +119,7 @@ msgstr[1] ""
 msgstr[2] ""
 msgstr[3] ""
 
-#: include/api.php:1223
+#: include/api.php:1226
 #, php-format
 msgid "Weekly posting limit of %d post reached. The post was rejected."
 msgid_plural ""
@@ -90,793 +129,439 @@ msgstr[1] ""
 msgstr[2] ""
 msgstr[3] ""
 
-#: include/api.php:1247
+#: include/api.php:1250
 #, php-format
 msgid "Monthly posting limit of %d post reached. The post was rejected."
 msgstr "Miesięczny limit %d wysyłania postów. Post został odrzucony."
 
-#: include/api.php:4400 mod/photos.php:88 mod/photos.php:194
+#: include/api.php:4523 mod/photos.php:88 mod/photos.php:194
 #: mod/photos.php:722 mod/photos.php:1149 mod/photos.php:1166
 #: mod/photos.php:1684 mod/profile_photo.php:85 mod/profile_photo.php:93
 #: mod/profile_photo.php:101 mod/profile_photo.php:211
-#: mod/profile_photo.php:302 mod/profile_photo.php:312 src/Model/User.php:539
-#: src/Model/User.php:547 src/Model/User.php:555
+#: mod/profile_photo.php:302 mod/profile_photo.php:312 src/Model/User.php:553
+#: src/Model/User.php:561 src/Model/User.php:569
 msgid "Profile Photos"
 msgstr "Zdjęcie profilowe"
 
-#: include/enotify.php:31
-msgid "Friendica Notification"
-msgstr "Powiadomienia Friendica"
+#: include/conversation.php:144 include/conversation.php:282
+#: include/text.php:1753 src/Model/Item.php:1795
+msgid "event"
+msgstr "wydarzenie"
 
-#: include/enotify.php:34
-msgid "Thank You,"
-msgstr "Dziękuję,"
+#: include/conversation.php:147 include/conversation.php:157
+#: include/conversation.php:285 include/conversation.php:294
+#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1793
+#: src/Protocol/Diaspora.php:2039
+msgid "status"
+msgstr "status"
 
-#: include/enotify.php:37
-#, php-format
-msgid "%s Administrator"
-msgstr "%s Administrator"
+#: include/conversation.php:152 include/conversation.php:290
+#: include/text.php:1755 mod/subthread.php:97 mod/tagger.php:72
+#: src/Model/Item.php:1793
+msgid "photo"
+msgstr "zdjęcie"
 
-#: include/enotify.php:39
+#: include/conversation.php:164 src/Model/Item.php:1666
+#: src/Protocol/Diaspora.php:2035
 #, php-format
-msgid "%1$s, %2$s Administrator"
-msgstr "%1$s,%2$sAdministrator"
-
-#: include/enotify.php:50 src/Worker/Delivery.php:404
-msgid "noreply"
-msgstr "brak odpowiedzi"
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s lubi to %2$s's %3$s"
 
-#: include/enotify.php:98
+#: include/conversation.php:167 src/Model/Item.php:1671
 #, php-format
-msgid "[Friendica:Notify] New mail received at %s"
-msgstr "[Friendica:Powiadomienie] Nowa wiadomość otrzymana od %s"
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s nie lubi %2$s's %3$s"
 
-#: include/enotify.php:100
+#: include/conversation.php:170
 #, php-format
-msgid "%1$s sent you a new private message at %2$s."
-msgstr "%1$swysłał ci nową prywatną wiadomość na %2$s "
-
-#: include/enotify.php:101
-msgid "a private message"
-msgstr "prywatna wiadomość"
+msgid "%1$s attends %2$s's %3$s"
+msgstr "%1$sbierze udział w %2$s's%3$s "
 
-#: include/enotify.php:101
+#: include/conversation.php:173
 #, php-format
-msgid "%1$s sent you %2$s."
-msgstr "%1$s wysyła ci %2$s"
+msgid "%1$s doesn't attend %2$s's %3$s"
+msgstr "%1$s nie uczestniczy %2$s 's %3$s"
 
-#: include/enotify.php:103
+#: include/conversation.php:176
 #, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
-msgstr "Odwiedź %s żeby zobaczyć i/lub odpowiedzieć na twoje prywatne wiadomości"
+msgid "%1$s attends maybe %2$s's %3$s"
+msgstr "%1$s może uczęszcza %2$s 's %3$s"
 
-#: include/enotify.php:141
+#: include/conversation.php:209 mod/dfrn_confirm.php:431
+#: src/Protocol/Diaspora.php:2510
 #, php-format
-msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
-msgstr "%1$s skomentował [url=%2$s]a %3$s[/url]"
+msgid "%1$s is now friends with %2$s"
+msgstr "%1$s jest teraz znajomym z %2$s"
 
-#: include/enotify.php:149
+#: include/conversation.php:250
 #, php-format
-msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
-msgstr "%1$sskomentował  [url=%2$s]%3$s %4$s[/url]"
+msgid "%1$s poked %2$s"
+msgstr "%1$s zaczepił Cię %2$s"
 
-#: include/enotify.php:159
+#: include/conversation.php:304 mod/tagger.php:110
 #, php-format
-msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
-msgstr "%1$s skomentował [url=%2$s] twój %3$s[/ url]"
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s zaznaczył %2$s'go %3$s przy użyciu %4$s"
 
-#: include/enotify.php:171
-#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
-msgstr "[Friendica:Powiadomienie] Komentarz do rozmowy #%1$d przez %2$s"
+#: include/conversation.php:331
+msgid "post/item"
+msgstr "stanowisko/pozycja"
 
-#: include/enotify.php:173
+#: include/conversation.php:332
 #, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr "%s skomentował rozmowę którą śledzisz"
+msgid "%1$s marked %2$s's %3$s as favorite"
+msgstr "%1$s oznacz %2$s's %3$s jako ulubione"
 
-#: include/enotify.php:176 include/enotify.php:191 include/enotify.php:206
-#: include/enotify.php:221 include/enotify.php:240 include/enotify.php:255
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr "Odwiedź %s żeby zobaczyć i/lub odpowiedzieć na rozmowę"
+#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:355
+msgid "Likes"
+msgstr "Lubię to"
 
-#: include/enotify.php:183
-#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr "[Friendica:Powiadomienie] %s napisał na twoim profilu"
+#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:359
+msgid "Dislikes"
+msgstr "Nie lubię tego"
 
-#: include/enotify.php:185
-#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr "%1$sopublikowano na ścianie profilu w %2$s "
+#: include/conversation.php:606 include/conversation.php:1661
+#: mod/photos.php:1502
+msgid "Attending"
+msgid_plural "Attending"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
 
-#: include/enotify.php:186
-#, php-format
-msgid "%1$s posted to [url=%2$s]your wall[/url]"
-msgstr "%1$s wysłano do [url =%2$s]twojej ściany[/url] "
+#: include/conversation.php:606 mod/photos.php:1502
+msgid "Not attending"
+msgstr "Nie uczestniczyłem"
 
-#: include/enotify.php:198
-#, php-format
-msgid "[Friendica:Notify] %s tagged you"
-msgstr "[Friendica:Powiadomienie] %s dodał Cię"
+#: include/conversation.php:606 mod/photos.php:1502
+msgid "Might attend"
+msgstr "Może wziąć udział"
 
-#: include/enotify.php:200
-#, php-format
-msgid "%1$s tagged you at %2$s"
-msgstr "%1$s oznaczono Cię tagiem %2$s"
+#: include/conversation.php:718 mod/photos.php:1569 src/Object/Post.php:178
+msgid "Select"
+msgstr "Wybierz"
 
-#: include/enotify.php:201
-#, php-format
-msgid "%1$s [url=%2$s]tagged you[/url]."
-msgstr "%1$s [url=%2$s]oznaczył Cię[/url]. "
+#: include/conversation.php:719 mod/photos.php:1570 mod/contacts.php:830
+#: mod/contacts.php:1035 mod/admin.php:1798 mod/settings.php:738
+#: src/Object/Post.php:179
+msgid "Delete"
+msgstr "Usuń"
 
-#: include/enotify.php:213
+#: include/conversation.php:757 src/Object/Post.php:363
+#: src/Object/Post.php:364
 #, php-format
-msgid "[Friendica:Notify] %s shared a new post"
-msgstr "[Friendica:Powiadomienie] %s udostępnił nowy wpis"
+msgid "View %s's profile @ %s"
+msgstr "Pokaż %s's profil @ %s"
 
-#: include/enotify.php:215
-#, php-format
-msgid "%1$s shared a new post at %2$s"
-msgstr "%1$sudostępnił nowy wpis na %2$s "
+#: include/conversation.php:769 src/Object/Post.php:351
+msgid "Categories:"
+msgstr "Kategorie:"
 
-#: include/enotify.php:216
-#, php-format
-msgid "%1$s [url=%2$s]shared a post[/url]."
-msgstr "%1$s[url=%2$s]udostępnił wpis[/url]."
+#: include/conversation.php:770 src/Object/Post.php:352
+msgid "Filed under:"
+msgstr "Zapisano w:"
 
-#: include/enotify.php:228
+#: include/conversation.php:777 src/Object/Post.php:377
 #, php-format
-msgid "[Friendica:Notify] %1$s poked you"
-msgstr "[Friendica: Powiadomienie] %1$s zaczepia Cię"
+msgid "%s from %s"
+msgstr "%s od %s"
 
-#: include/enotify.php:230
-#, php-format
-msgid "%1$s poked you at %2$s"
-msgstr "%1$s zaczepił Cię %2$s"
+#: include/conversation.php:792
+msgid "View in context"
+msgstr "Zobacz w kontekście"
 
-#: include/enotify.php:231
-#, php-format
-msgid "%1$s [url=%2$s]poked you[/url]."
-msgstr "%1$s[url=%2$s] zaczepił Cię[/url]."
+#: include/conversation.php:794 include/conversation.php:1334
+#: mod/wallmessage.php:145 mod/editpost.php:125 mod/message.php:264
+#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:402
+msgid "Please wait"
+msgstr "Proszę czekać"
 
-#: include/enotify.php:247
-#, php-format
-msgid "[Friendica:Notify] %s tagged your post"
-msgstr "[Friendica:Powiadomienie] %s otagował Twój post"
+#: include/conversation.php:865
+msgid "remove"
+msgstr "usuń"
 
-#: include/enotify.php:249
-#, php-format
-msgid "%1$s tagged your post at %2$s"
-msgstr "%1$soznaczyłeś swój wpis na %2$s "
+#: include/conversation.php:869
+msgid "Delete Selected Items"
+msgstr "Usuń zaznaczone elementy"
 
-#: include/enotify.php:250
-#, php-format
-msgid "%1$s tagged [url=%2$s]your post[/url]"
-msgstr "%1$soznacz [url=%2$s]twój post[/url]"
+#: include/conversation.php:1039 view/theme/frio/theme.php:352
+msgid "Follow Thread"
+msgstr "Śledź wątek"
 
-#: include/enotify.php:262
-msgid "[Friendica:Notify] Introduction received"
-msgstr "[Friendica:Powiadomienie] Zapoznanie wstępne"
+#: include/conversation.php:1040 src/Model/Contact.php:652
+msgid "View Status"
+msgstr "Zobacz status"
 
-#: include/enotify.php:264
-#, php-format
-msgid "You've received an introduction from '%1$s' at %2$s"
-msgstr "Otrzymałeś wstęp od '%1$s'  z %2$s"
+#: include/conversation.php:1041 include/conversation.php:1057
+#: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89
+#: mod/directory.php:159 mod/dirfind.php:217 src/Model/Contact.php:592
+#: src/Model/Contact.php:605 src/Model/Contact.php:653
+msgid "View Profile"
+msgstr "Zobacz profil"
 
-#: include/enotify.php:265
-#, php-format
-msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
-msgstr "Otrzymałeś [url=%1$s] wprowadzenie [/ url] z %2$s."
+#: include/conversation.php:1042 src/Model/Contact.php:654
+msgid "View Photos"
+msgstr "Zobacz zdjęcia"
 
-#: include/enotify.php:270 include/enotify.php:316
-#, php-format
-msgid "You may visit their profile at %s"
-msgstr "Możesz odwiedzić ich profil na stronie %s"
+#: include/conversation.php:1043 src/Model/Contact.php:655
+msgid "Network Posts"
+msgstr "Wiadomości sieciowe"
 
-#: include/enotify.php:272
-#, php-format
-msgid "Please visit %s to approve or reject the introduction."
-msgstr "Odwiedż %s aby zatwierdzić lub odrzucić przedstawienie."
+#: include/conversation.php:1044 src/Model/Contact.php:656
+msgid "View Contact"
+msgstr "Pokaż kontakt"
 
-#: include/enotify.php:280
-msgid "[Friendica:Notify] A new person is sharing with you"
-msgstr "[Friendica:Powiadomienie] Nowa osoba dzieli się z tobą"
+#: include/conversation.php:1045 src/Model/Contact.php:658
+msgid "Send PM"
+msgstr "Wyślij prywatną wiadomość"
 
-#: include/enotify.php:282 include/enotify.php:283
-#, php-format
-msgid "%1$s is sharing with you at %2$s"
-msgstr "%1$sdzieli się z tobą w %2$s "
+#: include/conversation.php:1049 src/Model/Contact.php:659
+msgid "Poke"
+msgstr "Zaczepka"
 
-#: include/enotify.php:290
-msgid "[Friendica:Notify] You have a new follower"
-msgstr "[Friendica:Powiadomienie] Masz nowego obserwatora"
+#: include/conversation.php:1054 mod/allfriends.php:74 mod/suggest.php:83
+#: mod/match.php:90 mod/contacts.php:596 mod/dirfind.php:218
+#: mod/follow.php:143 src/Content/Widget.php:61 src/Model/Contact.php:606
+msgid "Connect/Follow"
+msgstr "Połącz/Obserwuj"
 
-#: include/enotify.php:292 include/enotify.php:293
+#: include/conversation.php:1173
 #, php-format
-msgid "You have a new follower at %2$s : %1$s"
-msgstr "Masz nowego obserwatora na %2$s : %1$s"
-
-#: include/enotify.php:305
-msgid "[Friendica:Notify] Friend suggestion received"
-msgstr "[Friendica: Powiadomienie] Otrzymano sugestię znajomego"
+msgid "%s likes this."
+msgstr "%s lubi to."
 
-#: include/enotify.php:307
+#: include/conversation.php:1176
 #, php-format
-msgid "You've received a friend suggestion from '%1$s' at %2$s"
-msgstr "Otrzymałeś od znajomego sugestię '%1$s' na %2$s"
+msgid "%s doesn't like this."
+msgstr "%s nie lubi tego."
 
-#: include/enotify.php:308
+#: include/conversation.php:1179
 #, php-format
-msgid ""
-"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
-msgstr "Otrzymałeś [url=%1$s] sugestię znajomego [/url] dla %2$s od %3$s."
-
-#: include/enotify.php:314
-msgid "Name:"
-msgstr "Imię:"
+msgid "%s attends."
+msgstr "%s uczestniczy."
 
-#: include/enotify.php:315
-msgid "Photo:"
-msgstr "Zdjęcie:"
+#: include/conversation.php:1182
+#, php-format
+msgid "%s doesn't attend."
+msgstr "%s nie uczestniczy."
 
-#: include/enotify.php:318
+#: include/conversation.php:1185
 #, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr "Odwiedź stronę %s, aby zatwierdzić lub odrzucić sugestię."
+msgid "%s attends maybe."
+msgstr "%s może uczęszcza."
 
-#: include/enotify.php:326 include/enotify.php:341
-msgid "[Friendica:Notify] Connection accepted"
-msgstr "[Friendica: Powiadomienie] Połączenie zostało zaakceptowane"
+#: include/conversation.php:1196
+msgid "and"
+msgstr "i"
 
-#: include/enotify.php:328 include/enotify.php:343
+#: include/conversation.php:1202
 #, php-format
-msgid "'%1$s' has accepted your connection request at %2$s"
-msgstr "'%1$s' zaakceptował Twoją prośbę o połączenie na %2$s"
+msgid "and %d other people"
+msgstr "i %d inni ludzie"
 
-#: include/enotify.php:329 include/enotify.php:344
+#: include/conversation.php:1211
 #, php-format
-msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
-msgstr "%2$szaakceptował twoje [url=%1$s] żądanie połączenia [/url]. "
-
-#: include/enotify.php:334
-msgid ""
-"You are now mutual friends and may exchange status updates, photos, and "
-"email without restriction."
-msgstr "Jesteście teraz przyjaciółmi i możesz wymieniać aktualizacje statusu, zdjęcia i e-maile bez ograniczeń."
+msgid "<span  %1$s>%2$d people</span> like this"
+msgstr "<span  %1$s>%2$d ludzi </span> lubi to"
 
-#: include/enotify.php:336
+#: include/conversation.php:1212
 #, php-format
-msgid "Please visit %s if you wish to make any changes to this relationship."
-msgstr "Odwiedź stronę %s jeśli chcesz wprowadzić zmiany w tym związku."
+msgid "%s like this."
+msgstr "%s lubię to."
 
-#: include/enotify.php:349
+#: include/conversation.php:1215
 #, php-format
-msgid ""
-"'%1$s' has chosen to accept you a fan, which restricts some forms of "
-"communication - such as private messaging and some profile interactions. If "
-"this is a celebrity or community page, these settings were applied "
-"automatically."
-msgstr "'%1$s' zdecydował się zaakceptować Cię jako fana, który ogranicza niektóre formy komunikacji - takie jak prywatne wiadomości i niektóre interakcje w profilu. Jeśli jest to strona celebrytów lub społeczności, ustawienia te zostały zastosowane automatycznie."
+msgid "<span  %1$s>%2$d people</span> don't like this"
+msgstr "<span  %1$s>%2$d ludzi </span>nie lubi tego "
 
-#: include/enotify.php:351
+#: include/conversation.php:1216
 #, php-format
-msgid ""
-"'%1$s' may choose to extend this into a two-way or more permissive "
-"relationship in the future."
-msgstr "'%1$s' możesz zdecydować o przedłużeniu tego w dwukierunkowy lub bardziej ścisłą relację w przyszłości. "
+msgid "%s don't like this."
+msgstr "%s nie lubię tego."
 
-#: include/enotify.php:353
+#: include/conversation.php:1219
 #, php-format
-msgid "Please visit %s  if you wish to make any changes to this relationship."
-msgstr "Odwiedź stronę %s, jeśli chcesz wprowadzić zmiany w tej relacji."
+msgid "<span  %1$s>%2$d people</span> attend"
+msgstr "<span  %1$s>%2$dosoby</span> uczestniczą"
 
-#: include/enotify.php:363
-msgid "[Friendica System:Notify] registration request"
-msgstr "[Friendica System:Powiadomienie] prośba o rejestrację"
+#: include/conversation.php:1220
+#, php-format
+msgid "%s attend."
+msgstr "%suczestniczy"
 
-#: include/enotify.php:365
+#: include/conversation.php:1223
 #, php-format
-msgid "You've received a registration request from '%1$s' at %2$s"
-msgstr "Otrzymałeś wniosek rejestracyjny od '%1$s' na %2$s"
+msgid "<span  %1$s>%2$d people</span> don't attend"
+msgstr "<span  %1$s>%2$dludzie</span> nie uczestniczą"
 
-#: include/enotify.php:366
+#: include/conversation.php:1224
 #, php-format
-msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
-msgstr "Otrzymałeś [url=%1$s] żądanie rejestracji [/url] od %2$s."
+msgid "%s don't attend."
+msgstr "%s nie uczestnicz"
 
-#: include/enotify.php:371
+#: include/conversation.php:1227
 #, php-format
-msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
-msgstr "Pełna nazwa:\t%1$s \\Lokalizacja nSite:\t%2$s\\ nNazwa Użytkownika: \t%3$s(%4$s)"
+msgid "<span  %1$s>%2$d people</span> attend maybe"
+msgstr "<span  %1$s>%2$dprzyjaciele</span>mogą uczestniczyć "
 
-#: include/enotify.php:377
+#: include/conversation.php:1228
 #, php-format
-msgid "Please visit %s to approve or reject the request."
-msgstr "Odwiedź stronę %s, aby zatwierdzić lub odrzucić wniosek."
+msgid "%s attend maybe."
+msgstr "%sbyć może uczestniczyć. "
 
-#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21
-#: mod/display.php:72 mod/display.php:252 mod/display.php:354
-#: mod/admin.php:276 mod/admin.php:1854 mod/admin.php:2102
-msgid "Item not found."
-msgstr "Element nie znaleziony."
+#: include/conversation.php:1258 include/conversation.php:1274
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Widoczne dla <strong>wszystkich</strong>"
 
-#: include/items.php:382
-msgid "Do you really want to delete this item?"
-msgstr "Czy na pewno chcesz usunąć ten element?"
+#: include/conversation.php:1259 include/conversation.php:1275
+#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200
+#: mod/message.php:207 mod/message.php:343 mod/message.php:350
+msgid "Please enter a link URL:"
+msgstr "Proszę wpisać adres URL:"
 
-#: include/items.php:384 mod/api.php:110 mod/suggest.php:38
-#: mod/dfrn_request.php:653 mod/message.php:138 mod/follow.php:150
-#: mod/profiles.php:636 mod/profiles.php:639 mod/profiles.php:661
-#: mod/contacts.php:472 mod/register.php:237 mod/settings.php:1105
-#: mod/settings.php:1111 mod/settings.php:1118 mod/settings.php:1122
-#: mod/settings.php:1126 mod/settings.php:1130 mod/settings.php:1134
-#: mod/settings.php:1138 mod/settings.php:1158 mod/settings.php:1159
-#: mod/settings.php:1160 mod/settings.php:1161 mod/settings.php:1162
-msgid "Yes"
-msgstr "Tak"
+#: include/conversation.php:1260 include/conversation.php:1276
+msgid "Please enter a video link/URL:"
+msgstr "Podaj link do filmu"
 
-#: include/items.php:387 include/conversation.php:1378 mod/fbrowser.php:103
-#: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663
-#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141
-#: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147
-#: mod/unfollow.php:117 mod/follow.php:161 mod/contacts.php:475
-#: mod/settings.php:676 mod/settings.php:702
-msgid "Cancel"
-msgstr "Anuluj"
+#: include/conversation.php:1261 include/conversation.php:1277
+msgid "Please enter an audio link/URL:"
+msgstr "Podaj link do muzyki"
 
-#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40
-#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28
-#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/uimport.php:28
-#: mod/notifications.php:73 mod/dfrn_confirm.php:68 mod/invite.php:20
-#: mod/invite.php:106 mod/wall_attach.php:74 mod/wall_attach.php:77
-#: mod/manage.php:131 mod/regmod.php:108 mod/viewcontacts.php:57
-#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79
-#: mod/wallmessage.php:103 mod/poke.php:150 mod/wall_upload.php:103
-#: mod/wall_upload.php:106 mod/editpost.php:18 mod/fsuggest.php:80
-#: mod/group.php:26 mod/item.php:160 mod/message.php:59 mod/message.php:104
-#: mod/network.php:32 mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051
-#: mod/delegate.php:25 mod/delegate.php:43 mod/delegate.php:54
-#: mod/dirfind.php:25 mod/ostatus_subscribe.php:16 mod/unfollow.php:15
-#: mod/unfollow.php:57 mod/unfollow.php:90 mod/cal.php:304 mod/events.php:194
-#: mod/profile_photo.php:30 mod/profile_photo.php:176
-#: mod/profile_photo.php:187 mod/profile_photo.php:200 mod/follow.php:17
-#: mod/follow.php:54 mod/follow.php:118 mod/profiles.php:182
-#: mod/profiles.php:606 mod/contacts.php:386 mod/register.php:53
-#: mod/settings.php:42 mod/settings.php:141 mod/settings.php:665 index.php:416
-msgid "Permission denied."
-msgstr "Brak uprawnień."
+#: include/conversation.php:1262 include/conversation.php:1278
+msgid "Tag term:"
+msgstr "Termin tagu:"
 
-#: include/items.php:471
-msgid "Archives"
-msgstr "Archiwum"
+#: include/conversation.php:1263 include/conversation.php:1279
+#: mod/filer.php:34
+msgid "Save to Folder:"
+msgstr "Zapisz w folderze:"
 
-#: include/items.php:477 src/Content/ForumManager.php:130
-#: src/Content/Widget.php:312 src/Object/Post.php:430 src/App.php:512
-#: view/theme/vier/theme.php:259
-msgid "show more"
-msgstr "Pokaż więcej"
+#: include/conversation.php:1264 include/conversation.php:1280
+msgid "Where are you right now?"
+msgstr "Gdzie teraz jesteś?"
 
-#: include/conversation.php:144 include/conversation.php:282
-#: include/text.php:1774 src/Model/Item.php:1795
-msgid "event"
-msgstr "wydarzenie"
+#: include/conversation.php:1265
+msgid "Delete item(s)?"
+msgstr "Usunąć pozycję (pozycje)?"
 
-#: include/conversation.php:147 include/conversation.php:157
-#: include/conversation.php:285 include/conversation.php:294
-#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1793
-#: src/Protocol/Diaspora.php:2010
-msgid "status"
-msgstr "status"
+#: include/conversation.php:1312
+msgid "New Post"
+msgstr "Nowy Post"
 
-#: include/conversation.php:152 include/conversation.php:290
-#: include/text.php:1776 mod/subthread.php:97 mod/tagger.php:72
-#: src/Model/Item.php:1793
-msgid "photo"
-msgstr "zdjęcie"
+#: include/conversation.php:1315
+msgid "Share"
+msgstr "Podziel się"
 
-#: include/conversation.php:164 src/Model/Item.php:1666
-#: src/Protocol/Diaspora.php:2006
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "%1$s lubi to %2$s's %3$s"
+#: include/conversation.php:1316 mod/wallmessage.php:143 mod/editpost.php:111
+#: mod/message.php:262 mod/message.php:430
+msgid "Upload photo"
+msgstr "Wyślij zdjęcie"
 
-#: include/conversation.php:167 src/Model/Item.php:1671
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "%1$s nie lubi %2$s's %3$s"
+#: include/conversation.php:1317 mod/editpost.php:112
+msgid "upload photo"
+msgstr "dodaj zdjęcie"
 
-#: include/conversation.php:170
-#, php-format
-msgid "%1$s attends %2$s's %3$s"
-msgstr "%1$sbierze udział w %2$s's%3$s "
+#: include/conversation.php:1318 mod/editpost.php:113
+msgid "Attach file"
+msgstr "Załącz plik"
 
-#: include/conversation.php:173
-#, php-format
-msgid "%1$s doesn't attend %2$s's %3$s"
-msgstr "%1$s nie uczestniczy %2$s 's %3$s"
+#: include/conversation.php:1319 mod/editpost.php:114
+msgid "attach file"
+msgstr "załącz plik"
 
-#: include/conversation.php:176
-#, php-format
-msgid "%1$s attends maybe %2$s's %3$s"
-msgstr "%1$s może uczęszcza %2$s 's %3$s"
+#: include/conversation.php:1320 mod/wallmessage.php:144 mod/editpost.php:115
+#: mod/message.php:263 mod/message.php:431
+msgid "Insert web link"
+msgstr "Wstaw link"
 
-#: include/conversation.php:209 mod/dfrn_confirm.php:431
-#: src/Protocol/Diaspora.php:2481
-#, php-format
-msgid "%1$s is now friends with %2$s"
-msgstr "%1$s jest teraz znajomym z %2$s"
+#: include/conversation.php:1321 mod/editpost.php:116
+msgid "web link"
+msgstr "Adres www"
 
-#: include/conversation.php:250
-#, php-format
-msgid "%1$s poked %2$s"
-msgstr "%1$s zaczepił Cię %2$s"
+#: include/conversation.php:1322 mod/editpost.php:117
+msgid "Insert video link"
+msgstr "Wstaw link do filmu"
 
-#: include/conversation.php:304 mod/tagger.php:110
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s zaznaczył %2$s'go %3$s przy użyciu %4$s"
+#: include/conversation.php:1323 mod/editpost.php:118
+msgid "video link"
+msgstr "link do filmu"
 
-#: include/conversation.php:331
-msgid "post/item"
-msgstr "stanowisko/pozycja"
+#: include/conversation.php:1324 mod/editpost.php:119
+msgid "Insert audio link"
+msgstr "Wstaw link do audio"
 
-#: include/conversation.php:332
-#, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
-msgstr "%1$s oznacz %2$s's %3$s jako ulubione"
+#: include/conversation.php:1325 mod/editpost.php:120
+msgid "audio link"
+msgstr "Link do nagrania audio"
 
-#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:355
-msgid "Likes"
-msgstr "Lubię to"
+#: include/conversation.php:1326 mod/editpost.php:121
+msgid "Set your location"
+msgstr "Ustaw swoją lokalizację"
 
-#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:359
-msgid "Dislikes"
-msgstr "Nie lubię tego"
+#: include/conversation.php:1327 mod/editpost.php:122
+msgid "set location"
+msgstr "wybierz lokalizację"
 
-#: include/conversation.php:606 include/conversation.php:1687
-#: mod/photos.php:1502
-msgid "Attending"
-msgid_plural "Attending"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+#: include/conversation.php:1328 mod/editpost.php:123
+msgid "Clear browser location"
+msgstr "Wyczyść lokalizację przeglądarki"
 
-#: include/conversation.php:606 mod/photos.php:1502
-msgid "Not attending"
-msgstr "Nie uczestniczyłem"
+#: include/conversation.php:1329 mod/editpost.php:124
+msgid "clear location"
+msgstr "wyczyść lokalizację"
 
-#: include/conversation.php:606 mod/photos.php:1502
-msgid "Might attend"
-msgstr "Może wziąć udział"
-
-#: include/conversation.php:744 mod/photos.php:1569 src/Object/Post.php:178
-msgid "Select"
-msgstr "Wybierz"
-
-#: include/conversation.php:745 mod/photos.php:1570 mod/contacts.php:830
-#: mod/contacts.php:1035 mod/admin.php:1798 mod/settings.php:738
-#: src/Object/Post.php:179
-msgid "Delete"
-msgstr "Usuń"
-
-#: include/conversation.php:783 src/Object/Post.php:363
-#: src/Object/Post.php:364
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr "Pokaż %s's profil @ %s"
-
-#: include/conversation.php:795 src/Object/Post.php:351
-msgid "Categories:"
-msgstr "Kategorie:"
-
-#: include/conversation.php:796 src/Object/Post.php:352
-msgid "Filed under:"
-msgstr "Zapisano w:"
-
-#: include/conversation.php:803 src/Object/Post.php:377
-#, php-format
-msgid "%s from %s"
-msgstr "%s od %s"
-
-#: include/conversation.php:818
-msgid "View in context"
-msgstr "Zobacz w kontekście"
-
-#: include/conversation.php:820 include/conversation.php:1360
-#: mod/wallmessage.php:145 mod/editpost.php:125 mod/message.php:264
-#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:402
-msgid "Please wait"
-msgstr "Proszę czekać"
-
-#: include/conversation.php:891
-msgid "remove"
-msgstr "usuń"
-
-#: include/conversation.php:895
-msgid "Delete Selected Items"
-msgstr "Usuń zaznaczone elementy"
-
-#: include/conversation.php:1065 view/theme/frio/theme.php:352
-msgid "Follow Thread"
-msgstr "Śledź wątek"
-
-#: include/conversation.php:1066 src/Model/Contact.php:640
-msgid "View Status"
-msgstr "Zobacz status"
-
-#: include/conversation.php:1067 include/conversation.php:1083
-#: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89
-#: mod/dirfind.php:217 mod/directory.php:159 src/Model/Contact.php:580
-#: src/Model/Contact.php:593 src/Model/Contact.php:641
-msgid "View Profile"
-msgstr "Zobacz profil"
-
-#: include/conversation.php:1068 src/Model/Contact.php:642
-msgid "View Photos"
-msgstr "Zobacz zdjęcia"
-
-#: include/conversation.php:1069 src/Model/Contact.php:643
-msgid "Network Posts"
-msgstr "Wiadomości sieciowe"
-
-#: include/conversation.php:1070 src/Model/Contact.php:644
-msgid "View Contact"
-msgstr "Pokaż kontakt"
-
-#: include/conversation.php:1071 src/Model/Contact.php:646
-msgid "Send PM"
-msgstr "Wyślij prywatną wiadomość"
-
-#: include/conversation.php:1075 src/Model/Contact.php:647
-msgid "Poke"
-msgstr "Zaczepka"
-
-#: include/conversation.php:1080 mod/allfriends.php:74 mod/suggest.php:83
-#: mod/match.php:90 mod/dirfind.php:218 mod/follow.php:143
-#: mod/contacts.php:596 src/Content/Widget.php:61 src/Model/Contact.php:594
-msgid "Connect/Follow"
-msgstr "Połącz/Obserwuj"
-
-#: include/conversation.php:1199
-#, php-format
-msgid "%s likes this."
-msgstr "%s lubi to."
-
-#: include/conversation.php:1202
-#, php-format
-msgid "%s doesn't like this."
-msgstr "%s nie lubi tego."
-
-#: include/conversation.php:1205
-#, php-format
-msgid "%s attends."
-msgstr "%s uczestniczy."
-
-#: include/conversation.php:1208
-#, php-format
-msgid "%s doesn't attend."
-msgstr "%s nie uczestniczy."
-
-#: include/conversation.php:1211
-#, php-format
-msgid "%s attends maybe."
-msgstr "%s może uczęszcza."
-
-#: include/conversation.php:1222
-msgid "and"
-msgstr "i"
-
-#: include/conversation.php:1228
-#, php-format
-msgid "and %d other people"
-msgstr "i %d inni ludzie"
-
-#: include/conversation.php:1237
-#, php-format
-msgid "<span  %1$s>%2$d people</span> like this"
-msgstr "<span  %1$s>%2$d ludzi </span> lubi to"
-
-#: include/conversation.php:1238
-#, php-format
-msgid "%s like this."
-msgstr "%s lubię to."
-
-#: include/conversation.php:1241
-#, php-format
-msgid "<span  %1$s>%2$d people</span> don't like this"
-msgstr "<span  %1$s>%2$d ludzi </span>nie lubi tego "
-
-#: include/conversation.php:1242
-#, php-format
-msgid "%s don't like this."
-msgstr "%s nie lubię tego."
-
-#: include/conversation.php:1245
-#, php-format
-msgid "<span  %1$s>%2$d people</span> attend"
-msgstr "<span  %1$s>%2$dosoby</span> uczestniczą"
-
-#: include/conversation.php:1246
-#, php-format
-msgid "%s attend."
-msgstr "%suczestniczy"
-
-#: include/conversation.php:1249
-#, php-format
-msgid "<span  %1$s>%2$d people</span> don't attend"
-msgstr "<span  %1$s>%2$dludzie</span> nie uczestniczą"
-
-#: include/conversation.php:1250
-#, php-format
-msgid "%s don't attend."
-msgstr "%s nie uczestnicz"
-
-#: include/conversation.php:1253
-#, php-format
-msgid "<span  %1$s>%2$d people</span> attend maybe"
-msgstr "<span  %1$s>%2$dprzyjaciele</span>mogą uczestniczyć "
-
-#: include/conversation.php:1254
-#, php-format
-msgid "%s attend maybe."
-msgstr "%sbyć może uczestniczyć. "
-
-#: include/conversation.php:1284 include/conversation.php:1300
-msgid "Visible to <strong>everybody</strong>"
-msgstr "Widoczne dla <strong>wszystkich</strong>"
-
-#: include/conversation.php:1285 include/conversation.php:1301
-#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200
-#: mod/message.php:207 mod/message.php:343 mod/message.php:350
-msgid "Please enter a link URL:"
-msgstr "Proszę wpisać adres URL:"
-
-#: include/conversation.php:1286 include/conversation.php:1302
-msgid "Please enter a video link/URL:"
-msgstr "Podaj link do filmu"
-
-#: include/conversation.php:1287 include/conversation.php:1303
-msgid "Please enter an audio link/URL:"
-msgstr "Podaj link do muzyki"
-
-#: include/conversation.php:1288 include/conversation.php:1304
-msgid "Tag term:"
-msgstr "Termin tagu:"
-
-#: include/conversation.php:1289 include/conversation.php:1305
-#: mod/filer.php:34
-msgid "Save to Folder:"
-msgstr "Zapisz w folderze:"
-
-#: include/conversation.php:1290 include/conversation.php:1306
-msgid "Where are you right now?"
-msgstr "Gdzie teraz jesteś?"
-
-#: include/conversation.php:1291
-msgid "Delete item(s)?"
-msgstr "Usunąć pozycję (pozycje)?"
-
-#: include/conversation.php:1338
-msgid "New Post"
-msgstr "Nowy Post"
-
-#: include/conversation.php:1341
-msgid "Share"
-msgstr "Podziel się"
-
-#: include/conversation.php:1342 mod/wallmessage.php:143 mod/editpost.php:111
-#: mod/message.php:262 mod/message.php:430
-msgid "Upload photo"
-msgstr "Wyślij zdjęcie"
-
-#: include/conversation.php:1343 mod/editpost.php:112
-msgid "upload photo"
-msgstr "dodaj zdjęcie"
-
-#: include/conversation.php:1344 mod/editpost.php:113
-msgid "Attach file"
-msgstr "Załącz plik"
-
-#: include/conversation.php:1345 mod/editpost.php:114
-msgid "attach file"
-msgstr "załącz plik"
-
-#: include/conversation.php:1346 mod/wallmessage.php:144 mod/editpost.php:115
-#: mod/message.php:263 mod/message.php:431
-msgid "Insert web link"
-msgstr "Wstaw link"
-
-#: include/conversation.php:1347 mod/editpost.php:116
-msgid "web link"
-msgstr "Adres www"
-
-#: include/conversation.php:1348 mod/editpost.php:117
-msgid "Insert video link"
-msgstr "Wstaw link do filmu"
-
-#: include/conversation.php:1349 mod/editpost.php:118
-msgid "video link"
-msgstr "link do filmu"
-
-#: include/conversation.php:1350 mod/editpost.php:119
-msgid "Insert audio link"
-msgstr "Wstaw link do audio"
-
-#: include/conversation.php:1351 mod/editpost.php:120
-msgid "audio link"
-msgstr "Link do nagrania audio"
-
-#: include/conversation.php:1352 mod/editpost.php:121
-msgid "Set your location"
-msgstr "Ustaw swoją lokalizację"
-
-#: include/conversation.php:1353 mod/editpost.php:122
-msgid "set location"
-msgstr "wybierz lokalizację"
-
-#: include/conversation.php:1354 mod/editpost.php:123
-msgid "Clear browser location"
-msgstr "Wyczyść lokalizację przeglądarki"
-
-#: include/conversation.php:1355 mod/editpost.php:124
-msgid "clear location"
-msgstr "wyczyść lokalizację"
-
-#: include/conversation.php:1357 mod/editpost.php:138
+#: include/conversation.php:1331 mod/editpost.php:138
 msgid "Set title"
 msgstr "Ustaw tytuł"
 
-#: include/conversation.php:1359 mod/editpost.php:140
+#: include/conversation.php:1333 mod/editpost.php:140
 msgid "Categories (comma-separated list)"
 msgstr "Kategorie (lista słów oddzielonych przecinkiem)"
 
-#: include/conversation.php:1361 mod/editpost.php:126
+#: include/conversation.php:1335 mod/editpost.php:126
 msgid "Permission settings"
 msgstr "Ustawienia uprawnień"
 
-#: include/conversation.php:1362 mod/editpost.php:155
+#: include/conversation.php:1336 mod/editpost.php:155
 msgid "permissions"
 msgstr "zezwolenia"
 
-#: include/conversation.php:1370 mod/editpost.php:135
+#: include/conversation.php:1344 mod/editpost.php:135
 msgid "Public post"
 msgstr "Publiczny post"
 
-#: include/conversation.php:1374 mod/editpost.php:146 mod/photos.php:1492
+#: include/conversation.php:1348 mod/editpost.php:146 mod/photos.php:1492
 #: mod/photos.php:1531 mod/photos.php:1604 mod/events.php:528
 #: src/Object/Post.php:805
 msgid "Preview"
 msgstr "Podgląd"
 
-#: include/conversation.php:1383
+#: include/conversation.php:1357
 msgid "Post to Groups"
 msgstr "Opublikuj w grupach"
 
-#: include/conversation.php:1384
+#: include/conversation.php:1358
 msgid "Post to Contacts"
 msgstr "Wstaw do kontaktów"
 
-#: include/conversation.php:1385
+#: include/conversation.php:1359
 msgid "Private post"
 msgstr "Prywatne posty"
 
-#: include/conversation.php:1390 mod/editpost.php:153
+#: include/conversation.php:1364 mod/editpost.php:153
 #: src/Model/Profile.php:342
 msgid "Message"
 msgstr "Wiadomość"
 
-#: include/conversation.php:1391 mod/editpost.php:154
+#: include/conversation.php:1365 mod/editpost.php:154
 msgid "Browser"
 msgstr "Przeglądarka"
 
-#: include/conversation.php:1658
+#: include/conversation.php:1632
 msgid "View all"
 msgstr "Pokaż wszystkie"
 
-#: include/conversation.php:1681
+#: include/conversation.php:1655
 msgid "Like"
 msgid_plural "Likes"
 msgstr[0] ""
@@ -884,7 +569,7 @@ msgstr[1] ""
 msgstr[2] ""
 msgstr[3] ""
 
-#: include/conversation.php:1684
+#: include/conversation.php:1658
 msgid "Dislike"
 msgid_plural "Dislikes"
 msgstr[0] ""
@@ -892,7 +577,7 @@ msgstr[1] ""
 msgstr[2] ""
 msgstr[3] ""
 
-#: include/conversation.php:1690
+#: include/conversation.php:1664
 msgid "Not Attending"
 msgid_plural "Not Attending"
 msgstr[0] ""
@@ -900,7 +585,7 @@ msgstr[1] ""
 msgstr[2] ""
 msgstr[3] ""
 
-#: include/conversation.php:1693 src/Content/ContactSelector.php:125
+#: include/conversation.php:1667 src/Content/ContactSelector.php:125
 msgid "Undecided"
 msgid_plural "Undecided"
 msgstr[0] ""
@@ -908,1293 +593,1496 @@ msgstr[1] ""
 msgstr[2] ""
 msgstr[3] ""
 
-#: include/text.php:302
-msgid "newer"
-msgstr "nowsze"
+#: include/dba.php:58
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "Nie można zlokalizować serwera DNS dla bazy danych '%s'"
 
-#: include/text.php:303
-msgid "older"
-msgstr "starsze"
+#: include/enotify.php:31
+msgid "Friendica Notification"
+msgstr "Powiadomienia Friendica"
 
-#: include/text.php:308
-msgid "first"
-msgstr "pierwszy"
+#: include/enotify.php:34
+msgid "Thank You,"
+msgstr "Dziękuję,"
 
-#: include/text.php:309
-msgid "prev"
-msgstr "poprzedni"
+#: include/enotify.php:37
+#, php-format
+msgid "%s Administrator"
+msgstr "%s Administrator"
 
-#: include/text.php:343
-msgid "next"
-msgstr "następny"
+#: include/enotify.php:39
+#, php-format
+msgid "%1$s, %2$s Administrator"
+msgstr "%1$s,%2$sAdministrator"
 
-#: include/text.php:344
-msgid "last"
-msgstr "ostatni"
+#: include/enotify.php:95
+#, php-format
+msgid "[Friendica:Notify] New mail received at %s"
+msgstr "[Friendica:Powiadomienie] Nowa wiadomość otrzymana od %s"
 
-#: include/text.php:398
-msgid "Loading more entries..."
-msgstr "Ładuję więcej wpisów..."
-
-#: include/text.php:399
-msgid "The end"
-msgstr "Koniec"
+#: include/enotify.php:97
+#, php-format
+msgid "%1$s sent you a new private message at %2$s."
+msgstr "%1$swysłał ci nową prywatną wiadomość na %2$s "
 
-#: include/text.php:884
-msgid "No contacts"
-msgstr "Brak kontaktów"
+#: include/enotify.php:98
+msgid "a private message"
+msgstr "prywatna wiadomość"
 
-#: include/text.php:908
+#: include/enotify.php:98
 #, php-format
-msgid "%d Contact"
-msgid_plural "%d Contacts"
-msgstr[0] "%d kontakt"
-msgstr[1] "%d kontaktów"
-msgstr[2] "%d kontakty"
-msgstr[3] "%d Kontakty"
+msgid "%1$s sent you %2$s."
+msgstr "%1$s wysyła ci %2$s"
 
-#: include/text.php:921
-msgid "View Contacts"
-msgstr "Widok kontaktów"
+#: include/enotify.php:100
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "Odwiedź %s żeby zobaczyć i/lub odpowiedzieć na twoje prywatne wiadomości"
 
-#: include/text.php:1010 mod/filer.php:35 mod/editpost.php:110
-#: mod/notes.php:67
-msgid "Save"
-msgstr "Zapisz"
+#: include/enotify.php:138
+#, php-format
+msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s skomentował [url=%2$s]a %3$s[/url]"
 
-#: include/text.php:1010
-msgid "Follow"
-msgstr "Śledzić"
+#: include/enotify.php:146
+#, php-format
+msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$sskomentował  [url=%2$s]%3$s %4$s[/url]"
 
-#: include/text.php:1016 mod/search.php:155 src/Content/Nav.php:142
-msgid "Search"
-msgstr "Szukaj"
+#: include/enotify.php:156
+#, php-format
+msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
+msgstr "%1$s skomentował [url=%2$s] twój %3$s[/ url]"
 
-#: include/text.php:1019 src/Content/Nav.php:58
-msgid "@name, !forum, #tags, content"
-msgstr "@imię, !forum, #tagi, treść"
+#: include/enotify.php:168
+#, php-format
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Friendica:Powiadomienie] Komentarz do rozmowy #%1$d przez %2$s"
 
-#: include/text.php:1025 src/Content/Nav.php:145
-msgid "Full Text"
-msgstr "Pełny tekst"
+#: include/enotify.php:170
+#, php-format
+msgid "%s commented on an item/conversation you have been following."
+msgstr "%s skomentował rozmowę którą śledzisz"
 
-#: include/text.php:1026 src/Content/Nav.php:146
-#: src/Content/Widget/TagCloud.php:54
-msgid "Tags"
-msgstr "Tagi"
+#: include/enotify.php:173 include/enotify.php:188 include/enotify.php:203
+#: include/enotify.php:218 include/enotify.php:237 include/enotify.php:252
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "Odwiedź %s żeby zobaczyć i/lub odpowiedzieć na rozmowę"
 
-#: include/text.php:1027 mod/viewcontacts.php:131 mod/contacts.php:814
-#: mod/contacts.php:875 src/Content/Nav.php:147 src/Content/Nav.php:212
-#: src/Model/Profile.php:957 src/Model/Profile.php:960
-#: view/theme/frio/theme.php:270
-msgid "Contacts"
-msgstr "Kontakty"
+#: include/enotify.php:180
+#, php-format
+msgid "[Friendica:Notify] %s posted to your profile wall"
+msgstr "[Friendica:Powiadomienie] %s napisał na twoim profilu"
 
-#: include/text.php:1030 src/Content/ForumManager.php:125
-#: src/Content/Nav.php:151 view/theme/vier/theme.php:254
-msgid "Forums"
-msgstr "Fora"
+#: include/enotify.php:182
+#, php-format
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "%1$sopublikowano na ścianie profilu w %2$s "
 
-#: include/text.php:1074
-msgid "poke"
-msgstr "zaczep"
+#: include/enotify.php:183
+#, php-format
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
+msgstr "%1$s wysłano do [url =%2$s]twojej ściany[/url] "
 
-#: include/text.php:1074
-msgid "poked"
-msgstr "zaczepił Cię"
+#: include/enotify.php:195
+#, php-format
+msgid "[Friendica:Notify] %s tagged you"
+msgstr "[Friendica:Powiadomienie] %s dodał Cię"
 
-#: include/text.php:1075
-msgid "ping"
-msgstr "ping"
+#: include/enotify.php:197
+#, php-format
+msgid "%1$s tagged you at %2$s"
+msgstr "%1$s oznaczono Cię tagiem %2$s"
 
-#: include/text.php:1075
-msgid "pinged"
-msgstr ""
+#: include/enotify.php:198
+#, php-format
+msgid "%1$s [url=%2$s]tagged you[/url]."
+msgstr "%1$s [url=%2$s]oznaczył Cię[/url]. "
 
-#: include/text.php:1076
-msgid "prod"
-msgstr ""
+#: include/enotify.php:210
+#, php-format
+msgid "[Friendica:Notify] %s shared a new post"
+msgstr "[Friendica:Powiadomienie] %s udostępnił nowy wpis"
 
-#: include/text.php:1076
-msgid "prodded"
-msgstr ""
+#: include/enotify.php:212
+#, php-format
+msgid "%1$s shared a new post at %2$s"
+msgstr "%1$sudostępnił nowy wpis na %2$s "
 
-#: include/text.php:1077
-msgid "slap"
-msgstr "klask"
+#: include/enotify.php:213
+#, php-format
+msgid "%1$s [url=%2$s]shared a post[/url]."
+msgstr "%1$s[url=%2$s]udostępnił wpis[/url]."
 
-#: include/text.php:1077
-msgid "slapped"
-msgstr "spoliczkowany"
+#: include/enotify.php:225
+#, php-format
+msgid "[Friendica:Notify] %1$s poked you"
+msgstr "[Friendica: Powiadomienie] %1$s zaczepia Cię"
 
-#: include/text.php:1078
-msgid "finger"
-msgstr "wskaż"
+#: include/enotify.php:227
+#, php-format
+msgid "%1$s poked you at %2$s"
+msgstr "%1$s zaczepił Cię %2$s"
 
-#: include/text.php:1078
-msgid "fingered"
-msgstr "dotknięty"
+#: include/enotify.php:228
+#, php-format
+msgid "%1$s [url=%2$s]poked you[/url]."
+msgstr "%1$s[url=%2$s] zaczepił Cię[/url]."
 
-#: include/text.php:1079
-msgid "rebuff"
-msgstr "odrzuć"
+#: include/enotify.php:244
+#, php-format
+msgid "[Friendica:Notify] %s tagged your post"
+msgstr "[Friendica:Powiadomienie] %s otagował Twój post"
 
-#: include/text.php:1079
-msgid "rebuffed"
-msgstr "odrzucony"
+#: include/enotify.php:246
+#, php-format
+msgid "%1$s tagged your post at %2$s"
+msgstr "%1$soznaczyłeś swój wpis na %2$s "
 
-#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:379
-msgid "Monday"
-msgstr "Poniedziałek"
+#: include/enotify.php:247
+#, php-format
+msgid "%1$s tagged [url=%2$s]your post[/url]"
+msgstr "%1$soznacz [url=%2$s]twój post[/url]"
 
-#: include/text.php:1093 src/Model/Event.php:380
-msgid "Tuesday"
-msgstr "Wtorek"
+#: include/enotify.php:259
+msgid "[Friendica:Notify] Introduction received"
+msgstr "[Friendica:Powiadomienie] Zapoznanie wstępne"
 
-#: include/text.php:1093 src/Model/Event.php:381
-msgid "Wednesday"
-msgstr "Środa"
+#: include/enotify.php:261
+#, php-format
+msgid "You've received an introduction from '%1$s' at %2$s"
+msgstr "Otrzymałeś wstęp od '%1$s'  z %2$s"
 
-#: include/text.php:1093 src/Model/Event.php:382
-msgid "Thursday"
-msgstr "Czwartek"
+#: include/enotify.php:262
+#, php-format
+msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
+msgstr "Otrzymałeś [url=%1$s] wprowadzenie [/ url] z %2$s."
 
-#: include/text.php:1093 src/Model/Event.php:383
-msgid "Friday"
-msgstr "Piątek"
+#: include/enotify.php:267 include/enotify.php:313
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "Możesz odwiedzić ich profil na stronie %s"
 
-#: include/text.php:1093 src/Model/Event.php:384
-msgid "Saturday"
-msgstr "Sobota"
+#: include/enotify.php:269
+#, php-format
+msgid "Please visit %s to approve or reject the introduction."
+msgstr "Odwiedż %s aby zatwierdzić lub odrzucić przedstawienie."
 
-#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:378
-msgid "Sunday"
-msgstr "Niedziela"
+#: include/enotify.php:277
+msgid "[Friendica:Notify] A new person is sharing with you"
+msgstr "[Friendica:Powiadomienie] Nowa osoba dzieli się z tobą"
 
-#: include/text.php:1097 src/Model/Event.php:399
-msgid "January"
-msgstr "Styczeń"
+#: include/enotify.php:279 include/enotify.php:280
+#, php-format
+msgid "%1$s is sharing with you at %2$s"
+msgstr "%1$sdzieli się z tobą w %2$s "
 
-#: include/text.php:1097 src/Model/Event.php:400
-msgid "February"
-msgstr "Luty"
+#: include/enotify.php:287
+msgid "[Friendica:Notify] You have a new follower"
+msgstr "[Friendica:Powiadomienie] Masz nowego obserwatora"
 
-#: include/text.php:1097 src/Model/Event.php:401
-msgid "March"
-msgstr "Marzec"
+#: include/enotify.php:289 include/enotify.php:290
+#, php-format
+msgid "You have a new follower at %2$s : %1$s"
+msgstr "Masz nowego obserwatora na %2$s : %1$s"
 
-#: include/text.php:1097 src/Model/Event.php:402
-msgid "April"
-msgstr "Kwiecień"
+#: include/enotify.php:302
+msgid "[Friendica:Notify] Friend suggestion received"
+msgstr "[Friendica: Powiadomienie] Otrzymano sugestię znajomego"
 
-#: include/text.php:1097 include/text.php:1114 src/Model/Event.php:390
-#: src/Model/Event.php:403
-msgid "May"
-msgstr "Maj"
+#: include/enotify.php:304
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr "Otrzymałeś od znajomego sugestię '%1$s' na %2$s"
 
-#: include/text.php:1097 src/Model/Event.php:404
-msgid "June"
-msgstr "Czerwiec"
+#: include/enotify.php:305
+#, php-format
+msgid ""
+"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+msgstr "Otrzymałeś [url=%1$s] sugestię znajomego [/url] dla %2$s od %3$s."
 
-#: include/text.php:1097 src/Model/Event.php:405
-msgid "July"
-msgstr "Lipiec"
+#: include/enotify.php:311
+msgid "Name:"
+msgstr "Imię:"
 
-#: include/text.php:1097 src/Model/Event.php:406
-msgid "August"
-msgstr "Sierpień"
+#: include/enotify.php:312
+msgid "Photo:"
+msgstr "Zdjęcie:"
 
-#: include/text.php:1097 src/Model/Event.php:407
-msgid "September"
-msgstr "Wrzesień"
+#: include/enotify.php:315
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "Odwiedź stronę %s, aby zatwierdzić lub odrzucić sugestię."
 
-#: include/text.php:1097 src/Model/Event.php:408
-msgid "October"
-msgstr "Październik"
+#: include/enotify.php:323 include/enotify.php:338
+msgid "[Friendica:Notify] Connection accepted"
+msgstr "[Friendica: Powiadomienie] Połączenie zostało zaakceptowane"
 
-#: include/text.php:1097 src/Model/Event.php:409
-msgid "November"
-msgstr "Listopad"
-
-#: include/text.php:1097 src/Model/Event.php:410
-msgid "December"
-msgstr "Grudzień"
+#: include/enotify.php:325 include/enotify.php:340
+#, php-format
+msgid "'%1$s' has accepted your connection request at %2$s"
+msgstr "'%1$s' zaakceptował Twoją prośbę o połączenie na %2$s"
 
-#: include/text.php:1111 src/Model/Event.php:371
-msgid "Mon"
-msgstr "Pon"
+#: include/enotify.php:326 include/enotify.php:341
+#, php-format
+msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
+msgstr "%2$szaakceptował twoje [url=%1$s] żądanie połączenia [/url]. "
 
-#: include/text.php:1111 src/Model/Event.php:372
-msgid "Tue"
-msgstr "Wt"
+#: include/enotify.php:331
+msgid ""
+"You are now mutual friends and may exchange status updates, photos, and "
+"email without restriction."
+msgstr "Jesteście teraz przyjaciółmi i możesz wymieniać aktualizacje statusu, zdjęcia i e-maile bez ograniczeń."
 
-#: include/text.php:1111 src/Model/Event.php:373
-msgid "Wed"
-msgstr "Śr"
+#: include/enotify.php:333
+#, php-format
+msgid "Please visit %s if you wish to make any changes to this relationship."
+msgstr "Odwiedź stronę %s jeśli chcesz wprowadzić zmiany w tym związku."
 
-#: include/text.php:1111 src/Model/Event.php:374
-msgid "Thu"
-msgstr "Czw"
+#: include/enotify.php:346
+#, php-format
+msgid ""
+"'%1$s' has chosen to accept you a fan, which restricts some forms of "
+"communication - such as private messaging and some profile interactions. If "
+"this is a celebrity or community page, these settings were applied "
+"automatically."
+msgstr "'%1$s' zdecydował się zaakceptować Cię jako fana, który ogranicza niektóre formy komunikacji - takie jak prywatne wiadomości i niektóre interakcje w profilu. Jeśli jest to strona celebrytów lub społeczności, ustawienia te zostały zastosowane automatycznie."
 
-#: include/text.php:1111 src/Model/Event.php:375
-msgid "Fri"
-msgstr "Pt"
+#: include/enotify.php:348
+#, php-format
+msgid ""
+"'%1$s' may choose to extend this into a two-way or more permissive "
+"relationship in the future."
+msgstr "'%1$s' możesz zdecydować o przedłużeniu tego w dwukierunkowy lub bardziej ścisłą relację w przyszłości. "
 
-#: include/text.php:1111 src/Model/Event.php:376
-msgid "Sat"
-msgstr "Sob"
+#: include/enotify.php:350
+#, php-format
+msgid "Please visit %s  if you wish to make any changes to this relationship."
+msgstr "Odwiedź stronę %s, jeśli chcesz wprowadzić zmiany w tej relacji."
 
-#: include/text.php:1111 src/Model/Event.php:370
-msgid "Sun"
-msgstr "Niedz"
+#: include/enotify.php:360 mod/removeme.php:43
+msgid "[Friendica System Notify]"
+msgstr "[Powiadomienie Systemu Friendica]"
 
-#: include/text.php:1114 src/Model/Event.php:386
-msgid "Jan"
-msgstr "Sty"
+#: include/enotify.php:360
+msgid "registration request"
+msgstr "prośba o rejestrację"
 
-#: include/text.php:1114 src/Model/Event.php:387
-msgid "Feb"
-msgstr "Lut"
+#: include/enotify.php:362
+#, php-format
+msgid "You've received a registration request from '%1$s' at %2$s"
+msgstr "Otrzymałeś wniosek rejestracyjny od '%1$s' na %2$s"
 
-#: include/text.php:1114 src/Model/Event.php:388
-msgid "Mar"
-msgstr "Mar"
+#: include/enotify.php:363
+#, php-format
+msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
+msgstr "Otrzymałeś [url=%1$s] żądanie rejestracji [/url] od %2$s."
 
-#: include/text.php:1114 src/Model/Event.php:389
-msgid "Apr"
-msgstr "Kwi"
+#: include/enotify.php:368
+#, php-format
+msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
+msgstr "Pełna nazwa:\t%1$s \\Lokalizacja nSite:\t%2$s\\ nNazwa Użytkownika: \t%3$s(%4$s)"
 
-#: include/text.php:1114 src/Model/Event.php:392
-msgid "Jul"
-msgstr "Lip"
+#: include/enotify.php:374
+#, php-format
+msgid "Please visit %s to approve or reject the request."
+msgstr "Odwiedź stronę %s, aby zatwierdzić lub odrzucić wniosek."
 
-#: include/text.php:1114 src/Model/Event.php:393
-msgid "Aug"
-msgstr "Sie"
+#: include/security.php:81
+msgid "Welcome "
+msgstr "Witaj "
 
-#: include/text.php:1114
-msgid "Sep"
-msgstr "Wrz"
+#: include/security.php:82
+msgid "Please upload a profile photo."
+msgstr "Proszę dodać zdjęcie profilowe."
 
-#: include/text.php:1114 src/Model/Event.php:395
-msgid "Oct"
-msgstr "Paź"
+#: include/security.php:84
+msgid "Welcome back "
+msgstr "Witaj ponownie "
 
-#: include/text.php:1114 src/Model/Event.php:396
-msgid "Nov"
-msgstr "Lis"
+#: include/security.php:440
+msgid ""
+"The form security token was not correct. This probably happened because the "
+"form has been opened for too long (>3 hours) before submitting it."
+msgstr "Znacznik zabezpieczeń formularza nie był poprawny. Prawdopodobnie stało się tak, ponieważ formularz został otwarty zbyt długo (> 3 godziny) przed jego przesłaniem."
 
-#: include/text.php:1114 src/Model/Event.php:397
-msgid "Dec"
-msgstr "Gru"
+#: include/text.php:302
+msgid "newer"
+msgstr "nowsze"
 
-#: include/text.php:1275
-#, php-format
-msgid "Content warning: %s"
-msgstr "Ostrzeżenie o treści: %s"
+#: include/text.php:303
+msgid "older"
+msgstr "starsze"
 
-#: include/text.php:1345 mod/videos.php:380
-msgid "View Video"
-msgstr "Zobacz film"
+#: include/text.php:308
+msgid "first"
+msgstr "pierwszy"
 
-#: include/text.php:1362
-msgid "bytes"
-msgstr "bajty"
+#: include/text.php:309
+msgid "prev"
+msgstr "poprzedni"
 
-#: include/text.php:1395 include/text.php:1406 include/text.php:1442
-msgid "Click to open/close"
-msgstr "Kliknij aby otworzyć/zamknąć"
+#: include/text.php:343
+msgid "next"
+msgstr "następny"
 
-#: include/text.php:1559
-msgid "View on separate page"
-msgstr "Zobacz na oddzielnej stronie"
+#: include/text.php:344
+msgid "last"
+msgstr "ostatni"
 
-#: include/text.php:1560
-msgid "view on separate page"
-msgstr "zobacz na oddzielnej stronie"
+#: include/text.php:398
+msgid "Loading more entries..."
+msgstr "Ładuję więcej wpisów..."
 
-#: include/text.php:1565 include/text.php:1572 src/Model/Event.php:594
-msgid "link to source"
-msgstr "link do źródła"
+#: include/text.php:399
+msgid "The end"
+msgstr "Koniec"
 
-#: include/text.php:1778
-msgid "activity"
-msgstr "aktywność"
+#: include/text.php:884
+msgid "No contacts"
+msgstr "Brak kontaktów"
 
-#: include/text.php:1780 src/Object/Post.php:429 src/Object/Post.php:441
-msgid "comment"
-msgid_plural "comments"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] "komentarz"
-msgstr[3] "komentarz"
+#: include/text.php:908
+#, php-format
+msgid "%d Contact"
+msgid_plural "%d Contacts"
+msgstr[0] "%d kontakt"
+msgstr[1] "%d kontaktów"
+msgstr[2] "%d kontakty"
+msgstr[3] "%d Kontakty"
 
-#: include/text.php:1783
-msgid "post"
-msgstr "post"
+#: include/text.php:921
+msgid "View Contacts"
+msgstr "Widok kontaktów"
 
-#: include/text.php:1940
-msgid "Item filed"
-msgstr "Element złożony"
+#: include/text.php:1010 mod/filer.php:35 mod/editpost.php:110
+#: mod/notes.php:67
+msgid "Save"
+msgstr "Zapisz"
 
-#: mod/allfriends.php:51
-msgid "No friends to display."
-msgstr "Brak znajomych do wyświetlenia"
+#: include/text.php:1010
+msgid "Follow"
+msgstr "Śledzić"
 
-#: mod/allfriends.php:90 mod/suggest.php:101 mod/match.php:105
-#: mod/dirfind.php:215 src/Content/Widget.php:37 src/Model/Profile.php:297
-msgid "Connect"
-msgstr "Połącz"
+#: include/text.php:1016 mod/search.php:155 src/Content/Nav.php:142
+msgid "Search"
+msgstr "Szukaj"
 
-#: mod/api.php:85 mod/api.php:107
-msgid "Authorize application connection"
-msgstr "Autoryzacja połączenia aplikacji"
+#: include/text.php:1019 src/Content/Nav.php:58
+msgid "@name, !forum, #tags, content"
+msgstr "@imię, !forum, #tagi, treść"
 
-#: mod/api.php:86
-msgid "Return to your app and insert this Securty Code:"
-msgstr "Powróć do swojej aplikacji i wpisz ten Kod Bezpieczeństwa:"
+#: include/text.php:1025 src/Content/Nav.php:145
+msgid "Full Text"
+msgstr "Pełny tekst"
 
-#: mod/api.php:95
-msgid "Please login to continue."
-msgstr "Zaloguj się aby kontynuować."
+#: include/text.php:1026 src/Content/Nav.php:146
+#: src/Content/Widget/TagCloud.php:54
+msgid "Tags"
+msgstr "Tagi"
 
-#: mod/api.php:109
-msgid ""
-"Do you want to authorize this application to access your posts and contacts,"
-" and/or create new posts for you?"
-msgstr "Czy chcesz zezwolić tej aplikacji na dostęp do swoich postów i kontaktów i/lub tworzenie nowych postów?"
+#: include/text.php:1027 mod/viewcontacts.php:131 mod/contacts.php:814
+#: mod/contacts.php:875 view/theme/frio/theme.php:270 src/Content/Nav.php:147
+#: src/Content/Nav.php:212 src/Model/Profile.php:959 src/Model/Profile.php:962
+msgid "Contacts"
+msgstr "Kontakty"
 
-#: mod/api.php:111 mod/dfrn_request.php:653 mod/follow.php:150
-#: mod/profiles.php:636 mod/profiles.php:640 mod/profiles.php:661
-#: mod/register.php:238 mod/settings.php:1105 mod/settings.php:1111
-#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1126
-#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138
-#: mod/settings.php:1158 mod/settings.php:1159 mod/settings.php:1160
-#: mod/settings.php:1161 mod/settings.php:1162
-msgid "No"
-msgstr "Nie"
+#: include/text.php:1030 view/theme/vier/theme.php:254
+#: src/Content/ForumManager.php:125 src/Content/Nav.php:151
+msgid "Forums"
+msgstr "Fora"
 
-#: mod/apps.php:14 index.php:245
-msgid "You must be logged in to use addons. "
-msgstr "Musisz być zalogowany, aby korzystać z dodatków."
+#: include/text.php:1074
+msgid "poke"
+msgstr "zaczep"
 
-#: mod/apps.php:19
-msgid "Applications"
-msgstr "Aplikacje"
+#: include/text.php:1074
+msgid "poked"
+msgstr "zaczepił Cię"
 
-#: mod/apps.php:22
-msgid "No installed applications."
-msgstr "Brak zainstalowanych aplikacji."
+#: include/text.php:1075
+msgid "ping"
+msgstr "ping"
 
-#: mod/attach.php:15
-msgid "Item not available."
-msgstr "Element niedostępny."
+#: include/text.php:1075
+msgid "pinged"
+msgstr "napięcia"
 
-#: mod/attach.php:25
-msgid "Item was not found."
-msgstr "Element nie znaleziony."
-
-#: mod/common.php:91
-msgid "No contacts in common."
-msgstr "Brak wspólnych kontaktów."
+#: include/text.php:1076
+msgid "prod"
+msgstr ""
 
-#: mod/common.php:140 mod/contacts.php:886
-msgid "Common Friends"
-msgstr "Wspólni znajomi"
+#: include/text.php:1076
+msgid "prodded"
+msgstr ""
 
-#: mod/credits.php:18
-msgid "Credits"
-msgstr "Zaufany"
+#: include/text.php:1077
+msgid "slap"
+msgstr "klask"
 
-#: mod/credits.php:19
-msgid ""
-"Friendica is a community project, that would not be possible without the "
-"help of many people. Here is a list of those who have contributed to the "
-"code or the translation of Friendica. Thank you all!"
-msgstr "Friendica to projekt społecznościowy, który nie byłby możliwy bez pomocy wielu osób. Oto lista osób, które przyczyniły się do tworzenia kodu lub tłumaczenia Friendica. Dziękuję wam wszystkim!"
+#: include/text.php:1077
+msgid "slapped"
+msgstr "spoliczkowany"
 
-#: mod/crepair.php:87
-msgid "Contact settings applied."
-msgstr "Ustawienia kontaktu zaktualizowane."
+#: include/text.php:1078
+msgid "finger"
+msgstr "wskaż"
 
-#: mod/crepair.php:89
-msgid "Contact update failed."
-msgstr "Nie udało się zaktualizować kontaktu."
+#: include/text.php:1078
+msgid "fingered"
+msgstr "dotknięty"
 
-#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:30
-#: mod/fsuggest.php:96
-msgid "Contact not found."
-msgstr "Kontakt nie znaleziony"
+#: include/text.php:1079
+msgid "rebuff"
+msgstr "odrzuć"
 
-#: mod/crepair.php:114
-msgid ""
-"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
-" information your communications with this contact may stop working."
-msgstr "<strong>OSTRZEŻENIE: Jest to bardzo zaawansowane</strong> i jeśli wprowadzisz niepoprawne informacje, twoja komunikacja z tym kontaktem może przestać działać."
+#: include/text.php:1079
+msgid "rebuffed"
+msgstr "odrzucony"
 
-#: mod/crepair.php:115
-msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
-msgstr "Jeśli nie jesteś pewien, co zrobić na tej stronie, użyj <strong>teraz</strong> przycisku 'powrót' na swojej przeglądarce."
+#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:379
+msgid "Monday"
+msgstr "Poniedziałek"
 
-#: mod/crepair.php:129 mod/crepair.php:131
-msgid "No mirroring"
-msgstr "Bez dublowania"
+#: include/text.php:1093 src/Model/Event.php:380
+msgid "Tuesday"
+msgstr "Wtorek"
 
-#: mod/crepair.php:129
-msgid "Mirror as forwarded posting"
-msgstr "Przesłany lustrzany post"
+#: include/text.php:1093 src/Model/Event.php:381
+msgid "Wednesday"
+msgstr "Środa"
 
-#: mod/crepair.php:129 mod/crepair.php:131
-msgid "Mirror as my own posting"
-msgstr "Lustro mojego własnego komentarza"
+#: include/text.php:1093 src/Model/Event.php:382
+msgid "Thursday"
+msgstr "Czwartek"
 
-#: mod/crepair.php:144
-msgid "Return to contact editor"
-msgstr "Wróć do edytora kontaktów"
+#: include/text.php:1093 src/Model/Event.php:383
+msgid "Friday"
+msgstr "Piątek"
 
-#: mod/crepair.php:146
-msgid "Refetch contact data"
-msgstr "Odśwież dane kontaktowe"
+#: include/text.php:1093 src/Model/Event.php:384
+msgid "Saturday"
+msgstr "Sobota"
 
-#: mod/crepair.php:148 mod/invite.php:150 mod/manage.php:184
-#: mod/localtime.php:56 mod/poke.php:199 mod/fsuggest.php:114
-#: mod/message.php:265 mod/message.php:432 mod/photos.php:1080
-#: mod/photos.php:1160 mod/photos.php:1445 mod/photos.php:1491
-#: mod/photos.php:1530 mod/photos.php:1603 mod/install.php:251
-#: mod/install.php:290 mod/events.php:530 mod/profiles.php:672
-#: mod/contacts.php:610 src/Object/Post.php:796
-#: view/theme/duepuntozero/config.php:71 view/theme/frio/config.php:113
-#: view/theme/quattro/config.php:73 view/theme/vier/config.php:119
-msgid "Submit"
-msgstr "Potwierdź"
+#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:378
+msgid "Sunday"
+msgstr "Niedziela"
 
-#: mod/crepair.php:149
-msgid "Remote Self"
-msgstr "Zdalny Self"
+#: include/text.php:1097 src/Model/Event.php:399
+msgid "January"
+msgstr "Styczeń"
 
-#: mod/crepair.php:152
-msgid "Mirror postings from this contact"
-msgstr "Publikacje lustrzane od tego kontaktu"
+#: include/text.php:1097 src/Model/Event.php:400
+msgid "February"
+msgstr "Luty"
 
-#: mod/crepair.php:154
-msgid ""
-"Mark this contact as remote_self, this will cause friendica to repost new "
-"entries from this contact."
-msgstr "Oznacz ten kontakt jako remote_self, spowoduje to, że friendica odeśle nowe wpisy z tego kontaktu."
+#: include/text.php:1097 src/Model/Event.php:401
+msgid "March"
+msgstr "Marzec"
 
-#: mod/crepair.php:158 mod/admin.php:490 mod/admin.php:1781 mod/admin.php:1793
-#: mod/admin.php:1806 mod/admin.php:1822 mod/settings.php:677
-#: mod/settings.php:703
-msgid "Name"
-msgstr "Imię"
+#: include/text.php:1097 src/Model/Event.php:402
+msgid "April"
+msgstr "Kwiecień"
 
-#: mod/crepair.php:159
-msgid "Account Nickname"
-msgstr "Nazwa konta"
+#: include/text.php:1097 include/text.php:1114 src/Model/Event.php:390
+#: src/Model/Event.php:403
+msgid "May"
+msgstr "Maj"
 
-#: mod/crepair.php:160
-msgid "@Tagname - overrides Name/Nickname"
-msgstr "@Zmienna - zastępuje Imię/Pseudonim"
+#: include/text.php:1097 src/Model/Event.php:404
+msgid "June"
+msgstr "Czerwiec"
 
-#: mod/crepair.php:161
-msgid "Account URL"
-msgstr "URL konta"
+#: include/text.php:1097 src/Model/Event.php:405
+msgid "July"
+msgstr "Lipiec"
 
-#: mod/crepair.php:162
-msgid "Friend Request URL"
-msgstr "URL żądajacy znajomości"
+#: include/text.php:1097 src/Model/Event.php:406
+msgid "August"
+msgstr "Sierpień"
 
-#: mod/crepair.php:163
-msgid "Friend Confirm URL"
-msgstr "URL potwierdzający znajomość"
+#: include/text.php:1097 src/Model/Event.php:407
+msgid "September"
+msgstr "Wrzesień"
 
-#: mod/crepair.php:164
-msgid "Notification Endpoint URL"
-msgstr "Zgłoszenie Punktu Końcowego URL"
+#: include/text.php:1097 src/Model/Event.php:408
+msgid "October"
+msgstr "Październik"
 
-#: mod/crepair.php:165
-msgid "Poll/Feed URL"
-msgstr "Adres Ankiety/RSS"
+#: include/text.php:1097 src/Model/Event.php:409
+msgid "November"
+msgstr "Listopad"
 
-#: mod/crepair.php:166
-msgid "New photo from this URL"
-msgstr "Nowe zdjęcie z tego adresu URL"
+#: include/text.php:1097 src/Model/Event.php:410
+msgid "December"
+msgstr "Grudzień"
 
-#: mod/fbrowser.php:34 src/Content/Nav.php:102 src/Model/Profile.php:904
-#: view/theme/frio/theme.php:261
-msgid "Photos"
-msgstr "Zdjęcia"
+#: include/text.php:1111 src/Model/Event.php:371
+msgid "Mon"
+msgstr "Pon"
 
-#: mod/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:194
-#: mod/photos.php:1062 mod/photos.php:1149 mod/photos.php:1166
-#: mod/photos.php:1659 mod/photos.php:1673 src/Model/Photo.php:244
-#: src/Model/Photo.php:253
-msgid "Contact Photos"
-msgstr "Zdjęcia kontaktu"
+#: include/text.php:1111 src/Model/Event.php:372
+msgid "Tue"
+msgstr "Wt"
 
-#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:250
-msgid "Upload"
-msgstr "Załaduj"
+#: include/text.php:1111 src/Model/Event.php:373
+msgid "Wed"
+msgstr "Śr"
 
-#: mod/fbrowser.php:131
-msgid "Files"
-msgstr "Pliki"
+#: include/text.php:1111 src/Model/Event.php:374
+msgid "Thu"
+msgstr "Czw"
 
-#: mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 mod/help.php:60
-#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:292
-msgid "Not Found"
-msgstr "Nie znaleziono"
+#: include/text.php:1111 src/Model/Event.php:375
+msgid "Fri"
+msgstr "Pt"
 
-#: mod/hcard.php:18
-msgid "No profile"
-msgstr "Brak profilu"
+#: include/text.php:1111 src/Model/Event.php:376
+msgid "Sat"
+msgstr "Sob"
 
-#: mod/help.php:48
-msgid "Help:"
-msgstr "Pomoc:"
+#: include/text.php:1111 src/Model/Event.php:370
+msgid "Sun"
+msgstr "Niedz"
 
-#: mod/help.php:54 src/Content/Nav.php:134 view/theme/vier/theme.php:298
-msgid "Help"
-msgstr "Pomoc"
+#: include/text.php:1114 src/Model/Event.php:386
+msgid "Jan"
+msgstr "Sty"
 
-#: mod/help.php:63 index.php:297
-msgid "Page not found."
-msgstr "Strona nie znaleziona."
+#: include/text.php:1114 src/Model/Event.php:387
+msgid "Feb"
+msgstr "Lut"
 
-#: mod/home.php:39
-#, php-format
-msgid "Welcome to %s"
-msgstr "Witamy w %s"
+#: include/text.php:1114 src/Model/Event.php:388
+msgid "Mar"
+msgstr "Mar"
 
-#: mod/lockview.php:38 mod/lockview.php:46
-msgid "Remote privacy information not available."
-msgstr "Dane prywatne nie są zdalnie dostępne"
+#: include/text.php:1114 src/Model/Event.php:389
+msgid "Apr"
+msgstr "Kwi"
 
-#: mod/lockview.php:55
-msgid "Visible to:"
-msgstr "Widoczne dla:"
+#: include/text.php:1114 src/Model/Event.php:392
+msgid "Jul"
+msgstr "Lip"
 
-#: mod/maintenance.php:24
-msgid "System down for maintenance"
-msgstr "System wyłączony w celu konserwacji"
+#: include/text.php:1114 src/Model/Event.php:393
+msgid "Aug"
+msgstr "Sie"
 
-#: mod/newmember.php:11
-msgid "Welcome to Friendica"
-msgstr "Witamy na Friendica"
-
-#: mod/newmember.php:12
-msgid "New Member Checklist"
-msgstr "Lista nowych członków"
+#: include/text.php:1114
+msgid "Sep"
+msgstr "Wrz"
 
-#: mod/newmember.php:14
-msgid ""
-"We would like to offer some tips and links to help make your experience "
-"enjoyable. Click any item to visit the relevant page. A link to this page "
-"will be visible from your home page for two weeks after your initial "
-"registration and then will quietly disappear."
-msgstr "Chcielibyśmy zaproponować kilka porad i linków, które pomogą uczynić twoje doświadczenie przyjemnym. Kliknij dowolny element, aby odwiedzić odpowiednią stronę. Link do tej strony będzie widoczny na stronie głównej przez dwa tygodnie od czasu rejestracji, a następnie zniknie."
+#: include/text.php:1114 src/Model/Event.php:395
+msgid "Oct"
+msgstr "Paź"
 
-#: mod/newmember.php:15
-msgid "Getting Started"
-msgstr "Pierwsze kroki"
+#: include/text.php:1114 src/Model/Event.php:396
+msgid "Nov"
+msgstr "Lis"
 
-#: mod/newmember.php:17
-msgid "Friendica Walk-Through"
-msgstr "Friendica Przejdź-Przez"
+#: include/text.php:1114 src/Model/Event.php:397
+msgid "Dec"
+msgstr "Gru"
 
-#: mod/newmember.php:17
-msgid ""
-"On your <em>Quick Start</em> page - find a brief introduction to your "
-"profile and network tabs, make some new connections, and find some groups to"
-" join."
-msgstr "Na stronie <em>Szybki start</em> - znajdź krótkie wprowadzenie do swojego profilu i kart sieciowych, stwórz nowe połączenia i znajdź kilka grup do przyłączenia się."
+#: include/text.php:1254
+#, php-format
+msgid "Content warning: %s"
+msgstr "Ostrzeżenie o treści: %s"
 
-#: mod/newmember.php:19 mod/admin.php:1906 mod/admin.php:2175
-#: mod/settings.php:123 src/Content/Nav.php:206 view/theme/frio/theme.php:269
-msgid "Settings"
-msgstr "Ustawienia"
+#: include/text.php:1324 mod/videos.php:380
+msgid "View Video"
+msgstr "Zobacz film"
 
-#: mod/newmember.php:21
-msgid "Go to Your Settings"
-msgstr "Idź do swoich ustawień"
+#: include/text.php:1341
+msgid "bytes"
+msgstr "bajty"
 
-#: mod/newmember.php:21
-msgid ""
-"On your <em>Settings</em> page -  change your initial password. Also make a "
-"note of your Identity Address. This looks just like an email address - and "
-"will be useful in making friends on the free social web."
-msgstr "Na stronie Ustawienia - zmień swoje początkowe hasło. Zanotuj także swój adres tożsamości. Wygląda to jak adres e-mail - i będzie przydatny w nawiązywaniu znajomości w bezpłatnej sieci społecznościowej."
+#: include/text.php:1374 include/text.php:1385 include/text.php:1421
+msgid "Click to open/close"
+msgstr "Kliknij aby otworzyć/zamknąć"
 
-#: mod/newmember.php:22
-msgid ""
-"Review the other settings, particularly the privacy settings. An unpublished"
-" directory listing is like having an unlisted phone number. In general, you "
-"should probably publish your listing - unless all of your friends and "
-"potential friends know exactly how to find you."
-msgstr "Przejrzyj pozostałe ustawienia, w szczególności ustawienia prywatności. Niepublikowany wykaz katalogów jest podobny do niepublicznego numeru telefonu. Ogólnie rzecz biorąc, powinieneś opublikować swój wpis - chyba, że wszyscy twoi znajomi i potencjalni znajomi dokładnie wiedzą, jak Cię znaleźć."
+#: include/text.php:1538
+msgid "View on separate page"
+msgstr "Zobacz na oddzielnej stronie"
 
-#: mod/newmember.php:24 mod/profperm.php:113 mod/contacts.php:671
-#: mod/contacts.php:863 src/Content/Nav.php:101 src/Model/Profile.php:730
-#: src/Model/Profile.php:863 src/Model/Profile.php:896
-#: view/theme/frio/theme.php:260
-msgid "Profile"
-msgstr "Profil użytkownika"
+#: include/text.php:1539
+msgid "view on separate page"
+msgstr "zobacz na oddzielnej stronie"
 
-#: mod/newmember.php:26 mod/profile_photo.php:249 mod/profiles.php:691
-msgid "Upload Profile Photo"
-msgstr "Wyślij zdjęcie profilowe"
+#: include/text.php:1544 include/text.php:1551 src/Model/Event.php:594
+msgid "link to source"
+msgstr "link do źródła"
 
-#: mod/newmember.php:26
-msgid ""
-"Upload a profile photo if you have not done so already. Studies have shown "
-"that people with real photos of themselves are ten times more likely to make"
-" friends than people who do not."
-msgstr "Dodaj swoje zdjęcie profilowe jeśli jeszcze tego nie zrobiłeś. Twoje szanse na zwiększenie liczby znajomych rosną dziesięciokrotnie, kiedy na tym zdjęciu jesteś ty."
+#: include/text.php:1757
+msgid "activity"
+msgstr "aktywność"
 
-#: mod/newmember.php:27
-msgid "Edit Your Profile"
-msgstr "Edytuj własny profil"
+#: include/text.php:1759 src/Object/Post.php:429 src/Object/Post.php:441
+msgid "comment"
+msgid_plural "comments"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] "komentarz"
+msgstr[3] "komentarz"
 
-#: mod/newmember.php:27
-msgid ""
-"Edit your <strong>default</strong> profile to your liking. Review the "
-"settings for hiding your list of friends and hiding the profile from unknown"
-" visitors."
-msgstr "Edytuj swój domyślny profil do swoich potrzeb. Przejrzyj ustawienia ukrywania listy znajomych i ukrywania profilu przed nieznanymi użytkownikami."
+#: include/text.php:1762
+msgid "post"
+msgstr "post"
 
-#: mod/newmember.php:28
-msgid "Profile Keywords"
-msgstr "Słowa kluczowe profilu"
+#: include/text.php:1919
+msgid "Item filed"
+msgstr "Element złożony"
 
-#: mod/newmember.php:28
-msgid ""
-"Set some public keywords for your default profile which describe your "
-"interests. We may be able to find other people with similar interests and "
-"suggest friendships."
-msgstr "Ustaw kilka publicznych słów kluczowych dla swojego domyślnego profilu, które opisują Twoje zainteresowania. Możemy znaleźć inne osoby o podobnych zainteresowaniach i zaproponować przyjaźnie."
+#: mod/allfriends.php:51
+msgid "No friends to display."
+msgstr "Brak znajomych do wyświetlenia"
 
-#: mod/newmember.php:30
-msgid "Connecting"
-msgstr "Łączę się..."
+#: mod/allfriends.php:90 mod/suggest.php:101 mod/match.php:105
+#: mod/dirfind.php:215 src/Content/Widget.php:37 src/Model/Profile.php:297
+msgid "Connect"
+msgstr "Połącz"
 
-#: mod/newmember.php:36
-msgid "Importing Emails"
-msgstr "Importuję emaile..."
+#: mod/api.php:85 mod/api.php:107
+msgid "Authorize application connection"
+msgstr "Autoryzacja połączenia aplikacji"
 
-#: mod/newmember.php:36
-msgid ""
-"Enter your email access information on your Connector Settings page if you "
-"wish to import and interact with friends or mailing lists from your email "
-"INBOX"
-msgstr "Wprowadź informacje dotyczące dostępu do poczty e-mail na stronie Ustawienia oprogramowania, jeśli chcesz importować i wchodzić w interakcje z przyjaciółmi lub listami adresowymi z poziomu konta e-mail INBOX"
+#: mod/api.php:86
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Powróć do swojej aplikacji i wpisz ten Kod Bezpieczeństwa:"
 
-#: mod/newmember.php:39
-msgid "Go to Your Contacts Page"
-msgstr "Idź do strony z Twoimi kontaktami"
+#: mod/api.php:95
+msgid "Please login to continue."
+msgstr "Zaloguj się aby kontynuować."
 
-#: mod/newmember.php:39
+#: mod/api.php:109
 msgid ""
-"Your Contacts page is your gateway to managing friendships and connecting "
-"with friends on other networks. Typically you enter their address or site "
-"URL in the <em>Add New Contact</em> dialog."
-msgstr "Strona Kontakty jest twoją bramą do zarządzania przyjaciółmi i łączenia się z przyjaciółmi w innych sieciach. Zazwyczaj podaje się adres lub adres URL strony w oknie dialogowym <em>Dodaj nowy kontakt</em>."
+"Do you want to authorize this application to access your posts and contacts,"
+" and/or create new posts for you?"
+msgstr "Czy chcesz zezwolić tej aplikacji na dostęp do swoich postów i kontaktów i/lub tworzenie nowych postów?"
 
-#: mod/newmember.php:40
-msgid "Go to Your Site's Directory"
-msgstr "Idż do twojej strony"
+#: mod/api.php:111 mod/dfrn_request.php:653 mod/follow.php:150
+#: mod/profiles.php:636 mod/profiles.php:640 mod/profiles.php:661
+#: mod/register.php:238 mod/settings.php:1105 mod/settings.php:1111
+#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1126
+#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138
+#: mod/settings.php:1158 mod/settings.php:1159 mod/settings.php:1160
+#: mod/settings.php:1161 mod/settings.php:1162
+msgid "No"
+msgstr "Nie"
 
-#: mod/newmember.php:40
-msgid ""
-"The Directory page lets you find other people in this network or other "
-"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
-"their profile page. Provide your own Identity Address if requested."
-msgstr "Strona Katalog umożliwia znalezienie innych osób w tej sieci lub innych witrynach stowarzyszonych. Poszukaj łącza <em>Połącz</em> lub <em>Śledź</em> na stronie profilu. Jeśli chcesz, podaj swój własny adres tożsamości."
+#: mod/apps.php:14 index.php:273
+msgid "You must be logged in to use addons. "
+msgstr "Musisz być zalogowany, aby korzystać z dodatków."
 
-#: mod/newmember.php:41
-msgid "Finding New People"
-msgstr "Znajdowanie nowych osób"
+#: mod/apps.php:19
+msgid "Applications"
+msgstr "Aplikacje"
 
-#: mod/newmember.php:41
-msgid ""
-"On the side panel of the Contacts page are several tools to find new "
-"friends. We can match people by interest, look up people by name or "
-"interest, and provide suggestions based on network relationships. On a brand"
-" new site, friend suggestions will usually begin to be populated within 24 "
-"hours."
-msgstr "Na bocznym panelu strony Kontaktów znajduje się kilka narzędzi do znajdowania nowych przyjaciół. Możemy dopasować osoby według zainteresowań, wyszukiwać osoby według nazwisk i zainteresowań oraz dostarczać sugestie oparte na relacjach sieciowych. Na zupełnie nowej stronie sugestie znajomych zwykle zaczynają być wypełniane w ciągu 24 godzin"
+#: mod/apps.php:22
+msgid "No installed applications."
+msgstr "Brak zainstalowanych aplikacji."
 
-#: mod/newmember.php:43 src/Model/Group.php:401
-msgid "Groups"
-msgstr "Grupy"
+#: mod/attach.php:15
+msgid "Item not available."
+msgstr "Element niedostępny."
 
-#: mod/newmember.php:45
-msgid "Group Your Contacts"
-msgstr "Grupuj Swoje kontakty"
+#: mod/attach.php:25
+msgid "Item was not found."
+msgstr "Element nie znaleziony."
 
-#: mod/newmember.php:45
-msgid ""
-"Once you have made some friends, organize them into private conversation "
-"groups from the sidebar of your Contacts page and then you can interact with"
-" each group privately on your Network page."
-msgstr "Gdy zaprzyjaźnisz się z przyjaciółmi, uporządkuj je w prywatne grupy konwersacji na pasku bocznym na stronie Kontakty, a następnie możesz wchodzić w interakcje z każdą grupą prywatnie na stronie Sieć."
+#: mod/common.php:91
+msgid "No contacts in common."
+msgstr "Brak wspólnych kontaktów."
 
-#: mod/newmember.php:48
-msgid "Why Aren't My Posts Public?"
-msgstr "Dlaczego moje posty nie są publiczne?"
+#: mod/common.php:140 mod/contacts.php:886
+msgid "Common Friends"
+msgstr "Wspólni znajomi"
 
-#: mod/newmember.php:48
+#: mod/credits.php:18
+msgid "Credits"
+msgstr "Zaufany"
+
+#: mod/credits.php:19
 msgid ""
-"Friendica respects your privacy. By default, your posts will only show up to"
-" people you've added as friends. For more information, see the help section "
-"from the link above."
-msgstr "Friendica szanuje Twoją prywatność. Domyślnie Twoje wpisy będą wyświetlane tylko osobom, które dodałeś jako znajomi. Aby uzyskać więcej informacji, zobacz sekcję pomocy na powyższym łączu."
+"Friendica is a community project, that would not be possible without the "
+"help of many people. Here is a list of those who have contributed to the "
+"code or the translation of Friendica. Thank you all!"
+msgstr "Friendica to projekt społecznościowy, który nie byłby możliwy bez pomocy wielu osób. Oto lista osób, które przyczyniły się do tworzenia kodu lub tłumaczenia Friendica. Dziękuję wam wszystkim!"
 
-#: mod/newmember.php:52
-msgid "Getting Help"
-msgstr "Otrzymaj pomoc"
+#: mod/crepair.php:87
+msgid "Contact settings applied."
+msgstr "Ustawienia kontaktu zaktualizowane."
 
-#: mod/newmember.php:54
-msgid "Go to the Help Section"
-msgstr "Przejdź do sekcji pomocy"
+#: mod/crepair.php:89
+msgid "Contact update failed."
+msgstr "Nie udało się zaktualizować kontaktu."
 
-#: mod/newmember.php:54
+#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:30
+#: mod/fsuggest.php:96
+msgid "Contact not found."
+msgstr "Kontakt nie znaleziony"
+
+#: mod/crepair.php:114
 msgid ""
-"Our <strong>help</strong> pages may be consulted for detail on other program"
-" features and resources."
-msgstr "Na naszych stronach <strong>pomocy</strong> można znaleźć szczegółowe informacje na temat innych funkcji programu i zasobów."
+"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
+" information your communications with this contact may stop working."
+msgstr "<strong>OSTRZEŻENIE: Jest to bardzo zaawansowane</strong> i jeśli wprowadzisz niepoprawne informacje, twoja komunikacja z tym kontaktem może przestać działać."
 
-#: mod/nogroup.php:42 mod/viewcontacts.php:112 mod/contacts.php:619
-#: mod/contacts.php:959
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Obejrzyj %s's profil [%s]"
+#: mod/crepair.php:115
+msgid ""
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
+msgstr "Jeśli nie jesteś pewien, co zrobić na tej stronie, użyj <strong>teraz</strong> przycisku 'powrót' na swojej przeglądarce."
 
-#: mod/nogroup.php:43 mod/contacts.php:960
-msgid "Edit contact"
-msgstr "Edytuj kontakt"
+#: mod/crepair.php:129 mod/crepair.php:131
+msgid "No mirroring"
+msgstr "Bez dublowania"
 
-#: mod/nogroup.php:63
-msgid "Contacts who are not members of a group"
-msgstr "Kontakty spoza członków grupy"
+#: mod/crepair.php:129
+msgid "Mirror as forwarded posting"
+msgstr "Przesłany lustrzany post"
 
-#: mod/p.php:14
-msgid "Not Extended"
-msgstr "Nie przedłużony"
+#: mod/crepair.php:129 mod/crepair.php:131
+msgid "Mirror as my own posting"
+msgstr "Lustro mojego własnego komentarza"
 
-#: mod/repair_ostatus.php:18
-msgid "Resubscribing to OStatus contacts"
-msgstr "Ponowne subskrybowanie kontaktów OStatus"
+#: mod/crepair.php:144
+msgid "Return to contact editor"
+msgstr "Wróć do edytora kontaktów"
 
-#: mod/repair_ostatus.php:34
-msgid "Error"
-msgstr "Błąd"
+#: mod/crepair.php:146
+msgid "Refetch contact data"
+msgstr "Odśwież dane kontaktowe"
 
-#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:64
-msgid "Done"
-msgstr "Gotowe"
+#: mod/crepair.php:148 mod/manage.php:184 mod/localtime.php:56
+#: mod/poke.php:199 mod/fsuggest.php:114 mod/message.php:265
+#: mod/message.php:432 mod/photos.php:1080 mod/photos.php:1160
+#: mod/photos.php:1445 mod/photos.php:1491 mod/photos.php:1530
+#: mod/photos.php:1603 mod/contacts.php:610 mod/events.php:530
+#: mod/install.php:251 mod/install.php:290 mod/invite.php:155
+#: mod/profiles.php:672 view/theme/duepuntozero/config.php:71
+#: view/theme/frio/config.php:113 view/theme/quattro/config.php:73
+#: view/theme/vier/config.php:119 src/Object/Post.php:796
+msgid "Submit"
+msgstr "Potwierdź"
 
-#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:88
-msgid "Keep this window open until done."
-msgstr "Pozostaw to okno otwarte, dopóki nie będzie gotowe."
+#: mod/crepair.php:149
+msgid "Remote Self"
+msgstr "Zdalny Self"
 
-#: mod/suggest.php:36
-msgid "Do you really want to delete this suggestion?"
-msgstr "Czy na pewno chcesz usunąć te sugestie ?"
+#: mod/crepair.php:152
+msgid "Mirror postings from this contact"
+msgstr "Publikacje lustrzane od tego kontaktu"
 
-#: mod/suggest.php:73
+#: mod/crepair.php:154
 msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr "Brak dostępnych sugestii. Jeśli jest to nowa witryna, spróbuj ponownie za 24 godziny."
+"Mark this contact as remote_self, this will cause friendica to repost new "
+"entries from this contact."
+msgstr "Oznacz ten kontakt jako remote_self, spowoduje to, że friendica odeśle nowe wpisy z tego kontaktu."
 
-#: mod/suggest.php:84 mod/suggest.php:104
-msgid "Ignore/Hide"
-msgstr "Ignoruj/Ukryj"
+#: mod/crepair.php:158 mod/admin.php:490 mod/admin.php:1781 mod/admin.php:1793
+#: mod/admin.php:1806 mod/admin.php:1822 mod/settings.php:677
+#: mod/settings.php:703
+msgid "Name"
+msgstr "Nazwa"
 
-#: mod/suggest.php:114 src/Content/Widget.php:64 view/theme/vier/theme.php:203
-msgid "Friend Suggestions"
-msgstr "Osoby, które możesz znać"
+#: mod/crepair.php:159
+msgid "Account Nickname"
+msgstr "Nazwa konta"
 
-#: mod/uimport.php:55 mod/register.php:191
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr "Strona przekroczyła ilość dozwolonych rejestracji na dzień. Proszę spróbuj ponownie jutro."
+#: mod/crepair.php:160
+msgid "@Tagname - overrides Name/Nickname"
+msgstr "@Zmienna - zastępuje Imię/Pseudonim"
 
-#: mod/uimport.php:70 mod/register.php:285
-msgid "Import"
-msgstr "Import"
+#: mod/crepair.php:161
+msgid "Account URL"
+msgstr "URL konta"
 
-#: mod/uimport.php:72
-msgid "Move account"
-msgstr "Przenieś konto"
+#: mod/crepair.php:162
+msgid "Friend Request URL"
+msgstr "URL żądajacy znajomości"
 
-#: mod/uimport.php:73
-msgid "You can import an account from another Friendica server."
-msgstr "Możesz zaimportować konto z innego serwera Friendica."
+#: mod/crepair.php:163
+msgid "Friend Confirm URL"
+msgstr "URL potwierdzający znajomość"
 
-#: mod/uimport.php:74
-msgid ""
-"You need to export your account from the old server and upload it here. We "
-"will recreate your old account here with all your contacts. We will try also"
-" to inform your friends that you moved here."
-msgstr "Musisz wyeksportować konto ze starego serwera i przesłać je tutaj. Odtworzymy twoje stare konto tutaj ze wszystkimi twoimi kontaktami. Postaramy się również poinformować twoich znajomych, że się tutaj przeniosłeś."
+#: mod/crepair.php:164
+msgid "Notification Endpoint URL"
+msgstr "Zgłoszenie Punktu Końcowego URL"
 
-#: mod/uimport.php:75
-msgid ""
-"This feature is experimental. We can't import contacts from the OStatus "
-"network (GNU Social/Statusnet) or from Diaspora"
-msgstr "Ta funkcja jest eksperymentalna. Nie możemy importować kontaktów z sieci OStatus (GNU Social/Statusnet) lub z Diaspory"
+#: mod/crepair.php:165
+msgid "Poll/Feed URL"
+msgstr "Adres Ankiety/RSS"
 
-#: mod/uimport.php:76
-msgid "Account file"
-msgstr "Pliki konta"
+#: mod/crepair.php:166
+msgid "New photo from this URL"
+msgstr "Nowe zdjęcie z tego adresu URL"
 
-#: mod/uimport.php:76
-msgid ""
-"To export your account, go to \"Settings->Export your personal data\" and "
-"select \"Export account\""
-msgstr "Aby eksportować konto, wejdź w \"Ustawienia->Eksport danych osobistych\" i wybierz \"Eksportuj konto\""
+#: mod/fbrowser.php:34 view/theme/frio/theme.php:261 src/Content/Nav.php:102
+#: src/Model/Profile.php:906
+msgid "Photos"
+msgstr "Zdjęcia"
 
-#: mod/update_community.php:27 mod/update_display.php:27
-#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33
-msgid "[Embedded content - reload page to view]"
-msgstr "[Dodatkowa zawartość - odśwież stronę by zobaczyć]"
+#: mod/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:194
+#: mod/photos.php:1062 mod/photos.php:1149 mod/photos.php:1166
+#: mod/photos.php:1659 mod/photos.php:1673 src/Model/Photo.php:244
+#: src/Model/Photo.php:253
+msgid "Contact Photos"
+msgstr "Zdjęcia kontaktu"
 
-#: mod/dfrn_poll.php:123 mod/dfrn_poll.php:543
-#, php-format
-msgid "%1$s welcomes %2$s"
-msgstr "%1$s witamy %2$s"
+#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:250
+msgid "Upload"
+msgstr "Załaduj"
 
-#: mod/match.php:48
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "Brak pasujących słów kluczowych. Dodaj słowa kluczowe do domyślnego profilu."
+#: mod/fbrowser.php:131
+msgid "Files"
+msgstr "Pliki"
 
-#: mod/match.php:104
-msgid "is interested in:"
-msgstr "interesuje się:"
+#: mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 mod/help.php:60
+#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:320
+msgid "Not Found"
+msgstr "Nie znaleziono"
 
-#: mod/match.php:120
-msgid "Profile Match"
-msgstr "Dopasowanie profilu"
+#: mod/hcard.php:18
+msgid "No profile"
+msgstr "Brak profilu"
 
-#: mod/match.php:125 mod/dirfind.php:253
-msgid "No matches"
-msgstr "Brak wyników"
+#: mod/help.php:48
+msgid "Help:"
+msgstr "Pomoc:"
 
-#: mod/notifications.php:37
-msgid "Invalid request identifier."
-msgstr "Nieprawidłowe żądanie identyfikatora."
+#: mod/help.php:54 view/theme/vier/theme.php:298 src/Content/Nav.php:134
+msgid "Help"
+msgstr "Pomoc"
 
-#: mod/notifications.php:46 mod/notifications.php:183
-#: mod/notifications.php:230
-msgid "Discard"
-msgstr "Odrzuć"
+#: mod/help.php:63 index.php:325
+msgid "Page not found."
+msgstr "Strona nie znaleziona."
 
-#: mod/notifications.php:62 mod/notifications.php:182
-#: mod/notifications.php:266 mod/contacts.php:638 mod/contacts.php:828
-#: mod/contacts.php:1019
-msgid "Ignore"
-msgstr "Ignoruj"
+#: mod/home.php:39
+#, php-format
+msgid "Welcome to %s"
+msgstr "Witamy w %s"
 
-#: mod/notifications.php:98 src/Content/Nav.php:189
-msgid "Notifications"
-msgstr "Powiadomienia"
+#: mod/lockview.php:38 mod/lockview.php:46
+msgid "Remote privacy information not available."
+msgstr "Dane prywatne nie są zdalnie dostępne"
 
-#: mod/notifications.php:107
-msgid "Network Notifications"
-msgstr "Powiadomienia sieciowe"
+#: mod/lockview.php:55
+msgid "Visible to:"
+msgstr "Widoczne dla:"
 
-#: mod/notifications.php:113 mod/notify.php:81
-msgid "System Notifications"
-msgstr "Powiadomienia systemowe"
+#: mod/maintenance.php:24
+msgid "System down for maintenance"
+msgstr "System wyłączony w celu konserwacji"
 
-#: mod/notifications.php:119
-msgid "Personal Notifications"
-msgstr "Prywatne powiadomienia"
+#: mod/newmember.php:11
+msgid "Welcome to Friendica"
+msgstr "Witamy na Friendica"
 
-#: mod/notifications.php:125
-msgid "Home Notifications"
-msgstr "Powiadomienia domowe"
+#: mod/newmember.php:12
+msgid "New Member Checklist"
+msgstr "Lista nowych członków"
 
-#: mod/notifications.php:155
-msgid "Show Ignored Requests"
-msgstr "Pokaż ignorowane żądania"
+#: mod/newmember.php:14
+msgid ""
+"We would like to offer some tips and links to help make your experience "
+"enjoyable. Click any item to visit the relevant page. A link to this page "
+"will be visible from your home page for two weeks after your initial "
+"registration and then will quietly disappear."
+msgstr "Chcielibyśmy zaproponować kilka porad i linków, które pomogą uczynić twoje doświadczenie przyjemnym. Kliknij dowolny element, aby odwiedzić odpowiednią stronę. Link do tej strony będzie widoczny na stronie głównej przez dwa tygodnie od czasu rejestracji, a następnie zniknie."
 
-#: mod/notifications.php:155
-msgid "Hide Ignored Requests"
-msgstr "Ukryj zignorowane prośby"
+#: mod/newmember.php:15
+msgid "Getting Started"
+msgstr "Pierwsze kroki"
 
-#: mod/notifications.php:167 mod/notifications.php:237
-msgid "Notification type: "
-msgstr "Typ powiadomienia:"
+#: mod/newmember.php:17
+msgid "Friendica Walk-Through"
+msgstr "Friendica Przejdź-Przez"
 
-#: mod/notifications.php:170
-#, php-format
-msgid "suggested by %s"
-msgstr "zaproponowane przez %s"
+#: mod/newmember.php:17
+msgid ""
+"On your <em>Quick Start</em> page - find a brief introduction to your "
+"profile and network tabs, make some new connections, and find some groups to"
+" join."
+msgstr "Na stronie <em>Szybki start</em> - znajdź krótkie wprowadzenie do swojego profilu i kart sieciowych, stwórz nowe połączenia i znajdź kilka grup do przyłączenia się."
 
-#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:646
-msgid "Hide this contact from others"
-msgstr "Ukryj ten kontakt przed innymi"
+#: mod/newmember.php:19 mod/admin.php:1906 mod/admin.php:2175
+#: mod/settings.php:123 view/theme/frio/theme.php:269 src/Content/Nav.php:206
+msgid "Settings"
+msgstr "Ustawienia"
 
-#: mod/notifications.php:176 mod/notifications.php:255
-msgid "Post a new friend activity"
-msgstr "Opublikuj aktywność nowego znajomego"
+#: mod/newmember.php:21
+msgid "Go to Your Settings"
+msgstr "Idź do swoich ustawień"
 
-#: mod/notifications.php:176 mod/notifications.php:255
-msgid "if applicable"
-msgstr "jeśli dotyczy"
+#: mod/newmember.php:21
+msgid ""
+"On your <em>Settings</em> page -  change your initial password. Also make a "
+"note of your Identity Address. This looks just like an email address - and "
+"will be useful in making friends on the free social web."
+msgstr "Na stronie Ustawienia - zmień swoje początkowe hasło. Zanotuj także swój adres tożsamości. Wygląda to jak adres e-mail - i będzie przydatny w nawiązywaniu znajomości w bezpłatnej sieci społecznościowej."
 
-#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1796
-msgid "Approve"
-msgstr "Zatwierdź"
+#: mod/newmember.php:22
+msgid ""
+"Review the other settings, particularly the privacy settings. An unpublished"
+" directory listing is like having an unlisted phone number. In general, you "
+"should probably publish your listing - unless all of your friends and "
+"potential friends know exactly how to find you."
+msgstr "Przejrzyj pozostałe ustawienia, w szczególności ustawienia prywatności. Niepublikowany wykaz katalogów jest podobny do niepublicznego numeru telefonu. Ogólnie rzecz biorąc, powinieneś opublikować swój wpis - chyba, że wszyscy twoi znajomi i potencjalni znajomi dokładnie wiedzą, jak Cię znaleźć."
 
-#: mod/notifications.php:198
-msgid "Claims to be known to you: "
-msgstr "Twierdzi, że go znasz:"
+#: mod/newmember.php:24 mod/profperm.php:113 mod/contacts.php:671
+#: mod/contacts.php:863 view/theme/frio/theme.php:260 src/Content/Nav.php:101
+#: src/Model/Profile.php:732 src/Model/Profile.php:865
+#: src/Model/Profile.php:898
+msgid "Profile"
+msgstr "Profil użytkownika"
 
-#: mod/notifications.php:199
-msgid "yes"
-msgstr "tak"
+#: mod/newmember.php:26 mod/profile_photo.php:249 mod/profiles.php:691
+msgid "Upload Profile Photo"
+msgstr "Wyślij zdjęcie profilowe"
 
-#: mod/notifications.php:199
-msgid "no"
-msgstr "nie"
+#: mod/newmember.php:26
+msgid ""
+"Upload a profile photo if you have not done so already. Studies have shown "
+"that people with real photos of themselves are ten times more likely to make"
+" friends than people who do not."
+msgstr "Dodaj swoje zdjęcie profilowe jeśli jeszcze tego nie zrobiłeś. Twoje szanse na zwiększenie liczby znajomych rosną dziesięciokrotnie, kiedy na tym zdjęciu jesteś ty."
 
-#: mod/notifications.php:200 mod/notifications.php:205
-msgid "Shall your connection be bidirectional or not?"
-msgstr "Czy twoje połączenie ma być dwukierunkowe, czy nie?"
+#: mod/newmember.php:27
+msgid "Edit Your Profile"
+msgstr "Edytuj własny profil"
 
-#: mod/notifications.php:201 mod/notifications.php:206
-#, php-format
+#: mod/newmember.php:27
 msgid ""
-"Accepting %s as a friend allows %s to subscribe to your posts, and you will "
-"also receive updates from them in your news feed."
-msgstr "Przyjmowanie %s jako znajomego pozwala %s zasubskrybować twoje posty, a także otrzymywać od nich aktualizacje w swoim kanale wiadomości."
+"Edit your <strong>default</strong> profile to your liking. Review the "
+"settings for hiding your list of friends and hiding the profile from unknown"
+" visitors."
+msgstr "Edytuj swój domyślny profil do swoich potrzeb. Przejrzyj ustawienia ukrywania listy znajomych i ukrywania profilu przed nieznanymi użytkownikami."
 
-#: mod/notifications.php:202
-#, php-format
-msgid ""
-"Accepting %s as a subscriber allows them to subscribe to your posts, but you"
-" will not receive updates from them in your news feed."
-msgstr "Zaakceptowanie %s jako subskrybenta umożliwia im subskrybowanie Twoich postów, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości."
+#: mod/newmember.php:28
+msgid "Profile Keywords"
+msgstr "Słowa kluczowe profilu"
 
-#: mod/notifications.php:207
-#, php-format
+#: mod/newmember.php:28
 msgid ""
-"Accepting %s as a sharer allows them to subscribe to your posts, but you "
-"will not receive updates from them in your news feed."
-msgstr "Akceptowanie %s jako udostępniający pozwala im subskrybować twoje posty, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości."
-
-#: mod/notifications.php:218
-msgid "Friend"
-msgstr "Znajomy"
+"Set some public keywords for your default profile which describe your "
+"interests. We may be able to find other people with similar interests and "
+"suggest friendships."
+msgstr "Ustaw kilka publicznych słów kluczowych dla swojego domyślnego profilu, które opisują Twoje zainteresowania. Możemy znaleźć inne osoby o podobnych zainteresowaniach i zaproponować przyjaźnie."
 
-#: mod/notifications.php:219
-msgid "Sharer"
-msgstr "Udostępniający/a"
+#: mod/newmember.php:30
+msgid "Connecting"
+msgstr "Łączę się..."
 
-#: mod/notifications.php:219
-msgid "Subscriber"
-msgstr "Subskrybent"
+#: mod/newmember.php:36
+msgid "Importing Emails"
+msgstr "Importuję emaile..."
 
-#: mod/notifications.php:247 mod/events.php:518 mod/directory.php:148
-#: mod/contacts.php:660 src/Model/Profile.php:417 src/Model/Event.php:60
-#: src/Model/Event.php:85 src/Model/Event.php:421 src/Model/Event.php:900
-msgid "Location:"
-msgstr "Lokalizacja"
+#: mod/newmember.php:36
+msgid ""
+"Enter your email access information on your Connector Settings page if you "
+"wish to import and interact with friends or mailing lists from your email "
+"INBOX"
+msgstr "Wprowadź informacje dotyczące dostępu do poczty e-mail na stronie Ustawienia oprogramowania, jeśli chcesz importować i wchodzić w interakcje z przyjaciółmi lub listami adresowymi z poziomu konta e-mail INBOX"
 
-#: mod/notifications.php:249 mod/directory.php:154 mod/contacts.php:664
-#: src/Model/Profile.php:423 src/Model/Profile.php:806
-msgid "About:"
-msgstr "O:"
+#: mod/newmember.php:39
+msgid "Go to Your Contacts Page"
+msgstr "Idź do strony z Twoimi kontaktami"
 
-#: mod/notifications.php:251 mod/follow.php:174 mod/contacts.php:666
-#: src/Model/Profile.php:794
-msgid "Tags:"
-msgstr "Tagi:"
+#: mod/newmember.php:39
+msgid ""
+"Your Contacts page is your gateway to managing friendships and connecting "
+"with friends on other networks. Typically you enter their address or site "
+"URL in the <em>Add New Contact</em> dialog."
+msgstr "Strona Kontakty jest twoją bramą do zarządzania przyjaciółmi i łączenia się z przyjaciółmi w innych sieciach. Zazwyczaj podaje się adres lub adres URL strony w oknie dialogowym <em>Dodaj nowy kontakt</em>."
 
-#: mod/notifications.php:253 mod/directory.php:151 src/Model/Profile.php:420
-#: src/Model/Profile.php:745
-msgid "Gender:"
-msgstr "Płeć:"
+#: mod/newmember.php:40
+msgid "Go to Your Site's Directory"
+msgstr "Idż do twojej strony"
 
-#: mod/notifications.php:258 mod/unfollow.php:122 mod/follow.php:166
-#: mod/contacts.php:656 mod/admin.php:490 mod/admin.php:500
-msgid "Profile URL"
-msgstr "Adres URL profilu"
+#: mod/newmember.php:40
+msgid ""
+"The Directory page lets you find other people in this network or other "
+"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
+"their profile page. Provide your own Identity Address if requested."
+msgstr "Strona Katalog umożliwia znalezienie innych osób w tej sieci lub innych witrynach stowarzyszonych. Poszukaj łącza <em>Połącz</em> lub <em>Śledź</em> na stronie profilu. Jeśli chcesz, podaj swój własny adres tożsamości."
 
-#: mod/notifications.php:261 mod/contacts.php:71 src/Model/Profile.php:518
-msgid "Network:"
-msgstr "Sieć:"
+#: mod/newmember.php:41
+msgid "Finding New People"
+msgstr "Znajdowanie nowych osób"
 
-#: mod/notifications.php:275
-msgid "No introductions."
-msgstr "Brak dostępu."
+#: mod/newmember.php:41
+msgid ""
+"On the side panel of the Contacts page are several tools to find new "
+"friends. We can match people by interest, look up people by name or "
+"interest, and provide suggestions based on network relationships. On a brand"
+" new site, friend suggestions will usually begin to be populated within 24 "
+"hours."
+msgstr "Na bocznym panelu strony Kontaktów znajduje się kilka narzędzi do znajdowania nowych przyjaciół. Możemy dopasować osoby według zainteresowań, wyszukiwać osoby według nazwisk i zainteresowań oraz dostarczać sugestie oparte na relacjach sieciowych. Na zupełnie nowej stronie sugestie znajomych zwykle zaczynają być wypełniane w ciągu 24 godzin"
 
-#: mod/notifications.php:316
-msgid "Show unread"
-msgstr "Pokaż nieprzeczytane"
+#: mod/newmember.php:43 src/Model/Group.php:414
+msgid "Groups"
+msgstr "Grupy"
 
-#: mod/notifications.php:316
-msgid "Show all"
-msgstr "Pokaż wszystko"
+#: mod/newmember.php:45
+msgid "Group Your Contacts"
+msgstr "Grupuj Swoje kontakty"
 
-#: mod/notifications.php:322
-#, php-format
-msgid "No more %s notifications."
-msgstr "Nigdy więcej %s powiadomień."
+#: mod/newmember.php:45
+msgid ""
+"Once you have made some friends, organize them into private conversation "
+"groups from the sidebar of your Contacts page and then you can interact with"
+" each group privately on your Network page."
+msgstr "Gdy zaprzyjaźnisz się z przyjaciółmi, uporządkuj je w prywatne grupy konwersacji na pasku bocznym na stronie Kontakty, a następnie możesz wchodzić w interakcje z każdą grupą prywatnie na stronie Sieć."
 
-#: mod/openid.php:29
-msgid "OpenID protocol error. No ID returned."
-msgstr "Błąd protokołu OpenID. Nie znaleziono identyfikatora."
+#: mod/newmember.php:48
+msgid "Why Aren't My Posts Public?"
+msgstr "Dlaczego moje posty nie są publiczne?"
 
-#: mod/openid.php:66
+#: mod/newmember.php:48
 msgid ""
-"Account not found and OpenID registration is not permitted on this site."
-msgstr "Konto nie zostało znalezione, a rejestracja OpenID nie jest dozwolona na tej stronie."
+"Friendica respects your privacy. By default, your posts will only show up to"
+" people you've added as friends. For more information, see the help section "
+"from the link above."
+msgstr "Friendica szanuje Twoją prywatność. Domyślnie Twoje wpisy będą wyświetlane tylko osobom, które dodałeś jako znajomi. Aby uzyskać więcej informacji, zobacz sekcję pomocy na powyższym łączu."
 
-#: mod/openid.php:116 src/Module/Login.php:86 src/Module/Login.php:134
-msgid "Login failed."
-msgstr "Logowanie nieudane."
+#: mod/newmember.php:52
+msgid "Getting Help"
+msgstr "Otrzymaj pomoc"
 
-#: mod/dfrn_confirm.php:74 mod/profiles.php:39 mod/profiles.php:149
-#: mod/profiles.php:196 mod/profiles.php:618
-msgid "Profile not found."
-msgstr "Nie znaleziono profilu."
+#: mod/newmember.php:54
+msgid "Go to the Help Section"
+msgstr "Przejdź do sekcji pomocy"
 
-#: mod/dfrn_confirm.php:132
+#: mod/newmember.php:54
 msgid ""
-"This may occasionally happen if contact was requested by both persons and it"
-" has already been approved."
-msgstr "Może się to zdarzyć, gdy kontakt został zgłoszony przez obie osoby i został już zatwierdzony."
+"Our <strong>help</strong> pages may be consulted for detail on other program"
+" features and resources."
+msgstr "Na naszych stronach <strong>pomocy</strong> można znaleźć szczegółowe informacje na temat innych funkcji programu i zasobów."
 
-#: mod/dfrn_confirm.php:242
-msgid "Response from remote site was not understood."
-msgstr "Odpowiedź do zdalnej strony nie została zrozumiana"
+#: mod/nogroup.php:42 mod/viewcontacts.php:112 mod/contacts.php:619
+#: mod/contacts.php:959
+#, php-format
+msgid "Visit %s's profile [%s]"
+msgstr "Obejrzyj %s's profil [%s]"
 
-#: mod/dfrn_confirm.php:249 mod/dfrn_confirm.php:254
-msgid "Unexpected response from remote site: "
-msgstr "Nieoczekiwana odpowiedź od strony zdalnej:"
+#: mod/nogroup.php:43 mod/contacts.php:960
+msgid "Edit contact"
+msgstr "Edytuj kontakt"
 
-#: mod/dfrn_confirm.php:263
-msgid "Confirmation completed successfully."
-msgstr "Potwierdzenie zostało pomyślnie zakończone."
+#: mod/nogroup.php:63
+msgid "Contacts who are not members of a group"
+msgstr "Kontakty spoza członków grupy"
 
-#: mod/dfrn_confirm.php:275
-msgid "Temporary failure. Please wait and try again."
-msgstr "Tymczasowa awaria. Proszę czekać i spróbuj ponownie."
+#: mod/p.php:14
+msgid "Not Extended"
+msgstr "Nie przedłużony"
 
-#: mod/dfrn_confirm.php:278
-msgid "Introduction failed or was revoked."
-msgstr "Wprowadzenie nie powiodło się lub zostało odwołane."
+#: mod/repair_ostatus.php:18
+msgid "Resubscribing to OStatus contacts"
+msgstr "Ponowne subskrybowanie kontaktów OStatus"
 
-#: mod/dfrn_confirm.php:283
-msgid "Remote site reported: "
-msgstr "Zdalna witryna zgłoszona:"
+#: mod/repair_ostatus.php:34
+msgid "Error"
+msgstr "Błąd"
 
-#: mod/dfrn_confirm.php:396
-msgid "Unable to set contact photo."
-msgstr "Nie można ustawić zdjęcia kontaktu."
+#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:64
+msgid "Done"
+msgstr "Gotowe"
 
-#: mod/dfrn_confirm.php:498
-#, php-format
-msgid "No user record found for '%s' "
-msgstr "Nie znaleziono użytkownika dla '%s'"
-
-#: mod/dfrn_confirm.php:508
-msgid "Our site encryption key is apparently messed up."
-msgstr "Klucz kodujący jest najwyraźniej uszkodzony."
-
-#: mod/dfrn_confirm.php:519
-msgid "Empty site URL was provided or URL could not be decrypted by us."
-msgstr "Został podany pusty adres URL witryny lub nie można go odszyfrować."
-
-#: mod/dfrn_confirm.php:535
-msgid "Contact record was not found for you on our site."
-msgstr "Nie znaleziono kontaktu na naszej stronie"
+#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:88
+msgid "Keep this window open until done."
+msgstr "Pozostaw to okno otwarte, dopóki nie będzie gotowe."
 
-#: mod/dfrn_confirm.php:549
-#, php-format
-msgid "Site public key not available in contact record for URL %s."
-msgstr "Publiczny klucz witryny jest niedostępny w rekordzie kontaktu dla adresu URL %s"
+#: mod/suggest.php:36
+msgid "Do you really want to delete this suggestion?"
+msgstr "Czy na pewno chcesz usunąć te sugestie ?"
 
-#: mod/dfrn_confirm.php:565
+#: mod/suggest.php:73
 msgid ""
-"The ID provided by your system is a duplicate on our system. It should work "
-"if you try again."
-msgstr "Identyfikator dostarczony przez Twój system jest duplikatem w naszym systemie. Powinien działać, jeśli spróbujesz ponownie."
-
-#: mod/dfrn_confirm.php:576
-msgid "Unable to set your contact credentials on our system."
-msgstr "Nie można ustawić danych kontaktowych w naszym systemie."
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "Brak dostępnych sugestii. Jeśli jest to nowa witryna, spróbuj ponownie za 24 godziny."
 
-#: mod/dfrn_confirm.php:631
-msgid "Unable to update your contact profile details on our system"
-msgstr "Nie można zaktualizować danych Twojego profilu kontaktowego w naszym systemie"
+#: mod/suggest.php:84 mod/suggest.php:104
+msgid "Ignore/Hide"
+msgstr "Ignoruj/Ukryj"
 
-#: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568
-#: src/Model/Contact.php:1520
-msgid "[Name Withheld]"
-msgstr "[Nazwa zastrzeżona]"
+#: mod/suggest.php:114 view/theme/vier/theme.php:203 src/Content/Widget.php:64
+msgid "Friend Suggestions"
+msgstr "Osoby, które możesz znać"
 
-#: mod/dfrn_confirm.php:694
-#, php-format
-msgid "%1$s has joined %2$s"
-msgstr "%1$s dołączył/a do %2$s"
+#: mod/update_community.php:27 mod/update_display.php:27
+#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33
+msgid "[Embedded content - reload page to view]"
+msgstr "[Dodatkowa zawartość - odśwież stronę by zobaczyć]"
 
-#: mod/invite.php:33
-msgid "Total invitation limit exceeded."
-msgstr "Przekroczono limit zaproszeń ogółem."
+#: mod/uimport.php:55 mod/register.php:191
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "Strona przekroczyła ilość dozwolonych rejestracji na dzień. Proszę spróbuj ponownie jutro."
 
-#: mod/invite.php:55
-#, php-format
-msgid "%s : Not a valid email address."
-msgstr "%s : Nieprawidłowy adres e-mail."
+#: mod/uimport.php:70 mod/register.php:285
+msgid "Import"
+msgstr "Import"
 
-#: mod/invite.php:80
-msgid "Please join us on Friendica"
-msgstr "Dołącz do nas na Friendica"
+#: mod/uimport.php:72
+msgid "Move account"
+msgstr "Przenieś konto"
 
-#: mod/invite.php:91
-msgid "Invitation limit exceeded. Please contact your site administrator."
-msgstr "Przekroczono limit zaproszeń. Skontaktuj się z administratorem witryny."
+#: mod/uimport.php:73
+msgid "You can import an account from another Friendica server."
+msgstr "Możesz zaimportować konto z innego serwera Friendica."
 
-#: mod/invite.php:95
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s : Nie udało się dostarczyć wiadomości."
+#: mod/uimport.php:74
+msgid ""
+"You need to export your account from the old server and upload it here. We "
+"will recreate your old account here with all your contacts. We will try also"
+" to inform your friends that you moved here."
+msgstr "Musisz wyeksportować konto ze starego serwera i przesłać je tutaj. Odtworzymy twoje stare konto tutaj ze wszystkimi twoimi kontaktami. Postaramy się również poinformować twoich znajomych, że się tutaj przeniosłeś."
 
-#: mod/invite.php:99
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] "%d wiadomość wysłana."
-msgstr[1] "%d wiadomości wysłane."
-msgstr[2] "%d wysłano ."
-msgstr[3] "%d wiadomość wysłano."
+#: mod/uimport.php:75
+msgid ""
+"This feature is experimental. We can't import contacts from the OStatus "
+"network (GNU Social/Statusnet) or from Diaspora"
+msgstr "Ta funkcja jest eksperymentalna. Nie możemy importować kontaktów z sieci OStatus (GNU Social/Statusnet) lub z Diaspory"
 
-#: mod/invite.php:117
-msgid "You have no more invitations available"
-msgstr "Nie masz już dostępnych zaproszeń"
+#: mod/uimport.php:76
+msgid "Account file"
+msgstr "Pliki konta"
 
-#: mod/invite.php:125
-#, php-format
+#: mod/uimport.php:76
 msgid ""
-"Visit %s for a list of public sites that you can join. Friendica members on "
-"other sites can all connect with each other, as well as with members of many"
-" other social networks."
-msgstr "Odwiedź %s listę publicznych witryn, do których możesz dołączyć. Członkowie Friendica na innych stronach mogą łączyć się ze sobą, jak również z członkami wielu innych sieci społecznościowych."
+"To export your account, go to \"Settings->Export your personal data\" and "
+"select \"Export account\""
+msgstr "Aby eksportować konto, wejdź w \"Ustawienia->Eksport danych osobistych\" i wybierz \"Eksportuj konto\""
 
-#: mod/invite.php:127
+#: mod/dfrn_poll.php:123 mod/dfrn_poll.php:543
 #, php-format
-msgid ""
-"To accept this invitation, please visit and register at %s or any other "
-"public Friendica website."
-msgstr "Aby zaakceptować to zaproszenie, odwiedź i zarejestruj się %s lub w dowolnej innej publicznej witrynie internetowej Friendica."
+msgid "%1$s welcomes %2$s"
+msgstr "%1$s witamy %2$s"
 
-#: mod/invite.php:128
-#, php-format
-msgid ""
-"Friendica sites all inter-connect to create a huge privacy-enhanced social "
-"web that is owned and controlled by its members. They can also connect with "
-"many traditional social networks. See %s for a list of alternate Friendica "
-"sites you can join."
-msgstr "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi. Zobacz %s listę alternatywnych witryn Friendica, do których możesz dołączyć."
+#: mod/match.php:48
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "Brak pasujących słów kluczowych. Dodaj słowa kluczowe do domyślnego profilu."
 
-#: mod/invite.php:132
-msgid ""
-"Our apologies. This system is not currently configured to connect with other"
-" public sites or invite members."
-msgstr "Przepraszamy. System nie jest obecnie skonfigurowany do łączenia się z innymi publicznymi witrynami lub zapraszania członków."
+#: mod/match.php:104
+msgid "is interested in:"
+msgstr "interesuje się:"
 
-#: mod/invite.php:136
-msgid ""
-"Friendica sites all inter-connect to create a huge privacy-enhanced social "
-"web that is owned and controlled by its members. They can also connect with "
-"many traditional social networks."
-msgstr "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi."
+#: mod/match.php:120
+msgid "Profile Match"
+msgstr "Dopasowanie profilu"
 
-#: mod/invite.php:135
-#, php-format
-msgid "To accept this invitation, please visit and register at %s."
-msgstr "Aby zaakceptować to zaproszenie, odwiedź stronę i zarejestruj się na stronie %s."
+#: mod/match.php:125 mod/dirfind.php:253
+msgid "No matches"
+msgstr "Brak wyników"
 
-#: mod/invite.php:142
-msgid "Send invitations"
-msgstr "Wyślij zaproszenie"
+#: mod/notifications.php:37
+msgid "Invalid request identifier."
+msgstr "Nieprawidłowe żądanie identyfikatora."
 
-#: mod/invite.php:143
-msgid "Enter email addresses, one per line:"
-msgstr "Wprowadź adresy e-mail, po jednym w wierszu:"
+#: mod/notifications.php:46 mod/notifications.php:183
+#: mod/notifications.php:230
+msgid "Discard"
+msgstr "Odrzuć"
 
-#: mod/invite.php:144 mod/wallmessage.php:141 mod/message.php:259
-#: mod/message.php:426
-msgid "Your message:"
-msgstr "Twoja wiadomość:"
+#: mod/notifications.php:62 mod/notifications.php:182
+#: mod/notifications.php:266 mod/contacts.php:638 mod/contacts.php:828
+#: mod/contacts.php:1019
+msgid "Ignore"
+msgstr "Ignoruj"
 
-#: mod/invite.php:145
-msgid ""
-"You are cordially invited to join me and other close friends on Friendica - "
-"and help us to create a better social web."
-msgstr "Serdecznie zapraszam do przyłączenia się do mnie i innych bliskich znajomych na stronie Friendica - i pomóż nam stworzyć lepszą sieć społecznościową."
+#: mod/notifications.php:98 src/Content/Nav.php:189
+msgid "Notifications"
+msgstr "Powiadomienia"
 
-#: mod/invite.php:147
-msgid "You will need to supply this invitation code: $invite_code"
-msgstr "Musisz podać ten kod zaproszenia: $invite_code"
+#: mod/notifications.php:107
+msgid "Network Notifications"
+msgstr "Powiadomienia sieciowe"
 
-#: mod/invite.php:147
-msgid ""
-"Once you have registered, please connect with me via my profile page at:"
-msgstr "Po rejestracji połącz się ze mną na stronie mojego profilu pod adresem:"
+#: mod/notifications.php:113 mod/notify.php:81
+msgid "System Notifications"
+msgstr "Powiadomienia systemowe"
 
-#: mod/invite.php:149
-msgid ""
-"For more information about the Friendica project and why we feel it is "
-"important, please visit http://friendi.ca"
-msgstr "Aby uzyskać więcej informacji na temat projektu Friendica i dlaczego uważamy, że jest to ważne, odwiedź http://friendi.ca"
+#: mod/notifications.php:119
+msgid "Personal Notifications"
+msgstr "Prywatne powiadomienia"
 
-#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83
-#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112
-#: mod/wall_upload.php:155 mod/wall_upload.php:158
-msgid "Invalid request."
-msgstr "Nieprawidłowe żądanie."
+#: mod/notifications.php:125
+msgid "Home Notifications"
+msgstr "Powiadomienia domowe"
 
-#: mod/wall_attach.php:101
-msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
-msgstr "Przepraszam, może twój przesyłany plik jest większy niż pozwala konfiguracja PHP"
+#: mod/notifications.php:155
+msgid "Show Ignored Requests"
+msgstr "Pokaż ignorowane żądania"
 
-#: mod/wall_attach.php:101
-msgid "Or - did you try to upload an empty file?"
-msgstr "Lub - czy próbowałeś załadować pusty plik?"
+#: mod/notifications.php:155
+msgid "Hide Ignored Requests"
+msgstr "Ukryj zignorowane prośby"
 
-#: mod/wall_attach.php:112
+#: mod/notifications.php:167 mod/notifications.php:237
+msgid "Notification type: "
+msgstr "Typ powiadomienia:"
+
+#: mod/notifications.php:170
 #, php-format
-msgid "File exceeds size limit of %s"
-msgstr "Plik przekracza limit rozmiaru wynoszący %s"
+msgid "suggested by %s"
+msgstr "zaproponowane przez %s"
 
-#: mod/wall_attach.php:136 mod/wall_attach.php:152
-msgid "File upload failed."
-msgstr "Przesyłanie pliku nie powiodło się."
+#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:646
+msgid "Hide this contact from others"
+msgstr "Ukryj ten kontakt przed innymi"
 
-#: mod/manage.php:180
-msgid "Manage Identities and/or Pages"
-msgstr "Zarządzaj Tożsamościami i/lub Stronami."
+#: mod/notifications.php:176 mod/notifications.php:255
+msgid "Post a new friend activity"
+msgstr "Opublikuj aktywność nowego znajomego"
 
-#: mod/manage.php:181
-msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
-msgstr "Przełącz między różnymi tożsamościami lub stronami społeczność/grupy, które udostępniają dane Twojego konta lub które otrzymałeś uprawnienia \"zarządzaj\""
+#: mod/notifications.php:176 mod/notifications.php:255
+msgid "if applicable"
+msgstr "jeśli dotyczy"
 
-#: mod/manage.php:182
-msgid "Select an identity to manage: "
-msgstr "Wybierz tożsamość do zarządzania:"
+#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1796
+msgid "Approve"
+msgstr "Zatwierdź"
 
-#: mod/dfrn_request.php:94
+#: mod/notifications.php:198
+msgid "Claims to be known to you: "
+msgstr "Twierdzi, że go znasz:"
+
+#: mod/notifications.php:199
+msgid "yes"
+msgstr "tak"
+
+#: mod/notifications.php:199
+msgid "no"
+msgstr "nie"
+
+#: mod/notifications.php:200 mod/notifications.php:205
+msgid "Shall your connection be bidirectional or not?"
+msgstr "Czy twoje połączenie ma być dwukierunkowe, czy nie?"
+
+#: mod/notifications.php:201 mod/notifications.php:206
+#, php-format
+msgid ""
+"Accepting %s as a friend allows %s to subscribe to your posts, and you will "
+"also receive updates from them in your news feed."
+msgstr "Przyjmowanie %s jako znajomego pozwala %s zasubskrybować twoje posty, a także otrzymywać od nich aktualizacje w swoim kanale wiadomości."
+
+#: mod/notifications.php:202
+#, php-format
+msgid ""
+"Accepting %s as a subscriber allows them to subscribe to your posts, but you"
+" will not receive updates from them in your news feed."
+msgstr "Zaakceptowanie %s jako subskrybenta umożliwia im subskrybowanie Twoich postów, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości."
+
+#: mod/notifications.php:207
+#, php-format
+msgid ""
+"Accepting %s as a sharer allows them to subscribe to your posts, but you "
+"will not receive updates from them in your news feed."
+msgstr "Akceptowanie %s jako udostępniający pozwala im subskrybować twoje posty, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości."
+
+#: mod/notifications.php:218
+msgid "Friend"
+msgstr "Znajomy"
+
+#: mod/notifications.php:219
+msgid "Sharer"
+msgstr "Udostępniający/a"
+
+#: mod/notifications.php:219
+msgid "Subscriber"
+msgstr "Subskrybent"
+
+#: mod/notifications.php:247 mod/contacts.php:660 mod/events.php:518
+#: mod/directory.php:148 src/Model/Event.php:60 src/Model/Event.php:85
+#: src/Model/Event.php:421 src/Model/Event.php:900 src/Model/Profile.php:417
+msgid "Location:"
+msgstr "Lokalizacja"
+
+#: mod/notifications.php:249 mod/contacts.php:664 mod/directory.php:154
+#: src/Model/Profile.php:423 src/Model/Profile.php:808
+msgid "About:"
+msgstr "O:"
+
+#: mod/notifications.php:251 mod/contacts.php:666 mod/follow.php:174
+#: src/Model/Profile.php:796
+msgid "Tags:"
+msgstr "Tagi:"
+
+#: mod/notifications.php:253 mod/directory.php:151 src/Model/Profile.php:420
+#: src/Model/Profile.php:747
+msgid "Gender:"
+msgstr "Płeć:"
+
+#: mod/notifications.php:258 mod/contacts.php:656 mod/unfollow.php:122
+#: mod/admin.php:490 mod/admin.php:500 mod/follow.php:166
+msgid "Profile URL"
+msgstr "Adres URL profilu"
+
+#: mod/notifications.php:261 mod/contacts.php:71 src/Model/Profile.php:520
+msgid "Network:"
+msgstr "Sieć:"
+
+#: mod/notifications.php:275
+msgid "No introductions."
+msgstr "Brak dostępu."
+
+#: mod/notifications.php:316
+msgid "Show unread"
+msgstr "Pokaż nieprzeczytane"
+
+#: mod/notifications.php:316
+msgid "Show all"
+msgstr "Pokaż wszystko"
+
+#: mod/notifications.php:322
+#, php-format
+msgid "No more %s notifications."
+msgstr "Nigdy więcej %s powiadomień."
+
+#: mod/openid.php:29
+msgid "OpenID protocol error. No ID returned."
+msgstr "Błąd protokołu OpenID. Nie znaleziono identyfikatora."
+
+#: mod/openid.php:66
+msgid ""
+"Account not found and OpenID registration is not permitted on this site."
+msgstr "Konto nie zostało znalezione, a rejestracja OpenID nie jest dozwolona na tej stronie."
+
+#: mod/openid.php:116 src/Module/Login.php:86 src/Module/Login.php:134
+msgid "Login failed."
+msgstr "Logowanie nieudane."
+
+#: mod/dfrn_confirm.php:74 mod/profiles.php:39 mod/profiles.php:149
+#: mod/profiles.php:196 mod/profiles.php:618
+msgid "Profile not found."
+msgstr "Nie znaleziono profilu."
+
+#: mod/dfrn_confirm.php:132
+msgid ""
+"This may occasionally happen if contact was requested by both persons and it"
+" has already been approved."
+msgstr "Może się to zdarzyć, gdy kontakt został zgłoszony przez obie osoby i został już zatwierdzony."
+
+#: mod/dfrn_confirm.php:242
+msgid "Response from remote site was not understood."
+msgstr "Odpowiedź do zdalnej strony nie została zrozumiana"
+
+#: mod/dfrn_confirm.php:249 mod/dfrn_confirm.php:254
+msgid "Unexpected response from remote site: "
+msgstr "Nieoczekiwana odpowiedź od strony zdalnej:"
+
+#: mod/dfrn_confirm.php:263
+msgid "Confirmation completed successfully."
+msgstr "Potwierdzenie zostało pomyślnie zakończone."
+
+#: mod/dfrn_confirm.php:275
+msgid "Temporary failure. Please wait and try again."
+msgstr "Tymczasowa awaria. Proszę czekać i spróbuj ponownie."
+
+#: mod/dfrn_confirm.php:278
+msgid "Introduction failed or was revoked."
+msgstr "Wprowadzenie nie powiodło się lub zostało odwołane."
+
+#: mod/dfrn_confirm.php:283
+msgid "Remote site reported: "
+msgstr "Zdalna witryna zgłoszona:"
+
+#: mod/dfrn_confirm.php:396
+msgid "Unable to set contact photo."
+msgstr "Nie można ustawić zdjęcia kontaktu."
+
+#: mod/dfrn_confirm.php:498
+#, php-format
+msgid "No user record found for '%s' "
+msgstr "Nie znaleziono użytkownika dla '%s'"
+
+#: mod/dfrn_confirm.php:508
+msgid "Our site encryption key is apparently messed up."
+msgstr "Klucz kodujący jest najwyraźniej uszkodzony."
+
+#: mod/dfrn_confirm.php:519
+msgid "Empty site URL was provided or URL could not be decrypted by us."
+msgstr "Został podany pusty adres URL witryny lub nie można go odszyfrować."
+
+#: mod/dfrn_confirm.php:535
+msgid "Contact record was not found for you on our site."
+msgstr "Nie znaleziono kontaktu na naszej stronie"
+
+#: mod/dfrn_confirm.php:549
+#, php-format
+msgid "Site public key not available in contact record for URL %s."
+msgstr "Publiczny klucz witryny jest niedostępny w rekordzie kontaktu dla adresu URL %s"
+
+#: mod/dfrn_confirm.php:565
+msgid ""
+"The ID provided by your system is a duplicate on our system. It should work "
+"if you try again."
+msgstr "Identyfikator dostarczony przez Twój system jest duplikatem w naszym systemie. Powinien działać, jeśli spróbujesz ponownie."
+
+#: mod/dfrn_confirm.php:576
+msgid "Unable to set your contact credentials on our system."
+msgstr "Nie można ustawić danych kontaktowych w naszym systemie."
+
+#: mod/dfrn_confirm.php:631
+msgid "Unable to update your contact profile details on our system"
+msgstr "Nie można zaktualizować danych Twojego profilu kontaktowego w naszym systemie"
+
+#: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568
+#: src/Model/Contact.php:1537
+msgid "[Name Withheld]"
+msgstr "[Nazwa zastrzeżona]"
+
+#: mod/dfrn_confirm.php:694
+#, php-format
+msgid "%1$s has joined %2$s"
+msgstr "%1$s dołączył/a do %2$s"
+
+#: mod/manage.php:180
+msgid "Manage Identities and/or Pages"
+msgstr "Zarządzaj Tożsamościami i/lub Stronami."
+
+#: mod/manage.php:181
+msgid ""
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
+msgstr "Przełącz między różnymi tożsamościami lub stronami społeczność/grupy, które udostępniają dane Twojego konta lub które otrzymałeś uprawnienia \"zarządzaj\""
+
+#: mod/manage.php:182
+msgid "Select an identity to manage: "
+msgstr "Wybierz tożsamość do zarządzania:"
+
+#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83
+#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112
+#: mod/wall_upload.php:155 mod/wall_upload.php:158
+msgid "Invalid request."
+msgstr "Nieprawidłowe żądanie."
+
+#: mod/wall_attach.php:101
+msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
+msgstr "Przepraszam, może twój przesyłany plik jest większy niż pozwala konfiguracja PHP"
+
+#: mod/wall_attach.php:101
+msgid "Or - did you try to upload an empty file?"
+msgstr "Lub - czy próbowałeś załadować pusty plik?"
+
+#: mod/wall_attach.php:112
+#, php-format
+msgid "File exceeds size limit of %s"
+msgstr "Plik przekracza limit rozmiaru wynoszący %s"
+
+#: mod/wall_attach.php:136 mod/wall_attach.php:152
+msgid "File upload failed."
+msgstr "Przesyłanie pliku nie powiodło się."
+
+#: mod/dfrn_request.php:94
 msgid "This introduction has already been accepted."
 msgstr "To wprowadzenie zostało już zaakceptowane."
 
@@ -2261,12 +2149,12 @@ msgstr "Wygląda na to, że już jesteście przyjaciółmi z %s"
 msgid "Invalid profile URL."
 msgstr "Nieprawidłowy URL profilu."
 
-#: mod/dfrn_request.php:345 src/Model/Contact.php:1223
+#: mod/dfrn_request.php:345 src/Model/Contact.php:1235
 msgid "Disallowed profile URL."
 msgstr "Nie dozwolony adres URL profilu."
 
-#: mod/dfrn_request.php:351 mod/friendica.php:128 mod/admin.php:353
-#: mod/admin.php:371 src/Model/Contact.php:1228
+#: mod/dfrn_request.php:351 mod/admin.php:353 mod/admin.php:371
+#: mod/friendica.php:128 src/Model/Contact.php:1240
 msgid "Blocked domain"
 msgstr "Zablokowana domena"
 
@@ -2312,8 +2200,8 @@ msgstr "Welcome home %s."
 msgid "Please confirm your introduction/connection request to %s."
 msgstr "Proszę potwierdzić swój wstęp/prośbę o połączenie do %s."
 
-#: mod/dfrn_request.php:607 mod/probe.php:13 mod/viewcontacts.php:45
-#: mod/webfinger.php:16 mod/search.php:98 mod/search.php:104
+#: mod/dfrn_request.php:607 mod/probe.php:13 mod/search.php:98
+#: mod/search.php:104 mod/viewcontacts.php:45 mod/webfinger.php:16
 #: mod/community.php:27 mod/photos.php:932 mod/videos.php:199
 #: mod/display.php:203 mod/directory.php:42
 msgid "Public access denied."
@@ -2382,6 +2270,10 @@ msgstr "Twój adres tożsamości:"
 msgid "Submit Request"
 msgstr "Wyślij zgłoszenie"
 
+#: mod/filer.php:34
+msgid "- select -"
+msgstr "- wybierz -"
+
 #: mod/localtime.php:19 src/Model/Event.php:36 src/Model/Event.php:814
 msgid "l F d, Y \\@ g:i A"
 msgstr ""
@@ -2415,29 +2307,65 @@ msgstr "Zmień strefę czasową: %s"
 msgid "Please select your timezone:"
 msgstr "Wybierz swoją strefę czasową:"
 
-#: mod/probe.php:14 mod/webfinger.php:17
-msgid "Only logged in users are permitted to perform a probing."
-msgstr "Tylko zalogowani użytkownicy mogą wykonywać sondowanie."
+#: mod/notify.php:77
+msgid "No more system notifications."
+msgstr "Nie ma więcej powiadomień systemowych."
 
-#: mod/profperm.php:28 mod/group.php:83 index.php:415
-msgid "Permission denied"
-msgstr "Odmowa dostępu"
+#: mod/ping.php:292
+msgid "{0} wants to be your friend"
+msgstr "{0} chce być Twoim znajomym"
 
-#: mod/profperm.php:34 mod/profperm.php:65
-msgid "Invalid profile identifier."
-msgstr "Nieprawidłowa nazwa użytkownika."
+#: mod/ping.php:307
+msgid "{0} sent you a message"
+msgstr "{0} wysłałem Ci wiadomość"
 
-#: mod/profperm.php:111
-msgid "Profile Visibility Editor"
-msgstr "Ustawienia widoczności profilu"
+#: mod/ping.php:322
+msgid "{0} requested registration"
+msgstr "{0} wymagana rejestracja"
 
-#: mod/profperm.php:115 mod/group.php:265
-msgid "Click on a contact to add or remove."
-msgstr "Kliknij na kontakt w celu dodania lub usunięcia."
+#: mod/poke.php:192
+msgid "Poke/Prod"
+msgstr ""
 
-#: mod/profperm.php:124
-msgid "Visible To"
-msgstr "Widoczne dla"
+#: mod/poke.php:193
+msgid "poke, prod or do other things to somebody"
+msgstr ""
+
+#: mod/poke.php:194
+msgid "Recipient"
+msgstr "Odbiorca"
+
+#: mod/poke.php:195
+msgid "Choose what you wish to do to recipient"
+msgstr "Wybierz, co chcesz zrobić"
+
+#: mod/poke.php:198
+msgid "Make this post private"
+msgstr "Ustaw ten post jako prywatny"
+
+#: mod/probe.php:14 mod/webfinger.php:17
+msgid "Only logged in users are permitted to perform a probing."
+msgstr "Tylko zalogowani użytkownicy mogą wykonywać sondowanie."
+
+#: mod/profperm.php:28 mod/group.php:83 index.php:443
+msgid "Permission denied"
+msgstr "Odmowa dostępu"
+
+#: mod/profperm.php:34 mod/profperm.php:65
+msgid "Invalid profile identifier."
+msgstr "Nieprawidłowa nazwa użytkownika."
+
+#: mod/profperm.php:111
+msgid "Profile Visibility Editor"
+msgstr "Ustawienia widoczności profilu"
+
+#: mod/profperm.php:115 mod/group.php:265
+msgid "Click on a contact to add or remove."
+msgstr "Kliknij na kontakt w celu dodania lub usunięcia."
+
+#: mod/profperm.php:124
+msgid "Visible To"
+msgstr "Widoczne dla"
 
 #: mod/profperm.php:140
 msgid "All Contacts (with secure profile access)"
@@ -2456,19 +2384,85 @@ msgstr "Rejestracja odwołana dla %s"
 msgid "Please login."
 msgstr "Proszę się zalogować."
 
-#: mod/removeme.php:55 mod/removeme.php:58
-msgid "Remove My Account"
-msgstr "Usuń moje konto"
+#: mod/search.php:37 mod/network.php:194
+msgid "Remove term"
+msgstr "Usuń wpis"
+
+#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100
+msgid "Saved Searches"
+msgstr "Zapisane wyszukiwania"
+
+#: mod/search.php:105
+msgid "Only logged in users are permitted to perform a search."
+msgstr "Tylko zalogowani użytkownicy mogą wyszukiwać."
+
+#: mod/search.php:129
+msgid "Too Many Requests"
+msgstr "Zbyt dużo próśb"
+
+#: mod/search.php:130
+msgid "Only one search per minute is permitted for not logged in users."
+msgstr "Dla niezalogowanych użytkowników dozwolone jest tylko jedno wyszukiwanie na minutę."
+
+#: mod/search.php:228 mod/community.php:136
+msgid "No results."
+msgstr "Brak wyników."
+
+#: mod/search.php:234
+#, php-format
+msgid "Items tagged with: %s"
+msgstr "Przedmioty oznaczone tagiem: %s"
+
+#: mod/search.php:236 mod/contacts.php:819
+#, php-format
+msgid "Results for: %s"
+msgstr "Wyniki dla: %s"
+
+#: mod/subthread.php:113
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$skolejny %2$s %3$s "
+
+#: mod/tagrm.php:47
+msgid "Tag removed"
+msgstr "Tag usunięty"
+
+#: mod/tagrm.php:85
+msgid "Remove Item Tag"
+msgstr "Usuń pozycję Tag"
+
+#: mod/tagrm.php:87
+msgid "Select a tag to remove: "
+msgstr "Wybierz tag do usunięcia"
+
+#: mod/tagrm.php:98 mod/delegate.php:177
+msgid "Remove"
+msgstr "Usuń"
+
+#: mod/uexport.php:44
+msgid "Export account"
+msgstr "Eksportuj konto"
 
-#: mod/removeme.php:56
+#: mod/uexport.php:44
 msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr "Spowoduje to całkowite usunięcie Twojego konta. Po wykonaniu tej czynności nie można jej cofnąć."
+"Export your account info and contacts. Use this to make a backup of your "
+"account and/or to move it to another server."
+msgstr "Eksportuj informacje o swoim koncie i kontaktach. Użyj tego do utworzenia kopii zapasowej konta i/lub przeniesienia go na inny serwer."
 
-#: mod/removeme.php:57
-msgid "Please enter your password for verification:"
-msgstr "Wprowadź hasło w celu weryfikacji."
+#: mod/uexport.php:45
+msgid "Export all"
+msgstr "Eksportuj wszystko"
+
+#: mod/uexport.php:45
+msgid ""
+"Export your accout info, contacts and all your items as json. Could be a "
+"very big file, and could take a lot of time. Use this to make a full backup "
+"of your account (photos are not exported)"
+msgstr "Wyeksportuj informacje o koncie, kontaktach i wszystkie swoje pozycje jako json. Może to być bardzo duży plik i może zająć dużo czasu. Użyj tej opcji, aby utworzyć pełną kopię zapasową swojego konta (zdjęcia nie są eksportowane)"
+
+#: mod/uexport.php:52 mod/settings.php:107
+msgid "Export personal data"
+msgstr "Eksportuje dane personalne"
 
 #: mod/viewcontacts.php:87
 msgid "No contacts."
@@ -2478,6 +2472,25 @@ msgstr "brak kontaktów"
 msgid "Access denied."
 msgstr "Brak dostępu"
 
+#: mod/wall_upload.php:186 mod/photos.php:763 mod/photos.php:766
+#: mod/photos.php:795 mod/profile_photo.php:153
+#, php-format
+msgid "Image exceeds size limit of %s"
+msgstr "Obraz przekracza limit rozmiaru wynoszący %s"
+
+#: mod/wall_upload.php:200 mod/photos.php:818 mod/profile_photo.php:162
+msgid "Unable to process image."
+msgstr "Przetwarzanie obrazu nie powiodło się."
+
+#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:953
+#: src/Object/Image.php:969 src/Object/Image.php:977 src/Object/Image.php:1002
+msgid "Wall Photos"
+msgstr "Tablica zdjęć"
+
+#: mod/wall_upload.php:239 mod/photos.php:847 mod/profile_photo.php:307
+msgid "Image upload failed."
+msgstr "Przesyłanie obrazu nie powiodło się"
+
 #: mod/wallmessage.php:49 mod/wallmessage.php:112
 #, php-format
 msgid "Number of daily wall messages for %s exceeded. Message failed."
@@ -2526,223 +2539,81 @@ msgstr "Do:"
 msgid "Subject:"
 msgstr "Temat:"
 
-#: mod/uexport.php:44
-msgid "Export account"
-msgstr "Eksportuj konto"
+#: mod/wallmessage.php:141 mod/message.php:259 mod/message.php:426
+#: mod/invite.php:149
+msgid "Your message:"
+msgstr "Twoja wiadomość:"
 
-#: mod/uexport.php:44
-msgid ""
-"Export your account info and contacts. Use this to make a backup of your "
-"account and/or to move it to another server."
-msgstr "Eksportuj informacje o swoim koncie i kontaktach. Użyj tego do utworzenia kopii zapasowej konta i/lub przeniesienia go na inny serwer."
+#: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312
+msgid "Login"
+msgstr "Login"
 
-#: mod/uexport.php:45
-msgid "Export all"
-msgstr "Eksportuj wszystko"
+#: mod/bookmarklet.php:51
+msgid "The post was created"
+msgstr "Post został utworzony"
 
-#: mod/uexport.php:45
-msgid ""
-"Export your accout info, contacts and all your items as json. Could be a "
-"very big file, and could take a lot of time. Use this to make a full backup "
-"of your account (photos are not exported)"
-msgstr "Wyeksportuj informacje o koncie, kontaktach i wszystkie swoje pozycje jako json. Może to być bardzo duży plik i może zająć dużo czasu. Użyj tej opcji, aby utworzyć pełną kopię zapasową swojego konta (zdjęcia nie są eksportowane)"
+#: mod/community.php:46
+msgid "Community option not available."
+msgstr "Opcja wspólnotowa jest niedostępna."
 
-#: mod/uexport.php:52 mod/settings.php:107
-msgid "Export personal data"
-msgstr "Eksportuje dane personalne"
+#: mod/community.php:63
+msgid "Not available."
+msgstr "Niedostępne."
 
-#: mod/filer.php:34
-msgid "- select -"
-msgstr "- wybierz -"
+#: mod/community.php:76
+msgid "Local Community"
+msgstr "Lokalna społeczność"
 
-#: mod/notify.php:77
-msgid "No more system notifications."
-msgstr "Nie ma więcej powiadomień systemowych."
+#: mod/community.php:79
+msgid "Posts from local users on this server"
+msgstr "Wpisy od lokalnych użytkowników na tym serwerze"
 
-#: mod/ping.php:292
-msgid "{0} wants to be your friend"
-msgstr "{0} chce być Twoim znajomym"
+#: mod/community.php:87
+msgid "Global Community"
+msgstr "Globalna społeczność"
 
-#: mod/ping.php:307
-msgid "{0} sent you a message"
-msgstr "{0} wysłałem Ci wiadomość"
+#: mod/community.php:90
+msgid "Posts from users of the whole federated network"
+msgstr "Wpisy od użytkowników całej sieci stowarzyszonej"
 
-#: mod/ping.php:322
-msgid "{0} requested registration"
-msgstr "{0} wymagana rejestracja"
+#: mod/community.php:180
+msgid ""
+"This community stream shows all public posts received by this node. They may"
+" not reflect the opinions of this node’s users."
+msgstr "Ten strumień społeczności pokazuje wszystkie publiczne posty otrzymane przez ten węzeł. Mogą nie odzwierciedlać opinii użytkowników tego węzła."
 
-#: mod/poke.php:192
-msgid "Poke/Prod"
-msgstr ""
+#: mod/editpost.php:25 mod/editpost.php:35
+msgid "Item not found"
+msgstr "Nie znaleziono elementu"
 
-#: mod/poke.php:193
-msgid "poke, prod or do other things to somebody"
-msgstr ""
+#: mod/editpost.php:42
+msgid "Edit post"
+msgstr "Edytuj post"
 
-#: mod/poke.php:194
-msgid "Recipient"
-msgstr "Odbiorca"
+#: mod/editpost.php:134 src/Core/ACL.php:315
+msgid "CC: email addresses"
+msgstr "CC: adresy e-mail"
 
-#: mod/poke.php:195
-msgid "Choose what you wish to do to recipient"
-msgstr "Wybierz, co chcesz zrobić"
+#: mod/editpost.php:141 src/Core/ACL.php:316
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Przykład: bob@example.com, mary@example.com"
 
-#: mod/poke.php:198
-msgid "Make this post private"
-msgstr "Ustaw ten post jako prywatny"
+#: mod/fsuggest.php:72
+msgid "Friend suggestion sent."
+msgstr "Wysłana propozycja dodania do znajomych."
 
-#: mod/subthread.php:113
+#: mod/fsuggest.php:101
+msgid "Suggest Friends"
+msgstr "Proponuję znajomych"
+
+#: mod/fsuggest.php:103
 #, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr "%1$skolejny %2$s %3$s "
+msgid "Suggest a friend for %s"
+msgstr "Zaproponuj znajomych dla %s"
 
-#: mod/tagrm.php:47
-msgid "Tag removed"
-msgstr "Tag usunięty"
-
-#: mod/tagrm.php:85
-msgid "Remove Item Tag"
-msgstr "Usuń pozycję Tag"
-
-#: mod/tagrm.php:87
-msgid "Select a tag to remove: "
-msgstr "Wybierz tag do usunięcia"
-
-#: mod/tagrm.php:98 mod/delegate.php:177
-msgid "Remove"
-msgstr "Usuń"
-
-#: mod/wall_upload.php:186 mod/photos.php:763 mod/photos.php:766
-#: mod/photos.php:795 mod/profile_photo.php:153
-#, php-format
-msgid "Image exceeds size limit of %s"
-msgstr "Obraz przekracza limit rozmiaru wynoszący %s"
-
-#: mod/wall_upload.php:200 mod/photos.php:818 mod/profile_photo.php:162
-msgid "Unable to process image."
-msgstr "Przetwarzanie obrazu nie powiodło się."
-
-#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:953
-#: src/Object/Image.php:969 src/Object/Image.php:977 src/Object/Image.php:1002
-msgid "Wall Photos"
-msgstr "Tablica zdjęć"
-
-#: mod/wall_upload.php:239 mod/photos.php:847 mod/profile_photo.php:307
-msgid "Image upload failed."
-msgstr "Przesyłanie obrazu nie powiodło się"
-
-#: mod/search.php:37 mod/network.php:194
-msgid "Remove term"
-msgstr "Usuń wpis"
-
-#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100
-msgid "Saved Searches"
-msgstr "Zapisane wyszukiwania"
-
-#: mod/search.php:105
-msgid "Only logged in users are permitted to perform a search."
-msgstr "Tylko zalogowani użytkownicy mogą wyszukiwać."
-
-#: mod/search.php:129
-msgid "Too Many Requests"
-msgstr "Zbyt dużo próśb"
-
-#: mod/search.php:130
-msgid "Only one search per minute is permitted for not logged in users."
-msgstr "Dla niezalogowanych użytkowników dozwolone jest tylko jedno wyszukiwanie na minutę."
-
-#: mod/search.php:228 mod/community.php:136
-msgid "No results."
-msgstr "Brak wyników."
-
-#: mod/search.php:234
-#, php-format
-msgid "Items tagged with: %s"
-msgstr "Przedmioty oznaczone tagiem: %s"
-
-#: mod/search.php:236 mod/contacts.php:819
-#, php-format
-msgid "Results for: %s"
-msgstr "Wyniki dla: %s"
-
-#: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312
-msgid "Login"
-msgstr "Login"
-
-#: mod/bookmarklet.php:51
-msgid "The post was created"
-msgstr "Post został utworzony"
-
-#: mod/community.php:46
-msgid "Community option not available."
-msgstr "Opcja wspólnotowa jest niedostępna."
-
-#: mod/community.php:63
-msgid "Not available."
-msgstr "Niedostępne."
-
-#: mod/community.php:76
-msgid "Local Community"
-msgstr "Lokalna społeczność"
-
-#: mod/community.php:79
-msgid "Posts from local users on this server"
-msgstr "Wpisy od lokalnych użytkowników na tym serwerze"
-
-#: mod/community.php:87
-msgid "Global Community"
-msgstr "Globalna społeczność"
-
-#: mod/community.php:90
-msgid "Posts from users of the whole federated network"
-msgstr "Wpisy od użytkowników całej sieci stowarzyszonej"
-
-#: mod/community.php:180
-msgid ""
-"This community stream shows all public posts received by this node. They may"
-" not reflect the opinions of this node’s users."
-msgstr "Ten strumień społeczności pokazuje wszystkie publiczne posty otrzymane przez ten węzeł. Mogą nie odzwierciedlać opinii użytkowników tego węzła."
-
-#: mod/editpost.php:25 mod/editpost.php:35
-msgid "Item not found"
-msgstr "Nie znaleziono elementu"
-
-#: mod/editpost.php:42
-msgid "Edit post"
-msgstr "Edytuj post"
-
-#: mod/editpost.php:134 src/Core/ACL.php:315
-msgid "CC: email addresses"
-msgstr "CC: adresy e-mail"
-
-#: mod/editpost.php:141 src/Core/ACL.php:316
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "Przykład: bob@example.com, mary@example.com"
-
-#: mod/feedtest.php:20
-msgid "You must be logged in to use this module"
-msgstr "Musisz być zalogowany, aby korzystać z tego modułu"
-
-#: mod/feedtest.php:48
-msgid "Source URL"
-msgstr "Źródłowy adres URL"
-
-#: mod/fsuggest.php:72
-msgid "Friend suggestion sent."
-msgstr "Wysłana propozycja dodania do znajomych."
-
-#: mod/fsuggest.php:101
-msgid "Suggest Friends"
-msgstr "Proponuję znajomych"
-
-#: mod/fsuggest.php:103
-#, php-format
-msgid "Suggest a friend for %s"
-msgstr "Zaproponuj znajomych dla %s"
-
-#: mod/group.php:36
-msgid "Group created."
-msgstr "Grupa utworzona."
+#: mod/group.php:36
+msgid "Group created."
+msgstr "Grupa utworzona."
 
 #: mod/group.php:42
 msgid "Could not create group."
@@ -2764,7 +2635,7 @@ msgstr "Zapisz grupę"
 msgid "Create a group of contacts/friends."
 msgstr "Stwórz grupę znajomych."
 
-#: mod/group.php:103 mod/group.php:199 src/Model/Group.php:408
+#: mod/group.php:103 mod/group.php:199 src/Model/Group.php:421
 msgid "Group Name: "
 msgstr "Nazwa grupy: "
 
@@ -2808,37 +2679,6 @@ msgstr "Usuń Kontakt"
 msgid "Add Contact"
 msgstr "Dodaj Kontakt"
 
-#: mod/item.php:114
-msgid "Unable to locate original post."
-msgstr "Nie można zlokalizować oryginalnej wiadomości."
-
-#: mod/item.php:274
-msgid "Empty post discarded."
-msgstr "Pusty wpis został odrzucony."
-
-#: mod/item.php:799
-#, php-format
-msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr "Wiadomość została wysłana do ciebie od %s , członka portalu Friendica"
-
-#: mod/item.php:801
-#, php-format
-msgid "You may visit them online at %s"
-msgstr "Możesz odwiedzić ich online pod adresem %s"
-
-#: mod/item.php:802
-msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr "Skontaktuj się z nadawcą odpowiadając na ten post jeśli nie chcesz otrzymywać tych wiadomości."
-
-#: mod/item.php:806
-#, php-format
-msgid "%s posted an update."
-msgstr "%s zaktualizował wpis."
-
 #: mod/message.php:30 src/Content/Nav.php:198
 msgid "New Message"
 msgstr "Nowa wiadomość"
@@ -2847,7 +2687,7 @@ msgstr "Nowa wiadomość"
 msgid "Unable to locate contact information."
 msgstr "Nie można znaleźć informacji kontaktowych."
 
-#: mod/message.php:112 src/Content/Nav.php:195 view/theme/frio/theme.php:268
+#: mod/message.php:112 view/theme/frio/theme.php:268 src/Content/Nav.php:195
 msgid "Messages"
 msgstr "Wiadomości"
 
@@ -2917,102 +2757,11 @@ msgstr[1] " %d wiadomości"
 msgstr[2] " %d wiadomości"
 msgstr[3] " %d wiadomości"
 
-#: mod/network.php:202 src/Model/Group.php:400
-msgid "add"
-msgstr "dodaj"
-
-#: mod/network.php:547
-#, php-format
-msgid ""
-"Warning: This group contains %s member from a network that doesn't allow non"
-" public messages."
-msgid_plural ""
-"Warning: This group contains %s members from a network that doesn't allow "
-"non public messages."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-#: mod/network.php:550
-msgid "Messages in this group won't be send to these receivers."
-msgstr "Wiadomości z tej grupy nie będą wysyłane do tych odbiorców."
-
-#: mod/network.php:618
-msgid "No such group"
-msgstr "Nie ma takiej grupy"
-
-#: mod/network.php:643
-#, php-format
-msgid "Group: %s"
-msgstr "Grupa: %s"
-
-#: mod/network.php:669
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr "Prywatne wiadomości do tej osoby mogą zostać publicznie ujawnione "
-
-#: mod/network.php:672
-msgid "Invalid contact."
-msgstr "Nieprawidłowy kontakt."
-
-#: mod/network.php:921
-msgid "Commented Order"
-msgstr "Porządek według komentarzy"
-
-#: mod/network.php:924
-msgid "Sort by Comment Date"
-msgstr "Sortuj według daty komentarza"
-
-#: mod/network.php:929
-msgid "Posted Order"
-msgstr "Porządek według wpisów"
-
-#: mod/network.php:932
-msgid "Sort by Post Date"
-msgstr "Sortuj według daty postów"
-
-#: mod/network.php:940 mod/profiles.php:687
-#: src/Core/NotificationsManager.php:185
-msgid "Personal"
-msgstr "Osobiste"
-
-#: mod/network.php:943
-msgid "Posts that mention or involve you"
-msgstr "Posty, które wspominają lub angażują Ciebie"
-
-#: mod/network.php:951
-msgid "New"
-msgstr "Nowy"
-
-#: mod/network.php:954
-msgid "Activity Stream - by date"
-msgstr "Strumień aktywności - według daty"
-
-#: mod/network.php:962
-msgid "Shared Links"
-msgstr "Udostępnione łącza"
-
-#: mod/network.php:965
-msgid "Interesting Links"
-msgstr "Interesujące linki"
-
-#: mod/network.php:973
-msgid "Starred"
-msgstr "Ulubione"
-
-#: mod/network.php:976
-msgid "Favourite Posts"
-msgstr "Ulubione posty"
-
-#: mod/notes.php:52 src/Model/Profile.php:946
+#: mod/notes.php:52 src/Model/Profile.php:948
 msgid "Personal Notes"
 msgstr "Notatki"
 
-#: mod/oexchange.php:30
-msgid "Post successful."
-msgstr "Post dodany pomyślnie"
-
-#: mod/photos.php:108 src/Model/Profile.php:907
+#: mod/photos.php:108 src/Model/Profile.php:909
 msgid "Photo Albums"
 msgstr "Albumy zdjęć"
 
@@ -3242,7 +2991,7 @@ msgstr "%s komentarze "
 msgid "%s's timeline"
 msgstr "%s oś czasu "
 
-#: mod/profile.php:173 mod/display.php:313 mod/cal.php:142
+#: mod/profile.php:173 mod/cal.php:142 mod/display.php:313
 msgid "Access to this profile has been restricted."
 msgstr "Dostęp do tego profilu został ograniczony."
 
@@ -3270,547 +3019,515 @@ msgstr "Ostatnio dodane filmy"
 msgid "Upload New Videos"
 msgstr "Wstaw nowe filmy"
 
-#: mod/delegate.php:37
-msgid "Parent user not found."
-msgstr "Nie znaleziono użytkownika nadrzędnego."
+#: mod/cal.php:274 mod/events.php:391 view/theme/frio/theme.php:263
+#: view/theme/frio/theme.php:267 src/Content/Nav.php:104
+#: src/Content/Nav.php:169 src/Model/Profile.php:926 src/Model/Profile.php:937
+msgid "Events"
+msgstr "Wydarzenia"
 
-#: mod/delegate.php:144
-msgid "No parent user"
-msgstr "Brak nadrzędnego użytkownika"
-
-#: mod/delegate.php:159
-msgid "Parent Password:"
-msgstr "Hasło nadrzędne:"
+#: mod/cal.php:275 mod/events.php:392
+msgid "View"
+msgstr "Widok"
 
-#: mod/delegate.php:159
-msgid ""
-"Please enter the password of the parent account to legitimize your request."
-msgstr "Wprowadź hasło konta nadrzędnego, aby legalizować swoje żądanie."
+#: mod/cal.php:276 mod/events.php:394
+msgid "Previous"
+msgstr "Poprzedni"
 
-#: mod/delegate.php:164
-msgid "Parent User"
-msgstr "Użytkownik nadrzędny"
+#: mod/cal.php:277 mod/events.php:395 mod/install.php:209
+msgid "Next"
+msgstr "Następny"
 
-#: mod/delegate.php:167
-msgid ""
-"Parent users have total control about this account, including the account "
-"settings. Please double check whom you give this access."
-msgstr "Użytkownicy nadrzędni mają pełną kontrolę nad tym kontem, w tym także ustawienia konta. Sprawdź dokładnie, komu przyznasz ten dostęp."
+#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412
+msgid "today"
+msgstr "dzisiaj"
 
-#: mod/delegate.php:168 mod/admin.php:307 mod/admin.php:1346
-#: mod/admin.php:1965 mod/admin.php:2218 mod/admin.php:2292 mod/admin.php:2439
-#: mod/settings.php:675 mod/settings.php:784 mod/settings.php:872
-#: mod/settings.php:961 mod/settings.php:1194
-msgid "Save Settings"
-msgstr "Zapisz ustawienia"
+#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304
+#: src/Model/Event.php:413
+msgid "month"
+msgstr "miesiąc"
 
-#: mod/delegate.php:169 src/Content/Nav.php:204
-msgid "Delegate Page Management"
-msgstr "Deleguj zarządzanie stronami"
+#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305
+#: src/Model/Event.php:414
+msgid "week"
+msgstr "tydzień"
 
-#: mod/delegate.php:170
-msgid "Delegates"
-msgstr "Oddeleguj"
+#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306
+#: src/Model/Event.php:415
+msgid "day"
+msgstr "dzień"
 
-#: mod/delegate.php:172
-msgid ""
-"Delegates are able to manage all aspects of this account/page except for "
-"basic account settings. Please do not delegate your personal account to "
-"anybody that you do not trust completely."
-msgstr "Delegaci mogą zarządzać wszystkimi aspektami tego konta/strony, z wyjątkiem podstawowych ustawień konta. Nie przekazuj swojego konta osobistego nikomu, komu nie ufasz całkowicie."
+#: mod/cal.php:284 mod/events.php:404
+msgid "list"
+msgstr "lista"
 
-#: mod/delegate.php:173
-msgid "Existing Page Delegates"
-msgstr "Obecni delegaci stron"
+#: mod/cal.php:297 src/Core/Console/NewPassword.php:73 src/Model/User.php:214
+msgid "User not found"
+msgstr "Użytkownik nie znaleziony"
 
-#: mod/delegate.php:175
-msgid "Potential Delegates"
-msgstr "Potencjalni delegaci"
+#: mod/cal.php:313
+msgid "This calendar format is not supported"
+msgstr "Ten format kalendarza nie jest obsługiwany"
 
-#: mod/delegate.php:178
-msgid "Add"
-msgstr "Dodaj"
+#: mod/cal.php:315
+msgid "No exportable data found"
+msgstr "Nie znaleziono danych do eksportu"
 
-#: mod/delegate.php:179
-msgid "No entries."
-msgstr "Brak wpisów."
+#: mod/cal.php:332
+msgid "calendar"
+msgstr "kalendarz"
 
-#: mod/dirfind.php:49
+#: mod/contacts.php:157
 #, php-format
-msgid "People Search - %s"
-msgstr "Szukaj osób - %s"
+msgid "%d contact edited."
+msgid_plural "%d contacts edited."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
 
-#: mod/dirfind.php:60
-#, php-format
-msgid "Forum Search - %s"
-msgstr "Przeszukiwanie forum - %s"
+#: mod/contacts.php:184 mod/contacts.php:400
+msgid "Could not access contact record."
+msgstr "Nie można uzyskać dostępu do rejestru kontaktów."
 
-#: mod/install.php:114
-msgid "Friendica Communications Server - Setup"
-msgstr "Friendica Serwer Komunikacyjny - Instalacja"
+#: mod/contacts.php:194
+msgid "Could not locate selected profile."
+msgstr "Nie można znaleźć wybranego profilu."
 
-#: mod/install.php:120
-msgid "Could not connect to database."
-msgstr "Nie można nawiązać połączenia z bazą danych"
+#: mod/contacts.php:228
+msgid "Contact updated."
+msgstr "Kontakt zaktualizowany"
 
-#: mod/install.php:124
-msgid "Could not create table."
-msgstr "Nie mogę stworzyć tabeli."
+#: mod/contacts.php:421
+msgid "Contact has been blocked"
+msgstr "Kontakt został zablokowany"
 
-#: mod/install.php:130
-msgid "Your Friendica site database has been installed."
-msgstr "Twoja baza danych witryny Friendica została zainstalowana."
+#: mod/contacts.php:421
+msgid "Contact has been unblocked"
+msgstr "Kontakt został odblokowany"
 
-#: mod/install.php:135
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr "Może być konieczne zaimportowanie pliku \"database.sql\" ręcznie, używając phpmyadmin lub mysql."
+#: mod/contacts.php:432
+msgid "Contact has been ignored"
+msgstr "Kontakt jest ignorowany"
 
-#: mod/install.php:136 mod/install.php:208 mod/install.php:558
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr "Proszę przejrzeć plik \"INSTALL.txt\"."
+#: mod/contacts.php:432
+msgid "Contact has been unignored"
+msgstr "Kontakt nie jest ignorowany"
 
-#: mod/install.php:148
-msgid "Database already in use."
-msgstr "Baza danych jest już w użyciu."
+#: mod/contacts.php:443
+msgid "Contact has been archived"
+msgstr "Kontakt został zarchiwizowany"
 
-#: mod/install.php:205
-msgid "System check"
-msgstr "Sprawdzanie systemu"
+#: mod/contacts.php:443
+msgid "Contact has been unarchived"
+msgstr "Kontakt został przywrócony"
 
-#: mod/install.php:209 mod/cal.php:277 mod/events.php:395
-msgid "Next"
-msgstr "Następny"
+#: mod/contacts.php:467
+msgid "Drop contact"
+msgstr "Usuń kontakt"
 
-#: mod/install.php:210
-msgid "Check again"
-msgstr "Sprawdź ponownie"
+#: mod/contacts.php:470 mod/contacts.php:823
+msgid "Do you really want to delete this contact?"
+msgstr "Czy na pewno chcesz usunąć ten kontakt?"
 
-#: mod/install.php:230
-msgid "Database connection"
-msgstr "Połączenie z bazą danych"
+#: mod/contacts.php:488
+msgid "Contact has been removed."
+msgstr "Kontakt został usunięty."
 
-#: mod/install.php:231
-msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
-msgstr "W celu zainstalowania Friendica musimy wiedzieć jak połączyć się z twoją bazą danych."
+#: mod/contacts.php:519
+#, php-format
+msgid "You are mutual friends with %s"
+msgstr "Jesteś już znajomym z %s"
 
-#: mod/install.php:232
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr "Proszę skontaktuj się ze swoim dostawcą usług hostingowych bądź administratorem strony jeśli masz pytania co do tych ustawień ."
+#: mod/contacts.php:523
+#, php-format
+msgid "You are sharing with %s"
+msgstr "Współdzielisz z %s"
 
-#: mod/install.php:233
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "Wymieniona przez Ciebie baza danych powinna już istnieć. Jeżeli nie, utwórz ją przed kontynuacją."
+#: mod/contacts.php:527
+#, php-format
+msgid "%s is sharing with you"
+msgstr "%s współdzieli z tobą"
 
-#: mod/install.php:237
-msgid "Database Server Name"
-msgstr "Nazwa serwera bazy danych"
+#: mod/contacts.php:547
+msgid "Private communications are not available for this contact."
+msgstr "Prywatna rozmowa jest niemożliwa dla tego kontaktu"
 
-#: mod/install.php:238
-msgid "Database Login Name"
-msgstr "Nazwa użytkownika bazy danych"
+#: mod/contacts.php:549
+msgid "Never"
+msgstr "Nigdy"
 
-#: mod/install.php:239
-msgid "Database Login Password"
-msgstr "Hasło logowania do bazy danych"
+#: mod/contacts.php:552
+msgid "(Update was successful)"
+msgstr "(Aktualizacja przebiegła pomyślnie)"
 
-#: mod/install.php:239
-msgid "For security reasons the password must not be empty"
-msgstr "Ze względów bezpieczeństwa hasło nie może być puste"
+#: mod/contacts.php:552
+msgid "(Update was not successful)"
+msgstr "(Aktualizacja nie powiodła się)"
 
-#: mod/install.php:240
-msgid "Database Name"
-msgstr "Nazwa bazy danych"
+#: mod/contacts.php:554 mod/contacts.php:992
+msgid "Suggest friends"
+msgstr "Osoby, które możesz znać"
 
-#: mod/install.php:241 mod/install.php:281
-msgid "Site administrator email address"
-msgstr "Adres e-mail administratora strony"
+#: mod/contacts.php:558
+#, php-format
+msgid "Network type: %s"
+msgstr "Typ sieci: %s"
 
-#: mod/install.php:241 mod/install.php:281
-msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr "Adres e-mail konta musi pasować do tego, aby móc korzystać z panelu administracyjnego."
+#: mod/contacts.php:563
+msgid "Communications lost with this contact!"
+msgstr "Utracono komunikację z tym kontaktem!"
 
-#: mod/install.php:245 mod/install.php:284
-msgid "Please select a default timezone for your website"
-msgstr "Proszę wybrać domyślną strefę czasową dla swojej strony"
+#: mod/contacts.php:569
+msgid "Fetch further information for feeds"
+msgstr "Pobierz dalsze informacje dla kanałów"
 
-#: mod/install.php:271
-msgid "Site settings"
-msgstr "Ustawienia strony"
+#: mod/contacts.php:571
+msgid ""
+"Fetch information like preview pictures, title and teaser from the feed "
+"item. You can activate this if the feed doesn't contain much text. Keywords "
+"are taken from the meta header in the feed item and are posted as hash tags."
+msgstr "Pobieranie informacji, takich jak zdjęcia podglądu, tytuł i zwiastun z elementu kanału. Możesz to aktywować, jeśli plik danych nie zawiera dużo tekstu. Słowa kluczowe są pobierane z nagłówka meta w elemencie kanału i są publikowane jako znaczniki haszowania."
 
-#: mod/install.php:285
-msgid "System Language:"
-msgstr "Język systemu:"
+#: mod/contacts.php:572 mod/admin.php:1272 mod/admin.php:1435
+#: mod/admin.php:1445
+msgid "Disabled"
+msgstr "Wyłączony"
 
-#: mod/install.php:285
-msgid ""
-"Set the default language for your Friendica installation interface and to "
-"send emails."
-msgstr "Ustaw domyślny język dla interfejsu instalacyjnego Friendica i wysyłaj e-maile."
+#: mod/contacts.php:573
+msgid "Fetch information"
+msgstr "Pobierz informacje"
 
-#: mod/install.php:325
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "Nie można znaleźć wersji PHP komendy w serwerze PATH"
+#: mod/contacts.php:574
+msgid "Fetch keywords"
+msgstr "Pobierz słowa kluczowe"
 
-#: mod/install.php:326
-msgid ""
-"If you don't have a command line version of PHP installed on your server, "
-"you will not be able to run the background processing. See <a "
-"href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-"
-"up-the-worker'>'Setup the worker'</a>"
-msgstr "Jeśli nie masz zainstalowanej na serwerze wersji PHP z wiersza poleceń, nie będziesz mógł uruchomić przetwarzania w tle. Zobacz <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Konfiguracja pracownika'</a>"
+#: mod/contacts.php:575
+msgid "Fetch information and keywords"
+msgstr "Pobierz informacje i słowa kluczowe"
 
-#: mod/install.php:330
-msgid "PHP executable path"
-msgstr "Ścieżka wykonywalna PHP"
+#: mod/contacts.php:599 mod/unfollow.php:100
+msgid "Disconnect/Unfollow"
+msgstr "Rozłącz/Nie obserwuj"
 
-#: mod/install.php:330
-msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr "Wprowadź pełną ścieżkę do pliku wykonywalnego php. Możesz pozostawić to pole puste, aby kontynuować instalację."
+#: mod/contacts.php:608
+msgid "Contact"
+msgstr "Kontakt"
 
-#: mod/install.php:335
-msgid "Command line PHP"
-msgstr "Linia komend PHP"
+#: mod/contacts.php:611
+msgid "Profile Visibility"
+msgstr "Widoczność profilu"
 
-#: mod/install.php:344
-msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
-msgstr "Plik wykonywalny PHP nie jest php cli binarny (może być wersją cgi-fgci)"
+#: mod/contacts.php:612
+#, php-format
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "Wybierz profil, który chcesz bezpiecznie wyświetlić %s"
 
-#: mod/install.php:345
-msgid "Found PHP version: "
-msgstr "Znaleziono wersje PHP:"
+#: mod/contacts.php:613
+msgid "Contact Information / Notes"
+msgstr "Informacje kontaktowe/Notatki"
 
-#: mod/install.php:347
-msgid "PHP cli binary"
-msgstr "PHP cli binarny"
+#: mod/contacts.php:614
+msgid "Their personal note"
+msgstr "Ich osobista uwaga"
 
-#: mod/install.php:358
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "Wersja linii poleceń PHP w twoim systemie nie ma aktywowanego \"register_argc_argv\"."
+#: mod/contacts.php:616
+msgid "Edit contact notes"
+msgstr "Edytuj notatki kontaktu"
 
-#: mod/install.php:359
-msgid "This is required for message delivery to work."
-msgstr "Jest wymagane, aby dostarczanie wiadomości działało."
+#: mod/contacts.php:620
+msgid "Block/Unblock contact"
+msgstr "Zablokuj/odblokuj kontakt"
 
-#: mod/install.php:361
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: mod/contacts.php:621
+msgid "Ignore contact"
+msgstr "Ignoruj kontakt"
 
-#: mod/install.php:384
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "Błąd: funkcja \"openssl_pkey_new\" w tym systemie nie jest w stanie wygenerować kluczy szyfrujących"
+#: mod/contacts.php:622
+msgid "Repair URL settings"
+msgstr "Napraw ustawienia adresu"
 
-#: mod/install.php:385
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "Jeśli korzystasz z Windowsa, proszę odwiedzić \"http://www.php.net/manual/en/openssl.installation.php\"."
+#: mod/contacts.php:623
+msgid "View conversations"
+msgstr "Wyświetl rozmowy"
 
-#: mod/install.php:387
-msgid "Generate encryption keys"
-msgstr "Generuj klucz kodowania"
+#: mod/contacts.php:628
+msgid "Last update:"
+msgstr "Ostatnia aktualizacja:"
 
-#: mod/install.php:394
-msgid "libCurl PHP module"
-msgstr "Moduł libCurl PHP"
+#: mod/contacts.php:630
+msgid "Update public posts"
+msgstr "Zaktualizuj publiczne posty"
 
-#: mod/install.php:395
-msgid "GD graphics PHP module"
-msgstr "Moduł PHP-GD"
+#: mod/contacts.php:632 mod/contacts.php:1002
+msgid "Update now"
+msgstr "Aktualizuj teraz"
 
-#: mod/install.php:396
-msgid "OpenSSL PHP module"
-msgstr "Moduł PHP OpenSSL"
+#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011
+#: mod/admin.php:485 mod/admin.php:1800
+msgid "Unblock"
+msgstr "Odblokuj"
 
-#: mod/install.php:397
-msgid "PDO or MySQLi PHP module"
-msgstr "Moduł PDO lub MySQLi PHP"
+#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011
+#: mod/admin.php:484 mod/admin.php:1799
+msgid "Block"
+msgstr "Zablokuj"
 
-#: mod/install.php:398
-msgid "mb_string PHP module"
-msgstr "Moduł mb_string PHP"
+#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019
+msgid "Unignore"
+msgstr "Odblokuj"
 
-#: mod/install.php:399
-msgid "XML PHP module"
-msgstr "Moduł XML PHP"
+#: mod/contacts.php:642
+msgid "Currently blocked"
+msgstr "Obecnie zablokowany"
 
-#: mod/install.php:400
-msgid "iconv PHP module"
-msgstr "Moduł PHP iconv"
+#: mod/contacts.php:643
+msgid "Currently ignored"
+msgstr "Obecnie zignorowany"
 
-#: mod/install.php:401
-msgid "POSIX PHP module"
-msgstr "Moduł POSIX PHP"
+#: mod/contacts.php:644
+msgid "Currently archived"
+msgstr "Obecnie zarchiwizowany"
 
-#: mod/install.php:405 mod/install.php:407
-msgid "Apache mod_rewrite module"
-msgstr "Moduł Apache mod_rewrite"
+#: mod/contacts.php:645
+msgid "Awaiting connection acknowledge"
+msgstr "Oczekiwanie na potwierdzenie połączenia"
 
-#: mod/install.php:405
+#: mod/contacts.php:646
 msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Błąd: moduł Apache webserver mod-rewrite jest potrzebny, jednakże nie jest zainstalowany."
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr "Odpowiedzi/kliknięcia \"lubię to\" do twoich publicznych postów nadal <strong>mogą</strong> być widoczne"
 
-#: mod/install.php:413
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Błąd: libCURL PHP wymagany moduł, lecz nie zainstalowany."
+#: mod/contacts.php:647
+msgid "Notification for new posts"
+msgstr "Powiadomienie o nowych postach"
 
-#: mod/install.php:417
-msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "Błąd: moduł graficzny GD z PHP potrzebuje wsparcia technicznego JPEG, jednakże on nie jest zainstalowany."
+#: mod/contacts.php:647
+msgid "Send a notification of every new post of this contact"
+msgstr "Wyślij powiadomienie o każdym nowym poście tego kontaktu"
 
-#: mod/install.php:421
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Błąd: openssl PHP wymagany moduł, lecz nie zainstalowany."
+#: mod/contacts.php:650
+msgid "Blacklisted keywords"
+msgstr "Słowa kluczowe na czarnej liście"
 
-#: mod/install.php:425
-msgid "Error: PDO or MySQLi PHP module required but not installed."
-msgstr "Błąd: Wymagany moduł PDO lub MySQLi PHP, ale nie zainstalowany."
+#: mod/contacts.php:650
+msgid ""
+"Comma separated list of keywords that should not be converted to hashtags, "
+"when \"Fetch information and keywords\" is selected"
+msgstr "Rozdzielana przecinkami lista słów kluczowych, które nie powinny zostać przekonwertowane na hashtagi, gdy wybrana jest opcja 'Pobierz informacje i słowa kluczowe'"
 
-#: mod/install.php:429
-msgid "Error: The MySQL driver for PDO is not installed."
-msgstr "Błąd: Sterownik MySQL dla PDO nie jest zainstalowany."
+#: mod/contacts.php:662 src/Model/Profile.php:424
+msgid "XMPP:"
+msgstr "XMPP:"
 
-#: mod/install.php:433
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Błąd: moduł PHP mb_string  jest wymagany ale nie jest zainstalowany"
+#: mod/contacts.php:667
+msgid "Actions"
+msgstr "Akcja"
 
-#: mod/install.php:437
-msgid "Error: iconv PHP module required but not installed."
-msgstr "Błąd: wymagany moduł PHP iconv, ale nie zainstalowany."
+#: mod/contacts.php:669 mod/contacts.php:855 view/theme/frio/theme.php:259
+#: src/Content/Nav.php:100 src/Model/Profile.php:890
+msgid "Status"
+msgstr "Status"
 
-#: mod/install.php:441
-msgid "Error: POSIX PHP module required but not installed."
-msgstr "Błąd: wymagany moduł POSIX PHP, ale nie zainstalowany."
+#: mod/contacts.php:670
+msgid "Contact Settings"
+msgstr "Ustawienia kontaktów"
 
-#: mod/install.php:451
-msgid "Error, XML PHP module required but not installed."
-msgstr "Błąd, wymagany moduł XML PHP, ale nie zainstalowany."
+#: mod/contacts.php:711
+msgid "Suggestions"
+msgstr "Sugestie"
 
-#: mod/install.php:463
-msgid ""
-"The web installer needs to be able to create a file called \".htconfig.php\""
-" in the top folder of your web server and it is unable to do so."
-msgstr "Instalator WWW musi być w stanie utworzyć plik o nazwie \". Htconfig.php\"  i nie jest w stanie tego zrobić."
+#: mod/contacts.php:714
+msgid "Suggest potential friends"
+msgstr "Sugerowani znajomi"
 
-#: mod/install.php:464
-msgid ""
-"This is most often a permission setting, as the web server may not be able "
-"to write files in your folder - even if you can."
-msgstr "Jest to najczęściej ustawienie uprawnień, ponieważ serwer sieciowy może nie być w stanie zapisywać plików w folderze - nawet jeśli możesz."
+#: mod/contacts.php:722
+msgid "Show all contacts"
+msgstr "Pokaż wszystkie kontakty"
 
-#: mod/install.php:465
-msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named .htconfig.php in your Friendica top folder."
-msgstr "Pod koniec tej procedury podamy Ci tekst do zapisania w pliku o nazwie .htconfig.php w twoim górnym folderze Friendica."
+#: mod/contacts.php:727
+msgid "Unblocked"
+msgstr "Odblokowany"
 
-#: mod/install.php:466
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"INSTALL.txt\" for instructions."
-msgstr "Alternatywnie można pominąć tę procedurę i wykonać ręczną instalację. Proszę zobaczyć plik 'INSTALL.txt' z instrukcjami."
-
-#: mod/install.php:469
-msgid ".htconfig.php is writable"
-msgstr ".htconfig.php jest zapisywalny"
+#: mod/contacts.php:730
+msgid "Only show unblocked contacts"
+msgstr "Pokaż tylko odblokowane kontakty"
 
-#: mod/install.php:479
-msgid ""
-"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
-msgstr "Friendica używa silnika szablonów Smarty3 do renderowania swoich widoków. Smarty3 kompiluje szablony do PHP, aby przyspieszyć renderowanie."
+#: mod/contacts.php:735
+msgid "Blocked"
+msgstr "Zablokowany"
 
-#: mod/install.php:480
-msgid ""
-"In order to store these compiled templates, the web server needs to have "
-"write access to the directory view/smarty3/ under the Friendica top level "
-"folder."
-msgstr "Aby przechowywać te skompilowane szablony, serwer WWW musi mieć dostęp do zapisu do katalogu view/smarty3/ w folderze najwyższego poziomu Friendica."
+#: mod/contacts.php:738
+msgid "Only show blocked contacts"
+msgstr "Pokaż tylko zablokowane kontakty"
 
-#: mod/install.php:481
-msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has"
-" write access to this folder."
-msgstr "Upewnij się, że użytkownik, na którym działa serwer WWW (np. www-data), ma prawo do zapisu do tego folderu."
+#: mod/contacts.php:743
+msgid "Ignored"
+msgstr "Zignorowany"
 
-#: mod/install.php:482
-msgid ""
-"Note: as a security measure, you should give the web server write access to "
-"view/smarty3/ only--not the template files (.tpl) that it contains."
-msgstr "Uwaga: jako środek bezpieczeństwa, powinieneś dać serwerowi dostęp do zapisu view/smarty3/ jedynie - nie do plików szablonów (.tpl), które zawiera."
+#: mod/contacts.php:746
+msgid "Only show ignored contacts"
+msgstr "Pokaż tylko ignorowane kontakty"
 
-#: mod/install.php:485
-msgid "view/smarty3 is writable"
-msgstr "view/smarty3 jest zapisywalny"
+#: mod/contacts.php:751
+msgid "Archived"
+msgstr "Zarchiwizowane"
 
-#: mod/install.php:501
-msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
-msgstr "Nie działa URL w .htaccess popraw. Sprawdź konfigurację serwera."
+#: mod/contacts.php:754
+msgid "Only show archived contacts"
+msgstr "Pokaż tylko zarchiwizowane kontakty"
 
-#: mod/install.php:503
-msgid "Url rewrite is working"
-msgstr ""
+#: mod/contacts.php:759
+msgid "Hidden"
+msgstr "Ukryty"
 
-#: mod/install.php:522
-msgid "ImageMagick PHP extension is not installed"
-msgstr "Rozszerzenie PHP ImageMagick nie jest zainstalowane"
+#: mod/contacts.php:762
+msgid "Only show hidden contacts"
+msgstr "Pokaż tylko ukryte kontakty"
 
-#: mod/install.php:524
-msgid "ImageMagick PHP extension is installed"
-msgstr "Rozszerzenie PHP ImageMagick jest zainstalowane"
+#: mod/contacts.php:818
+msgid "Search your contacts"
+msgstr "Wyszukaj w kontaktach"
 
-#: mod/install.php:526
-msgid "ImageMagick supports GIF"
-msgstr "ImageMagick obsługuje GIF"
+#: mod/contacts.php:820 mod/directory.php:209 src/Content/Widget.php:63
+msgid "Find"
+msgstr "Znajdź"
 
-#: mod/install.php:533
-msgid ""
-"The database configuration file \".htconfig.php\" could not be written. "
-"Please use the enclosed text to create a configuration file in your web "
-"server root."
-msgstr "Konfiguracja bazy danych pliku \".htconfig.php\" nie mogła zostać zapisana. Proszę użyć załączonego tekstu, aby utworzyć folder konfiguracyjny w sieci serwera."
+#: mod/contacts.php:826 mod/settings.php:170 mod/settings.php:701
+msgid "Update"
+msgstr "Zaktualizuj"
 
-#: mod/install.php:556
-msgid "<h1>What next</h1>"
-msgstr "<h1>Co dalej</h1>"
+#: mod/contacts.php:829 mod/contacts.php:1027
+msgid "Archive"
+msgstr "Archiwum"
 
-#: mod/install.php:557
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"worker."
-msgstr "WAŻNE: Będziesz musiał [ręcznie] ustawić zaplanowane zadanie dla pracownika."
+#: mod/contacts.php:829 mod/contacts.php:1027
+msgid "Unarchive"
+msgstr "Przywróć z archiwum"
 
-#: mod/install.php:560
-#, php-format
-msgid ""
-"Go to your new Friendica node <a href=\"%s/register\">registration page</a> "
-"and register as new user. Remember to use the same email you have entered as"
-" administrator email. This will allow you to enter the site admin panel."
-msgstr "Przejdź do <a href=\"%s/register\">strony rejestracji</a> nowego węzła Friendica i zarejestruj się jako nowy użytkownik. Pamiętaj, aby użyć adresu e-mail wprowadzonego jako e-mail administratora. To pozwoli Ci wejść do panelu administratora witryny."
+#: mod/contacts.php:832
+msgid "Batch Actions"
+msgstr "Akcje wsadowe"
 
-#: mod/ostatus_subscribe.php:21
-msgid "Subscribing to OStatus contacts"
-msgstr "Subskrybowanie kontaktów OStatus"
+#: mod/contacts.php:858 mod/unfollow.php:132 mod/follow.php:186
+#: src/Model/Profile.php:893
+msgid "Status Messages and Posts"
+msgstr "Status wiadomości i postów"
 
-#: mod/ostatus_subscribe.php:33
-msgid "No contact provided."
-msgstr "Brak kontaktu."
+#: mod/contacts.php:866 src/Model/Profile.php:901
+msgid "Profile Details"
+msgstr "Szczegóły profilu"
 
-#: mod/ostatus_subscribe.php:40
-msgid "Couldn't fetch information for contact."
-msgstr "Nie można pobrać informacji o kontakcie."
+#: mod/contacts.php:878
+msgid "View all contacts"
+msgstr "Zobacz wszystkie kontakty"
 
-#: mod/ostatus_subscribe.php:50
-msgid "Couldn't fetch friends for contact."
-msgstr "Nie można pobrać znajomych do kontaktu."
+#: mod/contacts.php:889
+msgid "View all common friends"
+msgstr "Zobacz wszystkich popularnych znajomych"
 
-#: mod/ostatus_subscribe.php:78
-msgid "success"
-msgstr "powodzenie"
+#: mod/contacts.php:895 mod/events.php:532 mod/admin.php:1351
+#: src/Model/Profile.php:867
+msgid "Advanced"
+msgstr "Zaawansowany"
 
-#: mod/ostatus_subscribe.php:80
-msgid "failed"
-msgstr "nie powiodło się"
+#: mod/contacts.php:898
+msgid "Advanced Contact Settings"
+msgstr "Zaawansowane ustawienia kontaktów"
 
-#: mod/ostatus_subscribe.php:83 src/Object/Post.php:279
-msgid "ignored"
-msgstr "Ignoruj"
+#: mod/contacts.php:930
+msgid "Mutual Friendship"
+msgstr "Wzajemna przyjaźń"
 
-#: mod/unfollow.php:34
-msgid "Contact wasn't found or can't be unfollowed."
-msgstr "Kontakt nie został znaleziony lub nie można go pominąć."
+#: mod/contacts.php:934
+msgid "is a fan of yours"
+msgstr "jest twoim fanem"
 
-#: mod/unfollow.php:47
-msgid "Contact unfollowed"
-msgstr "Skontaktuj się z obserwowanym"
+#: mod/contacts.php:938
+msgid "you are a fan of"
+msgstr "jesteś fanem"
 
-#: mod/unfollow.php:73
-msgid "You aren't a friend of this contact."
-msgstr "Nie jesteś przyjacielem tego kontaktu."
+#: mod/contacts.php:1013
+msgid "Toggle Blocked status"
+msgstr "Przełącz na Zablokowany"
 
-#: mod/unfollow.php:79
-msgid "Unfollowing is currently not supported by your network."
-msgstr "Brak obserwowania nie jest obecnie obsługiwany przez twoją sieć."
+#: mod/contacts.php:1021
+msgid "Toggle Ignored status"
+msgstr "Przełącz ignorowany status"
 
-#: mod/unfollow.php:100 mod/contacts.php:599
-msgid "Disconnect/Unfollow"
-msgstr "Rozłącz/Nie obserwuj"
+#: mod/contacts.php:1029
+msgid "Toggle Archive status"
+msgstr "Przełącz status archiwum"
 
-#: mod/unfollow.php:132 mod/follow.php:186 mod/contacts.php:858
-#: src/Model/Profile.php:891
-msgid "Status Messages and Posts"
-msgstr "Status wiadomości i postów"
+#: mod/contacts.php:1037
+msgid "Delete contact"
+msgstr "Usuń kontakt"
 
-#: mod/cal.php:274 mod/events.php:391 src/Content/Nav.php:104
-#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935
-#: view/theme/frio/theme.php:263 view/theme/frio/theme.php:267
-msgid "Events"
-msgstr "Wydarzenia"
+#: mod/delegate.php:37
+msgid "Parent user not found."
+msgstr "Nie znaleziono użytkownika nadrzędnego."
 
-#: mod/cal.php:275 mod/events.php:392
-msgid "View"
-msgstr "Widok"
+#: mod/delegate.php:144
+msgid "No parent user"
+msgstr "Brak nadrzędnego użytkownika"
 
-#: mod/cal.php:276 mod/events.php:394
-msgid "Previous"
-msgstr "Poprzedni"
+#: mod/delegate.php:159
+msgid "Parent Password:"
+msgstr "Hasło nadrzędne:"
 
-#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412
-msgid "today"
-msgstr "dzisiaj"
+#: mod/delegate.php:159
+msgid ""
+"Please enter the password of the parent account to legitimize your request."
+msgstr "Wprowadź hasło konta nadrzędnego, aby legalizować swoje żądanie."
 
-#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304
-#: src/Model/Event.php:413
-msgid "month"
-msgstr "miesiąc"
+#: mod/delegate.php:164
+msgid "Parent User"
+msgstr "Użytkownik nadrzędny"
 
-#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305
-#: src/Model/Event.php:414
-msgid "week"
-msgstr "tydzień"
+#: mod/delegate.php:167
+msgid ""
+"Parent users have total control about this account, including the account "
+"settings. Please double check whom you give this access."
+msgstr "Użytkownicy nadrzędni mają pełną kontrolę nad tym kontem, w tym także ustawienia konta. Sprawdź dokładnie, komu przyznasz ten dostęp."
 
-#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306
-#: src/Model/Event.php:415
-msgid "day"
-msgstr "dzień"
+#: mod/delegate.php:168 mod/admin.php:307 mod/admin.php:1346
+#: mod/admin.php:1965 mod/admin.php:2218 mod/admin.php:2292 mod/admin.php:2439
+#: mod/settings.php:675 mod/settings.php:784 mod/settings.php:872
+#: mod/settings.php:961 mod/settings.php:1194
+msgid "Save Settings"
+msgstr "Zapisz ustawienia"
 
-#: mod/cal.php:284 mod/events.php:404
-msgid "list"
-msgstr "lista"
+#: mod/delegate.php:169 src/Content/Nav.php:204
+msgid "Delegate Page Management"
+msgstr "Deleguj zarządzanie stronami"
 
-#: mod/cal.php:297 src/Core/Console/NewPassword.php:74 src/Model/User.php:204
-msgid "User not found"
-msgstr "Użytkownik nie znaleziony"
+#: mod/delegate.php:170
+msgid "Delegates"
+msgstr "Oddeleguj"
 
-#: mod/cal.php:313
-msgid "This calendar format is not supported"
-msgstr "Ten format kalendarza nie jest obsługiwany"
+#: mod/delegate.php:172
+msgid ""
+"Delegates are able to manage all aspects of this account/page except for "
+"basic account settings. Please do not delegate your personal account to "
+"anybody that you do not trust completely."
+msgstr "Delegaci mogą zarządzać wszystkimi aspektami tego konta/strony, z wyjątkiem podstawowych ustawień konta. Nie przekazuj swojego konta osobistego nikomu, komu nie ufasz całkowicie."
 
-#: mod/cal.php:315
-msgid "No exportable data found"
-msgstr "Nie znaleziono danych do eksportu"
+#: mod/delegate.php:173
+msgid "Existing Page Delegates"
+msgstr "Obecni delegaci stron"
 
-#: mod/cal.php:332
-msgid "calendar"
-msgstr "kalendarz"
+#: mod/delegate.php:175
+msgid "Potential Delegates"
+msgstr "Potencjalni delegaci"
+
+#: mod/delegate.php:178
+msgid "Add"
+msgstr "Dodaj"
+
+#: mod/delegate.php:179
+msgid "No entries."
+msgstr "Brak wpisów."
 
 #: mod/events.php:105 mod/events.php:107
 msgid "Event can not end before it has started."
@@ -3864,15 +3581,10 @@ msgstr "Tytuł:"
 msgid "Share this event"
 msgstr "Udostępnij te wydarzenie"
 
-#: mod/events.php:531 src/Model/Profile.php:864
+#: mod/events.php:531 src/Model/Profile.php:866
 msgid "Basic"
 msgstr "Podstawowy"
 
-#: mod/events.php:532 mod/contacts.php:895 mod/admin.php:1351
-#: src/Model/Profile.php:865
-msgid "Advanced"
-msgstr "Zaawansowany"
-
 #: mod/events.php:552
 msgid "Failed to remove event"
 msgstr "Nie udało się usunąć wydarzenia"
@@ -3881,2924 +3593,3197 @@ msgstr "Nie udało się usunąć wydarzenia"
 msgid "Event removed"
 msgstr "Wydarzenie zostało usunięte"
 
-#: mod/profile_photo.php:55
-msgid "Image uploaded but image cropping failed."
-msgstr "Zdjęcie zostało przesłane, ale przycinanie obrazu nie powiodło się."
+#: mod/feedtest.php:20
+msgid "You must be logged in to use this module"
+msgstr "Musisz być zalogowany, aby korzystać z tego modułu"
 
-#: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104
-#: mod/profile_photo.php:315
-#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "Redukcja rozmiaru obrazka [%s] nie powiodła się."
+#: mod/feedtest.php:48
+msgid "Source URL"
+msgstr "Źródłowy adres URL"
 
-#: mod/profile_photo.php:125
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "Ponownie załaduj stronę lub wyczyść pamięć podręczną przeglądarki, jeśli nowe zdjęcie nie pojawi się natychmiast."
+#: mod/install.php:114
+msgid "Friendica Communications Server - Setup"
+msgstr "Friendica Serwer Komunikacyjny - Instalacja"
 
-#: mod/profile_photo.php:134
-msgid "Unable to process image"
-msgstr "Nie udało się przetworzyć obrazu."
+#: mod/install.php:120
+msgid "Could not connect to database."
+msgstr "Nie można nawiązać połączenia z bazą danych"
 
-#: mod/profile_photo.php:247
-msgid "Upload File:"
-msgstr "Wyślij plik:"
+#: mod/install.php:124
+msgid "Could not create table."
+msgstr "Nie mogę stworzyć tabeli."
 
-#: mod/profile_photo.php:248
-msgid "Select a profile:"
-msgstr "Wybierz profil:"
+#: mod/install.php:130
+msgid "Your Friendica site database has been installed."
+msgstr "Twoja baza danych witryny Friendica została zainstalowana."
 
-#: mod/profile_photo.php:253
-msgid "or"
-msgstr "lub"
+#: mod/install.php:135
+msgid ""
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
+msgstr "Może być konieczne zaimportowanie pliku \"database.sql\" ręcznie, używając phpmyadmin lub mysql."
 
-#: mod/profile_photo.php:253
-msgid "skip this step"
-msgstr "pomiń ten krok"
+#: mod/install.php:136 mod/install.php:208 mod/install.php:558
+msgid "Please see the file \"INSTALL.txt\"."
+msgstr "Proszę przejrzeć plik \"INSTALL.txt\"."
 
-#: mod/profile_photo.php:253
-msgid "select a photo from your photo albums"
-msgstr "wybierz zdjęcie z twojego albumu"
+#: mod/install.php:148
+msgid "Database already in use."
+msgstr "Baza danych jest już w użyciu."
 
-#: mod/profile_photo.php:266
-msgid "Crop Image"
-msgstr "Przytnij zdjęcie"
+#: mod/install.php:205
+msgid "System check"
+msgstr "Sprawdzanie systemu"
 
-#: mod/profile_photo.php:267
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Dostosuj kadrowanie obrazu, aby uzyskać optymalny obraz."
+#: mod/install.php:210
+msgid "Check again"
+msgstr "Sprawdź ponownie"
 
-#: mod/profile_photo.php:269
-msgid "Done Editing"
-msgstr "Zakończono edycję"
+#: mod/install.php:230
+msgid "Database connection"
+msgstr "Połączenie z bazą danych"
 
-#: mod/profile_photo.php:305
-msgid "Image uploaded successfully."
-msgstr "Zdjęcie wczytano pomyślnie "
+#: mod/install.php:231
+msgid ""
+"In order to install Friendica we need to know how to connect to your "
+"database."
+msgstr "W celu zainstalowania Friendica musimy wiedzieć jak połączyć się z twoją bazą danych."
 
-#: mod/directory.php:152 src/Model/Profile.php:421 src/Model/Profile.php:769
-msgid "Status:"
-msgstr "Status:"
+#: mod/install.php:232
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "Proszę skontaktuj się ze swoim dostawcą usług hostingowych bądź administratorem strony jeśli masz pytania co do tych ustawień ."
 
-#: mod/directory.php:153 src/Model/Profile.php:422 src/Model/Profile.php:786
-msgid "Homepage:"
-msgstr "Strona główna:"
+#: mod/install.php:233
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "Wymieniona przez Ciebie baza danych powinna już istnieć. Jeżeli nie, utwórz ją przed kontynuacją."
 
-#: mod/directory.php:202 view/theme/vier/theme.php:201
-msgid "Global Directory"
-msgstr "Globalny Katalog"
+#: mod/install.php:237
+msgid "Database Server Name"
+msgstr "Nazwa serwera bazy danych"
 
-#: mod/directory.php:204
-msgid "Find on this site"
-msgstr "Znajdź na tej stronie"
+#: mod/install.php:238
+msgid "Database Login Name"
+msgstr "Nazwa użytkownika bazy danych"
 
-#: mod/directory.php:206
-msgid "Results for:"
-msgstr "Wyniki dla:"
+#: mod/install.php:239
+msgid "Database Login Password"
+msgstr "Hasło logowania do bazy danych"
 
-#: mod/directory.php:208
-msgid "Site Directory"
-msgstr "Katalog Witryny"
+#: mod/install.php:239
+msgid "For security reasons the password must not be empty"
+msgstr "Ze względów bezpieczeństwa hasło nie może być puste"
 
-#: mod/directory.php:209 mod/contacts.php:820 src/Content/Widget.php:63
-msgid "Find"
-msgstr "Znajdź"
+#: mod/install.php:240
+msgid "Database Name"
+msgstr "Nazwa bazy danych"
 
-#: mod/directory.php:213
-msgid "No entries (some entries may be hidden)."
-msgstr "Brak odwiedzin (niektóre odwiedziny mogą być ukryte)."
+#: mod/install.php:241 mod/install.php:281
+msgid "Site administrator email address"
+msgstr "Adres e-mail administratora strony"
 
-#: mod/babel.php:22
-msgid "Source input"
-msgstr "Źródło wejściowe"
+#: mod/install.php:241 mod/install.php:281
+msgid ""
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "Adres e-mail konta musi pasować do tego, aby móc korzystać z panelu administracyjnego."
 
-#: mod/babel.php:28
-msgid "BBCode::convert (raw HTML)"
-msgstr "BBCode:: konwersjia (raw HTML)"
+#: mod/install.php:245 mod/install.php:284
+msgid "Please select a default timezone for your website"
+msgstr "Proszę wybrać domyślną strefę czasową dla swojej strony"
 
-#: mod/babel.php:33
-msgid "BBCode::convert"
-msgstr "BBCode::przekształć"
+#: mod/install.php:271
+msgid "Site settings"
+msgstr "Ustawienia strony"
 
-#: mod/babel.php:39
-msgid "BBCode::convert => HTML::toBBCode"
-msgstr "BBCode::przekształć => HTML::toBBCode"
+#: mod/install.php:285
+msgid "System Language:"
+msgstr "Język systemu:"
 
-#: mod/babel.php:45
-msgid "BBCode::toMarkdown"
-msgstr "BBCode::toMarkdown"
+#: mod/install.php:285
+msgid ""
+"Set the default language for your Friendica installation interface and to "
+"send emails."
+msgstr "Ustaw domyślny język dla interfejsu instalacyjnego Friendica i wysyłaj e-maile."
 
-#: mod/babel.php:51
-msgid "BBCode::toMarkdown => Markdown::convert"
-msgstr "BBCode::toMarkdown => Markdown::przekształć"
+#: mod/install.php:325
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "Nie można znaleźć wersji PHP komendy w serwerze PATH"
 
-#: mod/babel.php:57
-msgid "BBCode::toMarkdown => Markdown::toBBCode"
-msgstr "BBCode::toMarkdown => Markdown::toBBCode"
+#: mod/install.php:326
+msgid ""
+"If you don't have a command line version of PHP installed on your server, "
+"you will not be able to run the background processing. See <a "
+"href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-"
+"up-the-worker'>'Setup the worker'</a>"
+msgstr "Jeśli nie masz zainstalowanej na serwerze wersji PHP z wiersza poleceń, nie będziesz mógł uruchomić przetwarzania w tle. Zobacz <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Konfiguracja pracownika'</a>"
 
-#: mod/babel.php:63
-msgid "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
-msgstr "BBCode::toMarkdown => Markdown::przekształć => HTML::toBBCode"
+#: mod/install.php:330
+msgid "PHP executable path"
+msgstr "Ścieżka wykonywalna PHP"
 
-#: mod/babel.php:70
-msgid "Source input \\x28Diaspora format\\x29"
-msgstr "Źródło wejściowe \\x28Diaspora format\\x29"
+#: mod/install.php:330
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Wprowadź pełną ścieżkę do pliku wykonywalnego php. Możesz pozostawić to pole puste, aby kontynuować instalację."
 
-#: mod/babel.php:76
-msgid "Markdown::toBBCode"
-msgstr "Markdown::toBBCode"
+#: mod/install.php:335
+msgid "Command line PHP"
+msgstr "Linia komend PHP"
 
-#: mod/babel.php:83
-msgid "Raw HTML input"
-msgstr "Surowe wejście HTML"
+#: mod/install.php:344
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
+msgstr "Plik wykonywalny PHP nie jest php cli binarny (może być wersją cgi-fgci)"
 
-#: mod/babel.php:88
-msgid "HTML Input"
-msgstr "Wejście HTML"
+#: mod/install.php:345
+msgid "Found PHP version: "
+msgstr "Znaleziono wersje PHP:"
 
-#: mod/babel.php:94
-msgid "HTML::toBBCode"
-msgstr "HTML::toBBCode"
+#: mod/install.php:347
+msgid "PHP cli binary"
+msgstr "PHP cli binarny"
 
-#: mod/babel.php:100
-msgid "HTML::toPlaintext"
-msgstr "HTML::toPlaintext"
+#: mod/install.php:358
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "Wersja linii poleceń PHP w twoim systemie nie ma aktywowanego \"register_argc_argv\"."
 
-#: mod/babel.php:108
-msgid "Source text"
-msgstr "Tekst źródłowy"
-
-#: mod/babel.php:109
-msgid "BBCode"
-msgstr "BBCode"
+#: mod/install.php:359
+msgid "This is required for message delivery to work."
+msgstr "Jest wymagane, aby dostarczanie wiadomości działało."
 
-#: mod/babel.php:110
-msgid "Markdown"
-msgstr "Markdown"
+#: mod/install.php:361
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
 
-#: mod/babel.php:111
-msgid "HTML"
-msgstr "HTML"
+#: mod/install.php:384
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "Błąd: funkcja \"openssl_pkey_new\" w tym systemie nie jest w stanie wygenerować kluczy szyfrujących"
 
-#: mod/follow.php:45
-msgid "The contact could not be added."
-msgstr "Nie można dodać kontaktu."
+#: mod/install.php:385
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "Jeśli korzystasz z Windowsa, proszę odwiedzić \"http://www.php.net/manual/en/openssl.installation.php\"."
 
-#: mod/follow.php:73
-msgid "You already added this contact."
-msgstr "Już dodałeś ten kontakt."
+#: mod/install.php:387
+msgid "Generate encryption keys"
+msgstr "Generuj klucz kodowania"
 
-#: mod/follow.php:83
-msgid "Diaspora support isn't enabled. Contact can't be added."
-msgstr "Obsługa Diaspory nie jest włączona. Kontakt nie może zostać dodany."
+#: mod/install.php:394
+msgid "libCurl PHP module"
+msgstr "Moduł libCurl PHP"
 
-#: mod/follow.php:90
-msgid "OStatus support is disabled. Contact can't be added."
-msgstr "Obsługa OStatus jest wyłączona. Kontakt nie może zostać dodany."
+#: mod/install.php:395
+msgid "GD graphics PHP module"
+msgstr "Moduł PHP-GD"
 
-#: mod/follow.php:97
-msgid "The network type couldn't be detected. Contact can't be added."
-msgstr "Nie można wykryć typu sieci. Kontakt nie może zostać dodany."
+#: mod/install.php:396
+msgid "OpenSSL PHP module"
+msgstr "Moduł PHP OpenSSL"
 
-#: mod/profiles.php:58
-msgid "Profile deleted."
-msgstr "Konto usunięte."
+#: mod/install.php:397
+msgid "PDO or MySQLi PHP module"
+msgstr "Moduł PDO lub MySQLi PHP"
 
-#: mod/profiles.php:74 mod/profiles.php:110
-msgid "Profile-"
-msgstr "Profil-"
+#: mod/install.php:398
+msgid "mb_string PHP module"
+msgstr "Moduł mb_string PHP"
 
-#: mod/profiles.php:93 mod/profiles.php:132
-msgid "New profile created."
-msgstr "Utworzono nowy profil."
+#: mod/install.php:399
+msgid "XML PHP module"
+msgstr "Moduł XML PHP"
 
-#: mod/profiles.php:116
-msgid "Profile unavailable to clone."
-msgstr "Nie można powileić profilu "
+#: mod/install.php:400
+msgid "iconv PHP module"
+msgstr "Moduł PHP iconv"
 
-#: mod/profiles.php:206
-msgid "Profile Name is required."
-msgstr "Nazwa Profilu jest wymagana"
+#: mod/install.php:401
+msgid "POSIX PHP module"
+msgstr "Moduł POSIX PHP"
 
-#: mod/profiles.php:347
-msgid "Marital Status"
-msgstr "Stan cywilny"
+#: mod/install.php:405 mod/install.php:407
+msgid "Apache mod_rewrite module"
+msgstr "Moduł Apache mod_rewrite"
 
-#: mod/profiles.php:351
-msgid "Romantic Partner"
-msgstr "Romantyczny partner"
+#: mod/install.php:405
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Błąd: moduł Apache webserver mod-rewrite jest potrzebny, jednakże nie jest zainstalowany."
 
-#: mod/profiles.php:363
-msgid "Work/Employment"
-msgstr "Praca/Zatrudnienie"
+#: mod/install.php:413
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Błąd: libCURL PHP wymagany moduł, lecz nie zainstalowany."
 
-#: mod/profiles.php:366
-msgid "Religion"
-msgstr "Religia"
+#: mod/install.php:417
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "Błąd: moduł graficzny GD z PHP potrzebuje wsparcia technicznego JPEG, jednakże on nie jest zainstalowany."
 
-#: mod/profiles.php:370
-msgid "Political Views"
-msgstr "Poglądy polityczne"
+#: mod/install.php:421
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Błąd: openssl PHP wymagany moduł, lecz nie zainstalowany."
 
-#: mod/profiles.php:374
-msgid "Gender"
-msgstr "Płeć"
+#: mod/install.php:425
+msgid "Error: PDO or MySQLi PHP module required but not installed."
+msgstr "Błąd: Wymagany moduł PDO lub MySQLi PHP, ale nie zainstalowany."
 
-#: mod/profiles.php:378
-msgid "Sexual Preference"
-msgstr "Orientacja seksualna"
+#: mod/install.php:429
+msgid "Error: The MySQL driver for PDO is not installed."
+msgstr "Błąd: Sterownik MySQL dla PDO nie jest zainstalowany."
 
-#: mod/profiles.php:382
-msgid "XMPP"
-msgstr "XMPP"
+#: mod/install.php:433
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Błąd: moduł PHP mb_string  jest wymagany ale nie jest zainstalowany"
 
-#: mod/profiles.php:386
-msgid "Homepage"
-msgstr "Strona Główna"
+#: mod/install.php:437
+msgid "Error: iconv PHP module required but not installed."
+msgstr "Błąd: wymagany moduł PHP iconv, ale nie zainstalowany."
 
-#: mod/profiles.php:390 mod/profiles.php:686
-msgid "Interests"
-msgstr "Zainteresowania"
+#: mod/install.php:441
+msgid "Error: POSIX PHP module required but not installed."
+msgstr "Błąd: wymagany moduł POSIX PHP, ale nie zainstalowany."
 
-#: mod/profiles.php:394 mod/admin.php:490
-msgid "Address"
-msgstr "Adres"
+#: mod/install.php:451
+msgid "Error, XML PHP module required but not installed."
+msgstr "Błąd, wymagany moduł XML PHP, ale nie zainstalowany."
 
-#: mod/profiles.php:401 mod/profiles.php:682
-msgid "Location"
-msgstr "Lokalizacja"
+#: mod/install.php:463
+msgid ""
+"The web installer needs to be able to create a file called \".htconfig.php\""
+" in the top folder of your web server and it is unable to do so."
+msgstr "Instalator WWW musi być w stanie utworzyć plik o nazwie \". Htconfig.php\"  i nie jest w stanie tego zrobić."
 
-#: mod/profiles.php:486
-msgid "Profile updated."
-msgstr "Profil zaktualizowany."
+#: mod/install.php:464
+msgid ""
+"This is most often a permission setting, as the web server may not be able "
+"to write files in your folder - even if you can."
+msgstr "Jest to najczęściej ustawienie uprawnień, ponieważ serwer sieciowy może nie być w stanie zapisywać plików w folderze - nawet jeśli możesz."
 
-#: mod/profiles.php:564
-msgid " and "
-msgstr " i "
+#: mod/install.php:465
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named .htconfig.php in your Friendica top folder."
+msgstr "Pod koniec tej procedury podamy Ci tekst do zapisania w pliku o nazwie .htconfig.php w twoim górnym folderze Friendica."
 
-#: mod/profiles.php:573
-msgid "public profile"
-msgstr "profil publiczny"
+#: mod/install.php:466
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"INSTALL.txt\" for instructions."
+msgstr "Alternatywnie można pominąć tę procedurę i wykonać ręczną instalację. Proszę zobaczyć plik 'INSTALL.txt' z instrukcjami."
 
-#: mod/profiles.php:576
-#, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
-msgstr "%1$szmienione %2$s  na &ldquo;%3$s&rdquo;"
+#: mod/install.php:469
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php jest zapisywalny"
 
-#: mod/profiles.php:577
-#, php-format
-msgid " - Visit %1$s's %2$s"
-msgstr " - Odwiedź %1$s's %2$s"
+#: mod/install.php:479
+msgid ""
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Friendica używa silnika szablonów Smarty3 do renderowania swoich widoków. Smarty3 kompiluje szablony do PHP, aby przyspieszyć renderowanie."
 
-#: mod/profiles.php:579
-#, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr "%1$sma zaktualizowany %2$s,  zmiana%3$s."
+#: mod/install.php:480
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory view/smarty3/ under the Friendica top level "
+"folder."
+msgstr "Aby przechowywać te skompilowane szablony, serwer WWW musi mieć dostęp do zapisu do katalogu view/smarty3/ w folderze najwyższego poziomu Friendica."
 
-#: mod/profiles.php:633
-msgid "Hide contacts and friends:"
-msgstr "Ukryj kontakty i znajomych:"
+#: mod/install.php:481
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Upewnij się, że użytkownik, na którym działa serwer WWW (np. www-data), ma prawo do zapisu do tego folderu."
 
-#: mod/profiles.php:638
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "Czy chcesz ukryć listę kontaktów dla przeglądających to konto?"
+#: mod/install.php:482
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"view/smarty3/ only--not the template files (.tpl) that it contains."
+msgstr "Uwaga: jako środek bezpieczeństwa, powinieneś dać serwerowi dostęp do zapisu view/smarty3/ jedynie - nie do plików szablonów (.tpl), które zawiera."
 
-#: mod/profiles.php:658
-msgid "Show more profile fields:"
-msgstr "Pokaż więcej pól profilu:"
+#: mod/install.php:485
+msgid "view/smarty3 is writable"
+msgstr "view/smarty3 jest zapisywalny"
 
-#: mod/profiles.php:670
-msgid "Profile Actions"
-msgstr "Akcje profilowe"
+#: mod/install.php:501
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
+msgstr "Nie działa URL w .htaccess popraw. Sprawdź konfigurację serwera."
 
-#: mod/profiles.php:671
-msgid "Edit Profile Details"
-msgstr "Edytuj profil."
+#: mod/install.php:503
+msgid "Url rewrite is working"
+msgstr "Działający adres URL"
 
-#: mod/profiles.php:673
-msgid "Change Profile Photo"
-msgstr "Zmień zdjęcie profilowe"
+#: mod/install.php:522
+msgid "ImageMagick PHP extension is not installed"
+msgstr "Rozszerzenie PHP ImageMagick nie jest zainstalowane"
 
-#: mod/profiles.php:674
-msgid "View this profile"
-msgstr "Wyświetl ten profil"
+#: mod/install.php:524
+msgid "ImageMagick PHP extension is installed"
+msgstr "Rozszerzenie PHP ImageMagick jest zainstalowane"
 
-#: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:393
-msgid "Edit visibility"
-msgstr "Edytuj widoczność"
-
-#: mod/profiles.php:676
-msgid "Create a new profile using these settings"
-msgstr "Stwórz nowy profil wykorzystując te ustawienia"
+#: mod/install.php:526
+msgid "ImageMagick supports GIF"
+msgstr "ImageMagick obsługuje GIF"
 
-#: mod/profiles.php:677
-msgid "Clone this profile"
-msgstr "Sklonuj ten profil"
+#: mod/install.php:533
+msgid ""
+"The database configuration file \".htconfig.php\" could not be written. "
+"Please use the enclosed text to create a configuration file in your web "
+"server root."
+msgstr "Konfiguracja bazy danych pliku \".htconfig.php\" nie mogła zostać zapisana. Proszę użyć załączonego tekstu, aby utworzyć folder konfiguracyjny w sieci serwera."
 
-#: mod/profiles.php:678
-msgid "Delete this profile"
-msgstr "Usuń ten profil"
+#: mod/install.php:556
+msgid "<h1>What next</h1>"
+msgstr "<h1>Co dalej</h1>"
 
-#: mod/profiles.php:680
-msgid "Basic information"
-msgstr "Podstawowe informacje"
+#: mod/install.php:557
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"worker."
+msgstr "WAŻNE: Będziesz musiał [ręcznie] ustawić zaplanowane zadanie dla pracownika."
 
-#: mod/profiles.php:681
-msgid "Profile picture"
-msgstr "Zdjęcie profilowe"
+#: mod/install.php:560
+#, php-format
+msgid ""
+"Go to your new Friendica node <a href=\"%s/register\">registration page</a> "
+"and register as new user. Remember to use the same email you have entered as"
+" administrator email. This will allow you to enter the site admin panel."
+msgstr "Przejdź do <a href=\"%s/register\">strony rejestracji</a> nowego węzła Friendica i zarejestruj się jako nowy użytkownik. Pamiętaj, aby użyć adresu e-mail wprowadzonego jako e-mail administratora. To pozwoli Ci wejść do panelu administratora witryny."
 
-#: mod/profiles.php:683
-msgid "Preferences"
-msgstr "Preferencje"
+#: mod/item.php:114
+msgid "Unable to locate original post."
+msgstr "Nie można zlokalizować oryginalnej wiadomości."
 
-#: mod/profiles.php:684
-msgid "Status information"
-msgstr "Informacje o stanie"
+#: mod/item.php:274
+msgid "Empty post discarded."
+msgstr "Pusty wpis został odrzucony."
 
-#: mod/profiles.php:685
-msgid "Additional information"
-msgstr "Dodatkowe informacje"
+#: mod/item.php:799
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social "
+"network."
+msgstr "Wiadomość została wysłana do ciebie od %s , członka portalu Friendica"
 
-#: mod/profiles.php:688
-msgid "Relation"
-msgstr "Relacje"
+#: mod/item.php:801
+#, php-format
+msgid "You may visit them online at %s"
+msgstr "Możesz odwiedzić ich online pod adresem %s"
 
-#: mod/profiles.php:689 src/Util/Temporal.php:81 src/Util/Temporal.php:83
-msgid "Miscellaneous"
-msgstr "Różny"
+#: mod/item.php:802
+msgid ""
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
+msgstr "Skontaktuj się z nadawcą odpowiadając na ten post jeśli nie chcesz otrzymywać tych wiadomości."
 
-#: mod/profiles.php:692
-msgid "Your Gender:"
-msgstr "Płeć:"
+#: mod/item.php:806
+#, php-format
+msgid "%s posted an update."
+msgstr "%s zaktualizował wpis."
 
-#: mod/profiles.php:693
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\">&hearts;</span> Stan cywilny:"
+#: mod/oexchange.php:30
+msgid "Post successful."
+msgstr "Post dodany pomyślnie"
 
-#: mod/profiles.php:694 src/Model/Profile.php:782
-msgid "Sexual Preference:"
-msgstr "Preferencje seksualne:"
+#: mod/ostatus_subscribe.php:21
+msgid "Subscribing to OStatus contacts"
+msgstr "Subskrybowanie kontaktów OStatus"
 
-#: mod/profiles.php:695
-msgid "Example: fishing photography software"
-msgstr "Przykład: oprogramowanie do fotografowania ryb"
+#: mod/ostatus_subscribe.php:33
+msgid "No contact provided."
+msgstr "Brak kontaktu."
 
-#: mod/profiles.php:700
-msgid "Profile Name:"
-msgstr "Nazwa profilu:"
+#: mod/ostatus_subscribe.php:40
+msgid "Couldn't fetch information for contact."
+msgstr "Nie można pobrać informacji o kontakcie."
 
-#: mod/profiles.php:702
-msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
-msgstr "To jest Twój <strong> publiczny </strong> profil. <br/><strong>Może </strong> zostać wyświetlony przez każdego kto używa internetu."
+#: mod/ostatus_subscribe.php:50
+msgid "Couldn't fetch friends for contact."
+msgstr "Nie można pobrać znajomych do kontaktu."
 
-#: mod/profiles.php:703
-msgid "Your Full Name:"
-msgstr "Imię i nazwisko:"
+#: mod/ostatus_subscribe.php:78
+msgid "success"
+msgstr "powodzenie"
 
-#: mod/profiles.php:704
-msgid "Title/Description:"
-msgstr "Tytuł/Opis :"
+#: mod/ostatus_subscribe.php:80
+msgid "failed"
+msgstr "nie powiodło się"
 
-#: mod/profiles.php:707
-msgid "Street Address:"
-msgstr "Ulica:"
+#: mod/ostatus_subscribe.php:83 src/Object/Post.php:279
+msgid "ignored"
+msgstr "Ignoruj"
 
-#: mod/profiles.php:708
-msgid "Locality/City:"
-msgstr "Miejscowość/Miasto:"
+#: mod/profile_photo.php:55
+msgid "Image uploaded but image cropping failed."
+msgstr "Zdjęcie zostało przesłane, ale przycinanie obrazu nie powiodło się."
 
-#: mod/profiles.php:709
-msgid "Region/State:"
-msgstr "Region/Państwo:"
+#: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104
+#: mod/profile_photo.php:315
+#, php-format
+msgid "Image size reduction [%s] failed."
+msgstr "Redukcja rozmiaru obrazka [%s] nie powiodła się."
 
-#: mod/profiles.php:710
-msgid "Postal/Zip Code:"
-msgstr "Kod Pocztowy:"
+#: mod/profile_photo.php:125
+msgid ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Ponownie załaduj stronę lub wyczyść pamięć podręczną przeglądarki, jeśli nowe zdjęcie nie pojawi się natychmiast."
 
-#: mod/profiles.php:711
-msgid "Country:"
-msgstr "Kraj:"
+#: mod/profile_photo.php:134
+msgid "Unable to process image"
+msgstr "Nie udało się przetworzyć obrazu."
 
-#: mod/profiles.php:712 src/Util/Temporal.php:149
-msgid "Age: "
-msgstr "Wiek: "
+#: mod/profile_photo.php:247
+msgid "Upload File:"
+msgstr "Wyślij plik:"
 
-#: mod/profiles.php:715
-msgid "Who: (if applicable)"
-msgstr "Kto: (jeśli dotyczy)"
+#: mod/profile_photo.php:248
+msgid "Select a profile:"
+msgstr "Wybierz profil:"
 
-#: mod/profiles.php:715
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Przykłady: cathy123, Cathy Williams, cathy@example.com"
+#: mod/profile_photo.php:253
+msgid "or"
+msgstr "lub"
 
-#: mod/profiles.php:716
-msgid "Since [date]:"
-msgstr "Od [data]:"
+#: mod/profile_photo.php:253
+msgid "skip this step"
+msgstr "pomiń ten krok"
 
-#: mod/profiles.php:718
-msgid "Tell us about yourself..."
-msgstr "Napisz o sobie..."
+#: mod/profile_photo.php:253
+msgid "select a photo from your photo albums"
+msgstr "wybierz zdjęcie z twojego albumu"
 
-#: mod/profiles.php:719
-msgid "XMPP (Jabber) address:"
-msgstr "Adres XMPP (Jabber):"
+#: mod/profile_photo.php:266
+msgid "Crop Image"
+msgstr "Przytnij zdjęcie"
 
-#: mod/profiles.php:719
-msgid ""
-"The XMPP address will be propagated to your contacts so that they can follow"
-" you."
-msgstr "Adres XMPP będzie propagowany do Twoich kontaktów, aby mogli Cię śledzić."
+#: mod/profile_photo.php:267
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Dostosuj kadrowanie obrazu, aby uzyskać optymalny obraz."
 
-#: mod/profiles.php:720
-msgid "Homepage URL:"
-msgstr "Adres URL strony domowej:"
+#: mod/profile_photo.php:269
+msgid "Done Editing"
+msgstr "Zakończono edycję"
 
-#: mod/profiles.php:721 src/Model/Profile.php:790
-msgid "Hometown:"
-msgstr "Miasto rodzinne:"
+#: mod/profile_photo.php:305
+msgid "Image uploaded successfully."
+msgstr "Zdjęcie wczytano pomyślnie "
 
-#: mod/profiles.php:722 src/Model/Profile.php:798
-msgid "Political Views:"
-msgstr "Poglądy polityczne:"
+#: mod/unfollow.php:34
+msgid "Contact wasn't found or can't be unfollowed."
+msgstr "Kontakt nie został znaleziony lub nie można go pominąć."
 
-#: mod/profiles.php:723
-msgid "Religious Views:"
-msgstr "Poglądy religijne:"
+#: mod/unfollow.php:47
+msgid "Contact unfollowed"
+msgstr "Skontaktuj się z obserwowanym"
 
-#: mod/profiles.php:724
-msgid "Public Keywords:"
-msgstr "Publiczne słowa kluczowe:"
+#: mod/unfollow.php:73
+msgid "You aren't a friend of this contact."
+msgstr "Nie jesteś przyjacielem tego kontaktu."
 
-#: mod/profiles.php:724
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr "(Używany do sugerowania potencjalnych znajomych, jest widoczny dla innych)"
+#: mod/unfollow.php:79
+msgid "Unfollowing is currently not supported by your network."
+msgstr "Brak obserwowania nie jest obecnie obsługiwany przez twoją sieć."
 
-#: mod/profiles.php:725
-msgid "Private Keywords:"
-msgstr "Prywatne słowa kluczowe:"
+#: mod/admin.php:106
+msgid "Theme settings updated."
+msgstr "Zaktualizowano ustawienia motywów."
 
-#: mod/profiles.php:725
-msgid "(Used for searching profiles, never shown to others)"
-msgstr "(Używany do wyszukiwania profili, niepokazywany innym)"
+#: mod/admin.php:179 src/Content/Nav.php:174
+msgid "Information"
+msgstr "Informacje"
 
-#: mod/profiles.php:726 src/Model/Profile.php:814
-msgid "Likes:"
-msgstr "Lubią to:"
+#: mod/admin.php:180
+msgid "Overview"
+msgstr "Przegląd"
 
-#: mod/profiles.php:727 src/Model/Profile.php:818
-msgid "Dislikes:"
-msgstr "Nie lubię tego:"
+#: mod/admin.php:181 mod/admin.php:718
+msgid "Federation Statistics"
+msgstr "Statystyki Organizacji"
 
-#: mod/profiles.php:728
-msgid "Musical interests"
-msgstr "Muzyka"
+#: mod/admin.php:182
+msgid "Configuration"
+msgstr "Konfiguracja"
 
-#: mod/profiles.php:729
-msgid "Books, literature"
-msgstr "Literatura"
+#: mod/admin.php:183 mod/admin.php:1345
+msgid "Site"
+msgstr "Strona"
 
-#: mod/profiles.php:730
-msgid "Television"
-msgstr "Telewizja"
+#: mod/admin.php:184 mod/admin.php:1273 mod/admin.php:1788 mod/admin.php:1804
+msgid "Users"
+msgstr "Użytkownicy"
 
-#: mod/profiles.php:731
-msgid "Film/dance/culture/entertainment"
-msgstr "Film/taniec/kultura/rozrywka"
+#: mod/admin.php:185 mod/admin.php:1904 mod/admin.php:1964 mod/settings.php:86
+msgid "Addons"
+msgstr "Dodatki"
 
-#: mod/profiles.php:732
-msgid "Hobbies/Interests"
-msgstr "Zainteresowania"
+#: mod/admin.php:186 mod/admin.php:2173 mod/admin.php:2217
+msgid "Themes"
+msgstr "Wygląd"
 
-#: mod/profiles.php:733
-msgid "Love/romance"
-msgstr "Miłość/romans"
+#: mod/admin.php:187 mod/settings.php:64
+msgid "Additional features"
+msgstr "Dodatkowe funkcje"
 
-#: mod/profiles.php:734
-msgid "Work/employment"
-msgstr "Praca/zatrudnienie"
+#: mod/admin.php:188 mod/admin.php:302 mod/register.php:288
+#: src/Module/Tos.php:48
+msgid "Terms of Service"
+msgstr "Warunki usługi"
 
-#: mod/profiles.php:735
-msgid "School/education"
-msgstr "Szkoła/edukacja"
+#: mod/admin.php:189
+msgid "Database"
+msgstr "Baza danych"
 
-#: mod/profiles.php:736
-msgid "Contact information and Social Networks"
-msgstr "Dane kontaktowe i Sieci społecznościowe"
+#: mod/admin.php:190
+msgid "DB updates"
+msgstr "Aktualizacje DB"
 
-#: mod/profiles.php:767 src/Model/Profile.php:389
-msgid "Profile Image"
-msgstr "Zdjęcie profilowe"
+#: mod/admin.php:191 mod/admin.php:753
+msgid "Inspect Queue"
+msgstr "Sprawdź kolejkę"
 
-#: mod/profiles.php:769 src/Model/Profile.php:392
-msgid "visible to everybody"
-msgstr "widoczne dla wszystkich"
+#: mod/admin.php:192
+msgid "Tools"
+msgstr "Narzędzia"
 
-#: mod/profiles.php:776
-msgid "Edit/Manage Profiles"
-msgstr "Edycja/Zarządzanie profilami"
+#: mod/admin.php:193
+msgid "Contact Blocklist"
+msgstr "Lista zablokowanych kontaktów"
 
-#: mod/profiles.php:777 src/Model/Profile.php:379 src/Model/Profile.php:401
-msgid "Change profile photo"
-msgstr "Zmień zdjęcie profilowe"
+#: mod/admin.php:194 mod/admin.php:362
+msgid "Server Blocklist"
+msgstr "Lista zablokowanych serwerów"
 
-#: mod/profiles.php:778 src/Model/Profile.php:380
-msgid "Create New Profile"
-msgstr "Utwórz nowy profil"
+#: mod/admin.php:195 mod/admin.php:521
+msgid "Delete Item"
+msgstr "Usuń przedmiot"
 
-#: mod/contacts.php:157
-#, php-format
-msgid "%d contact edited."
-msgid_plural "%d contacts edited."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2291
+msgid "Logs"
+msgstr "Logi"
 
-#: mod/contacts.php:184 mod/contacts.php:400
-msgid "Could not access contact record."
-msgstr "Nie można uzyskać dostępu do rejestru kontaktów."
+#: mod/admin.php:198 mod/admin.php:2358
+msgid "View Logs"
+msgstr "Zobacz rejestry"
 
-#: mod/contacts.php:194
-msgid "Could not locate selected profile."
-msgstr "Nie można znaleźć wybranego profilu."
+#: mod/admin.php:200
+msgid "Diagnostics"
+msgstr "Diagnostyka"
 
-#: mod/contacts.php:228
-msgid "Contact updated."
-msgstr "Kontakt zaktualizowany"
+#: mod/admin.php:201
+msgid "PHP Info"
+msgstr "Informacje o PHP"
 
-#: mod/contacts.php:421
-msgid "Contact has been blocked"
-msgstr "Kontakt został zablokowany"
+#: mod/admin.php:202
+msgid "probe address"
+msgstr "adres sondy"
 
-#: mod/contacts.php:421
-msgid "Contact has been unblocked"
-msgstr "Kontakt został odblokowany"
+#: mod/admin.php:203
+msgid "check webfinger"
+msgstr "sprawdź webfinger"
 
-#: mod/contacts.php:432
-msgid "Contact has been ignored"
-msgstr "Kontakt jest ignorowany"
+#: mod/admin.php:222 src/Content/Nav.php:217
+msgid "Admin"
+msgstr "Administator"
 
-#: mod/contacts.php:432
-msgid "Contact has been unignored"
-msgstr "Kontakt nie jest ignorowany"
+#: mod/admin.php:223
+msgid "Addon Features"
+msgstr "Funkcje dodatkowe"
 
-#: mod/contacts.php:443
-msgid "Contact has been archived"
-msgstr "Kontakt został zarchiwizowany"
+#: mod/admin.php:224
+msgid "User registrations waiting for confirmation"
+msgstr "Rejestracje użytkownika czekają na potwierdzenie."
 
-#: mod/contacts.php:443
-msgid "Contact has been unarchived"
-msgstr "Kontakt został przywrócony"
+#: mod/admin.php:301 mod/admin.php:361 mod/admin.php:478 mod/admin.php:520
+#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1344
+#: mod/admin.php:1787 mod/admin.php:1903 mod/admin.php:1963 mod/admin.php:2172
+#: mod/admin.php:2216 mod/admin.php:2290 mod/admin.php:2357
+msgid "Administration"
+msgstr "Administracja"
 
-#: mod/contacts.php:467
-msgid "Drop contact"
-msgstr "Usuń kontakt"
+#: mod/admin.php:303
+msgid "Display Terms of Service"
+msgstr "Wyświetl Warunki korzystania z usługi"
 
-#: mod/contacts.php:470 mod/contacts.php:823
-msgid "Do you really want to delete this contact?"
-msgstr "Czy na pewno chcesz usunąć ten kontakt?"
+#: mod/admin.php:303
+msgid ""
+"Enable the Terms of Service page. If this is enabled a link to the terms "
+"will be added to the registration form and the general information page."
+msgstr "Włącz stronę Warunki świadczenia usług. Jeśli ta opcja jest włączona, link do warunków zostanie dodany do formularza rejestracyjnego i strony z informacjami ogólnymi."
 
-#: mod/contacts.php:488
-msgid "Contact has been removed."
-msgstr "Kontakt został usunięty."
+#: mod/admin.php:304
+msgid "Display Privacy Statement"
+msgstr "Wyświetl oświadczenie o prywatności"
 
-#: mod/contacts.php:519
+#: mod/admin.php:304
 #, php-format
-msgid "You are mutual friends with %s"
-msgstr "Jesteś już znajomym z %s"
+msgid ""
+"Show some informations regarding the needed information to operate the node "
+"according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
+msgstr "Pokaż niektóre informacje dotyczące potrzebnych informacji do obsługi węzła zgodnie np. do <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
 
-#: mod/contacts.php:523
-#, php-format
-msgid "You are sharing with %s"
-msgstr "Współdzielisz z %s"
+#: mod/admin.php:305
+msgid "The Terms of Service"
+msgstr "Warunki świadczenia usług"
 
-#: mod/contacts.php:527
-#, php-format
-msgid "%s is sharing with you"
-msgstr "%s współdzieli z tobą"
+#: mod/admin.php:305
+msgid ""
+"Enter the Terms of Service for your node here. You can use BBCode. Headers "
+"of sections should be [h2] and below."
+msgstr "Wprowadź tutaj Warunki świadczenia usług dla swojego węzła. Możesz użyć BBCode. Nagłówki sekcji powinny być [h2] i poniżej."
 
-#: mod/contacts.php:547
-msgid "Private communications are not available for this contact."
-msgstr "Prywatna rozmowa jest niemożliwa dla tego kontaktu"
+#: mod/admin.php:353
+msgid "The blocked domain"
+msgstr "Zablokowana domena"
 
-#: mod/contacts.php:549
-msgid "Never"
-msgstr "Nigdy"
+#: mod/admin.php:354 mod/admin.php:372 mod/friendica.php:128
+msgid "Reason for the block"
+msgstr "Powód blokowania"
 
-#: mod/contacts.php:552
-msgid "(Update was successful)"
-msgstr "(Aktualizacja przebiegła pomyślnie)"
+#: mod/admin.php:354 mod/admin.php:367
+msgid "The reason why you blocked this domain."
+msgstr "Powód zablokowania tej domeny."
 
-#: mod/contacts.php:552
-msgid "(Update was not successful)"
-msgstr "(Aktualizacja nie powiodła się)"
+#: mod/admin.php:355
+msgid "Delete domain"
+msgstr "Usuń domenę"
 
-#: mod/contacts.php:554 mod/contacts.php:992
-msgid "Suggest friends"
-msgstr "Osoby, które możesz znać"
+#: mod/admin.php:355
+msgid "Check to delete this entry from the blocklist"
+msgstr "Zaznacz, aby usunąć ten wpis z listy bloków"
 
-#: mod/contacts.php:558
-#, php-format
-msgid "Network type: %s"
-msgstr "Typ sieci: %s"
+#: mod/admin.php:363
+msgid ""
+"This page can be used to define a black list of servers from the federated "
+"network that are not allowed to interact with your node. For all entered "
+"domains you should also give a reason why you have blocked the remote "
+"server."
+msgstr "Na tej stronie można zdefiniować czarną listę serwerów ze stowarzyszonej sieci, które nie mogą współdziałać z danym węzłem. Dla wszystkich wprowadzonych domen powinieneś podać powód, dla którego zablokowałeś serwer zdalny."
 
-#: mod/contacts.php:563
-msgid "Communications lost with this contact!"
-msgstr "Utracono komunikację z tym kontaktem!"
+#: mod/admin.php:364
+msgid ""
+"The list of blocked servers will be made publically available on the "
+"/friendica page so that your users and people investigating communication "
+"problems can find the reason easily."
+msgstr "Lista zablokowanych serwerów zostanie publicznie udostępniona na stronie /friendica, dzięki czemu użytkownicy i osoby badające problemy z komunikacją mogą łatwo znaleźć przyczynę."
 
-#: mod/contacts.php:569
-msgid "Fetch further information for feeds"
-msgstr "Pobierz dalsze informacje dla kanałów"
+#: mod/admin.php:365
+msgid "Add new entry to block list"
+msgstr "Dodaj nowy wpis do listy bloków"
 
-#: mod/contacts.php:571
+#: mod/admin.php:366
+msgid "Server Domain"
+msgstr "Domena serwera"
+
+#: mod/admin.php:366
 msgid ""
-"Fetch information like preview pictures, title and teaser from the feed "
-"item. You can activate this if the feed doesn't contain much text. Keywords "
-"are taken from the meta header in the feed item and are posted as hash tags."
-msgstr "Pobieranie informacji, takich jak zdjęcia podglądu, tytuł i zwiastun z elementu kanału. Możesz to aktywować, jeśli plik danych nie zawiera dużo tekstu. Słowa kluczowe są pobierane z nagłówka meta w elemencie kanału i są publikowane jako znaczniki haszowania."
+"The domain of the new server to add to the block list. Do not include the "
+"protocol."
+msgstr "Domena nowego serwera do dodania do listy bloków. Nie dołączaj protokołu."
 
-#: mod/contacts.php:572 mod/admin.php:1272 mod/admin.php:1435
-#: mod/admin.php:1445
-msgid "Disabled"
-msgstr "Wyłączony"
+#: mod/admin.php:367
+msgid "Block reason"
+msgstr "Powód zablokowania"
 
-#: mod/contacts.php:573
-msgid "Fetch information"
-msgstr "Pobierz informacje"
+#: mod/admin.php:368
+msgid "Add Entry"
+msgstr "Dodaj wpis"
 
-#: mod/contacts.php:574
-msgid "Fetch keywords"
-msgstr "Pobierz słowa kluczowe"
+#: mod/admin.php:369
+msgid "Save changes to the blocklist"
+msgstr "Zapisz zmiany w Liście zablokowanych"
 
-#: mod/contacts.php:575
-msgid "Fetch information and keywords"
-msgstr "Pobierz informacje i słowa kluczowe"
+#: mod/admin.php:370
+msgid "Current Entries in the Blocklist"
+msgstr "Aktualne wpisy na liście zablokowanych"
 
-#: mod/contacts.php:608
-msgid "Contact"
-msgstr "Kontakt"
+#: mod/admin.php:373
+msgid "Delete entry from blocklist"
+msgstr "Usuń wpis z listy zablokowanych"
 
-#: mod/contacts.php:611
-msgid "Profile Visibility"
-msgstr "Widoczność profilu"
+#: mod/admin.php:376
+msgid "Delete entry from blocklist?"
+msgstr "Usunąć wpis z listy zablokowanych?"
 
-#: mod/contacts.php:612
-#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr "Wybierz profil, który chcesz bezpiecznie wyświetlić %s"
+#: mod/admin.php:402
+msgid "Server added to blocklist."
+msgstr "Serwer dodany do listy zablokowanych."
 
-#: mod/contacts.php:613
-msgid "Contact Information / Notes"
-msgstr "Informacje kontaktowe/Notatki"
+#: mod/admin.php:418
+msgid "Site blocklist updated."
+msgstr "Zaktualizowano listę bloków witryny."
 
-#: mod/contacts.php:614
-msgid "Their personal note"
-msgstr "Ich osobista uwaga"
+#: mod/admin.php:441 src/Core/Console/GlobalCommunityBlock.php:72
+msgid "The contact has been blocked from the node"
+msgstr "Kontakt został zablokowany w węźle"
 
-#: mod/contacts.php:616
-msgid "Edit contact notes"
-msgstr "Edytuj notatki kontaktu"
+#: mod/admin.php:443 src/Core/Console/GlobalCommunityBlock.php:69
+#, php-format
+msgid "Could not find any contact entry for this URL (%s)"
+msgstr "Nie można znaleźć żadnego kontaktu dla tego adresu URL (%s)"
 
-#: mod/contacts.php:620
-msgid "Block/Unblock contact"
-msgstr "Zablokuj/odblokuj kontakt"
+#: mod/admin.php:450
+#, php-format
+msgid "%s contact unblocked"
+msgid_plural "%s contacts unblocked"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
 
-#: mod/contacts.php:621
-msgid "Ignore contact"
-msgstr "Ignoruj kontakt"
+#: mod/admin.php:479
+msgid "Remote Contact Blocklist"
+msgstr "Lista zablokowanych kontaktów zdalnych"
 
-#: mod/contacts.php:622
-msgid "Repair URL settings"
-msgstr "Napraw ustawienia adresu"
+#: mod/admin.php:480
+msgid ""
+"This page allows you to prevent any message from a remote contact to reach "
+"your node."
+msgstr "Ta strona pozwala zapobiec wysyłaniu do węzła wiadomości od kontaktu zdalnego."
 
-#: mod/contacts.php:623
-msgid "View conversations"
-msgstr "Wyświetl rozmowy"
+#: mod/admin.php:481
+msgid "Block Remote Contact"
+msgstr "Zablokuj kontakt zdalny"
 
-#: mod/contacts.php:628
-msgid "Last update:"
-msgstr "Ostatnia aktualizacja:"
+#: mod/admin.php:482 mod/admin.php:1790
+msgid "select all"
+msgstr "Zaznacz wszystko"
 
-#: mod/contacts.php:630
-msgid "Update public posts"
-msgstr "Zaktualizuj publiczne posty"
+#: mod/admin.php:483
+msgid "select none"
+msgstr "wybierz brak"
 
-#: mod/contacts.php:632 mod/contacts.php:1002
-msgid "Update now"
-msgstr "Aktualizuj teraz"
+#: mod/admin.php:486
+msgid "No remote contact is blocked from this node."
+msgstr "Z tego węzła nie jest blokowany kontakt zdalny."
 
-#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011
-#: mod/admin.php:485 mod/admin.php:1800
-msgid "Unblock"
-msgstr "Odblokuj"
+#: mod/admin.php:488
+msgid "Blocked Remote Contacts"
+msgstr "Zablokowane kontakty zdalne"
 
-#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011
-#: mod/admin.php:484 mod/admin.php:1799
-msgid "Block"
-msgstr "Zablokuj"
+#: mod/admin.php:489
+msgid "Block New Remote Contact"
+msgstr "Zablokuj nowy kontakt zdalny"
 
-#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019
-msgid "Unignore"
-msgstr "Odblokuj"
+#: mod/admin.php:490
+msgid "Photo"
+msgstr "Zdjęcie"
 
-#: mod/contacts.php:642
-msgid "Currently blocked"
-msgstr "Obecnie zablokowany"
+#: mod/admin.php:490 mod/profiles.php:394
+msgid "Address"
+msgstr "Adres"
 
-#: mod/contacts.php:643
-msgid "Currently ignored"
-msgstr "Obecnie zignorowany"
+#: mod/admin.php:498
+#, php-format
+msgid "%s total blocked contact"
+msgid_plural "%s total blocked contacts"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
 
-#: mod/contacts.php:644
-msgid "Currently archived"
-msgstr "Obecnie zarchiwizowany"
+#: mod/admin.php:500
+msgid "URL of the remote contact to block."
+msgstr "Adres URL kontaktu zdalnego do zablokowania."
 
-#: mod/contacts.php:645
-msgid "Awaiting connection acknowledge"
-msgstr "Oczekiwanie na potwierdzenie połączenia"
+#: mod/admin.php:522
+msgid "Delete this Item"
+msgstr "Usuń ten przedmiot"
 
-#: mod/contacts.php:646
+#: mod/admin.php:523
 msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr "Odpowiedzi/kliknięcia \"lubię to\" do twoich publicznych postów nadal <strong>mogą</strong> być widoczne"
+"On this page you can delete an item from your node. If the item is a top "
+"level posting, the entire thread will be deleted."
+msgstr "Na tej stronie możesz usunąć przedmiot ze swojego węzła. Jeśli element jest publikowaniem na najwyższym poziomie, cały wątek zostanie usunięty."
 
-#: mod/contacts.php:647
-msgid "Notification for new posts"
-msgstr "Powiadomienie o nowych postach"
+#: mod/admin.php:524
+msgid ""
+"You need to know the GUID of the item. You can find it e.g. by looking at "
+"the display URL. The last part of http://example.com/display/123456 is the "
+"GUID, here 123456."
+msgstr "Musisz znać identyfikator GUID tego przedmiotu. Możesz go znaleźć np. patrząc na wyświetlany adres URL. Ostatnia część http://example.com/display/123456 to GUID, tutaj 123456."
 
-#: mod/contacts.php:647
-msgid "Send a notification of every new post of this contact"
-msgstr "Wyślij powiadomienie o każdym nowym poście tego kontaktu"
+#: mod/admin.php:525
+msgid "GUID"
+msgstr "GUID"
 
-#: mod/contacts.php:650
-msgid "Blacklisted keywords"
-msgstr "Słowa kluczowe na czarnej liście"
+#: mod/admin.php:525
+msgid "The GUID of the item you want to delete."
+msgstr "Identyfikator elementu GUID, który chcesz usunąć."
 
-#: mod/contacts.php:650
-msgid ""
-"Comma separated list of keywords that should not be converted to hashtags, "
-"when \"Fetch information and keywords\" is selected"
-msgstr "Rozdzielana przecinkami lista słów kluczowych, które nie powinny zostać przekonwertowane na hashtagi, gdy wybrana jest opcja 'Pobierz informacje i słowa kluczowe'"
+#: mod/admin.php:564
+msgid "Item marked for deletion."
+msgstr "Przedmiot oznaczony do usunięcia."
 
-#: mod/contacts.php:662 src/Model/Profile.php:424
-msgid "XMPP:"
-msgstr "XMPP:"
+#: mod/admin.php:635
+msgid "unknown"
+msgstr "nieznany"
 
-#: mod/contacts.php:667
-msgid "Actions"
-msgstr "Akcja"
+#: mod/admin.php:711
+msgid ""
+"This page offers you some numbers to the known part of the federated social "
+"network your Friendica node is part of. These numbers are not complete but "
+"only reflect the part of the network your node is aware of."
+msgstr "Ta strona zawiera kilka numerów do znanej części federacyjnej sieci społecznościowej, do której należy Twój węzeł Friendica. Liczby te nie są kompletne, ale odzwierciedlają tylko część sieci, o której wie twój węzeł."
 
-#: mod/contacts.php:669 mod/contacts.php:855 src/Content/Nav.php:100
-#: src/Model/Profile.php:888 view/theme/frio/theme.php:259
-msgid "Status"
-msgstr "Status"
+#: mod/admin.php:712
+msgid ""
+"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
+"will improve the data displayed here."
+msgstr "Funkcja <em>Katalog kontaktów automatycznie odkrytych</em> nie jest włączona, poprawi ona wyświetlane tutaj dane."
 
-#: mod/contacts.php:670
-msgid "Contact Settings"
-msgstr "Ustawienia kontaktów"
+#: mod/admin.php:724
+#, php-format
+msgid ""
+"Currently this node is aware of %d nodes with %d registered users from the "
+"following platforms:"
+msgstr "Obecnie węzeł ten jest świadomy %dwęzłów z %d zarejestrowanymi użytkownikami z następujących platform:"
 
-#: mod/contacts.php:711
-msgid "Suggestions"
-msgstr "Sugestie"
+#: mod/admin.php:755
+msgid "ID"
+msgstr "ID"
 
-#: mod/contacts.php:714
-msgid "Suggest potential friends"
-msgstr "Sugerowani znajomi"
+#: mod/admin.php:756
+msgid "Recipient Name"
+msgstr "Nazwa odbiorcy"
 
-#: mod/contacts.php:722
-msgid "Show all contacts"
-msgstr "Pokaż wszystkie kontakty"
+#: mod/admin.php:757
+msgid "Recipient Profile"
+msgstr "Profil odbiorcy"
 
-#: mod/contacts.php:727
-msgid "Unblocked"
-msgstr "Odblokowany"
+#: mod/admin.php:758 view/theme/frio/theme.php:266
+#: src/Core/NotificationsManager.php:178 src/Content/Nav.php:178
+msgid "Network"
+msgstr "Sieć"
 
-#: mod/contacts.php:730
-msgid "Only show unblocked contacts"
-msgstr "Pokaż tylko odblokowane kontakty"
+#: mod/admin.php:759
+msgid "Created"
+msgstr "Utwórz"
 
-#: mod/contacts.php:735
-msgid "Blocked"
-msgstr "Zablokowany"
+#: mod/admin.php:760
+msgid "Last Tried"
+msgstr "Ostatnia wypróbowana"
 
-#: mod/contacts.php:738
-msgid "Only show blocked contacts"
-msgstr "Pokaż tylko zablokowane kontakty"
+#: mod/admin.php:761
+msgid ""
+"This page lists the content of the queue for outgoing postings. These are "
+"postings the initial delivery failed for. They will be resend later and "
+"eventually deleted if the delivery fails permanently."
+msgstr "Na tej stronie znajduje się zawartość kolejki dla wysyłek wychodzących. Są to posty, dla których początkowe wysyłanie nie powiodło się. Zostaną one ponownie wysłane później i ostatecznie usunięte, jeśli doręczenie zakończy się trwale."
 
-#: mod/contacts.php:743
-msgid "Ignored"
-msgstr "Zignorowany"
+#: mod/admin.php:785
+#, php-format
+msgid ""
+"Your DB still runs with MyISAM tables. You should change the engine type to "
+"InnoDB. As Friendica will use InnoDB only features in the future, you should"
+" change this! See <a href=\"%s\">here</a> for a guide that may be helpful "
+"converting the table engines. You may also use the command <tt>php "
+"bin/console.php dbstructure toinnodb</tt> of your Friendica installation for"
+" an automatic conversion.<br />"
+msgstr "Twoja baza danych nadal działa z tabelami MyISAM. Powinieneś zmienić typ silnika na InnoDB. Ponieważ Friendica będzie używać funkcji związanych z InnoDB tylko w przyszłości, powinieneś to zmienić! Zobacz <a href=\"%s\">tutaj</a> przewodnik, który może być pomocny w konwersji silników stołowych. Możesz także użyć polecenia <tt>php bin/console.php dbstructure toinnodb</tt> instalacji Friendica do automatycznej konwersji.<br />"
 
-#: mod/contacts.php:746
-msgid "Only show ignored contacts"
-msgstr "Pokaż tylko ignorowane kontakty"
+#: mod/admin.php:792
+#, php-format
+msgid ""
+"There is a new version of Friendica available for download. Your current "
+"version is %1$s, upstream version is %2$s"
+msgstr "Dostępna jest nowa wersja aplikacji Friendica. Twoja aktualna wersja to %1$s wyższa wersja to %2$s"
 
-#: mod/contacts.php:751
-msgid "Archived"
-msgstr "Zarchiwizowane"
+#: mod/admin.php:802
+msgid ""
+"The database update failed. Please run \"php bin/console.php dbstructure "
+"update\" from the command line and have a look at the errors that might "
+"appear."
+msgstr "Aktualizacja bazy danych nie powiodła się. Uruchom polecenie \"php bin/console.php dbstructure update\" z wiersza poleceń i sprawdź błędy, które mogą się pojawić."
 
-#: mod/contacts.php:754
-msgid "Only show archived contacts"
-msgstr "Pokaż tylko zarchiwizowane kontakty"
+#: mod/admin.php:808
+msgid "The worker was never executed. Please check your database structure!"
+msgstr "Pracownik nigdy nie został stracony. Sprawdź swoją strukturę bazy danych!"
 
-#: mod/contacts.php:759
-msgid "Hidden"
-msgstr "Ukryty"
+#: mod/admin.php:811
+#, php-format
+msgid ""
+"The last worker execution was on %s UTC. This is older than one hour. Please"
+" check your crontab settings."
+msgstr "Ostatnie wykonanie robota było w %s UTC. To jest starsze niż jedna godzina. Sprawdź ustawienia crontab."
 
-#: mod/contacts.php:762
-msgid "Only show hidden contacts"
-msgstr "Pokaż tylko ukryte kontakty"
+#: mod/admin.php:816 mod/admin.php:1739
+msgid "Normal Account"
+msgstr "Konto normalne"
 
-#: mod/contacts.php:818
-msgid "Search your contacts"
-msgstr "Wyszukaj w kontaktach"
+#: mod/admin.php:817 mod/admin.php:1740
+msgid "Automatic Follower Account"
+msgstr "Automatyczne konto obserwatora"
 
-#: mod/contacts.php:826 mod/settings.php:170 mod/settings.php:701
-msgid "Update"
-msgstr "Zaktualizuj"
+#: mod/admin.php:818 mod/admin.php:1741
+msgid "Public Forum Account"
+msgstr "Publiczne konto na forum"
 
-#: mod/contacts.php:829 mod/contacts.php:1027
-msgid "Archive"
-msgstr "Archiwum"
+#: mod/admin.php:819 mod/admin.php:1742
+msgid "Automatic Friend Account"
+msgstr "Automatyczny przyjaciel konta"
 
-#: mod/contacts.php:829 mod/contacts.php:1027
-msgid "Unarchive"
-msgstr "Przywróć z archiwum"
+#: mod/admin.php:820
+msgid "Blog Account"
+msgstr "Konto Bloga"
 
-#: mod/contacts.php:832
-msgid "Batch Actions"
-msgstr "Akcje wsadowe"
+#: mod/admin.php:821
+msgid "Private Forum Account"
+msgstr "Prywatne konto na forum"
 
-#: mod/contacts.php:866 src/Model/Profile.php:899
-msgid "Profile Details"
-msgstr "Szczegóły profilu"
+#: mod/admin.php:843
+msgid "Message queues"
+msgstr "Wiadomości"
 
-#: mod/contacts.php:878
-msgid "View all contacts"
-msgstr "Zobacz wszystkie kontakty"
+#: mod/admin.php:849
+msgid "Summary"
+msgstr "Podsumowanie"
 
-#: mod/contacts.php:889
-msgid "View all common friends"
-msgstr "Zobacz wszystkich popularnych znajomych"
+#: mod/admin.php:851
+msgid "Registered users"
+msgstr "Zarejestrowani użytkownicy"
 
-#: mod/contacts.php:898
-msgid "Advanced Contact Settings"
-msgstr "Zaawansowane ustawienia kontaktów"
+#: mod/admin.php:853
+msgid "Pending registrations"
+msgstr "Rejestracje w toku."
 
-#: mod/contacts.php:930
-msgid "Mutual Friendship"
-msgstr "Wzajemna przyjaźń"
+#: mod/admin.php:854
+msgid "Version"
+msgstr "Wersja"
 
-#: mod/contacts.php:934
-msgid "is a fan of yours"
-msgstr "jest twoim fanem"
+#: mod/admin.php:859
+msgid "Active addons"
+msgstr "Aktywne dodatki"
 
-#: mod/contacts.php:938
-msgid "you are a fan of"
-msgstr "jesteś fanem"
+#: mod/admin.php:890
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+msgstr "Nie można zanalizować podstawowego adresu URL. Musi mieć co najmniej <scheme>: //<domain>"
 
-#: mod/contacts.php:1013
-msgid "Toggle Blocked status"
-msgstr "Przełącz na Zablokowany"
+#: mod/admin.php:1209
+msgid "Site settings updated."
+msgstr "Ustawienia strony zaktualizowane"
 
-#: mod/contacts.php:1021
-msgid "Toggle Ignored status"
-msgstr "Przełącz ignorowany status"
+#: mod/admin.php:1236 mod/settings.php:905
+msgid "No special theme for mobile devices"
+msgstr "Brak specialnego motywu dla urządzeń mobilnych"
 
-#: mod/contacts.php:1029
-msgid "Toggle Archive status"
-msgstr "Przełącz status archiwum"
+#: mod/admin.php:1265
+msgid "No community page"
+msgstr "Brak strony społeczności"
 
-#: mod/contacts.php:1037
-msgid "Delete contact"
-msgstr "Usuń kontakt"
+#: mod/admin.php:1266
+msgid "Public postings from users of this site"
+msgstr "Publikacje publiczne od użytkowników tej strony"
 
-#: mod/_tos.php:48 mod/register.php:288 mod/admin.php:188 mod/admin.php:302
-#: src/Module/Tos.php:48
-msgid "Terms of Service"
-msgstr "Warunki usługi"
+#: mod/admin.php:1267
+msgid "Public postings from the federated network"
+msgstr "Publikacje wpisy ze sfederowanej sieci"
 
-#: mod/_tos.php:51 src/Module/Tos.php:51
-msgid "Privacy Statement"
-msgstr "Oświadczenie o prywatności"
+#: mod/admin.php:1268
+msgid "Public postings from local users and the federated network"
+msgstr "Publikacje publiczne od użytkowników lokalnych i sieci federacyjnej"
 
-#: mod/_tos.php:52 src/Module/Tos.php:52
-msgid ""
-"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."
-msgstr "W momencie rejestracji oraz w celu zapewnienia komunikacji między kontem użytkownika, a jego kontaktami, użytkownik musi podać nazwę wyświetlaną (pseudonim), nazwę użytkownika (przydomek) i działający adres e-mail. Nazwy będą dostępne na stronie profilu konta dla każdego odwiedzającego stronę, nawet jeśli inne szczegóły profilu nie zostaną wyświetlone. Adres e-mail będzie używany tylko do wysyłania powiadomień użytkownika o interakcjach, ale nie będzie wyświetlany w widoczny sposób. Lista kont w katalogu użytkownika węzła lub globalnym katalogu użytkownika jest opcjonalna i może być kontrolowana w ustawieniach użytkownika, nie jest konieczna do komunikacji."
+#: mod/admin.php:1274
+msgid "Users, Global Contacts"
+msgstr "Użytkownicy, kontakty globalne"
 
-#: mod/_tos.php:53 src/Module/Tos.php:53
-#, php-format
-msgid ""
-"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."
-msgstr "W dowolnym momencie zalogowany użytkownik może wyeksportować dane swojego konta z <a href=\"%1$s/settings/uexport\">ustawień konta</a>. Jeśli użytkownik chce usunąć swoje konto, może to zrobić w <a href=\"%1$s/removeme\">%1$s/usuń mnie. Usunięcie konta będzie trwałe."
+#: mod/admin.php:1275
+msgid "Users, Global Contacts/fallback"
+msgstr "Użytkownicy, kontakty globalne/awaryjne"
 
-#: mod/friendica.php:77
-msgid "This is Friendica, version"
-msgstr "To jest Friendica, wersja"
+#: mod/admin.php:1279
+msgid "One month"
+msgstr "Miesiąc"
 
-#: mod/friendica.php:78
-msgid "running at web location"
-msgstr "otwierane na serwerze"
+#: mod/admin.php:1280
+msgid "Three months"
+msgstr "Trzy miesiące"
 
-#: mod/friendica.php:82
-msgid ""
-"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
-"about the Friendica project."
-msgstr "Odwiedź stronę <a href=\"https://friendi.ca\">Friendi.ca</a> aby dowiedzieć się więcej o projekcie Friendica."
+#: mod/admin.php:1281
+msgid "Half a year"
+msgstr "Pół roku"
 
-#: mod/friendica.php:86
-msgid "Bug reports and issues: please visit"
-msgstr "Raporty o błędach i problemy: odwiedź stronę"
+#: mod/admin.php:1282
+msgid "One year"
+msgstr "Rok"
 
-#: mod/friendica.php:86
-msgid "the bugtracker at github"
-msgstr "bugtracker na github"
+#: mod/admin.php:1287
+msgid "Multi user instance"
+msgstr "Tryb wielu użytkowników"
 
-#: mod/friendica.php:89
-msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
-msgstr "Sugestie, pochwały, darowizny, itp. - napisz e-mail \"Info\" do Friendica - dot com"
+#: mod/admin.php:1310
+msgid "Closed"
+msgstr "Zamknięta"
 
-#: mod/friendica.php:103
-msgid "Installed addons/apps:"
-msgstr "Zainstalowane dodatki/aplikacje:"
+#: mod/admin.php:1311
+msgid "Requires approval"
+msgstr "Wymagane zatwierdzenie."
 
-#: mod/friendica.php:117
-msgid "No installed addons/apps"
-msgstr "Brak zainstalowanych dodatków/aplikacji"
+#: mod/admin.php:1312
+msgid "Open"
+msgstr "Otwarte"
 
-#: mod/friendica.php:122
-#, php-format
-msgid "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
-msgstr "Przeczytaj o <a href=\"%1$s/tos\">Warunkach świadczenia usług</a> tego węzła."
+#: mod/admin.php:1316
+msgid "No SSL policy, links will track page SSL state"
+msgstr "Brak SSL , linki będą śledzić stan SSL ."
 
-#: mod/friendica.php:127
-msgid "On this server the following remote servers are blocked."
-msgstr "Na tym serwerze następujące serwery zdalne są blokowane."
+#: mod/admin.php:1317
+msgid "Force all links to use SSL"
+msgstr "Wymuś by linki używały SSL."
 
-#: mod/friendica.php:128 mod/admin.php:354 mod/admin.php:372
-msgid "Reason for the block"
-msgstr "Powód blokowania"
+#: mod/admin.php:1318
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+msgstr "Wewnętrzne Certyfikaty , użyj SSL tylko dla linków lokalnych . "
 
-#: mod/lostpass.php:27
-msgid "No valid account found."
-msgstr "Nie znaleziono ważnego konta."
+#: mod/admin.php:1322
+msgid "Don't check"
+msgstr "Nie sprawdzaj"
 
-#: mod/lostpass.php:39
-msgid "Password reset request issued. Check your email."
-msgstr "Prośba o zresetowanie hasła została zatwierdzona. Sprawdź swój e-mail."
+#: mod/admin.php:1323
+msgid "check the stable version"
+msgstr "sprawdź wersję stabilną"
 
-#: mod/lostpass.php:45
-#, php-format
-msgid ""
-"\n"
-"\t\tDear %1$s,\n"
-"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
-"\t\tpassword. In order to confirm this request, please select the verification link\n"
-"\t\tbelow or paste it into your web browser address bar.\n"
-"\n"
-"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
-"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n"
-"\n"
-"\t\tYour password will not be changed unless we can verify that you\n"
-"\t\tissued this request."
-msgstr "\n\t\tDrodzy %1$s, \n\t\t\tOtrzymano niedawno prośbę o ''%2$s\" zresetowanie konta \n\t\thasło. Aby potwierdzić tę prośbę, wybierz link weryfikacyjny \n\t\tponiżej lub wklej go na pasek adresu przeglądarki internetowej. \n \n\t\tJeśli NIE poprosiłeś o tę zmianę, NIE wykonuj tego linku \n\t\tpod warunkiem, że zignorujesz i/lub usuniesz ten e-mail, prośba wkrótce wygaśnie. \n \n\t\tTwoje hasło nie zostanie zmienione, chyba że będziemy mogli to potwierdzić \n\t\twydał to żądanie."
+#: mod/admin.php:1324
+msgid "check the development version"
+msgstr "sprawdź wersję rozwojową"
 
-#: mod/lostpass.php:56
-#, php-format
-msgid ""
-"\n"
-"\t\tFollow this link soon to verify your identity:\n"
-"\n"
-"\t\t%1$s\n"
-"\n"
-"\t\tYou will then receive a follow-up message containing the new password.\n"
-"\t\tYou may change that password from your account settings page after logging in.\n"
-"\n"
-"\t\tThe login details are as follows:\n"
-"\n"
-"\t\tSite Location:\t%2$s\n"
-"\t\tLogin Name:\t%3$s"
-msgstr "\nWkrótce skorzystaj z tego linku, aby zweryfikować swoją tożsamość: \n\n\t\t%1$s\n\n\t\tOtrzymasz następnie komunikat uzupełniający zawierający nowe hasło. \n\t\tMożesz zmienić to hasło ze strony ustawień swojego konta po zalogowaniu. \n \n\t\tDane logowania są następujące: \n \nLokalizacja strony: \t%2$s\nNazwa użytkownika:\t%3$s"
+#: mod/admin.php:1347
+msgid "Republish users to directory"
+msgstr "Ponownie opublikuj użytkowników w katalogu"
 
-#: mod/lostpass.php:73
-#, php-format
-msgid "Password reset requested at %s"
-msgstr "Prośba o reset hasła na %s"
+#: mod/admin.php:1348 mod/register.php:264
+msgid "Registration"
+msgstr "Rejestracja"
 
-#: mod/lostpass.php:89
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "Prośba nie może być zweryfikowana. (Mogłeś już ją poprzednio wysłać.) Reset hasła nie powiódł się."
+#: mod/admin.php:1349
+msgid "File upload"
+msgstr "Plik załadowano"
 
-#: mod/lostpass.php:102
-msgid "Request has expired, please make a new one."
-msgstr "Żądanie wygasło. Zrób nowe."
+#: mod/admin.php:1350
+msgid "Policies"
+msgstr "zasady"
 
-#: mod/lostpass.php:117
-msgid "Forgot your Password?"
-msgstr "Zapomniałeś hasła?"
+#: mod/admin.php:1352
+msgid "Auto Discovered Contact Directory"
+msgstr "Katalog kontaktów automatycznie odkrytych"
 
-#: mod/lostpass.php:118
+#: mod/admin.php:1353
+msgid "Performance"
+msgstr "Ustawienia"
+
+#: mod/admin.php:1354
+msgid "Worker"
+msgstr "Pracownik"
+
+#: mod/admin.php:1355
+msgid "Message Relay"
+msgstr "Przekazywanie wiadomości"
+
+#: mod/admin.php:1356
 msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "Wpisz swój adres email i wyślij, aby zresetować hasło. Później sprawdź swojego emaila w celu uzyskania dalszych instrukcji."
+"Relocate - WARNING: advanced function. Could make this server unreachable."
+msgstr "Relokacja - OSTRZEŻENIE: funkcja zaawansowana. Może spowodować, że serwer będzie nieosiągalny."
 
-#: mod/lostpass.php:119 src/Module/Login.php:314
-msgid "Nickname or Email: "
-msgstr "Pseudonim lub Email:"
+#: mod/admin.php:1359
+msgid "Site name"
+msgstr "Nazwa strony"
 
-#: mod/lostpass.php:120
-msgid "Reset"
-msgstr "Zresetuj"
+#: mod/admin.php:1360
+msgid "Host name"
+msgstr "Nazwa hosta"
 
-#: mod/lostpass.php:136 src/Module/Login.php:326
-msgid "Password Reset"
-msgstr "Zresetuj hasło"
+#: mod/admin.php:1361
+msgid "Sender Email"
+msgstr "E-mail nadawcy"
 
-#: mod/lostpass.php:137
-msgid "Your password has been reset as requested."
-msgstr "Twoje hasło zostało zresetowane zgodnie z żądaniem."
+#: mod/admin.php:1361
+msgid ""
+"The email address your server shall use to send notification emails from."
+msgstr "Adres e-mail używany przez Twój serwer do wysyłania e-maili z powiadomieniami."
 
-#: mod/lostpass.php:138
-msgid "Your new password is"
-msgstr "Twoje nowe hasło to"
+#: mod/admin.php:1362
+msgid "Banner/Logo"
+msgstr "Logo"
 
-#: mod/lostpass.php:139
-msgid "Save or copy your new password - and then"
-msgstr "Zapisz lub skopiuj nowe hasło - a następnie"
+#: mod/admin.php:1363
+msgid "Shortcut icon"
+msgstr "Ikona skrótu"
 
-#: mod/lostpass.php:140
-msgid "click here to login"
-msgstr "Kliknij tutaj aby się zalogować"
+#: mod/admin.php:1363
+msgid "Link to an icon that will be used for browsers."
+msgstr "Link do ikony, która będzie używana w przeglądarkach."
 
-#: mod/lostpass.php:141
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "Twoje hasło może być zmienione w <em>Ustawieniach</em> po udanym zalogowaniu."
+#: mod/admin.php:1364
+msgid "Touch icon"
+msgstr "Dołącz ikonę"
 
-#: mod/lostpass.php:149
-#, php-format
-msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tYour password has been changed as requested. Please retain this\n"
-"\t\t\tinformation for your records (or change your password immediately to\n"
-"\t\t\tsomething that you will remember).\n"
-"\t\t"
-msgstr "\n\t\t\tDrogi %1$s, \n\t\t\t\tTwoje hasło zostało zmienione zgodnie z życzeniem. Proszę, zachowaj te \n\t\t\tinformacje dotyczące twoich rekordów (lub natychmiast zmień hasło na \n\t\t\tcoś, co zapamiętasz).\n\t\t"
+#: mod/admin.php:1364
+msgid "Link to an icon that will be used for tablets and mobiles."
+msgstr "Link do ikony, która będzie używana w tabletach i telefonach komórkowych."
 
-#: mod/lostpass.php:155
+#: mod/admin.php:1365
+msgid "Additional Info"
+msgstr "Dodatkowe informacje"
+
+#: mod/admin.php:1365
 #, php-format
 msgid ""
-"\n"
-"\t\t\tYour login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%1$s\n"
-"\t\t\tLogin Name:\t%2$s\n"
-"\t\t\tPassword:\t%3$s\n"
-"\n"
-"\t\t\tYou may change that password from your account settings page after logging in.\n"
-"\t\t"
-msgstr "\n\t\t\tDane logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%1$s\n\t\t\tNazwa użytkownika:\t%2$s\n\t\t\tHasło:\t%3$s\n\n\t\t\tMożesz zmienić hasło na stronie ustawień konta po zalogowaniu.\n\t\t"
+"For public servers: you can add additional information here that will be "
+"listed at %s/servers."
+msgstr "W przypadku serwerów publicznych: możesz tu dodać dodatkowe informacje, które będą wymienione na %s/servers."
 
-#: mod/lostpass.php:169
-#, php-format
-msgid "Your password has been changed at %s"
-msgstr "Twoje hasło zostało zmienione na %s"
+#: mod/admin.php:1366
+msgid "System language"
+msgstr "Język systemu"
 
-#: mod/register.php:99
-msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr "Rejestracja zakończona pomyślnie. Dalsze instrukcje zostały wysłane na twojego e-maila."
+#: mod/admin.php:1367
+msgid "System theme"
+msgstr "Motyw systemowy"
 
-#: mod/register.php:103
-#, php-format
+#: mod/admin.php:1367
 msgid ""
-"Failed to send email message. Here your accout details:<br> login: %s<br> "
-"password: %s<br><br>You can change your password after login."
-msgstr "Nie udało się wysłać wiadomości e-mail. Tutaj szczegóły twojego konta:<br> login: %s<br>hasło: %s<br><br>Możesz zmienić swoje hasło po zalogowaniu."
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr "Domyślny motyw systemu - może być nadpisany przez profil użytkownika  <a href='#' id='cnftheme'>zmień ustawienia motywów</a>"
 
-#: mod/register.php:110
-msgid "Registration successful."
-msgstr "Rejestracja udana."
+#: mod/admin.php:1368
+msgid "Mobile system theme"
+msgstr "Motyw systemu mobilnego"
 
-#: mod/register.php:115
-msgid "Your registration can not be processed."
-msgstr "Twoja rejestracja nie może zostać przeprowadzona. "
+#: mod/admin.php:1368
+msgid "Theme for mobile devices"
+msgstr "Motyw na urządzenia mobilne"
 
-#: mod/register.php:162
-msgid "Your registration is pending approval by the site owner."
-msgstr "Twoja rejestracja oczekuje na zaakceptowanie przez właściciela witryny."
+#: mod/admin.php:1369
+msgid "SSL link policy"
+msgstr "polityka SSL"
 
-#: mod/register.php:220
-msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking 'Register'."
-msgstr "Możesz (opcjonalnie) wypełnić ten formularz za pośrednictwem OpenID, podając swój OpenID i klikając 'Register'."
+#: mod/admin.php:1369
+msgid "Determines whether generated links should be forced to use SSL"
+msgstr "Określa kiedy generowane linki powinny używać wymuszonego SSl."
 
-#: mod/register.php:221
+#: mod/admin.php:1370
+msgid "Force SSL"
+msgstr "Wymuś SSL"
+
+#: mod/admin.php:1370
 msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
-msgstr "Jeśli nie jesteś zaznajomiony z OpenID, zostaw to pole puste i uzupełnij resztę elementów."
-
-#: mod/register.php:222
-msgid "Your OpenID (optional): "
-msgstr "Twój OpenID (opcjonalnie):"
+"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
+" to endless loops."
+msgstr "Wymuszaj wszystkie żądania SSL bez SSL - Uwaga: w niektórych systemach może to prowadzić do niekończących się pętli."
 
-#: mod/register.php:234
-msgid "Include your profile in member directory?"
-msgstr "Czy dołączyć twój profil do katalogu członków?"
+#: mod/admin.php:1371
+msgid "Hide help entry from navigation menu"
+msgstr "Wyłącz pomoc w menu nawigacyjnym "
 
-#: mod/register.php:259
-msgid "Note for the admin"
-msgstr "Uwaga dla administratora"
+#: mod/admin.php:1371
+msgid ""
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
+msgstr "Chowa pozycje menu dla stron pomocy ze strony nawigacyjnej. Możesz nadal ją wywołać poprzez komendę /help."
 
-#: mod/register.php:259
-msgid "Leave a message for the admin, why you want to join this node"
-msgstr "Pozostaw wiadomość dla administratora, dlaczego chcesz dołączyć do tego węzła"
+#: mod/admin.php:1372
+msgid "Single user instance"
+msgstr "Tryb pojedynczego użytkownika"
 
-#: mod/register.php:260
-msgid "Membership on this site is by invitation only."
-msgstr "Członkostwo na tej stronie możliwe tylko dzięki zaproszeniu."
+#: mod/admin.php:1372
+msgid "Make this instance multi-user or single-user for the named user"
+msgstr "Ustawia tryb dla wielu użytkowników lub pojedynczego użytkownika dla nazwanego użytkownika"
 
-#: mod/register.php:261
-msgid "Your invitation code: "
-msgstr "Twój kod zaproszenia:"
+#: mod/admin.php:1373
+msgid "Maximum image size"
+msgstr "Maksymalny rozmiar zdjęcia"
 
-#: mod/register.php:264 mod/admin.php:1348
-msgid "Registration"
-msgstr "Rejestracja"
+#: mod/admin.php:1373
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "Maksymalny rozmiar w bitach dla wczytywanego obrazu . Domyślnie jest to  0 , co oznacza bez limitu ."
 
-#: mod/register.php:270
-msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
-msgstr "Twoje imię i nazwisko (np. Joe Smith, prawdziwy lub real-looking):"
+#: mod/admin.php:1374
+msgid "Maximum image length"
+msgstr "Maksymalna długość obrazu"
 
-#: mod/register.php:271
+#: mod/admin.php:1374
 msgid ""
-"Your Email Address: (Initial information will be send there, so this has to "
-"be an existing address.)"
-msgstr "Twój adres e-mail: (Informacje początkowe zostaną wysłane tam, więc musi to być istniejący adres)."
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
+msgstr "Maksymalna długość najdłuższej strony przesyłanego obrazu w pikselach.\nDomyślnie jest to -1, co oznacza brak limitu."
 
-#: mod/register.php:273 mod/settings.php:1201
-msgid "New Password:"
-msgstr "Nowe hasło:"
+#: mod/admin.php:1375
+msgid "JPEG image quality"
+msgstr "jakość obrazu JPEG"
 
-#: mod/register.php:273
-msgid "Leave empty for an auto generated password."
-msgstr "Pozostaw puste dla wygenerowanego automatycznie hasła."
+#: mod/admin.php:1375
+msgid ""
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
+msgstr "Wczytywanie JPEGS będzie zapisane z tymi ustawieniami jakości [0-100] . Domyslnie jest ustawione 100 co oznacza brak strat jakości . "
 
-#: mod/register.php:274 mod/settings.php:1202
-msgid "Confirm:"
-msgstr "Potwierdź:"
+#: mod/admin.php:1377
+msgid "Register policy"
+msgstr "Zasady rejestracji"
 
-#: mod/register.php:275
-#, php-format
+#: mod/admin.php:1378
+msgid "Maximum Daily Registrations"
+msgstr "Maksymalna dzienna rejestracja"
+
+#: mod/admin.php:1378
 msgid ""
-"Choose a profile nickname. This must begin with a text character. Your "
-"profile address on this site will then be '<strong>nickname@%s</strong>'."
-msgstr "Wybierz pseudonim profilu. Nazwa musi zaczynać się od znaku tekstowego. Twój adres profilu na tej stronie będzie wówczas '<strong>pseudonimem%s</strong>'."
+"If registration is permitted above, this sets the maximum number of new user"
+" registrations to accept per day.  If register is set to closed, this "
+"setting has no effect."
+msgstr "Jeśli rejestracja powyżej jest dozwolona, to określa maksymalną liczbę nowych rejestracji użytkowników do zaakceptowania na dzień. Jeśli rejestracja jest ustawiona na \"Zamknięta\", to ustawienie to nie ma wpływu."
 
-#: mod/register.php:276
-msgid "Choose a nickname: "
-msgstr "Wybierz pseudonim:"
+#: mod/admin.php:1379
+msgid "Register text"
+msgstr "Zarejestruj tekst"
 
-#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283
-msgid "Register"
-msgstr "Zarejestruj"
+#: mod/admin.php:1379
+msgid ""
+"Will be displayed prominently on the registration page. You can use BBCode "
+"here."
+msgstr "Będą wyświetlane w widocznym miejscu na stronie rejestracji. Możesz użyć BBCode tutaj."
 
-#: mod/register.php:286
-msgid "Import your profile to this friendica instance"
-msgstr "Zaimportuj swój profil do tej instancji friendica"
+#: mod/admin.php:1380
+msgid "Accounts abandoned after x days"
+msgstr "Konto porzucone od x dni."
 
-#: mod/admin.php:106
-msgid "Theme settings updated."
-msgstr "Zaktualizowano ustawienia motywów."
+#: mod/admin.php:1380
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "Nie będzie marnować zasobów systemu wypytując zewnętrzne strony o opuszczone konta. Ustaw 0 dla braku limitu czasu ."
 
-#: mod/admin.php:179 src/Content/Nav.php:174
-msgid "Information"
-msgstr "Informacja"
+#: mod/admin.php:1381
+msgid "Allowed friend domains"
+msgstr "Dozwolone domeny przyjaciół"
 
-#: mod/admin.php:180
-msgid "Overview"
-msgstr "Przegląd"
+#: mod/admin.php:1381
+msgid ""
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr "Lista domen separowana przecinkami  które mogą zaprzyjaźnić się z tą stroną . Wildcards są akceptowane . Pozostaw puste by zezwolić każdej domenie na zapryjaźnienie. "
 
-#: mod/admin.php:181 mod/admin.php:718
-msgid "Federation Statistics"
-msgstr "Statystyki Organizacji"
+#: mod/admin.php:1382
+msgid "Allowed email domains"
+msgstr "Dozwolone domeny e-mailowe"
 
-#: mod/admin.php:182
-msgid "Configuration"
-msgstr "Konfiguracja"
+#: mod/admin.php:1382
+msgid ""
+"Comma separated list of domains which are allowed in email addresses for "
+"registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains"
+msgstr "Rozdzielana przecinkami lista domen dozwolonych w adresach e-mail do rejestracji na tej stronie. Symbole wieloznaczne są akceptowane. Opróżnij, aby zezwolić na dowolne domeny"
 
-#: mod/admin.php:183 mod/admin.php:1345
-msgid "Site"
-msgstr "Strona"
+#: mod/admin.php:1383
+msgid "No OEmbed rich content"
+msgstr "Brak treści multimedialnych ze znaczkiem HTML"
 
-#: mod/admin.php:184 mod/admin.php:1273 mod/admin.php:1788 mod/admin.php:1804
-msgid "Users"
-msgstr "Użytkownicy"
+#: mod/admin.php:1383
+msgid ""
+"Don't show the rich content (e.g. embedded PDF), except from the domains "
+"listed below."
+msgstr "Nie wyświetlaj zasobów treści (np. osadzonego pliku PDF), z wyjątkiem domen wymienionych poniżej."
 
-#: mod/admin.php:185 mod/admin.php:1904 mod/admin.php:1964 mod/settings.php:86
-msgid "Addons"
-msgstr "Dodatki"
+#: mod/admin.php:1384
+msgid "Allowed OEmbed domains"
+msgstr "Dozwolone domeny OEmbed"
 
-#: mod/admin.php:186 mod/admin.php:2173 mod/admin.php:2217
-msgid "Themes"
-msgstr "Wygląd"
+#: mod/admin.php:1384
+msgid ""
+"Comma separated list of domains which oembed content is allowed to be "
+"displayed. Wildcards are accepted."
+msgstr "Rozdzielana przecinkami lista domen, w których wyświetlana jest treść, może być wyświetlana. Symbole wieloznaczne są akceptowane."
 
-#: mod/admin.php:187 mod/settings.php:64
-msgid "Additional features"
-msgstr "Dodatkowe funkcje"
+#: mod/admin.php:1385
+msgid "Block public"
+msgstr "Blokuj publicznie"
 
-#: mod/admin.php:189
-msgid "Database"
-msgstr "Baza danych"
+#: mod/admin.php:1385
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "Zaznacz, aby zablokować publiczny dostęp do wszystkich publicznych stron prywatnych w tej witrynie, chyba że jesteś zalogowany."
 
-#: mod/admin.php:190
-msgid "DB updates"
-msgstr "Aktualizacje DB"
+#: mod/admin.php:1386
+msgid "Force publish"
+msgstr "Wymuś publikację"
 
-#: mod/admin.php:191 mod/admin.php:753
-msgid "Inspect Queue"
-msgstr "Sprawdź kolejkę"
+#: mod/admin.php:1386
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "Zaznacz, aby wymusić umieszczenie wszystkich profili w tej witrynie w katalogu witryny."
 
-#: mod/admin.php:192
-msgid "Tools"
-msgstr "Narzędzia"
+#: mod/admin.php:1387
+msgid "Global directory URL"
+msgstr "Globalny adres URL katalogu"
 
-#: mod/admin.php:193
-msgid "Contact Blocklist"
-msgstr "Lista zablokowanych kontaktów"
+#: mod/admin.php:1387
+msgid ""
+"URL to the global directory. If this is not set, the global directory is "
+"completely unavailable to the application."
+msgstr "Adres URL do katalogu globalnego. Jeśli nie zostanie to ustawione, katalog globalny jest całkowicie niedostępny dla aplikacji."
 
-#: mod/admin.php:194 mod/admin.php:362
-msgid "Server Blocklist"
-msgstr "Lista zablokowanych serwerów"
+#: mod/admin.php:1388
+msgid "Private posts by default for new users"
+msgstr "Prywatne posty domyślnie dla nowych użytkowników"
 
-#: mod/admin.php:195 mod/admin.php:521
-msgid "Delete Item"
-msgstr "Usuń przedmiot"
+#: mod/admin.php:1388
+msgid ""
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
+msgstr "Ustaw domyślne uprawnienia do publikowania dla wszystkich nowych członków na domyślną grupę prywatności, a nie publiczną."
 
-#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2291
-msgid "Logs"
-msgstr "Logi"
+#: mod/admin.php:1389
+msgid "Don't include post content in email notifications"
+msgstr "Nie wklejaj zawartości postu do powiadomienia o poczcie"
 
-#: mod/admin.php:198 mod/admin.php:2358
-msgid "View Logs"
-msgstr "Zobacz rejestry"
+#: mod/admin.php:1389
+msgid ""
+"Don't include the content of a post/comment/private message/etc. in the "
+"email notifications that are sent out from this site, as a privacy measure."
+msgstr "W celu ochrony prywatności, nie włączaj zawartości postu/komentarza/wiadomości prywatnej/etc. do powiadomień w wiadomościach mailowych wysyłanych z tej strony."
 
-#: mod/admin.php:200
-msgid "Diagnostics"
-msgstr "Diagnostyka"
+#: mod/admin.php:1390
+msgid "Disallow public access to addons listed in the apps menu."
+msgstr "Nie zezwalaj na publiczny dostęp do dodatkowych wtyczek wyszczególnionych w menu aplikacji."
 
-#: mod/admin.php:201
-msgid "PHP Info"
-msgstr "Informacje o PHP"
+#: mod/admin.php:1390
+msgid ""
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
+msgstr "Zaznaczenie tego pola spowoduje ograniczenie dodatków wymienionych w menu aplikacji tylko dla członków."
 
-#: mod/admin.php:202
-msgid "probe address"
-msgstr "adres sondy"
+#: mod/admin.php:1391
+msgid "Don't embed private images in posts"
+msgstr "Nie umieszczaj prywatnych zdjęć w postach"
 
-#: mod/admin.php:203
-msgid "check webfinger"
-msgstr "sprawdź webfinger"
+#: mod/admin.php:1391
+msgid ""
+"Don't replace locally-hosted private photos in posts with an embedded copy "
+"of the image. This means that contacts who receive posts containing private "
+"photos will have to authenticate and load each image, which may take a "
+"while."
+msgstr "Nie zastępuj lokalnie hostowanych zdjęć prywatnych we wpisach za pomocą osadzonej kopii obrazu. Oznacza to, że osoby, które otrzymują posty zawierające prywatne zdjęcia, będą musiały uwierzytelnić i wczytać każdy obraz, co może trochę potrwać."
 
-#: mod/admin.php:222 src/Content/Nav.php:217
-msgid "Admin"
-msgstr "Administator"
+#: mod/admin.php:1392
+msgid "Allow Users to set remote_self"
+msgstr "Zezwól użytkownikom na ustawienie remote_self"
 
-#: mod/admin.php:223
-msgid "Addon Features"
-msgstr "Funkcje dodatkowe"
+#: mod/admin.php:1392
+msgid ""
+"With checking this, every user is allowed to mark every contact as a "
+"remote_self in the repair contact dialog. Setting this flag on a contact "
+"causes mirroring every posting of that contact in the users stream."
+msgstr "Po sprawdzeniu tego każdy użytkownik może zaznaczyć każdy kontakt jako zdalny w oknie dialogowym kontaktu naprawczego. Ustawienie tej flagi na kontakcie powoduje dublowanie każdego wpisu tego kontaktu w strumieniu użytkowników."
 
-#: mod/admin.php:224
-msgid "User registrations waiting for confirmation"
-msgstr "Rejestracje użytkownika czekają na potwierdzenie."
+#: mod/admin.php:1393
+msgid "Block multiple registrations"
+msgstr "Zablokuj wielokrotną rejestrację"
 
-#: mod/admin.php:301 mod/admin.php:361 mod/admin.php:478 mod/admin.php:520
-#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1344
-#: mod/admin.php:1787 mod/admin.php:1903 mod/admin.php:1963 mod/admin.php:2172
-#: mod/admin.php:2216 mod/admin.php:2290 mod/admin.php:2357
-msgid "Administration"
-msgstr "Administracja"
+#: mod/admin.php:1393
+msgid "Disallow users to register additional accounts for use as pages."
+msgstr "Nie pozwalaj użytkownikom na zakładanie dodatkowych kont do używania jako strony. "
 
-#: mod/admin.php:303
-msgid "Display Terms of Service"
-msgstr "Wyświetl Warunki korzystania z usługi"
+#: mod/admin.php:1394
+msgid "OpenID support"
+msgstr "Wsparcie OpenID"
 
-#: mod/admin.php:303
-msgid ""
-"Enable the Terms of Service page. If this is enabled a link to the terms "
-"will be added to the registration form and the general information page."
-msgstr "Włącz stronę Warunki świadczenia usług. Jeśli ta opcja jest włączona, link do warunków zostanie dodany do formularza rejestracyjnego i strony z informacjami ogólnymi."
+#: mod/admin.php:1394
+msgid "OpenID support for registration and logins."
+msgstr "Obsługa OpenID do rejestracji i logowania."
 
-#: mod/admin.php:304
-msgid "Display Privacy Statement"
-msgstr "Wyświetl oświadczenie o prywatności"
+#: mod/admin.php:1395
+msgid "Fullname check"
+msgstr "Sprawdzanie pełnej nazwy"
 
-#: mod/admin.php:304
-#, php-format
+#: mod/admin.php:1395
 msgid ""
-"Show some informations regarding the needed information to operate the node "
-"according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
-msgstr "Pokaż niektóre informacje dotyczące potrzebnych informacji do obsługi węzła zgodnie np. do <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
+"Force users to register with a space between firstname and lastname in Full "
+"name, as an antispam measure"
+msgstr "Aby ograniczyć spam, wymagaj by użytkownik przy rejestracji w polu Imię i nazwisko użył spacji pomiędzy imieniem i nazwiskiem."
 
-#: mod/admin.php:305
-msgid "The Terms of Service"
-msgstr "Warunki świadczenia usług"
+#: mod/admin.php:1396
+msgid "Community pages for visitors"
+msgstr "Strony społecznościowe dla odwiedzających"
 
-#: mod/admin.php:305
+#: mod/admin.php:1396
 msgid ""
-"Enter the Terms of Service for your node here. You can use BBCode. Headers "
-"of sections should be [h2] and below."
-msgstr "Wprowadź tutaj Warunki świadczenia usług dla swojego węzła. Możesz użyć BBCode. Nagłówki sekcji powinny być [h2] i poniżej."
-
-#: mod/admin.php:353
-msgid "The blocked domain"
-msgstr "Zablokowana domena"
+"Which community pages should be available for visitors. Local users always "
+"see both pages."
+msgstr "Które strony społeczności powinny być dostępne dla odwiedzających. Lokalni użytkownicy zawsze widzą obie strony."
 
-#: mod/admin.php:354 mod/admin.php:367
-msgid "The reason why you blocked this domain."
-msgstr "Powód zablokowania tej domeny."
+#: mod/admin.php:1397
+msgid "Posts per user on community page"
+msgstr "Lista postów użytkownika na stronie społeczności"
 
-#: mod/admin.php:355
-msgid "Delete domain"
-msgstr "Usuń domenę"
+#: mod/admin.php:1397
+msgid ""
+"The maximum number of posts per user on the community page. (Not valid for "
+"'Global Community')"
+msgstr "Maksymalna liczba postów na użytkownika na stronie społeczności. (Nie dotyczy 'społeczności globalnej')"
 
-#: mod/admin.php:355
-msgid "Check to delete this entry from the blocklist"
-msgstr "Zaznacz, aby usunąć ten wpis z listy bloków"
+#: mod/admin.php:1398
+msgid "Enable OStatus support"
+msgstr "Włącz wsparcie OStatus"
 
-#: mod/admin.php:363
+#: mod/admin.php:1398
 msgid ""
-"This page can be used to define a black list of servers from the federated "
-"network that are not allowed to interact with your node. For all entered "
-"domains you should also give a reason why you have blocked the remote "
-"server."
-msgstr "Na tej stronie można zdefiniować czarną listę serwerów ze stowarzyszonej sieci, które nie mogą współdziałać z danym węzłem. Dla wszystkich wprowadzonych domen powinieneś podać powód, dla którego zablokowałeś serwer zdalny."
+"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
+"communications in OStatus are public, so privacy warnings will be "
+"occasionally displayed."
+msgstr "Zapewnij kompatybilność z OStatus (StatusNet, GNU Social itp.). Cała komunikacja w stanie OStatus jest jawna, dlatego ostrzeżenia o prywatności będą czasami wyświetlane."
 
-#: mod/admin.php:364
-msgid ""
-"The list of blocked servers will be made publically available on the "
-"/friendica page so that your users and people investigating communication "
-"problems can find the reason easily."
-msgstr "Lista zablokowanych serwerów zostanie publicznie udostępniona na stronie /friendica, dzięki czemu użytkownicy i osoby badające problemy z komunikacją mogą łatwo znaleźć przyczynę."
+#: mod/admin.php:1399
+msgid "Only import OStatus threads from our contacts"
+msgstr "Importuj wątki OStatus tylko z naszych kontaktów"
 
-#: mod/admin.php:365
-msgid "Add new entry to block list"
-msgstr "Dodaj nowy wpis do listy bloków"
+#: mod/admin.php:1399
+msgid ""
+"Normally we import every content from our OStatus contacts. With this option"
+" we only store threads that are started by a contact that is known on our "
+"system."
+msgstr "Normalnie importujemy każdą treść z naszych kontaktów OStatus. W tej opcji przechowujemy tylko wątki uruchomione przez kontakt znany w naszym systemie."
 
-#: mod/admin.php:366
-msgid "Server Domain"
-msgstr "Domena serwera"
+#: mod/admin.php:1400
+msgid "OStatus support can only be enabled if threading is enabled."
+msgstr "Obsługa OStatus może być włączona tylko wtedy, gdy włączone jest wątkowanie."
 
-#: mod/admin.php:366
+#: mod/admin.php:1402
 msgid ""
-"The domain of the new server to add to the block list. Do not include the "
-"protocol."
-msgstr "Domena nowego serwera do dodania do listy bloków. Nie dołączaj protokołu."
-
-#: mod/admin.php:367
-msgid "Block reason"
-msgstr "Powód zablokowania"
+"Diaspora support can't be enabled because Friendica was installed into a sub"
+" directory."
+msgstr "Obsługa Diaspory nie może być włączona, ponieważ Friendica została zainstalowana w podkatalogu."
 
-#: mod/admin.php:368
-msgid "Add Entry"
-msgstr "Dodaj wpis"
+#: mod/admin.php:1403
+msgid "Enable Diaspora support"
+msgstr "Włączyć obsługę Diaspory"
 
-#: mod/admin.php:369
-msgid "Save changes to the blocklist"
-msgstr "Zapisz zmiany w Liście zablokowanych"
+#: mod/admin.php:1403
+msgid "Provide built-in Diaspora network compatibility."
+msgstr "Zapewnij wbudowaną kompatybilność z siecią Diaspora."
 
-#: mod/admin.php:370
-msgid "Current Entries in the Blocklist"
-msgstr "Aktualne wpisy na liście zablokowanych"
+#: mod/admin.php:1404
+msgid "Only allow Friendica contacts"
+msgstr "Dopuść tylko kontakty Friendrica"
 
-#: mod/admin.php:373
-msgid "Delete entry from blocklist"
-msgstr "Usuń wpis z listy zablokowanych"
+#: mod/admin.php:1404
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
+msgstr "Wszyscy znajomi muszą używać protokołów Friendica. Wszystkie inne wbudowane protokoły komunikacyjne są wyłączone."
 
-#: mod/admin.php:376
-msgid "Delete entry from blocklist?"
-msgstr "Usunąć wpis z listy zablokowanych?"
+#: mod/admin.php:1405
+msgid "Verify SSL"
+msgstr "Weryfikacja SSL"
 
-#: mod/admin.php:402
-msgid "Server added to blocklist."
-msgstr "Serwer dodany do listy zablokowanych."
+#: mod/admin.php:1405
+msgid ""
+"If you wish, you can turn on strict certificate checking. This will mean you"
+" cannot connect (at all) to self-signed SSL sites."
+msgstr "Jeśli chcesz, możesz włączyć ścisłe sprawdzanie certyfikatu. Oznacza to, że nie możesz połączyć się (w ogóle) z własnoręcznie podpisanymi stronami SSL."
 
-#: mod/admin.php:418
-msgid "Site blocklist updated."
-msgstr "Zaktualizowano listę bloków witryny."
+#: mod/admin.php:1406
+msgid "Proxy user"
+msgstr "Użytkownik proxy"
 
-#: mod/admin.php:441 src/Core/Console/GlobalCommunityBlock.php:72
-msgid "The contact has been blocked from the node"
-msgstr "Kontakt został zablokowany w węźle"
+#: mod/admin.php:1407
+msgid "Proxy URL"
+msgstr "URL Proxy"
 
-#: mod/admin.php:443 src/Core/Console/GlobalCommunityBlock.php:69
-#, php-format
-msgid "Could not find any contact entry for this URL (%s)"
-msgstr "Nie można znaleźć żadnego kontaktu dla tego adresu URL (%s)"
+#: mod/admin.php:1408
+msgid "Network timeout"
+msgstr "Network timeout"
 
-#: mod/admin.php:450
-#, php-format
-msgid "%s contact unblocked"
-msgid_plural "%s contacts unblocked"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+#: mod/admin.php:1408
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "Wartość jest w sekundach. Ustaw na 0 dla nieograniczonej (niezalecane)."
 
-#: mod/admin.php:479
-msgid "Remote Contact Blocklist"
-msgstr "Lista zablokowanych kontaktów zdalnych"
+#: mod/admin.php:1409
+msgid "Maximum Load Average"
+msgstr "Maksymalne obciążenie średnie"
 
-#: mod/admin.php:480
+#: mod/admin.php:1409
 msgid ""
-"This page allows you to prevent any message from a remote contact to reach "
-"your node."
-msgstr "Ta strona pozwala zapobiec wysyłaniu do węzła wiadomości od kontaktu zdalnego."
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr "Maksymalne obciążenie systemu przed dostawą i odpytywaniem jest odroczone - domyślnie 50."
 
-#: mod/admin.php:481
-msgid "Block Remote Contact"
-msgstr "Zablokuj kontakt zdalny"
+#: mod/admin.php:1410
+msgid "Maximum Load Average (Frontend)"
+msgstr "Maksymalne obciążenie średnie (Frontend)"
 
-#: mod/admin.php:482 mod/admin.php:1790
-msgid "select all"
-msgstr "Zaznacz wszystko"
-
-#: mod/admin.php:483
-msgid "select none"
-msgstr "wybierz brak"
+#: mod/admin.php:1410
+msgid "Maximum system load before the frontend quits service - default 50."
+msgstr "Maksymalne obciążenie systemu, zanim frontend zakończy pracę - domyślnie 50."
 
-#: mod/admin.php:486
-msgid "No remote contact is blocked from this node."
-msgstr "Z tego węzła nie jest blokowany kontakt zdalny."
+#: mod/admin.php:1411
+msgid "Minimal Memory"
+msgstr "Minimalna pamięć"
 
-#: mod/admin.php:488
-msgid "Blocked Remote Contacts"
-msgstr "Zablokowane kontakty zdalne"
+#: mod/admin.php:1411
+msgid ""
+"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
+"default 0 (deactivated)."
+msgstr "Minimalna wolna pamięć w MB dla pracownika. Potrzebuje dostępu do /proc/ meminfo - domyślnie 0 (wyłączone)."
 
-#: mod/admin.php:489
-msgid "Block New Remote Contact"
-msgstr "Zablokuj nowy kontakt zdalny"
+#: mod/admin.php:1412
+msgid "Maximum table size for optimization"
+msgstr "Maksymalny rozmiar stołu do optymalizacji"
 
-#: mod/admin.php:490
-msgid "Photo"
-msgstr "Zdjęcie"
+#: mod/admin.php:1412
+msgid ""
+"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
+"Enter -1 to disable it."
+msgstr "Maksymalny rozmiar tabeli (w MB) dla automatycznej optymalizacji - domyślnie 100 MB. Wprowadź -1, aby go wyłączyć."
 
-#: mod/admin.php:498
-#, php-format
-msgid "%s total blocked contact"
-msgid_plural "%s total blocked contacts"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+#: mod/admin.php:1413
+msgid "Minimum level of fragmentation"
+msgstr "Minimalny poziom fragmentacji"
 
-#: mod/admin.php:500
-msgid "URL of the remote contact to block."
-msgstr "Adres URL kontaktu zdalnego do zablokowania."
+#: mod/admin.php:1413
+msgid ""
+"Minimum fragmenation level to start the automatic optimization - default "
+"value is 30%."
+msgstr "Minimalny poziom fragmentacji, aby rozpocząć automatyczną optymalizację - domyślna wartość to 30%."
 
-#: mod/admin.php:522
-msgid "Delete this Item"
-msgstr "Usuń ten przedmiot"
+#: mod/admin.php:1415
+msgid "Periodical check of global contacts"
+msgstr "Okresowa kontrola kontaktów globalnych"
 
-#: mod/admin.php:523
+#: mod/admin.php:1415
 msgid ""
-"On this page you can delete an item from your node. If the item is a top "
-"level posting, the entire thread will be deleted."
-msgstr "Na tej stronie możesz usunąć przedmiot ze swojego węzła. Jeśli element jest publikowaniem na najwyższym poziomie, cały wątek zostanie usunięty."
+"If enabled, the global contacts are checked periodically for missing or "
+"outdated data and the vitality of the contacts and servers."
+msgstr "Jeśli jest włączona, kontakty globalne są okresowo sprawdzane pod kątem brakujących lub nieaktualnych danych oraz żywotności kontaktów i serwerów."
 
-#: mod/admin.php:524
-msgid ""
-"You need to know the GUID of the item. You can find it e.g. by looking at "
-"the display URL. The last part of http://example.com/display/123456 is the "
-"GUID, here 123456."
-msgstr "Musisz znać identyfikator GUID tego przedmiotu. Możesz go znaleźć np. patrząc na wyświetlany adres URL. Ostatnia część http://example.com/display/123456 to GUID, tutaj 123456."
+#: mod/admin.php:1416
+msgid "Days between requery"
+msgstr "Dni między żądaniem"
 
-#: mod/admin.php:525
-msgid "GUID"
-msgstr "GUID"
+#: mod/admin.php:1416
+msgid "Number of days after which a server is requeried for his contacts."
+msgstr "Liczba dni, po upływie których serwer jest żądany dla swoich kontaktów."
 
-#: mod/admin.php:525
-msgid "The GUID of the item you want to delete."
-msgstr "Identyfikator elementu GUID, który chcesz usunąć."
+#: mod/admin.php:1417
+msgid "Discover contacts from other servers"
+msgstr "Odkryj kontakty z innych serwerów"
 
-#: mod/admin.php:564
-msgid "Item marked for deletion."
-msgstr "Przedmiot oznaczony do usunięcia."
+#: mod/admin.php:1417
+msgid ""
+"Periodically query other servers for contacts. You can choose between "
+"'users': the users on the remote system, 'Global Contacts': active contacts "
+"that are known on the system. The fallback is meant for Redmatrix servers "
+"and older friendica servers, where global contacts weren't available. The "
+"fallback increases the server load, so the recommened setting is 'Users, "
+"Global Contacts'."
+msgstr "Okresowo wysyłaj zapytanie do innych serwerów o kontakty. Możesz wybierać pomiędzy 'użytkownikami': użytkownikami w systemie zdalnym, 'Kontakty globalne': aktywne kontakty znane w systemie. Zastępowanie jest przeznaczone dla serwerów Redmatrix i starszych serwerów Friendica, w których kontakty globalne nie były dostępne. Funkcja awaryjna zwiększa obciążenie serwera, dlatego zalecanym ustawieniem jest 'Użytkownicy, kontakty globalne'."
 
-#: mod/admin.php:635
-msgid "unknown"
-msgstr "nieznany"
+#: mod/admin.php:1418
+msgid "Timeframe for fetching global contacts"
+msgstr "Czas pobierania globalnych kontaktów"
 
-#: mod/admin.php:711
+#: mod/admin.php:1418
 msgid ""
-"This page offers you some numbers to the known part of the federated social "
-"network your Friendica node is part of. These numbers are not complete but "
-"only reflect the part of the network your node is aware of."
-msgstr "Ta strona zawiera kilka numerów do znanej części federacyjnej sieci społecznościowej, do której należy Twój węzeł Friendica. Liczby te nie są kompletne, ale odzwierciedlają tylko część sieci, o której wie twój węzeł."
+"When the discovery is activated, this value defines the timeframe for the "
+"activity of the global contacts that are fetched from other servers."
+msgstr "Po aktywowaniu wykrywania ta wartość określa czas działania globalnych kontaktów pobieranych z innych serwerów."
 
-#: mod/admin.php:712
+#: mod/admin.php:1419
+msgid "Search the local directory"
+msgstr "Wyszukaj w lokalnym katalogu"
+
+#: mod/admin.php:1419
 msgid ""
-"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
-"will improve the data displayed here."
-msgstr "Funkcja <em>Katalog kontaktów automatycznie odkrytych</em> nie jest włączona, poprawi ona wyświetlane tutaj dane."
+"Search the local directory instead of the global directory. When searching "
+"locally, every search will be executed on the global directory in the "
+"background. This improves the search results when the search is repeated."
+msgstr "Wyszukaj lokalny katalog zamiast katalogu globalnego. Podczas wyszukiwania lokalnie każde wyszukiwanie zostanie wykonane w katalogu globalnym w tle. Poprawia to wyniki wyszukiwania, gdy wyszukiwanie jest powtarzane."
 
-#: mod/admin.php:724
-#, php-format
+#: mod/admin.php:1421
+msgid "Publish server information"
+msgstr "Publikuj informacje o serwerze"
+
+#: mod/admin.php:1421
 msgid ""
-"Currently this node is aware of %d nodes with %d registered users from the "
-"following platforms:"
-msgstr "Obecnie węzeł ten jest świadomy %dwęzłów z %d zarejestrowanymi użytkownikami z następujących platform:"
+"If enabled, general server and usage data will be published. The data "
+"contains the name and version of the server, number of users with public "
+"profiles, number of posts and the activated protocols and connectors. See <a"
+" href='http://the-federation.info/'>the-federation.info</a> for details."
+msgstr "Jeśli opcja jest włączona, ogólne dane serwera i użytkowania zostaną opublikowane. Dane zawierają nazwę i wersję serwera, liczbę użytkowników z profilami publicznymi, liczbę postów oraz aktywowane protokoły i konektory. Aby uzyskać szczegółowe informacje, patrz <a href='http://the-federation.info/'>the-federation.info</a>."
 
-#: mod/admin.php:755
-msgid "ID"
-msgstr "ID"
+#: mod/admin.php:1423
+msgid "Check upstream version"
+msgstr "Sprawdź wersję powyżej"
 
-#: mod/admin.php:756
-msgid "Recipient Name"
-msgstr "Nazwa odbiorcy"
+#: mod/admin.php:1423
+msgid ""
+"Enables checking for new Friendica versions at github. If there is a new "
+"version, you will be informed in the admin panel overview."
+msgstr "Umożliwia sprawdzenie nowych wersji Friendica na github. Jeśli pojawi się nowa wersja, zostaniesz o tym poinformowany w panelu administracyjnym."
 
-#: mod/admin.php:757
-msgid "Recipient Profile"
-msgstr "Profil odbiorcy"
+#: mod/admin.php:1424
+msgid "Suppress Tags"
+msgstr "Ukryj tagi"
 
-#: mod/admin.php:758 src/Core/NotificationsManager.php:178
-#: src/Content/Nav.php:178 view/theme/frio/theme.php:266
-msgid "Network"
-msgstr "Sieć"
+#: mod/admin.php:1424
+msgid "Suppress showing a list of hashtags at the end of the posting."
+msgstr "Pomiń wyświetlenie listy hashtagów na końcu postu."
 
-#: mod/admin.php:759
-msgid "Created"
-msgstr "Utwórz"
+#: mod/admin.php:1425
+msgid "Path to item cache"
+msgstr "Ścieżka do pamięci podręcznej"
 
-#: mod/admin.php:760
-msgid "Last Tried"
-msgstr "Ostatnia wypróbowana"
+#: mod/admin.php:1425
+msgid "The item caches buffers generated bbcode and external images."
+msgstr "Pozycja buforuje bufory generowane bbcode i obrazy zewnętrzne."
 
-#: mod/admin.php:761
-msgid ""
-"This page lists the content of the queue for outgoing postings. These are "
-"postings the initial delivery failed for. They will be resend later and "
-"eventually deleted if the delivery fails permanently."
-msgstr "Na tej stronie znajduje się zawartość kolejki dla wysyłek wychodzących. Są to posty, dla których początkowe wysyłanie nie powiodło się. Zostaną one ponownie wysłane później i ostatecznie usunięte, jeśli doręczenie zakończy się trwale."
+#: mod/admin.php:1426
+msgid "Cache duration in seconds"
+msgstr "Czas trwania w sekundach"
 
-#: mod/admin.php:785
-#, php-format
+#: mod/admin.php:1426
 msgid ""
-"Your DB still runs with MyISAM tables. You should change the engine type to "
-"InnoDB. As Friendica will use InnoDB only features in the future, you should"
-" change this! See <a href=\"%s\">here</a> for a guide that may be helpful "
-"converting the table engines. You may also use the command <tt>php "
-"bin/console.php dbstructure toinnodb</tt> of your Friendica installation for"
-" an automatic conversion.<br />"
-msgstr "Twoja baza danych nadal działa z tabelami MyISAM. Powinieneś zmienić typ silnika na InnoDB. Ponieważ Friendica będzie używać funkcji związanych z InnoDB tylko w przyszłości, powinieneś to zmienić! Zobacz <a href=\"%s\">tutaj</a> przewodnik, który może być pomocny w konwersji silników stołowych. Możesz także użyć polecenia <tt>php bin/console.php dbstructure toinnodb</tt> instalacji Friendica do automatycznej konwersji.<br />"
+"How long should the cache files be hold? Default value is 86400 seconds (One"
+" day). To disable the item cache, set the value to -1."
+msgstr "Jak długo powinny być przechowywane pliki pamięci podręcznej? Wartość domyślna to 86400 sekund (jeden dzień). Aby wyłączyć pamięć podręczną elementów, ustaw wartość na -1."
 
-#: mod/admin.php:792
-#, php-format
-msgid ""
-"There is a new version of Friendica available for download. Your current "
-"version is %1$s, upstream version is %2$s"
-msgstr "Dostępna jest nowa wersja aplikacji Friendica. Twoja aktualna wersja to %1$s wyższa wersja to %2$s"
+#: mod/admin.php:1427
+msgid "Maximum numbers of comments per post"
+msgstr "Maksymalna liczba komentarzy na post"
 
-#: mod/admin.php:802
-msgid ""
-"The database update failed. Please run \"php bin/console.php dbstructure "
-"update\" from the command line and have a look at the errors that might "
-"appear."
-msgstr "Aktualizacja bazy danych nie powiodła się. Uruchom polecenie \"php bin/console.php dbstructure update\" z wiersza poleceń i sprawdź błędy, które mogą się pojawić."
+#: mod/admin.php:1427
+msgid "How much comments should be shown for each post? Default value is 100."
+msgstr "Ile komentarzy powinno być pokazywanych dla każdego posta? Domyślna wartość to 100."
 
-#: mod/admin.php:808
-msgid "The worker was never executed. Please check your database structure!"
-msgstr "Pracownik nigdy nie został stracony. Sprawdź swoją strukturę bazy danych!"
+#: mod/admin.php:1428
+msgid "Temp path"
+msgstr "Ścieżka do Temp"
 
-#: mod/admin.php:811
-#, php-format
+#: mod/admin.php:1428
 msgid ""
-"The last worker execution was on %s UTC. This is older than one hour. Please"
-" check your crontab settings."
-msgstr "Ostatnie wykonanie robota było w %s UTC. To jest starsze niż jedna godzina. Sprawdź ustawienia crontab."
+"If you have a restricted system where the webserver can't access the system "
+"temp path, enter another path here."
+msgstr "Jeśli masz zastrzeżony system, w którym serwer internetowy nie może uzyskać dostępu do ścieżki temp systemu, wprowadź tutaj inną ścieżkę."
 
-#: mod/admin.php:816 mod/admin.php:1739
-msgid "Normal Account"
-msgstr "Konto normalne"
+#: mod/admin.php:1429
+msgid "Base path to installation"
+msgstr "Podstawowa ścieżka do instalacji"
 
-#: mod/admin.php:817 mod/admin.php:1740
-msgid "Automatic Follower Account"
-msgstr "Automatyczne konto obserwatora"
+#: mod/admin.php:1429
+msgid ""
+"If the system cannot detect the correct path to your installation, enter the"
+" correct path here. This setting should only be set if you are using a "
+"restricted system and symbolic links to your webroot."
+msgstr "Jeśli system nie może wykryć poprawnej ścieżki do instalacji, wprowadź tutaj poprawną ścieżkę. To ustawienie powinno być ustawione tylko wtedy, gdy używasz ograniczonego systemu i dowiązań symbolicznych do twojego webroota."
 
-#: mod/admin.php:818 mod/admin.php:1741
-msgid "Public Forum Account"
-msgstr "Publiczne konto na forum"
-
-#: mod/admin.php:819 mod/admin.php:1742
-msgid "Automatic Friend Account"
-msgstr "Automatyczny przyjaciel konta"
+#: mod/admin.php:1430
+msgid "Disable picture proxy"
+msgstr "Wyłącz obraz proxy"
 
-#: mod/admin.php:820
-msgid "Blog Account"
-msgstr "Konto Bloga"
+#: mod/admin.php:1430
+msgid ""
+"The picture proxy increases performance and privacy. It shouldn't be used on"
+" systems with very low bandwith."
+msgstr "Proxy obrazu zwiększa wydajność i prywatność. Nie należy go stosować w systemach o bardzo niskiej przepustowości."
 
-#: mod/admin.php:821
-msgid "Private Forum Account"
-msgstr "Prywatne konto na forum"
+#: mod/admin.php:1431
+msgid "Only search in tags"
+msgstr "Szukaj tylko w tagach"
 
-#: mod/admin.php:843
-msgid "Message queues"
-msgstr "Wiadomości"
+#: mod/admin.php:1431
+msgid "On large systems the text search can slow down the system extremely."
+msgstr "W dużych systemach wyszukiwanie tekstu może wyjątkowo spowolnić system."
 
-#: mod/admin.php:849
-msgid "Summary"
-msgstr "Podsumowanie"
+#: mod/admin.php:1433
+msgid "New base url"
+msgstr "Nowy bazowy adres url"
 
-#: mod/admin.php:851
-msgid "Registered users"
-msgstr "Zarejestrowani użytkownicy"
+#: mod/admin.php:1433
+msgid ""
+"Change base url for this server. Sends relocate message to all Friendica and"
+" Diaspora* contacts of all users."
+msgstr "Zmień bazowy adres URL dla tego serwera. Wysyła wiadomość o przeniesieniu do wszystkich kontaktów Friendica i Diaspora* wszystkich użytkowników."
 
-#: mod/admin.php:853
-msgid "Pending registrations"
-msgstr "Rejestracje w toku."
+#: mod/admin.php:1435
+msgid "RINO Encryption"
+msgstr "Szyfrowanie RINO"
 
-#: mod/admin.php:854
-msgid "Version"
-msgstr "Wersja"
+#: mod/admin.php:1435
+msgid "Encryption layer between nodes."
+msgstr "Warstwa szyfrowania między węzłami."
 
-#: mod/admin.php:859
-msgid "Active addons"
-msgstr "Aktywne dodatki"
+#: mod/admin.php:1435
+msgid "Enabled"
+msgstr "Włącz"
 
-#: mod/admin.php:890
-msgid "Can not parse base url. Must have at least <scheme>://<domain>"
-msgstr "Nie można zanalizować podstawowego adresu URL. Musi mieć co najmniej <scheme>: //<domain>"
+#: mod/admin.php:1437
+msgid "Maximum number of parallel workers"
+msgstr "Maksymalna liczba równoległych pracowników"
 
-#: mod/admin.php:1209
-msgid "Site settings updated."
-msgstr "Ustawienia strony zaktualizowane"
+#: mod/admin.php:1437
+msgid ""
+"On shared hosters set this to 2. On larger systems, values of 10 are great. "
+"Default value is 4."
+msgstr "Na współdzielonych hostach ustaw to na 2. W większych systemach wartości 10 są świetne. Domyślna wartość to 4."
 
-#: mod/admin.php:1236 mod/settings.php:905
-msgid "No special theme for mobile devices"
-msgstr "Brak specialnego motywu dla urządzeń mobilnych"
+#: mod/admin.php:1438
+msgid "Don't use 'proc_open' with the worker"
+msgstr "Nie używaj 'proc_open' z robotnikiem"
 
-#: mod/admin.php:1265
-msgid "No community page"
-msgstr "Brak strony społeczności"
+#: mod/admin.php:1438
+msgid ""
+"Enable this if your system doesn't allow the use of 'proc_open'. This can "
+"happen on shared hosters. If this is enabled you should increase the "
+"frequency of worker calls in your crontab."
+msgstr "Włącz to, jeśli twój system nie zezwala na użycie 'proc_open'. Może się to zdarzyć w przypadku współdzielonych hosterów. Jeśli ta opcja jest włączona, powinieneś zwiększyć częstotliwość wywołań pracowniczych w twoim pliku crontab."
 
-#: mod/admin.php:1266
-msgid "Public postings from users of this site"
-msgstr "Publikacje publiczne od użytkowników tej strony"
+#: mod/admin.php:1439
+msgid "Enable fastlane"
+msgstr "Włącz Fastlane"
 
-#: mod/admin.php:1267
-msgid "Public postings from the federated network"
-msgstr "Publikacje wpisy ze sfederowanej sieci"
+#: mod/admin.php:1439
+msgid ""
+"When enabed, the fastlane mechanism starts an additional worker if processes"
+" with higher priority are blocked by processes of lower priority."
+msgstr "Po włączeniu system Fastlane uruchamia dodatkowego pracownika, jeśli procesy o wyższym priorytecie są blokowane przez procesy o niższym priorytecie."
 
-#: mod/admin.php:1268
-msgid "Public postings from local users and the federated network"
-msgstr "Publikacje publiczne od użytkowników lokalnych i sieci federacyjnej"
+#: mod/admin.php:1440
+msgid "Enable frontend worker"
+msgstr "Włącz pracownika frontend"
 
-#: mod/admin.php:1274
-msgid "Users, Global Contacts"
-msgstr "Użytkownicy, kontakty globalne"
+#: mod/admin.php:1440
+#, php-format
+msgid ""
+"When enabled the Worker process is triggered when backend access is "
+"performed \\x28e.g. messages being delivered\\x29. On smaller sites you "
+"might want to call %s/worker on a regular basis via an external cron job. "
+"You should only enable this option if you cannot utilize cron/scheduled jobs"
+" on your server."
+msgstr "Po włączeniu proces roboczy jest wyzwalany, gdy wykonywany jest dostęp do zaplecza \\x28e.g. wiadomości są dostarczane\\x29. W mniejszych witrynach możesz chcieć wywoływać %s/robotnika regularnie przez zewnętrzne zadanie cron. Tę opcję należy włączyć tylko wtedy, gdy nie można używać zadań cron/zaplanowanych na serwerze."
 
-#: mod/admin.php:1275
-msgid "Users, Global Contacts/fallback"
-msgstr "Użytkownicy, kontakty globalne/awaryjne"
+#: mod/admin.php:1442
+msgid "Subscribe to relay"
+msgstr "Subskrybuj przekaźnik"
 
-#: mod/admin.php:1279
-msgid "One month"
-msgstr "Miesiąc"
+#: mod/admin.php:1442
+msgid ""
+"Enables the receiving of public posts from the relay. They will be included "
+"in the search, subscribed tags and on the global community page."
+msgstr "Umożliwia odbieranie publicznych wiadomości z przekaźnika. Zostaną uwzględnione w tagach wyszukiwania, subskrybowanych i na stronie społeczności globalnej."
 
-#: mod/admin.php:1280
-msgid "Three months"
-msgstr "Trzy miesiące"
+#: mod/admin.php:1443
+msgid "Relay server"
+msgstr "Serwer przekazujący"
 
-#: mod/admin.php:1281
-msgid "Half a year"
-msgstr "Pół roku"
+#: mod/admin.php:1443
+msgid ""
+"Address of the relay server where public posts should be send to. For "
+"example https://relay.diasp.org"
+msgstr "Adres serwera przekazującego, do którego należy wysyłać publiczne posty. Na przykład https://relay.diasp.org"
 
-#: mod/admin.php:1282
-msgid "One year"
-msgstr "Rok"
+#: mod/admin.php:1444
+msgid "Direct relay transfer"
+msgstr "Bezpośredni transfer przekaźników"
 
-#: mod/admin.php:1287
-msgid "Multi user instance"
-msgstr "Tryb wielu użytkowników"
+#: mod/admin.php:1444
+msgid ""
+"Enables the direct transfer to other servers without using the relay servers"
+msgstr "Umożliwia bezpośredni transfer do innych serwerów bez korzystania z serwerów przekazujących"
 
-#: mod/admin.php:1310
-msgid "Closed"
-msgstr "Zamknięta"
+#: mod/admin.php:1445
+msgid "Relay scope"
+msgstr "Zakres przekaźnika"
 
-#: mod/admin.php:1311
-msgid "Requires approval"
-msgstr "Wymagane zatwierdzenie."
+#: mod/admin.php:1445
+msgid ""
+"Can be 'all' or 'tags'. 'all' means that every public post should be "
+"received. 'tags' means that only posts with selected tags should be "
+"received."
+msgstr "Może być 'wszystkim' lub 'tagami'. 'wszystko' oznacza, że ​​każdy post publiczny powinien zostać odebrany. 'tagi' oznaczają, że powinny być odbierane tylko posty z wybranymi tagami."
 
-#: mod/admin.php:1312
-msgid "Open"
-msgstr "Otwarte"
+#: mod/admin.php:1445
+msgid "all"
+msgstr "wszystko"
 
-#: mod/admin.php:1316
-msgid "No SSL policy, links will track page SSL state"
-msgstr "Brak SSL , linki będą śledzić stan SSL ."
+#: mod/admin.php:1445
+msgid "tags"
+msgstr "tagi"
 
-#: mod/admin.php:1317
-msgid "Force all links to use SSL"
-msgstr "Wymuś by linki używały SSL."
+#: mod/admin.php:1446
+msgid "Server tags"
+msgstr "Serwer tagów"
 
-#: mod/admin.php:1318
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
-msgstr "Wewnętrzne Certyfikaty , użyj SSL tylko dla linków lokalnych . "
+#: mod/admin.php:1446
+msgid "Comma separated list of tags for the 'tags' subscription."
+msgstr "Lista oddzielonych przecinkami znaczników dla subskrypcji 'tagów'."
 
-#: mod/admin.php:1322
-msgid "Don't check"
-msgstr "Nie sprawdzaj"
+#: mod/admin.php:1447
+msgid "Allow user tags"
+msgstr "Pozwól na tagi użytkowników"
 
-#: mod/admin.php:1323
-msgid "check the stable version"
-msgstr "sprawdź wersję stabilną"
+#: mod/admin.php:1447
+msgid ""
+"If enabled, the tags from the saved searches will used for the 'tags' "
+"subscription in addition to the 'relay_server_tags'."
+msgstr "Po włączeniu tagi z zapisanych wyszukiwań będą używane do subskrypcji 'tagów' oprócz 'relay_server_tags'."
 
-#: mod/admin.php:1324
-msgid "check the development version"
-msgstr "sprawdź wersję rozwojową"
+#: mod/admin.php:1475
+msgid "Update has been marked successful"
+msgstr "Aktualizacja została oznaczona jako udana"
 
-#: mod/admin.php:1347
-msgid "Republish users to directory"
-msgstr "Ponownie opublikuj użytkowników w katalogu"
+#: mod/admin.php:1482
+#, php-format
+msgid "Database structure update %s was successfully applied."
+msgstr "Pomyślnie zastosowano aktualizację %s struktury bazy danych."
 
-#: mod/admin.php:1349
-msgid "File upload"
-msgstr "Plik załadowano"
+#: mod/admin.php:1485
+#, php-format
+msgid "Executing of database structure update %s failed with error: %s"
+msgstr "Wykonanie aktualizacji %s struktury bazy danych nie powiodło się z powodu błędu:%s"
 
-#: mod/admin.php:1350
-msgid "Policies"
-msgstr "zasady"
+#: mod/admin.php:1498
+#, php-format
+msgid "Executing %s failed with error: %s"
+msgstr "Wykonanie %s nie powiodło się z powodu błędu:%s"
 
-#: mod/admin.php:1352
-msgid "Auto Discovered Contact Directory"
-msgstr "Katalog kontaktów automatycznie odkrytych"
+#: mod/admin.php:1500
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "Aktualizacja %s została pomyślnie zastosowana."
 
-#: mod/admin.php:1353
-msgid "Performance"
-msgstr "Ustawienia"
+#: mod/admin.php:1503
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "Aktualizacja %s nie zwróciła statusu. Nieznane, jeśli się udało."
 
-#: mod/admin.php:1354
-msgid "Worker"
-msgstr "Pracownik"
+#: mod/admin.php:1506
+#, php-format
+msgid "There was no additional update function %s that needed to be called."
+msgstr "Nie było dodatkowej funkcji %s aktualizacji, która musiała zostać wywołana."
 
-#: mod/admin.php:1355
-msgid "Message Relay"
-msgstr "Przekazywanie wiadomości"
+#: mod/admin.php:1526
+msgid "No failed updates."
+msgstr "Brak błędów aktualizacji."
 
-#: mod/admin.php:1356
-msgid ""
-"Relocate - WARNING: advanced function. Could make this server unreachable."
-msgstr "Relokacja - OSTRZEŻENIE: funkcja zaawansowana. Może spowodować, że serwer będzie nieosiągalny."
+#: mod/admin.php:1527
+msgid "Check database structure"
+msgstr "Sprawdź strukturę bazy danych"
 
-#: mod/admin.php:1359
-msgid "Site name"
-msgstr "Nazwa strony"
+#: mod/admin.php:1532
+msgid "Failed Updates"
+msgstr "Błąd aktualizacji"
 
-#: mod/admin.php:1360
-msgid "Host name"
-msgstr "Nazwa hosta"
+#: mod/admin.php:1533
+msgid ""
+"This does not include updates prior to 1139, which did not return a status."
+msgstr "Nie dotyczy to aktualizacji przed 1139, który nie zwrócił statusu."
 
-#: mod/admin.php:1361
-msgid "Sender Email"
-msgstr "E-mail nadawcy"
+#: mod/admin.php:1534
+msgid "Mark success (if update was manually applied)"
+msgstr "Oznacz sukces (jeśli aktualizacja została ręcznie zastosowana)"
 
-#: mod/admin.php:1361
+#: mod/admin.php:1535
+msgid "Attempt to execute this update step automatically"
+msgstr "Spróbuj automatycznie wykonać ten krok aktualizacji"
+
+#: mod/admin.php:1574
+#, php-format
 msgid ""
-"The email address your server shall use to send notification emails from."
-msgstr "Adres e-mail używany przez Twój serwer do wysyłania e-maili z powiadomieniami."
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tthe administrator of %2$s has set up an account for you."
+msgstr "\n\t\t\tSzanowny/a Panie/Pani %1$s, \n\t\t\t\tadministrator %2$s założył dla ciebie konto."
 
-#: mod/admin.php:1362
-msgid "Banner/Logo"
-msgstr "Logo"
+#: mod/admin.php:1577
+#, php-format
+msgid ""
+"\n"
+"\t\t\tThe login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%1$s\n"
+"\t\t\tLogin Name:\t\t%2$s\n"
+"\t\t\tPassword:\t\t%3$s\n"
+"\n"
+"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
+"\t\t\tin.\n"
+"\n"
+"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
+"\n"
+"\t\t\tYou may also wish to add some basic information to your default profile\n"
+"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
+"\n"
+"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
+"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
+"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
+"\t\t\tthan that.\n"
+"\n"
+"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
+"\t\t\tIf you are new and do not know anybody here, they may help\n"
+"\t\t\tyou to make some new and interesting friends.\n"
+"\n"
+"\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n"
+"\n"
+"\t\t\tThank you and welcome to %4$s."
+msgstr "\n\t\t\tDane logowania są następuje:\n\t\t\tLokalizacja witryny:\t%1$s\n\t\t\tNazwa użytkownika:%2$s\n\t\t\tHasło:%3$s\n\n\t\t\tPo zalogowaniu możesz zmienić hasło do swojego konta na stronie \"Ustawienia\"\n \t\t\tProszę poświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie.\n\n\t\t\tMożesz również dodać podstawowe informacje do swojego domyślnego profilu\n\t\t\t(na stronie \"Profil\"), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych \"słów kluczowych\" profilu (bardzo przydatne w nawiązywaniu nowych znajomości) - i\n\t\t\tbyć może w jakim kraju mieszkasz; jeśli nie chcesz być bardziej szczegółowy.\n\n\t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz tutaj nikogo, oni mogą ci pomóc\n\t\t\tmożesz zdobyć nowych interesujących przyjaciół\n\n\t\t\tJeśli kiedykolwiek zechcesz usunąć swoje konto, możesz to zrobić w %1$s/Usuń konto\n\n\t\t\tDziękujemy i Zapraszamy do%4$s"
 
-#: mod/admin.php:1363
-msgid "Shortcut icon"
-msgstr "Ikona skrótu"
+#: mod/admin.php:1611 src/Model/User.php:663
+#, php-format
+msgid "Registration details for %s"
+msgstr "Szczegóły rejestracji dla %s"
 
-#: mod/admin.php:1363
-msgid "Link to an icon that will be used for browsers."
-msgstr "Link do ikony, która będzie używana w przeglądarkach."
+#: mod/admin.php:1621
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
 
-#: mod/admin.php:1364
-msgid "Touch icon"
-msgstr "Dołącz ikonę"
+#: mod/admin.php:1627
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] " %s użytkownik usunięty"
+msgstr[1] " %s użytkownicy usunięci"
+msgstr[2] " %s usuniętych użytkowników "
+msgstr[3] " %s usuniętych użytkowników "
 
-#: mod/admin.php:1364
-msgid "Link to an icon that will be used for tablets and mobiles."
-msgstr "Link do ikony, która będzie używana w tabletach i telefonach komórkowych."
+#: mod/admin.php:1674
+#, php-format
+msgid "User '%s' deleted"
+msgstr "Użytkownik '%s' usunięty"
 
-#: mod/admin.php:1365
-msgid "Additional Info"
-msgstr "Dodatkowe informacje"
+#: mod/admin.php:1682
+#, php-format
+msgid "User '%s' unblocked"
+msgstr "Użytkownik '%s' odblokowany"
 
-#: mod/admin.php:1365
+#: mod/admin.php:1682
 #, php-format
-msgid ""
-"For public servers: you can add additional information here that will be "
-"listed at %s/servers."
-msgstr "W przypadku serwerów publicznych: możesz tu dodać dodatkowe informacje, które będą wymienione na %s/servers."
+msgid "User '%s' blocked"
+msgstr "Użytkownik '%s' zablokowany"
 
-#: mod/admin.php:1366
-msgid "System language"
-msgstr "Język systemu"
+#: mod/admin.php:1781 mod/admin.php:1793 mod/admin.php:1806 mod/admin.php:1824
+#: src/Content/ContactSelector.php:82
+msgid "Email"
+msgstr "E-mail"
 
-#: mod/admin.php:1367
-msgid "System theme"
-msgstr "Motyw systemowy"
+#: mod/admin.php:1781 mod/admin.php:1806
+msgid "Register date"
+msgstr "Data rejestracji"
 
-#: mod/admin.php:1367
-msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
-msgstr "Domyślny motyw systemu - może być nadpisany przez profil użytkownika  <a href='#' id='cnftheme'>zmień ustawienia motywów</a>"
+#: mod/admin.php:1781 mod/admin.php:1806
+msgid "Last login"
+msgstr "Ostatnie logowanie"
 
-#: mod/admin.php:1368
-msgid "Mobile system theme"
-msgstr "Motyw systemu mobilnego"
+#: mod/admin.php:1781 mod/admin.php:1806
+msgid "Last item"
+msgstr "Ostatni element"
 
-#: mod/admin.php:1368
-msgid "Theme for mobile devices"
-msgstr "Motyw na urządzenia mobilne"
+#: mod/admin.php:1781 mod/settings.php:55
+msgid "Account"
+msgstr "Konto"
 
-#: mod/admin.php:1369
-msgid "SSL link policy"
-msgstr "polityka SSL"
+#: mod/admin.php:1789
+msgid "Add User"
+msgstr "Dodaj użytkownika"
 
-#: mod/admin.php:1369
-msgid "Determines whether generated links should be forced to use SSL"
-msgstr "Określa kiedy generowane linki powinny używać wymuszonego SSl."
+#: mod/admin.php:1791
+msgid "User registrations waiting for confirm"
+msgstr "zarejestrowany użytkownik czeka na potwierdzenie"
 
-#: mod/admin.php:1370
-msgid "Force SSL"
-msgstr "Wymuś SSL"
+#: mod/admin.php:1792
+msgid "User waiting for permanent deletion"
+msgstr "Użytkownik czekający na trwałe usunięcie"
 
-#: mod/admin.php:1370
-msgid ""
-"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
-" to endless loops."
-msgstr "Wymuszaj wszystkie żądania SSL bez SSL - Uwaga: w niektórych systemach może to prowadzić do niekończących się pętli."
+#: mod/admin.php:1793
+msgid "Request date"
+msgstr "Data prośby"
 
-#: mod/admin.php:1371
-msgid "Hide help entry from navigation menu"
-msgstr "Wyłącz pomoc w menu nawigacyjnym "
+#: mod/admin.php:1794
+msgid "No registrations."
+msgstr "brak rejestracji"
 
-#: mod/admin.php:1371
-msgid ""
-"Hides the menu entry for the Help pages from the navigation menu. You can "
-"still access it calling /help directly."
-msgstr "Chowa pozycje menu dla stron pomocy ze strony nawigacyjnej. Możesz nadal ją wywołać poprzez komendę /help."
+#: mod/admin.php:1795
+msgid "Note from the user"
+msgstr "Uwaga od użytkownika"
 
-#: mod/admin.php:1372
-msgid "Single user instance"
-msgstr "Tryb pojedynczego użytkownika"
+#: mod/admin.php:1797
+msgid "Deny"
+msgstr "Odmów"
 
-#: mod/admin.php:1372
-msgid "Make this instance multi-user or single-user for the named user"
-msgstr "Ustawia tryb dla wielu użytkowników lub pojedynczego użytkownika dla nazwanego użytkownika"
+#: mod/admin.php:1801
+msgid "Site admin"
+msgstr "Administracja stroną"
 
-#: mod/admin.php:1373
-msgid "Maximum image size"
-msgstr "Maksymalny rozmiar zdjęcia"
+#: mod/admin.php:1802
+msgid "Account expired"
+msgstr "Konto wygasło."
 
-#: mod/admin.php:1373
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr "Maksymalny rozmiar w bitach dla wczytywanego obrazu . Domyślnie jest to  0 , co oznacza bez limitu ."
+#: mod/admin.php:1805
+msgid "New User"
+msgstr "Nowy użytkownik"
 
-#: mod/admin.php:1374
-msgid "Maximum image length"
-msgstr "Maksymalna długość obrazu"
+#: mod/admin.php:1806
+msgid "Deleted since"
+msgstr "Skasowany od"
 
-#: mod/admin.php:1374
+#: mod/admin.php:1811
 msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
-msgstr "Maksymalna długość najdłuższej strony przesyłanego obrazu w pikselach.\nDomyślnie jest to -1, co oznacza brak limitu."
-
-#: mod/admin.php:1375
-msgid "JPEG image quality"
-msgstr "jakość obrazu JPEG"
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Zaznaczeni użytkownicy zostaną usunięci!\\n\\nWszystko co zamieścili na tej stronie będzie trwale skasowane!\\n\\nJesteś pewien?"
 
-#: mod/admin.php:1375
+#: mod/admin.php:1812
 msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
-msgstr "Wczytywanie JPEGS będzie zapisane z tymi ustawieniami jakości [0-100] . Domyslnie jest ustawione 100 co oznacza brak strat jakości . "
+"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
+"site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Użytkownik {0} zostanie usunięty!\\n\\nWszystko co zamieścił na tej stronie będzie trwale skasowane!\\n\\nJesteś pewien?"
 
-#: mod/admin.php:1377
-msgid "Register policy"
-msgstr "Zasady rejestracji"
+#: mod/admin.php:1822
+msgid "Name of the new user."
+msgstr "Nazwa nowego użytkownika."
 
-#: mod/admin.php:1378
-msgid "Maximum Daily Registrations"
-msgstr "Maksymalna dzienna rejestracja"
+#: mod/admin.php:1823
+msgid "Nickname"
+msgstr "Pseudonim"
 
-#: mod/admin.php:1378
-msgid ""
-"If registration is permitted above, this sets the maximum number of new user"
-" registrations to accept per day.  If register is set to closed, this "
-"setting has no effect."
-msgstr "Jeśli rejestracja powyżej jest dozwolona, to określa maksymalną liczbę nowych rejestracji użytkowników do zaakceptowania na dzień. Jeśli rejestracja jest ustawiona na \"Zamknięta\", to ustawienie to nie ma wpływu."
+#: mod/admin.php:1823
+msgid "Nickname of the new user."
+msgstr "Pseudonim nowego użytkownika."
 
-#: mod/admin.php:1379
-msgid "Register text"
-msgstr "Zarejestruj tekst"
+#: mod/admin.php:1824
+msgid "Email address of the new user."
+msgstr "Adres email nowego użytkownika."
 
-#: mod/admin.php:1379
-msgid ""
-"Will be displayed prominently on the registration page. You can use BBCode "
-"here."
-msgstr "Będą wyświetlane w widocznym miejscu na stronie rejestracji. Możesz użyć BBCode tutaj."
+#: mod/admin.php:1866
+#, php-format
+msgid "Addon %s disabled."
+msgstr "Dodatek %s wyłączony."
 
-#: mod/admin.php:1380
-msgid "Accounts abandoned after x days"
-msgstr "Konto porzucone od x dni."
+#: mod/admin.php:1870
+#, php-format
+msgid "Addon %s enabled."
+msgstr "Dodatek %s włączony."
 
-#: mod/admin.php:1380
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr "Nie będzie marnować zasobów systemu wypytując zewnętrzne strony o opuszczone konta. Ustaw 0 dla braku limitu czasu ."
+#: mod/admin.php:1880 mod/admin.php:2129
+msgid "Disable"
+msgstr "Wyłącz"
 
-#: mod/admin.php:1381
-msgid "Allowed friend domains"
-msgstr "Dozwolone domeny przyjaciół"
+#: mod/admin.php:1883 mod/admin.php:2132
+msgid "Enable"
+msgstr "Zezwól"
 
-#: mod/admin.php:1381
-msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
-msgstr "Lista domen separowana przecinkami  które mogą zaprzyjaźnić się z tą stroną . Wildcards są akceptowane . Pozostaw puste by zezwolić każdej domenie na zapryjaźnienie. "
+#: mod/admin.php:1905 mod/admin.php:2174
+msgid "Toggle"
+msgstr "Włącz"
 
-#: mod/admin.php:1382
-msgid "Allowed email domains"
-msgstr "Dozwolone domeny e-mailowe"
+#: mod/admin.php:1913 mod/admin.php:2183
+msgid "Author: "
+msgstr "Autor: "
 
-#: mod/admin.php:1382
-msgid ""
-"Comma separated list of domains which are allowed in email addresses for "
-"registrations to this site. Wildcards are accepted. Empty to allow any "
-"domains"
-msgstr "Rozdzielana przecinkami lista domen dozwolonych w adresach e-mail do rejestracji na tej stronie. Symbole wieloznaczne są akceptowane. Opróżnij, aby zezwolić na dowolne domeny"
+#: mod/admin.php:1914 mod/admin.php:2184
+msgid "Maintainer: "
+msgstr "Opiekun:"
 
-#: mod/admin.php:1383
-msgid "No OEmbed rich content"
-msgstr "Brak treści multimedialnych ze znaczkiem HTML"
+#: mod/admin.php:1966
+msgid "Reload active addons"
+msgstr "Załaduj ponownie aktywne dodatki"
 
-#: mod/admin.php:1383
+#: mod/admin.php:1971
+#, php-format
 msgid ""
-"Don't show the rich content (e.g. embedded PDF), except from the domains "
-"listed below."
-msgstr "Nie wyświetlaj zasobów treści (np. osadzonego pliku PDF), z wyjątkiem domen wymienionych poniżej."
-
-#: mod/admin.php:1384
-msgid "Allowed OEmbed domains"
-msgstr "Dozwolone domeny OEmbed"
+"There are currently no addons available on your node. You can find the "
+"official addon repository at %1$s and might find other interesting addons in"
+" the open addon registry at %2$s"
+msgstr "W twoim węźle nie ma obecnie żadnych dodatków. Możesz znaleźć oficjalne repozytorium dodatków na %1$s i możesz znaleźć inne interesujące dodatki w otwartym rejestrze dodatków na %2$s"
 
-#: mod/admin.php:1384
-msgid ""
-"Comma separated list of domains which oembed content is allowed to be "
-"displayed. Wildcards are accepted."
-msgstr "Rozdzielana przecinkami lista domen, w których wyświetlana jest treść, może być wyświetlana. Symbole wieloznaczne są akceptowane."
+#: mod/admin.php:2091
+msgid "No themes found."
+msgstr "Nie znaleziono motywów."
 
-#: mod/admin.php:1385
-msgid "Block public"
-msgstr "Blokuj publicznie"
+#: mod/admin.php:2165
+msgid "Screenshot"
+msgstr "Zrzut ekranu"
 
-#: mod/admin.php:1385
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr "Zaznacz, aby zablokować publiczny dostęp do wszystkich publicznych stron prywatnych w tej witrynie, chyba że jesteś zalogowany."
+#: mod/admin.php:2219
+msgid "Reload active themes"
+msgstr "Przeładuj aktywne motywy"
 
-#: mod/admin.php:1386
-msgid "Force publish"
-msgstr "Wymuś publikację"
+#: mod/admin.php:2224
+#, php-format
+msgid "No themes found on the system. They should be placed in %1$s"
+msgstr "Nie znaleziono motywów w systemie. Powinny zostać umieszczone %1$s"
 
-#: mod/admin.php:1386
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr "Zaznacz, aby wymusić umieszczenie wszystkich profili w tej witrynie w katalogu witryny."
+#: mod/admin.php:2225
+msgid "[Experimental]"
+msgstr "[Eksperymentalne]"
 
-#: mod/admin.php:1387
-msgid "Global directory URL"
-msgstr "Globalny adres URL katalogu"
+#: mod/admin.php:2226
+msgid "[Unsupported]"
+msgstr "[Niewspieralne]"
 
-#: mod/admin.php:1387
-msgid ""
-"URL to the global directory. If this is not set, the global directory is "
-"completely unavailable to the application."
-msgstr "Adres URL do katalogu globalnego. Jeśli nie zostanie to ustawione, katalog globalny jest całkowicie niedostępny dla aplikacji."
+#: mod/admin.php:2250
+msgid "Log settings updated."
+msgstr "Zaktualizowano ustawienia logów."
 
-#: mod/admin.php:1388
-msgid "Private posts by default for new users"
-msgstr "Prywatne posty domyślnie dla nowych użytkowników"
+#: mod/admin.php:2282
+msgid "PHP log currently enabled."
+msgstr "Dziennik PHP jest obecnie włączony."
 
-#: mod/admin.php:1388
-msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
-msgstr "Ustaw domyślne uprawnienia do publikowania dla wszystkich nowych członków na domyślną grupę prywatności, a nie publiczną."
+#: mod/admin.php:2284
+msgid "PHP log currently disabled."
+msgstr "Dziennik PHP jest obecnie wyłączony."
 
-#: mod/admin.php:1389
-msgid "Don't include post content in email notifications"
-msgstr "Nie wklejaj zawartości postu do powiadomienia o poczcie"
+#: mod/admin.php:2293
+msgid "Clear"
+msgstr "Wyczyść"
 
-#: mod/admin.php:1389
-msgid ""
-"Don't include the content of a post/comment/private message/etc. in the "
-"email notifications that are sent out from this site, as a privacy measure."
-msgstr "W celu ochrony prywatności, nie włączaj zawartości postu/komentarza/wiadomości prywatnej/etc. do powiadomień w wiadomościach mailowych wysyłanych z tej strony."
+#: mod/admin.php:2297
+msgid "Enable Debugging"
+msgstr "Włącz debugowanie"
 
-#: mod/admin.php:1390
-msgid "Disallow public access to addons listed in the apps menu."
-msgstr "Nie zezwalaj na publiczny dostęp do dodatkowych wtyczek wyszczególnionych w menu aplikacji."
+#: mod/admin.php:2298
+msgid "Log file"
+msgstr "Plik logów"
 
-#: mod/admin.php:1390
+#: mod/admin.php:2298
 msgid ""
-"Checking this box will restrict addons listed in the apps menu to members "
-"only."
-msgstr "Zaznaczenie tego pola spowoduje ograniczenie dodatków wymienionych w menu aplikacji tylko dla członków."
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
+msgstr "Musi być zapisywalny przez serwer sieciowy. W stosunku do katalogu najwyższego poziomu Friendica."
 
-#: mod/admin.php:1391
-msgid "Don't embed private images in posts"
-msgstr "Nie umieszczaj prywatnych zdjęć w postach"
+#: mod/admin.php:2299
+msgid "Log level"
+msgstr "Poziom logów"
 
-#: mod/admin.php:1391
-msgid ""
-"Don't replace locally-hosted private photos in posts with an embedded copy "
-"of the image. This means that contacts who receive posts containing private "
-"photos will have to authenticate and load each image, which may take a "
-"while."
-msgstr "Nie zastępuj lokalnie hostowanych zdjęć prywatnych we wpisach za pomocą osadzonej kopii obrazu. Oznacza to, że osoby, które otrzymują posty zawierające prywatne zdjęcia, będą musiały uwierzytelnić i wczytać każdy obraz, co może trochę potrwać."
+#: mod/admin.php:2301
+msgid "PHP logging"
+msgstr "Logowanie w PHP"
 
-#: mod/admin.php:1392
-msgid "Allow Users to set remote_self"
-msgstr "Zezwól użytkownikom na ustawienie remote_self"
+#: mod/admin.php:2302
+msgid ""
+"To enable logging of PHP errors and warnings you can add the following to "
+"the .htconfig.php file of your installation. The filename set in the "
+"'error_log' line is relative to the friendica top-level directory and must "
+"be writeable by the web server. The option '1' for 'log_errors' and "
+"'display_errors' is to enable these options, set to '0' to disable them."
+msgstr "Aby włączyć rejestrowanie błędów i ostrzeżeń PHP, możesz dodać następujące dane do pliku .htconfig.php instalacji. Nazwa pliku ustawiona w linii 'error_log' odnosi się do katalogu najwyższego poziomu friendiki i musi być zapisywalna przez serwer WWW. Opcja '1' dla 'log_errors' i 'display_errors' polega na włączeniu tych opcji, ustawieniu na '0', aby je wyłączyć."
 
-#: mod/admin.php:1392
+#: mod/admin.php:2333
+#, php-format
 msgid ""
-"With checking this, every user is allowed to mark every contact as a "
-"remote_self in the repair contact dialog. Setting this flag on a contact "
-"causes mirroring every posting of that contact in the users stream."
-msgstr "Po sprawdzeniu tego każdy użytkownik może zaznaczyć każdy kontakt jako zdalny w oknie dialogowym kontaktu naprawczego. Ustawienie tej flagi na kontakcie powoduje dublowanie każdego wpisu tego kontaktu w strumieniu użytkowników."
+"Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see "
+"if file %1$s exist and is readable."
+msgstr "Błąd podczas próby otwarcia <strong>%1$s</strong> pliku dziennika. \\r\\n <br/>Sprawdź, czy plik %1$s istnieje i czy można go odczytać."
 
-#: mod/admin.php:1393
-msgid "Block multiple registrations"
-msgstr "Zablokuj wielokrotną rejestrację"
+#: mod/admin.php:2337
+#, php-format
+msgid ""
+"Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file"
+" %1$s is readable."
+msgstr "Nie można otworzyć <strong>%1$s</strong>pliku dziennika. \\r\\n<br/>Sprawdź, czy plik %1$s jest czytelny."
 
-#: mod/admin.php:1393
-msgid "Disallow users to register additional accounts for use as pages."
-msgstr "Nie pozwalaj użytkownikom na zakładanie dodatkowych kont do używania jako strony. "
+#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775
+msgid "Off"
+msgstr "Wyłącz"
 
-#: mod/admin.php:1394
-msgid "OpenID support"
-msgstr "Wsparcie OpenID"
+#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775
+msgid "On"
+msgstr "Włącz"
 
-#: mod/admin.php:1394
-msgid "OpenID support for registration and logins."
-msgstr "Obsługa OpenID do rejestracji i logowania."
-
-#: mod/admin.php:1395
-msgid "Fullname check"
-msgstr "Sprawdzanie pełnej nazwy"
-
-#: mod/admin.php:1395
-msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
-msgstr "Aby ograniczyć spam, wymagaj by użytkownik przy rejestracji w polu Imię i nazwisko użył spacji pomiędzy imieniem i nazwiskiem."
+#: mod/admin.php:2429
+#, php-format
+msgid "Lock feature %s"
+msgstr "Funkcja blokady %s"
 
-#: mod/admin.php:1396
-msgid "Community pages for visitors"
-msgstr "Strony społecznościowe dla odwiedzających"
+#: mod/admin.php:2437
+msgid "Manage Additional Features"
+msgstr "Zarządzaj dodatkowymi funkcjami"
 
-#: mod/admin.php:1396
-msgid ""
-"Which community pages should be available for visitors. Local users always "
-"see both pages."
-msgstr "Które strony społeczności powinny być dostępne dla odwiedzających. Lokalni użytkownicy zawsze widzą obie strony."
+#: mod/babel.php:22
+msgid "Source input"
+msgstr "Źródło wejściowe"
 
-#: mod/admin.php:1397
-msgid "Posts per user on community page"
-msgstr "Lista postów użytkownika na stronie społeczności"
+#: mod/babel.php:28
+msgid "BBCode::convert (raw HTML)"
+msgstr "BBCode:: konwersjia (raw HTML)"
 
-#: mod/admin.php:1397
-msgid ""
-"The maximum number of posts per user on the community page. (Not valid for "
-"'Global Community')"
-msgstr "Maksymalna liczba postów na użytkownika na stronie społeczności. (Nie dotyczy 'społeczności globalnej')"
+#: mod/babel.php:33
+msgid "BBCode::convert"
+msgstr "BBCode::przekształć"
 
-#: mod/admin.php:1398
-msgid "Enable OStatus support"
-msgstr "Włącz wsparcie OStatus"
+#: mod/babel.php:39
+msgid "BBCode::convert => HTML::toBBCode"
+msgstr "BBCode::przekształć => HTML::toBBCode"
 
-#: mod/admin.php:1398
-msgid ""
-"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
-"communications in OStatus are public, so privacy warnings will be "
-"occasionally displayed."
-msgstr "Zapewnij kompatybilność z OStatus (StatusNet, GNU Social itp.). Cała komunikacja w stanie OStatus jest jawna, dlatego ostrzeżenia o prywatności będą czasami wyświetlane."
+#: mod/babel.php:45
+msgid "BBCode::toMarkdown"
+msgstr "BBCode::toMarkdown"
 
-#: mod/admin.php:1399
-msgid "Only import OStatus threads from our contacts"
-msgstr "Importuj wątki OStatus tylko z naszych kontaktów"
+#: mod/babel.php:51
+msgid "BBCode::toMarkdown => Markdown::convert"
+msgstr "BBCode::toMarkdown => Markdown::przekształć"
 
-#: mod/admin.php:1399
-msgid ""
-"Normally we import every content from our OStatus contacts. With this option"
-" we only store threads that are started by a contact that is known on our "
-"system."
-msgstr "Normalnie importujemy każdą treść z naszych kontaktów OStatus. W tej opcji przechowujemy tylko wątki uruchomione przez kontakt znany w naszym systemie."
+#: mod/babel.php:57
+msgid "BBCode::toMarkdown => Markdown::toBBCode"
+msgstr "BBCode::toMarkdown => Markdown::toBBCode"
 
-#: mod/admin.php:1400
-msgid "OStatus support can only be enabled if threading is enabled."
-msgstr "Obsługa OStatus może być włączona tylko wtedy, gdy włączone jest wątkowanie."
+#: mod/babel.php:63
+msgid "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
+msgstr "BBCode::toMarkdown => Markdown::przekształć => HTML::toBBCode"
 
-#: mod/admin.php:1402
-msgid ""
-"Diaspora support can't be enabled because Friendica was installed into a sub"
-" directory."
-msgstr "Obsługa Diaspory nie może być włączona, ponieważ Friendica została zainstalowana w podkatalogu."
+#: mod/babel.php:70
+msgid "Source input \\x28Diaspora format\\x29"
+msgstr "Źródło wejściowe \\x28Diaspora format\\x29"
 
-#: mod/admin.php:1403
-msgid "Enable Diaspora support"
-msgstr "Włączyć obsługę Diaspory"
+#: mod/babel.php:76
+msgid "Markdown::toBBCode"
+msgstr "Markdown::toBBCode"
 
-#: mod/admin.php:1403
-msgid "Provide built-in Diaspora network compatibility."
-msgstr "Zapewnij wbudowaną kompatybilność z siecią Diaspora."
+#: mod/babel.php:83
+msgid "Raw HTML input"
+msgstr "Surowe wejście HTML"
 
-#: mod/admin.php:1404
-msgid "Only allow Friendica contacts"
-msgstr "Dopuść tylko kontakty Friendrica"
+#: mod/babel.php:88
+msgid "HTML Input"
+msgstr "Wejście HTML"
 
-#: mod/admin.php:1404
-msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
-msgstr "Wszyscy znajomi muszą używać protokołów Friendica. Wszystkie inne wbudowane protokoły komunikacyjne są wyłączone."
+#: mod/babel.php:94
+msgid "HTML::toBBCode"
+msgstr "HTML::toBBCode"
 
-#: mod/admin.php:1405
-msgid "Verify SSL"
-msgstr "Weryfikacja SSL"
+#: mod/babel.php:100
+msgid "HTML::toPlaintext"
+msgstr "HTML::toPlaintext"
 
-#: mod/admin.php:1405
-msgid ""
-"If you wish, you can turn on strict certificate checking. This will mean you"
-" cannot connect (at all) to self-signed SSL sites."
-msgstr "Jeśli chcesz, możesz włączyć ścisłe sprawdzanie certyfikatu. Oznacza to, że nie możesz połączyć się (w ogóle) z własnoręcznie podpisanymi stronami SSL."
+#: mod/babel.php:108
+msgid "Source text"
+msgstr "Tekst źródłowy"
 
-#: mod/admin.php:1406
-msgid "Proxy user"
-msgstr "Użytkownik proxy"
+#: mod/babel.php:109
+msgid "BBCode"
+msgstr "BBCode"
 
-#: mod/admin.php:1407
-msgid "Proxy URL"
-msgstr "URL Proxy"
+#: mod/babel.php:110
+msgid "Markdown"
+msgstr "Markdown"
 
-#: mod/admin.php:1408
-msgid "Network timeout"
-msgstr "Network timeout"
+#: mod/babel.php:111
+msgid "HTML"
+msgstr "HTML"
 
-#: mod/admin.php:1408
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr "Wartość jest w sekundach. Ustaw na 0 dla nieograniczonej (niezalecane)."
+#: mod/directory.php:152 src/Model/Profile.php:421 src/Model/Profile.php:771
+msgid "Status:"
+msgstr "Status:"
 
-#: mod/admin.php:1409
-msgid "Maximum Load Average"
-msgstr "Maksymalne obciążenie średnie"
+#: mod/directory.php:153 src/Model/Profile.php:422 src/Model/Profile.php:788
+msgid "Homepage:"
+msgstr "Strona główna:"
 
-#: mod/admin.php:1409
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr "Maksymalne obciążenie systemu przed dostawą i odpytywaniem jest odroczone - domyślnie 50."
+#: mod/directory.php:202 view/theme/vier/theme.php:201
+msgid "Global Directory"
+msgstr "Globalny Katalog"
 
-#: mod/admin.php:1410
-msgid "Maximum Load Average (Frontend)"
-msgstr "Maksymalne obciążenie średnie (Frontend)"
+#: mod/directory.php:204
+msgid "Find on this site"
+msgstr "Znajdź na tej stronie"
 
-#: mod/admin.php:1410
-msgid "Maximum system load before the frontend quits service - default 50."
-msgstr "Maksymalne obciążenie systemu, zanim frontend zakończy pracę - domyślnie 50."
+#: mod/directory.php:206
+msgid "Results for:"
+msgstr "Wyniki dla:"
 
-#: mod/admin.php:1411
-msgid "Minimal Memory"
-msgstr "Minimalna pamięć"
+#: mod/directory.php:208
+msgid "Site Directory"
+msgstr "Katalog Witryny"
 
-#: mod/admin.php:1411
-msgid ""
-"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
-"default 0 (deactivated)."
-msgstr "Minimalna wolna pamięć w MB dla pracownika. Potrzebuje dostępu do /proc/ meminfo - domyślnie 0 (wyłączone)."
+#: mod/directory.php:213
+msgid "No entries (some entries may be hidden)."
+msgstr "Brak odwiedzin (niektóre odwiedziny mogą być ukryte)."
 
-#: mod/admin.php:1412
-msgid "Maximum table size for optimization"
-msgstr "Maksymalny rozmiar stołu do optymalizacji"
+#: mod/dirfind.php:49
+#, php-format
+msgid "People Search - %s"
+msgstr "Szukaj osób - %s"
 
-#: mod/admin.php:1412
-msgid ""
-"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
-"Enter -1 to disable it."
-msgstr "Maksymalny rozmiar tabeli (w MB) dla automatycznej optymalizacji - domyślnie 100 MB. Wprowadź -1, aby go wyłączyć."
+#: mod/dirfind.php:60
+#, php-format
+msgid "Forum Search - %s"
+msgstr "Przeszukiwanie forum - %s"
 
-#: mod/admin.php:1413
-msgid "Minimum level of fragmentation"
-msgstr "Minimalny poziom fragmentacji"
+#: mod/follow.php:45
+msgid "The contact could not be added."
+msgstr "Nie można dodać kontaktu."
 
-#: mod/admin.php:1413
-msgid ""
-"Minimum fragmenation level to start the automatic optimization - default "
-"value is 30%."
-msgstr "Minimalny poziom fragmentacji, aby rozpocząć automatyczną optymalizację - domyślna wartość to 30%."
+#: mod/follow.php:73
+msgid "You already added this contact."
+msgstr "Już dodałeś ten kontakt."
 
-#: mod/admin.php:1415
-msgid "Periodical check of global contacts"
-msgstr "Okresowa kontrola kontaktów globalnych"
+#: mod/follow.php:83
+msgid "Diaspora support isn't enabled. Contact can't be added."
+msgstr "Obsługa Diaspory nie jest włączona. Kontakt nie może zostać dodany."
 
-#: mod/admin.php:1415
-msgid ""
-"If enabled, the global contacts are checked periodically for missing or "
-"outdated data and the vitality of the contacts and servers."
-msgstr "Jeśli jest włączona, kontakty globalne są okresowo sprawdzane pod kątem brakujących lub nieaktualnych danych oraz żywotności kontaktów i serwerów."
+#: mod/follow.php:90
+msgid "OStatus support is disabled. Contact can't be added."
+msgstr "Obsługa OStatus jest wyłączona. Kontakt nie może zostać dodany."
 
-#: mod/admin.php:1416
-msgid "Days between requery"
-msgstr "Dni między żądaniem"
+#: mod/follow.php:97
+msgid "The network type couldn't be detected. Contact can't be added."
+msgstr "Nie można wykryć typu sieci. Kontakt nie może zostać dodany."
 
-#: mod/admin.php:1416
-msgid "Number of days after which a server is requeried for his contacts."
-msgstr "Liczba dni, po upływie których serwer jest żądany dla swoich kontaktów."
+#: mod/friendica.php:77
+msgid "This is Friendica, version"
+msgstr "To jest Friendica, wersja"
 
-#: mod/admin.php:1417
-msgid "Discover contacts from other servers"
-msgstr "Odkryj kontakty z innych serwerów"
+#: mod/friendica.php:78
+msgid "running at web location"
+msgstr "otwierane na serwerze"
 
-#: mod/admin.php:1417
+#: mod/friendica.php:82
 msgid ""
-"Periodically query other servers for contacts. You can choose between "
-"'users': the users on the remote system, 'Global Contacts': active contacts "
-"that are known on the system. The fallback is meant for Redmatrix servers "
-"and older friendica servers, where global contacts weren't available. The "
-"fallback increases the server load, so the recommened setting is 'Users, "
-"Global Contacts'."
-msgstr "Okresowo wysyłaj zapytanie do innych serwerów o kontakty. Możesz wybierać pomiędzy 'użytkownikami': użytkownikami w systemie zdalnym, 'Kontakty globalne': aktywne kontakty znane w systemie. Zastępowanie jest przeznaczone dla serwerów Redmatrix i starszych serwerów Friendica, w których kontakty globalne nie były dostępne. Funkcja awaryjna zwiększa obciążenie serwera, dlatego zalecanym ustawieniem jest 'Użytkownicy, kontakty globalne'."
-
-#: mod/admin.php:1418
-msgid "Timeframe for fetching global contacts"
-msgstr "Czas pobierania globalnych kontaktów"
-
-#: mod/admin.php:1418
-msgid ""
-"When the discovery is activated, this value defines the timeframe for the "
-"activity of the global contacts that are fetched from other servers."
-msgstr "Po aktywowaniu wykrywania ta wartość określa czas działania globalnych kontaktów pobieranych z innych serwerów."
-
-#: mod/admin.php:1419
-msgid "Search the local directory"
-msgstr "Wyszukaj w lokalnym katalogu"
+"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
+"about the Friendica project."
+msgstr "Odwiedź stronę <a href=\"https://friendi.ca\">Friendi.ca</a> aby dowiedzieć się więcej o projekcie Friendica."
 
-#: mod/admin.php:1419
-msgid ""
-"Search the local directory instead of the global directory. When searching "
-"locally, every search will be executed on the global directory in the "
-"background. This improves the search results when the search is repeated."
-msgstr "Wyszukaj lokalny katalog zamiast katalogu globalnego. Podczas wyszukiwania lokalnie każde wyszukiwanie zostanie wykonane w katalogu globalnym w tle. Poprawia to wyniki wyszukiwania, gdy wyszukiwanie jest powtarzane."
+#: mod/friendica.php:86
+msgid "Bug reports and issues: please visit"
+msgstr "Raporty o błędach i problemy: odwiedź stronę"
 
-#: mod/admin.php:1421
-msgid "Publish server information"
-msgstr "Publikuj informacje o serwerze"
+#: mod/friendica.php:86
+msgid "the bugtracker at github"
+msgstr "bugtracker na github"
 
-#: mod/admin.php:1421
-msgid ""
-"If enabled, general server and usage data will be published. The data "
-"contains the name and version of the server, number of users with public "
-"profiles, number of posts and the activated protocols and connectors. See <a"
-" href='http://the-federation.info/'>the-federation.info</a> for details."
-msgstr "Jeśli opcja jest włączona, ogólne dane serwera i użytkowania zostaną opublikowane. Dane zawierają nazwę i wersję serwera, liczbę użytkowników z profilami publicznymi, liczbę postów oraz aktywowane protokoły i konektory. Aby uzyskać szczegółowe informacje, patrz <a href='http://the-federation.info/'>the-federation.info</a>."
+#: mod/friendica.php:89
+msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
+msgstr "Sugestie, pochwały itp. - napisz e-mail \"info\" na \"friendi - kropka - ca"
 
-#: mod/admin.php:1423
-msgid "Check upstream version"
-msgstr "Sprawdź wersję powyżej"
+#: mod/friendica.php:103
+msgid "Installed addons/apps:"
+msgstr "Zainstalowane dodatki/aplikacje:"
 
-#: mod/admin.php:1423
-msgid ""
-"Enables checking for new Friendica versions at github. If there is a new "
-"version, you will be informed in the admin panel overview."
-msgstr "Umożliwia sprawdzenie nowych wersji Friendica na github. Jeśli pojawi się nowa wersja, zostaniesz o tym poinformowany w panelu administracyjnym."
+#: mod/friendica.php:117
+msgid "No installed addons/apps"
+msgstr "Brak zainstalowanych dodatków/aplikacji"
 
-#: mod/admin.php:1424
-msgid "Suppress Tags"
-msgstr "Ukryj tagi"
+#: mod/friendica.php:122
+#, php-format
+msgid "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
+msgstr "Przeczytaj o <a href=\"%1$s/tos\">Warunkach świadczenia usług</a> tego węzła."
 
-#: mod/admin.php:1424
-msgid "Suppress showing a list of hashtags at the end of the posting."
-msgstr "Pomiń wyświetlenie listy hashtagów na końcu postu."
+#: mod/friendica.php:127
+msgid "On this server the following remote servers are blocked."
+msgstr "Na tym serwerze następujące serwery zdalne są blokowane."
 
-#: mod/admin.php:1425
-msgid "Path to item cache"
-msgstr "Ścieżka do pamięci podręcznej"
+#: mod/invite.php:33
+msgid "Total invitation limit exceeded."
+msgstr "Przekroczono limit zaproszeń ogółem."
 
-#: mod/admin.php:1425
-msgid "The item caches buffers generated bbcode and external images."
-msgstr "Pozycja buforuje bufory generowane bbcode i obrazy zewnętrzne."
+#: mod/invite.php:55
+#, php-format
+msgid "%s : Not a valid email address."
+msgstr "%s : Nieprawidłowy adres e-mail."
 
-#: mod/admin.php:1426
-msgid "Cache duration in seconds"
-msgstr "Czas trwania w sekundach"
+#: mod/invite.php:87
+msgid "Please join us on Friendica"
+msgstr "Dołącz do nas na Friendica"
 
-#: mod/admin.php:1426
-msgid ""
-"How long should the cache files be hold? Default value is 86400 seconds (One"
-" day). To disable the item cache, set the value to -1."
-msgstr "Jak długo powinny być przechowywane pliki pamięci podręcznej? Wartość domyślna to 86400 sekund (jeden dzień). Aby wyłączyć pamięć podręczną elementów, ustaw wartość na -1."
+#: mod/invite.php:96
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "Przekroczono limit zaproszeń. Skontaktuj się z administratorem witryny."
 
-#: mod/admin.php:1427
-msgid "Maximum numbers of comments per post"
-msgstr "Maksymalna liczba komentarzy na post"
+#: mod/invite.php:100
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr "%s : Nie udało się dostarczyć wiadomości."
 
-#: mod/admin.php:1427
-msgid "How much comments should be shown for each post? Default value is 100."
-msgstr "Ile komentarzy powinno być pokazywanych dla każdego posta? Domyślna wartość to 100."
+#: mod/invite.php:104
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d wiadomość wysłana."
+msgstr[1] "%d wiadomości wysłane."
+msgstr[2] "%d wysłano ."
+msgstr[3] "%d wiadomość wysłano."
 
-#: mod/admin.php:1428
-msgid "Temp path"
-msgstr "Ścieżka do Temp"
+#: mod/invite.php:122
+msgid "You have no more invitations available"
+msgstr "Nie masz już dostępnych zaproszeń"
 
-#: mod/admin.php:1428
+#: mod/invite.php:130
+#, php-format
 msgid ""
-"If you have a restricted system where the webserver can't access the system "
-"temp path, enter another path here."
-msgstr "Jeśli masz zastrzeżony system, w którym serwer internetowy nie może uzyskać dostępu do ścieżki temp systemu, wprowadź tutaj inną ścieżkę."
+"Visit %s for a list of public sites that you can join. Friendica members on "
+"other sites can all connect with each other, as well as with members of many"
+" other social networks."
+msgstr "Odwiedź %s listę publicznych witryn, do których możesz dołączyć. Członkowie Friendica na innych stronach mogą łączyć się ze sobą, jak również z członkami wielu innych sieci społecznościowych."
 
-#: mod/admin.php:1429
-msgid "Base path to installation"
-msgstr "Podstawowa ścieżka do instalacji"
+#: mod/invite.php:132
+#, php-format
+msgid ""
+"To accept this invitation, please visit and register at %s or any other "
+"public Friendica website."
+msgstr "Aby zaakceptować to zaproszenie, odwiedź i zarejestruj się %s lub w dowolnej innej publicznej witrynie internetowej Friendica."
 
-#: mod/admin.php:1429
+#: mod/invite.php:133
+#, php-format
 msgid ""
-"If the system cannot detect the correct path to your installation, enter the"
-" correct path here. This setting should only be set if you are using a "
-"restricted system and symbolic links to your webroot."
-msgstr "Jeśli system nie może wykryć poprawnej ścieżki do instalacji, wprowadź tutaj poprawną ścieżkę. To ustawienie powinno być ustawione tylko wtedy, gdy używasz ograniczonego systemu i dowiązań symbolicznych do twojego webroota."
+"Friendica sites all inter-connect to create a huge privacy-enhanced social "
+"web that is owned and controlled by its members. They can also connect with "
+"many traditional social networks. See %s for a list of alternate Friendica "
+"sites you can join."
+msgstr "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi. Zobacz %s listę alternatywnych witryn Friendica, do których możesz dołączyć."
 
-#: mod/admin.php:1430
-msgid "Disable picture proxy"
-msgstr "Wyłącz obraz proxy"
+#: mod/invite.php:137
+msgid ""
+"Our apologies. This system is not currently configured to connect with other"
+" public sites or invite members."
+msgstr "Przepraszamy. System nie jest obecnie skonfigurowany do łączenia się z innymi publicznymi witrynami lub zapraszania członków."
 
-#: mod/admin.php:1430
+#: mod/invite.php:141
 msgid ""
-"The picture proxy increases performance and privacy. It shouldn't be used on"
-" systems with very low bandwith."
-msgstr "Proxy obrazu zwiększa wydajność i prywatność. Nie należy go stosować w systemach o bardzo niskiej przepustowości."
+"Friendica sites all inter-connect to create a huge privacy-enhanced social "
+"web that is owned and controlled by its members. They can also connect with "
+"many traditional social networks."
+msgstr "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi."
 
-#: mod/admin.php:1431
-msgid "Only search in tags"
-msgstr "Szukaj tylko w tagach"
+#: mod/invite.php:140
+#, php-format
+msgid "To accept this invitation, please visit and register at %s."
+msgstr "Aby zaakceptować to zaproszenie, odwiedź stronę i zarejestruj się na stronie %s."
 
-#: mod/admin.php:1431
-msgid "On large systems the text search can slow down the system extremely."
-msgstr "W dużych systemach wyszukiwanie tekstu może wyjątkowo spowolnić system."
+#: mod/invite.php:147
+msgid "Send invitations"
+msgstr "Wyślij zaproszenie"
 
-#: mod/admin.php:1433
-msgid "New base url"
-msgstr "Nowy bazowy adres url"
+#: mod/invite.php:148
+msgid "Enter email addresses, one per line:"
+msgstr "Wprowadź adresy e-mail, po jednym w wierszu:"
 
-#: mod/admin.php:1433
+#: mod/invite.php:150
 msgid ""
-"Change base url for this server. Sends relocate message to all Friendica and"
-" Diaspora* contacts of all users."
-msgstr "Zmień bazowy adres URL dla tego serwera. Wysyła wiadomość o przeniesieniu do wszystkich kontaktów Friendica i Diaspora* wszystkich użytkowników."
-
-#: mod/admin.php:1435
-msgid "RINO Encryption"
-msgstr "Szyfrowanie RINO"
-
-#: mod/admin.php:1435
-msgid "Encryption layer between nodes."
-msgstr "Warstwa szyfrowania między węzłami."
-
-#: mod/admin.php:1435
-msgid "Enabled"
-msgstr "Włącz"
+"You are cordially invited to join me and other close friends on Friendica - "
+"and help us to create a better social web."
+msgstr "Serdecznie zapraszam do przyłączenia się do mnie i innych bliskich znajomych na stronie Friendica - i pomóż nam stworzyć lepszą sieć społecznościową."
 
-#: mod/admin.php:1437
-msgid "Maximum number of parallel workers"
-msgstr "Maksymalna liczba równoległych pracowników"
+#: mod/invite.php:152
+msgid "You will need to supply this invitation code: $invite_code"
+msgstr "Musisz podać ten kod zaproszenia: $invite_code"
 
-#: mod/admin.php:1437
+#: mod/invite.php:152
 msgid ""
-"On shared hosters set this to 2. On larger systems, values of 10 are great. "
-"Default value is 4."
-msgstr "Na współdzielonych hostach ustaw to na 2. W większych systemach wartości 10 są świetne. Domyślna wartość to 4."
-
-#: mod/admin.php:1438
-msgid "Don't use 'proc_open' with the worker"
-msgstr "Nie używaj 'proc_open' z robotnikiem"
+"Once you have registered, please connect with me via my profile page at:"
+msgstr "Po rejestracji połącz się ze mną na stronie mojego profilu pod adresem:"
 
-#: mod/admin.php:1438
+#: mod/invite.php:154
 msgid ""
-"Enable this if your system doesn't allow the use of 'proc_open'. This can "
-"happen on shared hosters. If this is enabled you should increase the "
-"frequency of worker calls in your crontab."
-msgstr "Włącz to, jeśli twój system nie zezwala na użycie 'proc_open'. Może się to zdarzyć w przypadku współdzielonych hosterów. Jeśli ta opcja jest włączona, powinieneś zwiększyć częstotliwość wywołań pracowniczych w twoim pliku crontab."
+"For more information about the Friendica project and why we feel it is "
+"important, please visit http://friendi.ca"
+msgstr "Aby uzyskać więcej informacji na temat projektu Friendica i dlaczego uważamy, że jest to ważne, odwiedź http://friendi.ca"
 
-#: mod/admin.php:1439
-msgid "Enable fastlane"
-msgstr "Włącz Fastlane"
+#: mod/lostpass.php:27
+msgid "No valid account found."
+msgstr "Nie znaleziono ważnego konta."
 
-#: mod/admin.php:1439
-msgid ""
-"When enabed, the fastlane mechanism starts an additional worker if processes"
-" with higher priority are blocked by processes of lower priority."
-msgstr "Po włączeniu system Fastlane uruchamia dodatkowego pracownika, jeśli procesy o wyższym priorytecie są blokowane przez procesy o niższym priorytecie."
+#: mod/lostpass.php:39
+msgid "Password reset request issued. Check your email."
+msgstr "Prośba o zresetowanie hasła została zatwierdzona. Sprawdź swój e-mail."
 
-#: mod/admin.php:1440
-msgid "Enable frontend worker"
-msgstr "Włącz pracownika frontend"
+#: mod/lostpass.php:45
+#, php-format
+msgid ""
+"\n"
+"\t\tDear %1$s,\n"
+"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
+"\t\tpassword. In order to confirm this request, please select the verification link\n"
+"\t\tbelow or paste it into your web browser address bar.\n"
+"\n"
+"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
+"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n"
+"\n"
+"\t\tYour password will not be changed unless we can verify that you\n"
+"\t\tissued this request."
+msgstr "\n\t\tDrodzy %1$s, \n\t\t\tOtrzymano niedawno prośbę o ''%2$s\" zresetowanie konta \n\t\thasło. Aby potwierdzić tę prośbę, wybierz link weryfikacyjny \n\t\tponiżej lub wklej go na pasek adresu przeglądarki internetowej. \n \n\t\tJeśli NIE poprosiłeś o tę zmianę, NIE wykonuj tego linku \n\t\tpod warunkiem, że zignorujesz i/lub usuniesz ten e-mail, prośba wkrótce wygaśnie. \n \n\t\tTwoje hasło nie zostanie zmienione, chyba że będziemy mogli to potwierdzić \n\t\twydał to żądanie."
 
-#: mod/admin.php:1440
+#: mod/lostpass.php:56
 #, php-format
 msgid ""
-"When enabled the Worker process is triggered when backend access is "
-"performed \\x28e.g. messages being delivered\\x29. On smaller sites you "
-"might want to call %s/worker on a regular basis via an external cron job. "
-"You should only enable this option if you cannot utilize cron/scheduled jobs"
-" on your server."
-msgstr "Po włączeniu proces roboczy jest wyzwalany, gdy wykonywany jest dostęp do zaplecza \\x28e.g. wiadomości są dostarczane\\x29. W mniejszych witrynach możesz chcieć wywoływać %s/robotnika regularnie przez zewnętrzne zadanie cron. Tę opcję należy włączyć tylko wtedy, gdy nie można używać zadań cron/zaplanowanych na serwerze."
-
-#: mod/admin.php:1442
-msgid "Subscribe to relay"
-msgstr "Subskrybuj przekaźnik"
-
-#: mod/admin.php:1442
-msgid ""
-"Enables the receiving of public posts from the relay. They will be included "
-"in the search, subscribed tags and on the global community page."
-msgstr "Umożliwia odbieranie publicznych wiadomości z przekaźnika. Zostaną uwzględnione w tagach wyszukiwania, subskrybowanych i na stronie społeczności globalnej."
-
-#: mod/admin.php:1443
-msgid "Relay server"
-msgstr "Serwer przekazujący"
-
-#: mod/admin.php:1443
-msgid ""
-"Address of the relay server where public posts should be send to. For "
-"example https://relay.diasp.org"
-msgstr "Adres serwera przekazującego, do którego należy wysyłać publiczne posty. Na przykład https://relay.diasp.org"
-
-#: mod/admin.php:1444
-msgid "Direct relay transfer"
-msgstr "Bezpośredni transfer przekaźników"
-
-#: mod/admin.php:1444
-msgid ""
-"Enables the direct transfer to other servers without using the relay servers"
-msgstr "Umożliwia bezpośredni transfer do innych serwerów bez korzystania z serwerów przekazujących"
+"\n"
+"\t\tFollow this link soon to verify your identity:\n"
+"\n"
+"\t\t%1$s\n"
+"\n"
+"\t\tYou will then receive a follow-up message containing the new password.\n"
+"\t\tYou may change that password from your account settings page after logging in.\n"
+"\n"
+"\t\tThe login details are as follows:\n"
+"\n"
+"\t\tSite Location:\t%2$s\n"
+"\t\tLogin Name:\t%3$s"
+msgstr "\nWkrótce skorzystaj z tego linku, aby zweryfikować swoją tożsamość: \n\n\t\t%1$s\n\n\t\tOtrzymasz następnie komunikat uzupełniający zawierający nowe hasło. \n\t\tMożesz zmienić to hasło ze strony ustawień swojego konta po zalogowaniu. \n \n\t\tDane logowania są następujące: \n \nLokalizacja strony: \t%2$s\nNazwa użytkownika:\t%3$s"
 
-#: mod/admin.php:1445
-msgid "Relay scope"
-msgstr "Zakres przekaźnika"
+#: mod/lostpass.php:73
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "Prośba o reset hasła na %s"
 
-#: mod/admin.php:1445
+#: mod/lostpass.php:89
 msgid ""
-"Can be 'all' or 'tags'. 'all' means that every public post should be "
-"received. 'tags' means that only posts with selected tags should be "
-"received."
-msgstr "Może być 'wszystkim' lub 'tagami'. 'wszystko' oznacza, że ​​każdy post publiczny powinien zostać odebrany. 'tagi' oznaczają, że powinny być odbierane tylko posty z wybranymi tagami."
-
-#: mod/admin.php:1445
-msgid "all"
-msgstr "wszystko"
-
-#: mod/admin.php:1445
-msgid "tags"
-msgstr "tagi"
-
-#: mod/admin.php:1446
-msgid "Server tags"
-msgstr "Serwer tagów"
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "Prośba nie może być zweryfikowana. (Mogłeś już ją poprzednio wysłać.) Reset hasła nie powiódł się."
 
-#: mod/admin.php:1446
-msgid "Comma separated list of tags for the 'tags' subscription."
-msgstr "Lista oddzielonych przecinkami znaczników dla subskrypcji 'tagów'."
+#: mod/lostpass.php:102
+msgid "Request has expired, please make a new one."
+msgstr "Żądanie wygasło. Zrób nowe."
 
-#: mod/admin.php:1447
-msgid "Allow user tags"
-msgstr "Pozwól na tagi użytkowników"
+#: mod/lostpass.php:117
+msgid "Forgot your Password?"
+msgstr "Zapomniałeś hasła?"
 
-#: mod/admin.php:1447
+#: mod/lostpass.php:118
 msgid ""
-"If enabled, the tags from the saved searches will used for the 'tags' "
-"subscription in addition to the 'relay_server_tags'."
-msgstr "Po włączeniu tagi z zapisanych wyszukiwań będą używane do subskrypcji 'tagów' oprócz 'relay_server_tags'."
-
-#: mod/admin.php:1475
-msgid "Update has been marked successful"
-msgstr "Aktualizacja została oznaczona jako udana"
-
-#: mod/admin.php:1482
-#, php-format
-msgid "Database structure update %s was successfully applied."
-msgstr "Pomyślnie zastosowano aktualizację %s struktury bazy danych."
-
-#: mod/admin.php:1485
-#, php-format
-msgid "Executing of database structure update %s failed with error: %s"
-msgstr "Wykonanie aktualizacji %s struktury bazy danych nie powiodło się z powodu błędu:%s"
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Wpisz swój adres email i wyślij, aby zresetować hasło. Później sprawdź swojego emaila w celu uzyskania dalszych instrukcji."
 
-#: mod/admin.php:1498
-#, php-format
-msgid "Executing %s failed with error: %s"
-msgstr "Wykonanie %s nie powiodło się z powodu błędu:%s"
+#: mod/lostpass.php:119 src/Module/Login.php:314
+msgid "Nickname or Email: "
+msgstr "Pseudonim lub Email:"
 
-#: mod/admin.php:1500
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr "Aktualizacja %s została pomyślnie zastosowana."
+#: mod/lostpass.php:120
+msgid "Reset"
+msgstr "Zresetuj"
 
-#: mod/admin.php:1503
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr "Aktualizacja %s nie zwróciła statusu. Nieznane, jeśli się udało."
+#: mod/lostpass.php:136 src/Module/Login.php:326
+msgid "Password Reset"
+msgstr "Zresetuj hasło"
 
-#: mod/admin.php:1506
-#, php-format
-msgid "There was no additional update function %s that needed to be called."
-msgstr "Nie było dodatkowej funkcji %s aktualizacji, która musiała zostać wywołana."
+#: mod/lostpass.php:137
+msgid "Your password has been reset as requested."
+msgstr "Twoje hasło zostało zresetowane zgodnie z żądaniem."
 
-#: mod/admin.php:1526
-msgid "No failed updates."
-msgstr "Brak błędów aktualizacji."
+#: mod/lostpass.php:138
+msgid "Your new password is"
+msgstr "Twoje nowe hasło to"
 
-#: mod/admin.php:1527
-msgid "Check database structure"
-msgstr "Sprawdź strukturę bazy danych"
+#: mod/lostpass.php:139
+msgid "Save or copy your new password - and then"
+msgstr "Zapisz lub skopiuj nowe hasło - a następnie"
 
-#: mod/admin.php:1532
-msgid "Failed Updates"
-msgstr "Błąd aktualizacji"
+#: mod/lostpass.php:140
+msgid "click here to login"
+msgstr "Kliknij tutaj aby się zalogować"
 
-#: mod/admin.php:1533
+#: mod/lostpass.php:141
 msgid ""
-"This does not include updates prior to 1139, which did not return a status."
-msgstr "Nie dotyczy to aktualizacji przed 1139, który nie zwrócił statusu."
-
-#: mod/admin.php:1534
-msgid "Mark success (if update was manually applied)"
-msgstr "Oznacz sukces (jeśli aktualizacja została ręcznie zastosowana)"
-
-#: mod/admin.php:1535
-msgid "Attempt to execute this update step automatically"
-msgstr "Spróbuj automatycznie wykonać ten krok aktualizacji"
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Twoje hasło może być zmienione w <em>Ustawieniach</em> po udanym zalogowaniu."
 
-#: mod/admin.php:1574
+#: mod/lostpass.php:149
 #, php-format
 msgid ""
 "\n"
 "\t\t\tDear %1$s,\n"
-"\t\t\t\tthe administrator of %2$s has set up an account for you."
-msgstr "\n\t\t\tSzanowny/a Panie/Pani %1$s, \n\t\t\t\tadministrator %2$s założył dla ciebie konto."
+"\t\t\t\tYour password has been changed as requested. Please retain this\n"
+"\t\t\tinformation for your records (or change your password immediately to\n"
+"\t\t\tsomething that you will remember).\n"
+"\t\t"
+msgstr "\n\t\t\tDrogi %1$s, \n\t\t\t\tTwoje hasło zostało zmienione zgodnie z życzeniem. Proszę, zachowaj te \n\t\t\tinformacje dotyczące twoich rekordów (lub natychmiast zmień hasło na \n\t\t\tcoś, co zapamiętasz).\n\t\t"
 
-#: mod/admin.php:1577
+#: mod/lostpass.php:155
 #, php-format
 msgid ""
 "\n"
-"\t\t\tThe login details are as follows:\n"
+"\t\t\tYour 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\tIf you ever want to delete your account, you can do so at %1$s/removeme\n"
+"\t\t\tLogin Name:\t%2$s\n"
+"\t\t\tPassword:\t%3$s\n"
 "\n"
-"\t\t\tThank you and welcome to %4$s."
-msgstr "\n\t\t\tDane logowania są następuje:\n\t\t\tLokalizacja witryny:\t%1$s\n\t\t\tNazwa użytkownika:%2$s\n\t\t\tHasło:%3$s\n\n\t\t\tPo zalogowaniu możesz zmienić hasło do swojego konta na stronie \"Ustawienia\"\n \t\t\tProszę poświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie.\n\n\t\t\tMożesz również dodać podstawowe informacje do swojego domyślnego profilu\n\t\t\t(na stronie \"Profil\"), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych \"słów kluczowych\" profilu (bardzo przydatne w nawiązywaniu nowych znajomości) - i\n\t\t\tbyć może w jakim kraju mieszkasz; jeśli nie chcesz być bardziej szczegółowy.\n\n\t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz tutaj nikogo, oni mogą ci pomóc\n\t\t\tmożesz zdobyć nowych interesujących przyjaciół\n\n\t\t\tJeśli kiedykolwiek zechcesz usunąć swoje konto, możesz to zrobić w %1$s/Usuń konto\n\n\t\t\tDziękujemy i Zapraszamy do%4$s"
+"\t\t\tYou may change that password from your account settings page after logging in.\n"
+"\t\t"
+msgstr "\n\t\t\tDane logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%1$s\n\t\t\tNazwa użytkownika:\t%2$s\n\t\t\tHasło:\t%3$s\n\n\t\t\tMożesz zmienić hasło na stronie ustawień konta po zalogowaniu.\n\t\t"
 
-#: mod/admin.php:1611 src/Model/User.php:649
+#: mod/lostpass.php:169
 #, php-format
-msgid "Registration details for %s"
-msgstr "Szczegóły rejestracji dla %s"
+msgid "Your password has been changed at %s"
+msgstr "Twoje hasło zostało zmienione na %s"
 
-#: mod/admin.php:1621
+#: mod/network.php:202 src/Model/Group.php:413
+msgid "add"
+msgstr "dodaj"
+
+#: mod/network.php:547
 #, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
+msgid ""
+"Warning: This group contains %s member from a network that doesn't allow non"
+" public messages."
+msgid_plural ""
+"Warning: This group contains %s members from a network that doesn't allow "
+"non public messages."
 msgstr[0] ""
 msgstr[1] ""
 msgstr[2] ""
 msgstr[3] ""
 
-#: mod/admin.php:1627
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] " %s użytkownik usunięty"
-msgstr[1] " %s użytkownicy usunięci"
-msgstr[2] " %s usuniętych użytkowników "
-msgstr[3] " %s usuniętych użytkowników "
+#: mod/network.php:550
+msgid "Messages in this group won't be send to these receivers."
+msgstr "Wiadomości z tej grupy nie będą wysyłane do tych odbiorców."
 
-#: mod/admin.php:1674
-#, php-format
-msgid "User '%s' deleted"
-msgstr "Użytkownik '%s' usunięty"
+#: mod/network.php:618
+msgid "No such group"
+msgstr "Nie ma takiej grupy"
 
-#: mod/admin.php:1682
+#: mod/network.php:643
 #, php-format
-msgid "User '%s' unblocked"
-msgstr "Użytkownik '%s' odblokowany"
+msgid "Group: %s"
+msgstr "Grupa: %s"
 
-#: mod/admin.php:1682
-#, php-format
-msgid "User '%s' blocked"
-msgstr "Użytkownik '%s' zablokowany"
+#: mod/network.php:669
+msgid "Private messages to this person are at risk of public disclosure."
+msgstr "Prywatne wiadomości do tej osoby mogą zostać publicznie ujawnione "
 
-#: mod/admin.php:1781 mod/admin.php:1793 mod/admin.php:1806 mod/admin.php:1824
-#: src/Content/ContactSelector.php:82
-msgid "Email"
-msgstr "E-mail"
+#: mod/network.php:672
+msgid "Invalid contact."
+msgstr "Nieprawidłowy kontakt."
 
-#: mod/admin.php:1781 mod/admin.php:1806
-msgid "Register date"
-msgstr "Data rejestracji"
+#: mod/network.php:936
+msgid "Commented Order"
+msgstr "Porządek według komentarzy"
 
-#: mod/admin.php:1781 mod/admin.php:1806
-msgid "Last login"
-msgstr "Ostatnie logowanie"
+#: mod/network.php:939
+msgid "Sort by Comment Date"
+msgstr "Sortuj według daty komentarza"
 
-#: mod/admin.php:1781 mod/admin.php:1806
-msgid "Last item"
-msgstr "Ostatni element"
+#: mod/network.php:944
+msgid "Posted Order"
+msgstr "Porządek według wpisów"
 
-#: mod/admin.php:1781 mod/settings.php:55
-msgid "Account"
-msgstr "Konto"
+#: mod/network.php:947
+msgid "Sort by Post Date"
+msgstr "Sortuj według daty postów"
 
-#: mod/admin.php:1789
-msgid "Add User"
-msgstr "Dodaj użytkownika"
+#: mod/network.php:955 mod/profiles.php:687
+#: src/Core/NotificationsManager.php:185
+msgid "Personal"
+msgstr "Osobiste"
 
-#: mod/admin.php:1791
-msgid "User registrations waiting for confirm"
-msgstr "zarejestrowany użytkownik czeka na potwierdzenie"
+#: mod/network.php:958
+msgid "Posts that mention or involve you"
+msgstr "Posty, które wspominają lub angażują Ciebie"
 
-#: mod/admin.php:1792
-msgid "User waiting for permanent deletion"
-msgstr "Użytkownik czekający na trwałe usunięcie"
+#: mod/network.php:966
+msgid "New"
+msgstr "Nowy"
 
-#: mod/admin.php:1793
-msgid "Request date"
-msgstr "Data prośby"
+#: mod/network.php:969
+msgid "Activity Stream - by date"
+msgstr "Strumień aktywności - według daty"
 
-#: mod/admin.php:1794
-msgid "No registrations."
-msgstr "brak rejestracji"
+#: mod/network.php:977
+msgid "Shared Links"
+msgstr "Udostępnione łącza"
 
-#: mod/admin.php:1795
-msgid "Note from the user"
-msgstr "Uwaga od użytkownika"
+#: mod/network.php:980
+msgid "Interesting Links"
+msgstr "Interesujące linki"
 
-#: mod/admin.php:1797
-msgid "Deny"
-msgstr "Odmów"
+#: mod/network.php:988
+msgid "Starred"
+msgstr "Ulubione"
+
+#: mod/network.php:991
+msgid "Favourite Posts"
+msgstr "Ulubione posty"
+
+#: mod/profiles.php:58
+msgid "Profile deleted."
+msgstr "Konto usunięte."
+
+#: mod/profiles.php:74 mod/profiles.php:110
+msgid "Profile-"
+msgstr "Profil-"
+
+#: mod/profiles.php:93 mod/profiles.php:132
+msgid "New profile created."
+msgstr "Utworzono nowy profil."
+
+#: mod/profiles.php:116
+msgid "Profile unavailable to clone."
+msgstr "Nie można powileić profilu "
+
+#: mod/profiles.php:206
+msgid "Profile Name is required."
+msgstr "Nazwa Profilu jest wymagana"
+
+#: mod/profiles.php:347
+msgid "Marital Status"
+msgstr "Stan cywilny"
+
+#: mod/profiles.php:351
+msgid "Romantic Partner"
+msgstr "Romantyczny partner"
+
+#: mod/profiles.php:363
+msgid "Work/Employment"
+msgstr "Praca/Zatrudnienie"
+
+#: mod/profiles.php:366
+msgid "Religion"
+msgstr "Religia"
+
+#: mod/profiles.php:370
+msgid "Political Views"
+msgstr "Poglądy polityczne"
+
+#: mod/profiles.php:374
+msgid "Gender"
+msgstr "Płeć"
+
+#: mod/profiles.php:378
+msgid "Sexual Preference"
+msgstr "Orientacja seksualna"
+
+#: mod/profiles.php:382
+msgid "XMPP"
+msgstr "XMPP"
+
+#: mod/profiles.php:386
+msgid "Homepage"
+msgstr "Strona Główna"
+
+#: mod/profiles.php:390 mod/profiles.php:686
+msgid "Interests"
+msgstr "Zainteresowania"
+
+#: mod/profiles.php:401 mod/profiles.php:682
+msgid "Location"
+msgstr "Lokalizacja"
+
+#: mod/profiles.php:486
+msgid "Profile updated."
+msgstr "Profil zaktualizowany."
+
+#: mod/profiles.php:564
+msgid " and "
+msgstr " i "
+
+#: mod/profiles.php:573
+msgid "public profile"
+msgstr "profil publiczny"
+
+#: mod/profiles.php:576
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$szmienione %2$s  na &ldquo;%3$s&rdquo;"
+
+#: mod/profiles.php:577
+#, php-format
+msgid " - Visit %1$s's %2$s"
+msgstr " - Odwiedź %1$s's %2$s"
+
+#: mod/profiles.php:579
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$sma zaktualizowany %2$s,  zmiana%3$s."
+
+#: mod/profiles.php:633
+msgid "Hide contacts and friends:"
+msgstr "Ukryj kontakty i znajomych:"
+
+#: mod/profiles.php:638
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "Czy chcesz ukryć listę kontaktów dla przeglądających to konto?"
+
+#: mod/profiles.php:658
+msgid "Show more profile fields:"
+msgstr "Pokaż więcej pól profilu:"
+
+#: mod/profiles.php:670
+msgid "Profile Actions"
+msgstr "Akcje profilowe"
+
+#: mod/profiles.php:671
+msgid "Edit Profile Details"
+msgstr "Edytuj profil."
+
+#: mod/profiles.php:673
+msgid "Change Profile Photo"
+msgstr "Zmień zdjęcie profilowe"
+
+#: mod/profiles.php:674
+msgid "View this profile"
+msgstr "Wyświetl ten profil"
+
+#: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:393
+msgid "Edit visibility"
+msgstr "Edytuj widoczność"
+
+#: mod/profiles.php:676
+msgid "Create a new profile using these settings"
+msgstr "Stwórz nowy profil wykorzystując te ustawienia"
+
+#: mod/profiles.php:677
+msgid "Clone this profile"
+msgstr "Sklonuj ten profil"
+
+#: mod/profiles.php:678
+msgid "Delete this profile"
+msgstr "Usuń ten profil"
+
+#: mod/profiles.php:680
+msgid "Basic information"
+msgstr "Podstawowe informacje"
+
+#: mod/profiles.php:681
+msgid "Profile picture"
+msgstr "Zdjęcie profilowe"
+
+#: mod/profiles.php:683
+msgid "Preferences"
+msgstr "Preferencje"
+
+#: mod/profiles.php:684
+msgid "Status information"
+msgstr "Informacje o stanie"
+
+#: mod/profiles.php:685
+msgid "Additional information"
+msgstr "Dodatkowe informacje"
+
+#: mod/profiles.php:688
+msgid "Relation"
+msgstr "Relacje"
+
+#: mod/profiles.php:689 src/Util/Temporal.php:81 src/Util/Temporal.php:83
+msgid "Miscellaneous"
+msgstr "Różny"
+
+#: mod/profiles.php:692
+msgid "Your Gender:"
+msgstr "Płeć:"
+
+#: mod/profiles.php:693
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span> Stan cywilny:"
+
+#: mod/profiles.php:694 src/Model/Profile.php:784
+msgid "Sexual Preference:"
+msgstr "Preferencje seksualne:"
+
+#: mod/profiles.php:695
+msgid "Example: fishing photography software"
+msgstr "Przykład: oprogramowanie do fotografowania ryb"
+
+#: mod/profiles.php:700
+msgid "Profile Name:"
+msgstr "Nazwa profilu:"
+
+#: mod/profiles.php:702
+msgid ""
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
+msgstr "To jest Twój <strong> publiczny </strong> profil. <br/><strong>Może </strong> zostać wyświetlony przez każdego kto używa internetu."
+
+#: mod/profiles.php:703
+msgid "Your Full Name:"
+msgstr "Imię i Nazwisko:"
+
+#: mod/profiles.php:704
+msgid "Title/Description:"
+msgstr "Tytuł/Opis :"
+
+#: mod/profiles.php:707
+msgid "Street Address:"
+msgstr "Ulica:"
+
+#: mod/profiles.php:708
+msgid "Locality/City:"
+msgstr "Miejscowość/Miasto:"
+
+#: mod/profiles.php:709
+msgid "Region/State:"
+msgstr "Region/Państwo:"
+
+#: mod/profiles.php:710
+msgid "Postal/Zip Code:"
+msgstr "Kod Pocztowy:"
+
+#: mod/profiles.php:711
+msgid "Country:"
+msgstr "Kraj:"
+
+#: mod/profiles.php:712 src/Util/Temporal.php:149
+msgid "Age: "
+msgstr "Wiek: "
+
+#: mod/profiles.php:715
+msgid "Who: (if applicable)"
+msgstr "Kto: (jeśli dotyczy)"
+
+#: mod/profiles.php:715
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Przykłady: cathy123, Cathy Williams, cathy@example.com"
+
+#: mod/profiles.php:716
+msgid "Since [date]:"
+msgstr "Od [data]:"
+
+#: mod/profiles.php:718
+msgid "Tell us about yourself..."
+msgstr "Napisz o sobie..."
+
+#: mod/profiles.php:719
+msgid "XMPP (Jabber) address:"
+msgstr "Adres XMPP (Jabber):"
+
+#: mod/profiles.php:719
+msgid ""
+"The XMPP address will be propagated to your contacts so that they can follow"
+" you."
+msgstr "Adres XMPP będzie propagowany do Twoich kontaktów, aby mogli Cię śledzić."
+
+#: mod/profiles.php:720
+msgid "Homepage URL:"
+msgstr "Adres URL strony domowej:"
+
+#: mod/profiles.php:721 src/Model/Profile.php:792
+msgid "Hometown:"
+msgstr "Miasto rodzinne:"
+
+#: mod/profiles.php:722 src/Model/Profile.php:800
+msgid "Political Views:"
+msgstr "Poglądy polityczne:"
+
+#: mod/profiles.php:723
+msgid "Religious Views:"
+msgstr "Poglądy religijne:"
+
+#: mod/profiles.php:724
+msgid "Public Keywords:"
+msgstr "Publiczne słowa kluczowe:"
+
+#: mod/profiles.php:724
+msgid "(Used for suggesting potential friends, can be seen by others)"
+msgstr "(Używany do sugerowania potencjalnych znajomych, jest widoczny dla innych)"
+
+#: mod/profiles.php:725
+msgid "Private Keywords:"
+msgstr "Prywatne słowa kluczowe:"
 
-#: mod/admin.php:1801
-msgid "Site admin"
-msgstr "Administracja stroną"
+#: mod/profiles.php:725
+msgid "(Used for searching profiles, never shown to others)"
+msgstr "(Używany do wyszukiwania profili, niepokazywany innym)"
 
-#: mod/admin.php:1802
-msgid "Account expired"
-msgstr "Konto wygasło."
+#: mod/profiles.php:726 src/Model/Profile.php:816
+msgid "Likes:"
+msgstr "Lubią to:"
 
-#: mod/admin.php:1805
-msgid "New User"
-msgstr "Nowy użytkownik"
+#: mod/profiles.php:727 src/Model/Profile.php:820
+msgid "Dislikes:"
+msgstr "Nie lubię tego:"
 
-#: mod/admin.php:1806
-msgid "Deleted since"
-msgstr "Skasowany od"
+#: mod/profiles.php:728
+msgid "Musical interests"
+msgstr "Muzyka"
 
-#: mod/admin.php:1811
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Zaznaczeni użytkownicy zostaną usunięci!\\n\\nWszystko co zamieścili na tej stronie będzie trwale skasowane!\\n\\nJesteś pewien?"
+#: mod/profiles.php:729
+msgid "Books, literature"
+msgstr "Literatura"
 
-#: mod/admin.php:1812
-msgid ""
-"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
-"site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Użytkownik {0} zostanie usunięty!\\n\\nWszystko co zamieścił na tej stronie będzie trwale skasowane!\\n\\nJesteś pewien?"
+#: mod/profiles.php:730
+msgid "Television"
+msgstr "Telewizja"
 
-#: mod/admin.php:1822
-msgid "Name of the new user."
-msgstr "Nazwa nowego użytkownika."
+#: mod/profiles.php:731
+msgid "Film/dance/culture/entertainment"
+msgstr "Film/taniec/kultura/rozrywka"
 
-#: mod/admin.php:1823
-msgid "Nickname"
-msgstr "Pseudonim"
+#: mod/profiles.php:732
+msgid "Hobbies/Interests"
+msgstr "Zainteresowania"
 
-#: mod/admin.php:1823
-msgid "Nickname of the new user."
-msgstr "Pseudonim nowego użytkownika."
+#: mod/profiles.php:733
+msgid "Love/romance"
+msgstr "Miłość/romans"
 
-#: mod/admin.php:1824
-msgid "Email address of the new user."
-msgstr "Adres email nowego użytkownika."
+#: mod/profiles.php:734
+msgid "Work/employment"
+msgstr "Praca/zatrudnienie"
 
-#: mod/admin.php:1866
-#, php-format
-msgid "Addon %s disabled."
-msgstr "Dodatek %s wyłączony."
+#: mod/profiles.php:735
+msgid "School/education"
+msgstr "Szkoła/edukacja"
 
-#: mod/admin.php:1870
-#, php-format
-msgid "Addon %s enabled."
-msgstr "Dodatek %s włączony."
+#: mod/profiles.php:736
+msgid "Contact information and Social Networks"
+msgstr "Dane kontaktowe i Sieci społecznościowe"
 
-#: mod/admin.php:1880 mod/admin.php:2129
-msgid "Disable"
-msgstr "Wyłącz"
+#: mod/profiles.php:767 src/Model/Profile.php:389
+msgid "Profile Image"
+msgstr "Zdjęcie profilowe"
 
-#: mod/admin.php:1883 mod/admin.php:2132
-msgid "Enable"
-msgstr "Zezwól"
+#: mod/profiles.php:769 src/Model/Profile.php:392
+msgid "visible to everybody"
+msgstr "widoczne dla wszystkich"
 
-#: mod/admin.php:1905 mod/admin.php:2174
-msgid "Toggle"
-msgstr "Włącz"
+#: mod/profiles.php:776
+msgid "Edit/Manage Profiles"
+msgstr "Edycja/Zarządzanie profilami"
 
-#: mod/admin.php:1913 mod/admin.php:2183
-msgid "Author: "
-msgstr "Autor: "
+#: mod/profiles.php:777 src/Model/Profile.php:379 src/Model/Profile.php:401
+msgid "Change profile photo"
+msgstr "Zmień zdjęcie profilowe"
 
-#: mod/admin.php:1914 mod/admin.php:2184
-msgid "Maintainer: "
-msgstr "Opiekun:"
+#: mod/profiles.php:778 src/Model/Profile.php:380
+msgid "Create New Profile"
+msgstr "Utwórz nowy profil"
 
-#: mod/admin.php:1966
-msgid "Reload active addons"
-msgstr "Załaduj ponownie aktywne dodatki"
+#: mod/register.php:99
+msgid ""
+"Registration successful. Please check your email for further instructions."
+msgstr "Rejestracja zakończona pomyślnie. Dalsze instrukcje zostały wysłane na twojego e-maila."
 
-#: mod/admin.php:1971
+#: mod/register.php:103
 #, php-format
 msgid ""
-"There are currently no addons available on your node. You can find the "
-"official addon repository at %1$s and might find other interesting addons in"
-" the open addon registry at %2$s"
-msgstr "W twoim węźle nie ma obecnie żadnych dodatków. Możesz znaleźć oficjalne repozytorium dodatków na %1$s i możesz znaleźć inne interesujące dodatki w otwartym rejestrze dodatków na %2$s"
+"Failed to send email message. Here your accout details:<br> login: %s<br> "
+"password: %s<br><br>You can change your password after login."
+msgstr "Nie udało się wysłać wiadomości e-mail. Tutaj szczegóły twojego konta:<br> login: %s<br>hasło: %s<br><br>Możesz zmienić swoje hasło po zalogowaniu."
 
-#: mod/admin.php:2091
-msgid "No themes found."
-msgstr "Nie znaleziono motywów."
+#: mod/register.php:110
+msgid "Registration successful."
+msgstr "Rejestracja udana."
 
-#: mod/admin.php:2165
-msgid "Screenshot"
-msgstr "Zrzut ekranu"
+#: mod/register.php:115
+msgid "Your registration can not be processed."
+msgstr "Twoja rejestracja nie może zostać przeprowadzona. "
 
-#: mod/admin.php:2219
-msgid "Reload active themes"
-msgstr "Przeładuj aktywne motywy"
+#: mod/register.php:162
+msgid "Your registration is pending approval by the site owner."
+msgstr "Twoja rejestracja oczekuje na zaakceptowanie przez właściciela witryny."
 
-#: mod/admin.php:2224
-#, php-format
-msgid "No themes found on the system. They should be placed in %1$s"
-msgstr "Nie znaleziono motywów w systemie. Powinny zostać umieszczone %1$s"
+#: mod/register.php:220
+msgid ""
+"You may (optionally) fill in this form via OpenID by supplying your OpenID "
+"and clicking 'Register'."
+msgstr "Możesz (opcjonalnie) wypełnić ten formularz za pośrednictwem OpenID, podając swój OpenID i klikając 'Register'."
 
-#: mod/admin.php:2225
-msgid "[Experimental]"
-msgstr "[Eksperymentalne]"
+#: mod/register.php:221
+msgid ""
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
+msgstr "Jeśli nie jesteś zaznajomiony z OpenID, zostaw to pole puste i uzupełnij resztę elementów."
 
-#: mod/admin.php:2226
-msgid "[Unsupported]"
-msgstr "[Niewspieralne]"
+#: mod/register.php:222
+msgid "Your OpenID (optional): "
+msgstr "Twój OpenID (opcjonalnie):"
 
-#: mod/admin.php:2250
-msgid "Log settings updated."
-msgstr "Zaktualizowano ustawienia logów."
+#: mod/register.php:234
+msgid "Include your profile in member directory?"
+msgstr "Czy dołączyć twój profil do katalogu członków?"
 
-#: mod/admin.php:2282
-msgid "PHP log currently enabled."
-msgstr "Dziennik PHP jest obecnie włączony."
+#: mod/register.php:259
+msgid "Note for the admin"
+msgstr "Uwaga dla administratora"
 
-#: mod/admin.php:2284
-msgid "PHP log currently disabled."
-msgstr "Dziennik PHP jest obecnie wyłączony."
+#: mod/register.php:259
+msgid "Leave a message for the admin, why you want to join this node"
+msgstr "Pozostaw wiadomość dla administratora, dlaczego chcesz dołączyć do tego węzła"
 
-#: mod/admin.php:2293
-msgid "Clear"
-msgstr "Wyczyść"
+#: mod/register.php:260
+msgid "Membership on this site is by invitation only."
+msgstr "Członkostwo na tej stronie możliwe tylko dzięki zaproszeniu."
 
-#: mod/admin.php:2297
-msgid "Enable Debugging"
-msgstr "Włącz debugowanie"
+#: mod/register.php:261
+msgid "Your invitation code: "
+msgstr "Twój kod zaproszenia:"
 
-#: mod/admin.php:2298
-msgid "Log file"
-msgstr "Plik logów"
+#: mod/register.php:270
+msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
+msgstr "Twoje Imię i Nazwisko (np. Jan Kowalski, prawdziwe lub wyglądające na prawdziwe):"
 
-#: mod/admin.php:2298
+#: mod/register.php:271
 msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr "Musi być zapisywalny przez serwer sieciowy. W stosunku do katalogu najwyższego poziomu Friendica."
+"Your Email Address: (Initial information will be send there, so this has to "
+"be an existing address.)"
+msgstr "Twój adres e-mail: (Informacje początkowe zostaną wysłane tam, więc musi to być istniejący adres)."
 
-#: mod/admin.php:2299
-msgid "Log level"
-msgstr "Poziom logów"
+#: mod/register.php:273 mod/settings.php:1201
+msgid "New Password:"
+msgstr "Nowe hasło:"
 
-#: mod/admin.php:2301
-msgid "PHP logging"
-msgstr "Logowanie w PHP"
+#: mod/register.php:273
+msgid "Leave empty for an auto generated password."
+msgstr "Pozostaw puste dla wygenerowanego automatycznie hasła."
 
-#: mod/admin.php:2302
-msgid ""
-"To enable logging of PHP errors and warnings you can add the following to "
-"the .htconfig.php file of your installation. The filename set in the "
-"'error_log' line is relative to the friendica top-level directory and must "
-"be writeable by the web server. The option '1' for 'log_errors' and "
-"'display_errors' is to enable these options, set to '0' to disable them."
-msgstr "Aby włączyć rejestrowanie błędów i ostrzeżeń PHP, możesz dodać następujące dane do pliku .htconfig.php instalacji. Nazwa pliku ustawiona w linii 'error_log' odnosi się do katalogu najwyższego poziomu friendiki i musi być zapisywalna przez serwer WWW. Opcja '1' dla 'log_errors' i 'display_errors' polega na włączeniu tych opcji, ustawieniu na '0', aby je wyłączyć."
+#: mod/register.php:274 mod/settings.php:1202
+msgid "Confirm:"
+msgstr "Potwierdź:"
 
-#: mod/admin.php:2333
+#: mod/register.php:275
 #, php-format
 msgid ""
-"Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see "
-"if file %1$s exist and is readable."
-msgstr "Błąd podczas próby otwarcia <strong>%1$s</strong> pliku dziennika. \\r\\n <br/>Sprawdź, czy plik %1$s istnieje i czy można go odczytać."
+"Choose a profile nickname. This must begin with a text character. Your "
+"profile address on this site will then be '<strong>nickname@%s</strong>'."
+msgstr "Wybierz pseudonim profilu. Nazwa musi zaczynać się od znaku tekstowego. Twój adres profilu na tej stronie będzie wówczas '<strong>pseudonimem%s</strong>'."
 
-#: mod/admin.php:2337
-#, php-format
-msgid ""
-"Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file"
-" %1$s is readable."
-msgstr "Nie można otworzyć <strong>%1$s</strong>pliku dziennika. \\r\\n<br/>Sprawdź, czy plik %1$s jest czytelny."
+#: mod/register.php:276
+msgid "Choose a nickname: "
+msgstr "Wybierz pseudonim:"
+
+#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283
+msgid "Register"
+msgstr "Zarejestruj"
+
+#: mod/register.php:286
+msgid "Import your profile to this friendica instance"
+msgstr "Zaimportuj swój profil do tej instancji friendica"
 
-#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775
-msgid "Off"
-msgstr "Wyłącz"
+#: mod/removeme.php:43
+msgid "User deleted their account"
+msgstr "Użytkownik usunął swoje konto"
 
-#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775
-msgid "On"
-msgstr "Włącz"
+#: mod/removeme.php:44
+msgid ""
+"On your Friendica node an user deleted their account. Please ensure that "
+"their data is removed from the backups."
+msgstr "W twoim węźle Friendica użytkownik usunął swoje konto. Upewnij się, że ich dane zostały usunięte z kopii zapasowych."
 
-#: mod/admin.php:2429
+#: mod/removeme.php:45
 #, php-format
-msgid "Lock feature %s"
-msgstr "Funkcja blokady %s"
+msgid "The user id is %d"
+msgstr "Identyfikatorem użytkownika jest %d"
 
-#: mod/admin.php:2437
-msgid "Manage Additional Features"
-msgstr "Zarządzaj dodatkowymi funkcjami"
+#: mod/removeme.php:76 mod/removeme.php:79
+msgid "Remove My Account"
+msgstr "Usuń moje konto"
+
+#: mod/removeme.php:77
+msgid ""
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr "Spowoduje to całkowite usunięcie Twojego konta. Po wykonaniu tej czynności nie można jej cofnąć."
+
+#: mod/removeme.php:78
+msgid "Please enter your password for verification:"
+msgstr "Wprowadź hasło w celu weryfikacji."
 
 #: mod/settings.php:72
 msgid "Display"
-msgstr "Pokaz"
+msgstr "Wyświetlanie"
 
 #: mod/settings.php:79 mod/settings.php:842
 msgid "Social Networks"
@@ -6836,7 +6821,7 @@ msgstr "Funkcje zaktualizowane"
 msgid "Relocate message has been send to your contacts"
 msgstr "Przeniesienie wiadomości zostało wysłane do Twoich kontaktów"
 
-#: mod/settings.php:384 src/Model/User.php:325
+#: mod/settings.php:384 src/Model/User.php:339
 msgid "Passwords do not match. Password unchanged."
 msgstr "Hasła nie pasują do siebie. Hasło niezmienione."
 
@@ -6844,7 +6829,7 @@ msgstr "Hasła nie pasują do siebie. Hasło niezmienione."
 msgid "Empty passwords are not allowed. Password unchanged."
 msgstr "Puste hasła są niedozwolone. Hasło niezmienione."
 
-#: mod/settings.php:394 src/Core/Console/NewPassword.php:78
+#: mod/settings.php:394 src/Core/Console/NewPassword.php:87
 msgid ""
 "The new password has been exposed in a public data dump, please choose "
 "another."
@@ -6854,11 +6839,11 @@ msgstr "Nowe hasło zostało ujawnione w publicznym zrzucie danych, wybierz inne
 msgid "Wrong password."
 msgstr "Złe hasło."
 
-#: mod/settings.php:407 src/Core/Console/NewPassword.php:85
+#: mod/settings.php:407 src/Core/Console/NewPassword.php:94
 msgid "Password changed."
 msgstr "Hasło zostało zmianione."
 
-#: mod/settings.php:409 src/Core/Console/NewPassword.php:82
+#: mod/settings.php:409 src/Core/Console/NewPassword.php:91
 msgid "Password update failed. Please try again."
 msgstr "Aktualizacja hasła nie powiodła się. Proszę spróbować ponownie."
 
@@ -6912,7 +6897,7 @@ msgstr "Przekierowanie"
 
 #: mod/settings.php:681 mod/settings.php:707
 msgid "Icon url"
-msgstr "Url ikony"
+msgstr "Adres Url ikony"
 
 #: mod/settings.php:692
 msgid "You can't edit this application."
@@ -7040,7 +7025,7 @@ msgstr "Ustawienia  emaila/skrzynki mailowej"
 msgid ""
 "If you wish to communicate with email contacts using this service "
 "(optional), please specify how to connect to your mailbox."
-msgstr "Jeżeli Å¼yczysz sobie komunikowania z kontaktami email używajÄ\85c tego serwisu (opcjonalne), opisz jak poÅ\82aczyÄ\87 siÄ\99 z TwojÄ\85 skrzynkÄ\85 email."
+msgstr "JeÅ\9bli chcesz komunikowaÄ\87 siÄ\99 z kontaktami e-mail za pomocÄ\85 tej usÅ\82ugi (opcjonalnie), okreÅ\9bl sposób Å\82Ä\85czenia siÄ\99 ze skrzynkÄ\85 pocztowÄ\85."
 
 #: mod/settings.php:861
 msgid "Last successful email check:"
@@ -7064,15 +7049,15 @@ msgstr "Brak"
 
 #: mod/settings.php:866
 msgid "Email login name:"
-msgstr "Login emaila:"
+msgstr "Nazwa logowania e-mail:"
 
 #: mod/settings.php:867
 msgid "Email password:"
-msgstr "Hasło emaila:"
+msgstr "E-mail hasło:"
 
 #: mod/settings.php:868
 msgid "Reply-to address:"
-msgstr "Odpowiedz na adres:"
+msgstr "Adres zwrotny:"
 
 #: mod/settings.php:869
 msgid "Send public posts to all email contacts:"
@@ -7318,11 +7303,11 @@ msgstr "OpenID:"
 
 #: mod/settings.php:1097
 msgid "(Optional) Allow this OpenID to login to this account."
-msgstr "(Opcjonalnie) Pozwól temu OpenID zalogować się na to konto."
+msgstr "(Opcjonalnie) Pozwól zalogować się na to konto przy pomocy OpenID."
 
 #: mod/settings.php:1105
 msgid "Publish your default profile in your local site directory?"
-msgstr "Opublikować swój domyślny profil w swoim lokalnym katalogu stron?"
+msgstr "Opublikować Twój domyślny profil w Twoim lokalnym katalogu stron?"
 
 #: mod/settings.php:1105
 #, php-format
@@ -7333,7 +7318,7 @@ msgstr "Twój profil zostanie opublikowany w globalnych katalogach friendica (np
 
 #: mod/settings.php:1111
 msgid "Publish your default profile in the global social directory?"
-msgstr "Opublikować twój niewypełniony profil w globalnym, społecznym katalogu?"
+msgstr "Opublikować Twój domyślny profil w globalnym, społecznościowym katalogu?"
 
 #: mod/settings.php:1111
 #, php-format
@@ -7352,40 +7337,40 @@ msgid ""
 "Your contact list won't be shown in your default profile page. You can "
 "decide to show your contact list separately for each additional profile you "
 "create"
-msgstr "Twoja lista kontaktów nie będzie wyświetlana na domyślnej stronie profilu. Możesz zdecydować o wyświetleniu listy kontaktów osobno dla każdego tworzonego dodatkowego profilu"
+msgstr "Twoja lista kontaktów nie będzie wyświetlana na domyślnej stronie profilu. Możesz zdecydować o wyświetleniu listy kontaktów osobno dla każdego tworzonego dodatkowego profilu."
 
 #: mod/settings.php:1122
 msgid "Hide your profile details from anonymous viewers?"
-msgstr "Ukryj dane swojego profilu przed anonimowymi widzami?"
+msgstr "Ukryć dane Twojego profilu przed anonimowymi widzami?"
 
 #: mod/settings.php:1122
 msgid ""
 "Anonymous visitors will only see your profile picture, your display name and"
 " the nickname you are using on your profile page. Disables posting public "
 "messages to Diaspora and other networks."
-msgstr "Anonimowi użytkownicy zobaczą tylko Twoje zdjęcie profilowe, swoją wyświetlaną nazwę i pseudonim, którego używasz na stronie profilu. Wyłącza wysyłanie publicznych wiadomości do Diaspory i innych sieci."
+msgstr "Anonimowi użytkownicy zobaczą tylko Twoje zdjęcie profilowe, Twoją wyświetlaną nazwę i pseudonim, którego używasz na stronie profilu. Wyłącza wysyłanie publicznych wiadomości do Diaspory i innych sieci."
 
 #: mod/settings.php:1126
 msgid "Allow friends to post to your profile page?"
-msgstr "Zezwól na dodawanie postów na twoim profilu przez znajomych"
+msgstr "Zezwalać znajomym na publikowanie postów na stronie Twojego profilu?"
 
 #: mod/settings.php:1126
 msgid ""
 "Your contacts may write posts on your profile wall. These posts will be "
 "distributed to your contacts"
-msgstr "Twoi znajomi mogą pisać posty na ścianie Twojego profilu. Te posty zostaną przesłane do Twoich kontaktów"
+msgstr "Twoi znajomi mogą pisać posty na stronie Twojego profilu. Posty zostaną przesłane do Twoich kontaktów."
 
 #: mod/settings.php:1130
 msgid "Allow friends to tag your posts?"
-msgstr "Zezwól na oznaczanie twoich postów przez znajomych"
+msgstr "Zezwolić na oznaczanie Twoich postów przez znajomych?"
 
 #: mod/settings.php:1130
 msgid "Your contacts can add additional tags to your posts."
-msgstr "Twoje kontakty mogą dodawać do tagów dodatkowe tagi."
+msgstr "Twoje kontakty mogą dodawać do tagów dodatkowe posty."
 
 #: mod/settings.php:1134
 msgid "Allow us to suggest you as a potential friend to new members?"
-msgstr "Pozwól nam zasugerować Cię jako potencjalnego przyjaciela dla nowych członków?"
+msgstr "Pozwól zasugerować Cię jako potencjalnego przyjaciela dla nowych członków?"
 
 #: mod/settings.php:1134
 msgid ""
@@ -7413,7 +7398,7 @@ msgstr "Twój adres tożsamości to <strong>'%s'</strong> lub '%s'."
 
 #: mod/settings.php:1155
 msgid "Automatically expire posts after this many days:"
-msgstr "Automatycznie wygasaj posty po tych wielu dniach:"
+msgstr "Posty wygasną automatycznie po następującej liczbie dni:"
 
 #: mod/settings.php:1155
 msgid "If empty, posts will not expire. Expired posts will be deleted"
@@ -7445,7 +7430,7 @@ msgstr "Wygasanie zdjęć:"
 
 #: mod/settings.php:1162
 msgid "Only expire posts by others:"
-msgstr "Tylko wygasaj posty innych osób:"
+msgstr "Wygaszaj tylko te posty, które zostały napisane przez inne osoby:"
 
 #: mod/settings.php:1192
 msgid "Account Settings"
@@ -7475,9 +7460,9 @@ msgstr "Hasło:"
 msgid "Basic Settings"
 msgstr "Ustawienia podstawowe"
 
-#: mod/settings.php:1209 src/Model/Profile.php:738
+#: mod/settings.php:1209 src/Model/Profile.php:740
 msgid "Full Name:"
-msgstr "Imię i nazwisko:"
+msgstr "Imię i Nazwisko:"
 
 #: mod/settings.php:1210
 msgid "Email Address:"
@@ -7495,7 +7480,7 @@ msgstr "Twój język:"
 msgid ""
 "Set the language we use to show you friendica interface and to send you "
 "emails"
-msgstr "Ustaw język, którego używasz, aby pokazać interfejs użytkownika i wysłać Ci e-maile"
+msgstr "Ustaw język, którego używasz, aby pokazać interfejs użytkownika friendica i do wysłania Ci e-maili"
 
 #: mod/settings.php:1213
 msgid "Default Post Location:"
@@ -7511,7 +7496,7 @@ msgstr "Ustawienia bezpieczeństwa i prywatności"
 
 #: mod/settings.php:1219
 msgid "Maximum Friend Requests/Day:"
-msgstr "Maksymalna liczba zaproszeń do grona przyjaciół na dzień:"
+msgstr "Maksymalna dzienna liczba zaproszeń do grona przyjaciół:"
 
 #: mod/settings.php:1219 mod/settings.php:1248
 msgid "(to prevent spam abuse)"
@@ -7539,7 +7524,7 @@ msgstr "Uprawnienia domyślne dla nowych postów"
 
 #: mod/settings.php:1248
 msgid "Maximum private messages per day from unknown people:"
-msgstr "Maksymalna liczba wiadomości prywatnych dziennie od nieznanych ludzi:"
+msgstr "Maksymalna liczba prywatnych wiadomości dziennie od nieznanych osób:"
 
 #: mod/settings.php:1251
 msgid "Notification Settings"
@@ -7551,15 +7536,15 @@ msgstr "Domyślnie publikuj komunikat o stanie, gdy:"
 
 #: mod/settings.php:1253
 msgid "accepting a friend request"
-msgstr "przyjmowanie prośby o dodanie do znajomych"
+msgstr "przyjęto prośbę o dodanie do znajomych"
 
 #: mod/settings.php:1254
 msgid "joining a forum/community"
-msgstr "dołączanie do forum/społeczności"
+msgstr "dołączono do forum/społeczności"
 
 #: mod/settings.php:1255
 msgid "making an <em>interesting</em> profile change"
-msgstr "dokonaj <em>interesującej</em> zmiany profilu"
+msgstr "dokonano <em>interesującej</em> zmiany profilu"
 
 #: mod/settings.php:1256
 msgid "Send a notification email when:"
@@ -7571,7 +7556,7 @@ msgstr "Otrzymałeś zaproszenie"
 
 #: mod/settings.php:1258
 msgid "Your introductions are confirmed"
-msgstr "Dane zatwierdzone"
+msgstr "Twoje zaproszenie jest potwierdzone"
 
 #: mod/settings.php:1259
 msgid "Someone writes on your profile wall"
@@ -7587,7 +7572,7 @@ msgstr "Otrzymałeś prywatną wiadomość"
 
 #: mod/settings.php:1262
 msgid "You receive a friend suggestion"
-msgstr "Otrzymane propozycje znajomych"
+msgstr "Otrzymałeś propozycję od znajomych"
 
 #: mod/settings.php:1263
 msgid "You are tagged in a post"
@@ -7645,6 +7630,270 @@ msgstr "Jeśli ten profil został przeniesiony z innego serwera, a niektóre z T
 msgid "Resend relocate message to contacts"
 msgstr "Wyślij ponownie przenieść wiadomości do kontaktów"
 
+#: view/theme/duepuntozero/config.php:54 src/Model/User.php:502
+msgid "default"
+msgstr "standardowe"
+
+#: view/theme/duepuntozero/config.php:55
+msgid "greenzero"
+msgstr "greenzero"
+
+#: view/theme/duepuntozero/config.php:56
+msgid "purplezero"
+msgstr "purplezero"
+
+#: view/theme/duepuntozero/config.php:57
+msgid "easterbunny"
+msgstr "Zajączek wielkanocny"
+
+#: view/theme/duepuntozero/config.php:58
+msgid "darkzero"
+msgstr "darkzero"
+
+#: view/theme/duepuntozero/config.php:59
+msgid "comix"
+msgstr "comix"
+
+#: view/theme/duepuntozero/config.php:60
+msgid "slackr"
+msgstr ""
+
+#: view/theme/duepuntozero/config.php:74
+msgid "Variations"
+msgstr "Zmiana"
+
+#: view/theme/frio/php/Image.php:25
+msgid "Repeat the image"
+msgstr "Powtórz obraz"
+
+#: view/theme/frio/php/Image.php:25
+msgid "Will repeat your image to fill the background."
+msgstr "Powtarza twój obraz, aby wypełnić tło."
+
+#: view/theme/frio/php/Image.php:27
+msgid "Stretch"
+msgstr "Rozwiń"
+
+#: view/theme/frio/php/Image.php:27
+msgid "Will stretch to width/height of the image."
+msgstr "Rozciągnie się do szerokości/wysokości obrazu."
+
+#: view/theme/frio/php/Image.php:29
+msgid "Resize fill and-clip"
+msgstr "Zmień rozmiar wypełnienia i klipu"
+
+#: view/theme/frio/php/Image.php:29
+msgid "Resize to fill and retain aspect ratio."
+msgstr "Zmień rozmiar, aby wypełnić i zachować proporcje."
+
+#: view/theme/frio/php/Image.php:31
+msgid "Resize best fit"
+msgstr "Zmień rozmiar, aby najlepiej dopasować"
+
+#: view/theme/frio/php/Image.php:31
+msgid "Resize to best fit and retain aspect ratio."
+msgstr "Zmień rozmiar, aby jak najlepiej dopasować i zachować proporcje."
+
+#: view/theme/frio/config.php:97
+msgid "Default"
+msgstr "Domyślne"
+
+#: view/theme/frio/config.php:109
+msgid "Note"
+msgstr "Uwaga"
+
+#: view/theme/frio/config.php:109
+msgid "Check image permissions if all users are allowed to visit the image"
+msgstr "Sprawdź uprawnienia do obrazu, jeśli wszyscy użytkownicy mogą odwiedzać obraz"
+
+#: view/theme/frio/config.php:116
+msgid "Select scheme"
+msgstr "Wybierz schemat"
+
+#: view/theme/frio/config.php:117
+msgid "Navigation bar background color"
+msgstr "Kolor tła paska nawigacyjnego"
+
+#: view/theme/frio/config.php:118
+msgid "Navigation bar icon color "
+msgstr "Kolor ikony paska nawigacyjnego"
+
+#: view/theme/frio/config.php:119
+msgid "Link color"
+msgstr "Kolor łączy"
+
+#: view/theme/frio/config.php:120
+msgid "Set the background color"
+msgstr "Ustaw kolor tła"
+
+#: view/theme/frio/config.php:121
+msgid "Content background opacity"
+msgstr "Nieprzezroczystość tła treści"
+
+#: view/theme/frio/config.php:122
+msgid "Set the background image"
+msgstr "Ustaw obraz tła"
+
+#: view/theme/frio/config.php:127
+msgid "Login page background image"
+msgstr "Obraz tła strony logowania"
+
+#: view/theme/frio/config.php:130
+msgid "Login page background color"
+msgstr "Kolor tła strony logowania"
+
+#: view/theme/frio/config.php:130
+msgid "Leave background image and color empty for theme defaults"
+msgstr "Pozostaw obraz tła i kolor pusty dla domyślnych ustawień kompozycji"
+
+#: view/theme/frio/theme.php:238
+msgid "Guest"
+msgstr "Gość"
+
+#: view/theme/frio/theme.php:243
+msgid "Visitor"
+msgstr "Odwiedzający"
+
+#: view/theme/frio/theme.php:256 src/Content/Nav.php:97
+#: src/Module/Login.php:311
+msgid "Logout"
+msgstr "Wyloguj się"
+
+#: view/theme/frio/theme.php:256 src/Content/Nav.php:97
+msgid "End this session"
+msgstr "Zakończ sesję"
+
+#: view/theme/frio/theme.php:259 src/Content/Nav.php:100
+#: src/Content/Nav.php:181
+msgid "Your posts and conversations"
+msgstr "Twoje posty i rozmowy"
+
+#: view/theme/frio/theme.php:260 src/Content/Nav.php:101
+msgid "Your profile page"
+msgstr "Twoja strona profilowa"
+
+#: view/theme/frio/theme.php:261 src/Content/Nav.php:102
+msgid "Your photos"
+msgstr "Twoje zdjęcia"
+
+#: view/theme/frio/theme.php:262 src/Content/Nav.php:103
+#: src/Model/Profile.php:914 src/Model/Profile.php:917
+msgid "Videos"
+msgstr "Filmy"
+
+#: view/theme/frio/theme.php:262 src/Content/Nav.php:103
+msgid "Your videos"
+msgstr "Twoje filmy"
+
+#: view/theme/frio/theme.php:263 src/Content/Nav.php:104
+msgid "Your events"
+msgstr "Twoje wydarzenia"
+
+#: view/theme/frio/theme.php:266 src/Content/Nav.php:178
+msgid "Conversations from your friends"
+msgstr "Rozmowy Twoich przyjaciół"
+
+#: view/theme/frio/theme.php:267 src/Content/Nav.php:169
+#: src/Model/Profile.php:929 src/Model/Profile.php:940
+msgid "Events and Calendar"
+msgstr "Wydarzenia i kalendarz"
+
+#: view/theme/frio/theme.php:268 src/Content/Nav.php:195
+msgid "Private mail"
+msgstr "Prywatne maile"
+
+#: view/theme/frio/theme.php:269 src/Content/Nav.php:206
+msgid "Account settings"
+msgstr "Ustawienia konta"
+
+#: view/theme/frio/theme.php:270 src/Content/Nav.php:212
+msgid "Manage/edit friends and contacts"
+msgstr "Zarządzaj listą przyjaciół i kontaktami"
+
+#: view/theme/quattro/config.php:76
+msgid "Alignment"
+msgstr "Wyrównanie"
+
+#: view/theme/quattro/config.php:76
+msgid "Left"
+msgstr "Lewo"
+
+#: view/theme/quattro/config.php:76
+msgid "Center"
+msgstr "Środek"
+
+#: view/theme/quattro/config.php:77
+msgid "Color scheme"
+msgstr "Zestaw kolorów"
+
+#: view/theme/quattro/config.php:78
+msgid "Posts font size"
+msgstr "Rozmiar czcionki postów"
+
+#: view/theme/quattro/config.php:79
+msgid "Textareas font size"
+msgstr "Rozmiar czcionki Textareas"
+
+#: view/theme/vier/config.php:75
+msgid "Comma separated list of helper forums"
+msgstr "Lista pomocników oddzielona przecinkami"
+
+#: view/theme/vier/config.php:115 src/Core/ACL.php:309
+msgid "don't show"
+msgstr "nie pokazuj"
+
+#: view/theme/vier/config.php:115 src/Core/ACL.php:308
+msgid "show"
+msgstr "pokaż"
+
+#: view/theme/vier/config.php:122
+msgid "Set style"
+msgstr "Ustaw styl"
+
+#: view/theme/vier/config.php:123
+msgid "Community Pages"
+msgstr "Strony społeczności"
+
+#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150
+msgid "Community Profiles"
+msgstr "Profile społeczności"
+
+#: view/theme/vier/config.php:125
+msgid "Help or @NewHere ?"
+msgstr "Pomóż lub @NowyTutaj?"
+
+#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389
+msgid "Connect Services"
+msgstr "Połączone serwisy"
+
+#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199
+msgid "Find Friends"
+msgstr "Znajdź znajomych"
+
+#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181
+msgid "Last users"
+msgstr "Ostatni użytkownicy"
+
+#: view/theme/vier/theme.php:200
+msgid "Local Directory"
+msgstr "Katalog lokalny"
+
+#: view/theme/vier/theme.php:202 src/Content/Widget.php:65
+msgid "Similar Interests"
+msgstr "Podobne zainteresowania"
+
+#: view/theme/vier/theme.php:204 src/Content/Widget.php:67
+msgid "Invite Friends"
+msgstr "Zaproś znajomych"
+
+#: view/theme/vier/theme.php:256 src/Content/ForumManager.php:127
+msgid "External link to forum"
+msgstr "Zewnętrzny link do forum"
+
+#: view/theme/vier/theme.php:292
+msgid "Quick Start"
+msgstr "Szybki start"
+
 #: src/Core/UserImport.php:104
 msgid "Error decoding account file"
 msgstr "Błąd podczas odczytu pliku konta"
@@ -7679,6 +7928,35 @@ msgstr[3] "%dkontakty nie zostały zaimportowane "
 msgid "Done. You can now login with your username and password"
 msgstr "Gotowe. Możesz teraz zalogować się, podając swoją nazwę użytkownika i hasło."
 
+#: src/Core/ACL.php:295
+msgid "Post to Email"
+msgstr "Prześlij e-mailem"
+
+#: src/Core/ACL.php:301
+msgid "Hide your profile details from unknown viewers?"
+msgstr "Ukryć szczegóły twojego profilu przed nieznajomymi?"
+
+#: src/Core/ACL.php:300
+#, php-format
+msgid "Connectors disabled, since \"%s\" is enabled."
+msgstr "Wtyczki są wyłączone, ponieważ \"%s\" jest włączone."
+
+#: src/Core/ACL.php:307
+msgid "Visible to everybody"
+msgstr "Widoczny dla wszystkich"
+
+#: src/Core/ACL.php:319
+msgid "Close"
+msgstr "Zamknij"
+
+#: src/Core/Console/NewPassword.php:78
+msgid "Enter new password: "
+msgstr "Wprowadź nowe hasło:"
+
+#: src/Core/Console/NewPassword.php:83 src/Model/User.php:262
+msgid "Password can't be empty"
+msgstr "Hasło nie może być puste"
+
 #: src/Core/NotificationsManager.php:171
 msgid "System"
 msgstr "System"
@@ -7744,36 +8022,7 @@ msgstr "Prośba o dodanie do przyjaciół/powiązanych"
 msgid "New Follower"
 msgstr "Nowy obserwujący"
 
-#: src/Core/ACL.php:295
-msgid "Post to Email"
-msgstr "Prześlij e-mailem"
-
-#: src/Core/ACL.php:301
-msgid "Hide your profile details from unknown viewers?"
-msgstr "Ukryć szczegóły twojego profilu przed nieznajomymi?"
-
-#: src/Core/ACL.php:300
-#, php-format
-msgid "Connectors disabled, since \"%s\" is enabled."
-msgstr "Wtyczki są wyłączone, ponieważ \"%s\" jest włączone."
-
-#: src/Core/ACL.php:307
-msgid "Visible to everybody"
-msgstr "Widoczny dla wszystkich"
-
-#: src/Core/ACL.php:308 view/theme/vier/config.php:115
-msgid "show"
-msgstr "pokaż"
-
-#: src/Core/ACL.php:309 view/theme/vier/config.php:115
-msgid "don't show"
-msgstr "nie pokazuj"
-
-#: src/Core/ACL.php:319
-msgid "Close"
-msgstr "Zamknij"
-
-#: src/Util/Temporal.php:147 src/Model/Profile.php:758
+#: src/Util/Temporal.php:147 src/Model/Profile.php:760
 msgid "Birthday:"
 msgstr "Urodziny:"
 
@@ -7868,10 +8117,6 @@ msgstr "Nieprawidłowy protokół źródłowy"
 msgid "Invalid link protocol"
 msgstr "Niepoprawny link protokołu"
 
-#: src/Content/ForumManager.php:127 view/theme/vier/theme.php:256
-msgid "External link to forum"
-msgstr "Zewnętrzny link do forum"
-
 #: src/Content/Nav.php:53
 msgid "Nothing new here"
 msgstr "Brak nowych zdarzeń"
@@ -7880,41 +8125,6 @@ msgstr "Brak nowych zdarzeń"
 msgid "Clear notifications"
 msgstr "Wyczyść powiadomienia"
 
-#: src/Content/Nav.php:97 src/Module/Login.php:311
-#: view/theme/frio/theme.php:256
-msgid "Logout"
-msgstr "Wyloguj się"
-
-#: src/Content/Nav.php:97 view/theme/frio/theme.php:256
-msgid "End this session"
-msgstr "Zakończ sesję"
-
-#: src/Content/Nav.php:100 src/Content/Nav.php:181
-#: view/theme/frio/theme.php:259
-msgid "Your posts and conversations"
-msgstr "Twoje posty i rozmowy"
-
-#: src/Content/Nav.php:101 view/theme/frio/theme.php:260
-msgid "Your profile page"
-msgstr "Twoja strona profilowa"
-
-#: src/Content/Nav.php:102 view/theme/frio/theme.php:261
-msgid "Your photos"
-msgstr "Twoje zdjęcia"
-
-#: src/Content/Nav.php:103 src/Model/Profile.php:912 src/Model/Profile.php:915
-#: view/theme/frio/theme.php:262
-msgid "Videos"
-msgstr "Filmy"
-
-#: src/Content/Nav.php:103 view/theme/frio/theme.php:262
-msgid "Your videos"
-msgstr "Twoje filmy"
-
-#: src/Content/Nav.php:104 view/theme/frio/theme.php:263
-msgid "Your events"
-msgstr "Twoje wydarzenia"
-
 #: src/Content/Nav.php:105
 msgid "Personal notes"
 msgstr "Notatki"
@@ -7959,11 +8169,6 @@ msgstr "Społeczność"
 msgid "Conversations on this and other servers"
 msgstr "Rozmowy na tym i innych serwerach"
 
-#: src/Content/Nav.php:169 src/Model/Profile.php:927 src/Model/Profile.php:938
-#: view/theme/frio/theme.php:267
-msgid "Events and Calendar"
-msgstr "Wydarzenia i kalendarz"
-
 #: src/Content/Nav.php:172
 msgid "Directory"
 msgstr "Katalog"
@@ -7976,10 +8181,6 @@ msgstr "Katalog osób"
 msgid "Information about this friendica instance"
 msgstr "Informacje o tej instancji friendica"
 
-#: src/Content/Nav.php:178 view/theme/frio/theme.php:266
-msgid "Conversations from your friends"
-msgstr "Rozmowy Twoich przyjaciół"
-
 #: src/Content/Nav.php:179
 msgid "Network Reset"
 msgstr "Resetowanie sieci"
@@ -8000,10 +8201,6 @@ msgstr "Zobacz wszystkie powiadomienia"
 msgid "Mark all system notifications seen"
 msgstr "Oznacz wszystkie powiadomienia systemu jako przeczytane"
 
-#: src/Content/Nav.php:195 view/theme/frio/theme.php:268
-msgid "Private mail"
-msgstr "Prywatne maile"
-
 #: src/Content/Nav.php:196
 msgid "Inbox"
 msgstr "Odebrane"
@@ -8020,10 +8217,6 @@ msgstr "Zarządzaj"
 msgid "Manage other pages"
 msgstr "Zarządzaj innymi stronami"
 
-#: src/Content/Nav.php:206 view/theme/frio/theme.php:269
-msgid "Account settings"
-msgstr "Ustawienia konta"
-
 #: src/Content/Nav.php:209 src/Model/Profile.php:372
 msgid "Profiles"
 msgstr "Profile"
@@ -8032,10 +8225,6 @@ msgstr "Profile"
 msgid "Manage/Edit Profiles"
 msgstr "Zarządzaj/Edytuj profile"
 
-#: src/Content/Nav.php:212 view/theme/frio/theme.php:270
-msgid "Manage/edit friends and contacts"
-msgstr "Zarządzaj listą przyjaciół i kontaktami"
-
 #: src/Content/Nav.php:217
 msgid "Site setup and configuration"
 msgstr "Konfiguracja i ustawienia instancji"
@@ -8048,26 +8237,6 @@ msgstr "Nawigacja"
 msgid "Site map"
 msgstr "Mapa strony"
 
-#: src/Content/OEmbed.php:253
-msgid "Embedding disabled"
-msgstr "Osadzanie wyłączone"
-
-#: src/Content/OEmbed.php:373
-msgid "Embedded content"
-msgstr "Osadzona zawartość"
-
-#: src/Content/Widget/CalendarExport.php:61
-msgid "Export"
-msgstr "Eksport"
-
-#: src/Content/Widget/CalendarExport.php:62
-msgid "Export calendar as ical"
-msgstr "Wyeksportuj kalendarz jako ical"
-
-#: src/Content/Widget/CalendarExport.php:63
-msgid "Export calendar as csv"
-msgstr "Eksportuj kalendarz jako csv"
-
 #: src/Content/Feature.php:79
 msgid "General Features"
 msgstr "Funkcje ogólne"
@@ -8100,7 +8269,7 @@ msgstr "Możliwość pobierania kalendarza publicznego przez odwiedzających"
 
 #: src/Content/Feature.php:88
 msgid "Post Composition Features"
-msgstr "Funkcje po ułożeniu"
+msgstr "Ustawienia funkcji postów"
 
 #: src/Content/Feature.php:89
 msgid "Post Preview"
@@ -8161,31 +8330,31 @@ msgstr "Zapisz wyszukiwane hasła do ponownego użycia"
 
 #: src/Content/Feature.php:105
 msgid "Network Tabs"
-msgstr "Karty sieciowe"
+msgstr "Etykiety sieciowe"
 
 #: src/Content/Feature.php:106
 msgid "Network Personal Tab"
-msgstr "Sieć Osobista zakładka"
+msgstr "Etykieta Sieć Osobista"
 
 #: src/Content/Feature.php:106
 msgid "Enable tab to display only Network posts that you've interacted on"
-msgstr "Włącz kartę, by wyświetlać tylko posty w sieci, z którymi współpracujesz"
+msgstr "Włącz etykietę, by wyświetlać posty tylko z sieci, z którymi współpracujesz"
 
 #: src/Content/Feature.php:107
 msgid "Network New Tab"
-msgstr "Sieć Nowa karta"
+msgstr "Etykieta Nowe Posty Sieciowe"
 
 #: src/Content/Feature.php:107
 msgid "Enable tab to display only new Network posts (from the last 12 hours)"
-msgstr "Włącz kartę, aby wyświetlić tylko nowe posty sieciowe (z ostatnich 12 godzin)"
+msgstr "Włącz etykietę, aby wyświetlić tylko nowe posty sieciowe (z ostatnich 12 godzin)"
 
 #: src/Content/Feature.php:108
 msgid "Network Shared Links Tab"
-msgstr "Karta Połączone karty sieciowe"
+msgstr "Etykieta Udostępnianie Łącz Sieciowych"
 
 #: src/Content/Feature.php:108
 msgid "Enable tab to display only Network posts with links in them"
-msgstr "Włącz zakładkę, aby wyświetlić tylko posty sieciowe z łączami do nich"
+msgstr "Włącz etykietę, aby wyświetlić tylko posty sieciowe z łączami do nich"
 
 #: src/Content/Feature.php:113
 msgid "Post/Comment Tools"
@@ -8193,7 +8362,7 @@ msgstr "Narzędzia post/komentarz"
 
 #: src/Content/Feature.php:114
 msgid "Multiple Deletion"
-msgstr "Wielokrotne usunięcie"
+msgstr "Wielokrotne Usuwanie"
 
 #: src/Content/Feature.php:114
 msgid "Select and delete multiple posts/comments at once"
@@ -8279,6 +8448,26 @@ msgstr "Wyświetl datę członkostwa"
 msgid "Display membership date in profile"
 msgstr "Wyświetl datę członkostwa w profilu"
 
+#: src/Content/OEmbed.php:253
+msgid "Embedding disabled"
+msgstr "Osadzanie wyłączone"
+
+#: src/Content/OEmbed.php:373
+msgid "Embedded content"
+msgstr "Osadzona zawartość"
+
+#: src/Content/Widget/CalendarExport.php:61
+msgid "Export"
+msgstr "Eksport"
+
+#: src/Content/Widget/CalendarExport.php:62
+msgid "Export calendar as ical"
+msgstr "Wyeksportuj kalendarz jako ical"
+
+#: src/Content/Widget/CalendarExport.php:63
+msgid "Export calendar as csv"
+msgstr "Eksportuj kalendarz jako csv"
+
 #: src/Content/Widget.php:33
 msgid "Add New Contact"
 msgstr "Dodaj nowy kontakt"
@@ -8312,18 +8501,10 @@ msgstr "Wpisz nazwę lub zainteresowanie"
 msgid "Examples: Robert Morgenstein, Fishing"
 msgstr "Przykład: Jan Kowalski, Wędkarstwo"
 
-#: src/Content/Widget.php:65 view/theme/vier/theme.php:202
-msgid "Similar Interests"
-msgstr "Podobne zainteresowania"
-
 #: src/Content/Widget.php:66
 msgid "Random Profile"
 msgstr "Domyślny profil"
 
-#: src/Content/Widget.php:67 view/theme/vier/theme.php:204
-msgid "Invite Friends"
-msgstr "Zaproś znajomych"
-
 #: src/Content/Widget.php:68
 msgid "View Global Directory"
 msgstr "Wyświetl globalny katalog"
@@ -8427,7 +8608,7 @@ msgstr "GNU Połączenie Społecznościowe"
 
 #: src/Content/ContactSelector.php:94
 msgid "pnut"
-msgstr ""
+msgstr "orzech"
 
 #: src/Content/ContactSelector.php:95
 msgid "App.net"
@@ -8573,7 +8754,7 @@ msgstr "Niewierny"
 msgid "Sex Addict"
 msgstr "Uzależniony od seksu"
 
-#: src/Content/ContactSelector.php:169 src/Model/User.php:505
+#: src/Content/ContactSelector.php:169 src/Model/User.php:519
 msgid "Friends"
 msgstr "Przyjaciele"
 
@@ -8663,167 +8844,49 @@ msgstr "Zapytaj mnie "
 
 #: src/Database/DBStructure.php:32
 msgid "There are no tables on MyISAM."
-msgstr "W MyISAM nie ma tabel."
-
-#: src/Database/DBStructure.php:75
-#, php-format
-msgid ""
-"\n"
-"\t\t\t\tThe friendica developers released update %s recently,\n"
-"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n"
-"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n"
-"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."
-msgstr "\n\t\t\t\tDeweloperzy friendica wydali niedawno aktualizację %s,\n\t\t\t\tale podczas próby instalacji, coś poszło nie tak.\n\t\t\t\tZostanie to naprawione wkrótce i nie mogę tego zrobić sam. Proszę skontaktować się z \n\t\t\t\tprogramistami friendica, jeśli nie możesz mi pomóc na własną rękę. Moja baza danych może być nieprawidłowa."
-
-#: src/Database/DBStructure.php:80
-#, php-format
-msgid ""
-"The error message is\n"
-"[pre]%s[/pre]"
-msgstr "Komunikat o błędzie jest \n[pre]%s[/ pre]"
-
-#: src/Database/DBStructure.php:191
-#, php-format
-msgid ""
-"\n"
-"Error %d occurred during database update:\n"
-"%s\n"
-msgstr "\nWystąpił błąd %d podczas aktualizacji bazy danych:\n%s\n"
-
-#: src/Database/DBStructure.php:194
-msgid "Errors encountered performing database changes: "
-msgstr "Napotkane błędy powodujące zmiany w bazie danych:"
-
-#: src/Database/DBStructure.php:210
-msgid ": Database update"
-msgstr ": Aktualizacja bazy danych"
-
-#: src/Database/DBStructure.php:460
-#, php-format
-msgid "%s: updating %s table."
-msgstr "%s: aktualizowanie %s tabeli."
-
-#: src/Model/Mail.php:40 src/Model/Mail.php:174
-msgid "[no subject]"
-msgstr "[bez tematu]"
-
-#: src/Model/Profile.php:97
-msgid "Requested account is not available."
-msgstr "Żądane konto jest niedostępne."
-
-#: src/Model/Profile.php:168 src/Model/Profile.php:399
-#: src/Model/Profile.php:859
-msgid "Edit profile"
-msgstr "Edytuj profil"
-
-#: src/Model/Profile.php:336
-msgid "Atom feed"
-msgstr "Kanał Atom"
-
-#: src/Model/Profile.php:372
-msgid "Manage/edit profiles"
-msgstr "Zarządzaj profilami"
-
-#: src/Model/Profile.php:548 src/Model/Profile.php:641
-msgid "g A l F d"
-msgstr "g A I F d"
-
-#: src/Model/Profile.php:549
-msgid "F d"
-msgstr ""
-
-#: src/Model/Profile.php:606 src/Model/Profile.php:703
-msgid "[today]"
-msgstr "[dziś]"
-
-#: src/Model/Profile.php:617
-msgid "Birthday Reminders"
-msgstr "Przypomnienia o urodzinach"
-
-#: src/Model/Profile.php:618
-msgid "Birthdays this week:"
-msgstr "Urodziny w tym tygodniu:"
-
-#: src/Model/Profile.php:690
-msgid "[No description]"
-msgstr "[Brak opisu]"
-
-#: src/Model/Profile.php:717
-msgid "Event Reminders"
-msgstr "Przypominacze wydarzeń"
-
-#: src/Model/Profile.php:718
-msgid "Events this week:"
-msgstr "Wydarzenia w tym tygodniu:"
-
-#: src/Model/Profile.php:741
-msgid "Member since:"
-msgstr "Członek od:"
-
-#: src/Model/Profile.php:749
-msgid "j F, Y"
-msgstr "d M, R"
-
-#: src/Model/Profile.php:750
-msgid "j F"
-msgstr "d M"
-
-#: src/Model/Profile.php:765
-msgid "Age:"
-msgstr "Wiek:"
-
-#: src/Model/Profile.php:778
-#, php-format
-msgid "for %1$d %2$s"
-msgstr "od %1$d %2$s"
-
-#: src/Model/Profile.php:802
-msgid "Religion:"
-msgstr "Religia:"
-
-#: src/Model/Profile.php:810
-msgid "Hobbies/Interests:"
-msgstr "Hobby/Zainteresowania:"
-
-#: src/Model/Profile.php:822
-msgid "Contact information and Social Networks:"
-msgstr "Informacje kontaktowe i sieci społeczne"
-
-#: src/Model/Profile.php:826
-msgid "Musical interests:"
-msgstr "Zainteresowania muzyczne:"
-
-#: src/Model/Profile.php:830
-msgid "Books, literature:"
-msgstr "Książki, literatura:"
+msgstr "W MyISAM nie ma tabel."
 
-#: src/Model/Profile.php:834
-msgid "Television:"
-msgstr "Telewizja:"
+#: src/Database/DBStructure.php:75
+#, php-format
+msgid ""
+"\n"
+"\t\t\t\tThe friendica developers released update %s recently,\n"
+"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n"
+"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n"
+"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."
+msgstr "\n\t\t\t\tDeweloperzy friendica wydali niedawno aktualizację %s,\n\t\t\t\tale podczas próby instalacji, coś poszło nie tak.\n\t\t\t\tZostanie to naprawione wkrótce i nie mogę tego zrobić sam. Proszę skontaktować się z \n\t\t\t\tprogramistami friendica, jeśli nie możesz mi pomóc na własną rękę. Moja baza danych może być nieprawidłowa."
 
-#: src/Model/Profile.php:838
-msgid "Film/dance/culture/entertainment:"
-msgstr "Film/taniec/kultura/rozrywka"
+#: src/Database/DBStructure.php:80
+#, php-format
+msgid ""
+"The error message is\n"
+"[pre]%s[/pre]"
+msgstr "Komunikat o błędzie jest \n[pre]%s[/ pre]"
 
-#: src/Model/Profile.php:842
-msgid "Love/Romance:"
-msgstr "Miłość/Romans:"
+#: src/Database/DBStructure.php:191
+#, php-format
+msgid ""
+"\n"
+"Error %d occurred during database update:\n"
+"%s\n"
+msgstr "\nWystąpił błąd %d podczas aktualizacji bazy danych:\n%s\n"
 
-#: src/Model/Profile.php:846
-msgid "Work/employment:"
-msgstr "Praca/zatrudnienie:"
+#: src/Database/DBStructure.php:194
+msgid "Errors encountered performing database changes: "
+msgstr "Napotkane błędy powodujące zmiany w bazie danych:"
 
-#: src/Model/Profile.php:850
-msgid "School/education:"
-msgstr "Szkoła/edukacja:"
+#: src/Database/DBStructure.php:210
+msgid ": Database update"
+msgstr ": Aktualizacja bazy danych"
 
-#: src/Model/Profile.php:855
-msgid "Forums:"
-msgstr "Fora:"
+#: src/Database/DBStructure.php:460
+#, php-format
+msgid "%s: updating %s table."
+msgstr "%s: aktualizowanie %s tabeli."
 
-#: src/Model/Profile.php:949
-msgid "Only You Can See This"
-msgstr "Tylko ty możesz to zobaczyć"
+#: src/Model/Mail.php:40 src/Model/Mail.php:174
+msgid "[no subject]"
+msgstr "[bez tematu]"
 
 #: src/Model/Item.php:1676
 #, php-format
@@ -8840,120 +8903,85 @@ msgstr "%1$snie uczestniczy %2$s's %3$s "
 msgid "%1$s may attend %2$s's %3$s"
 msgstr "%1$smogą uczestniczyć %2$s's %3$s "
 
-#: src/Model/Group.php:44
-msgid ""
-"A deleted group with this name was revived. Existing item permissions "
-"<strong>may</strong> apply to this group and any future members. If this is "
-"not what you intended, please create another group with a different name."
-msgstr "Skasowana grupa o tej nazwie została przywrócona. Istniejące uprawnienia do pozycji <strong>mogą</strong> dotyczyć tej grupy i wszystkich przyszłych członków. Jeśli nie jest to zamierzone, utwórz inną grupę o innej nazwie."
-
-#: src/Model/Group.php:328
-msgid "Default privacy group for new contacts"
-msgstr "Domyślne ustawienia prywatności dla nowych kontaktów"
-
-#: src/Model/Group.php:361
-msgid "Everybody"
-msgstr "Wszyscy"
-
-#: src/Model/Group.php:381
-msgid "edit"
-msgstr "edytuj"
-
-#: src/Model/Group.php:405
-msgid "Edit group"
-msgstr "Edytuj grupy"
-
-#: src/Model/Group.php:406
-msgid "Contacts not in any group"
-msgstr "Kontakt nie jest w żadnej grupie"
-
-#: src/Model/Group.php:407
-msgid "Create a new group"
-msgstr "Stwórz nową grupę"
-
-#: src/Model/Group.php:409
-msgid "Edit groups"
-msgstr "Edytuj grupy"
-
-#: src/Model/Contact.php:645
+#: src/Model/Contact.php:657
 msgid "Drop Contact"
 msgstr "Upuść kontakt"
 
-#: src/Model/Contact.php:1048
+#: src/Model/Contact.php:1060
 msgid "Organisation"
 msgstr "Organizacja"
 
-#: src/Model/Contact.php:1051
+#: src/Model/Contact.php:1063
 msgid "News"
 msgstr "Aktualności"
 
-#: src/Model/Contact.php:1054
+#: src/Model/Contact.php:1066
 msgid "Forum"
 msgstr "Forum"
 
-#: src/Model/Contact.php:1233
+#: src/Model/Contact.php:1245
 msgid "Connect URL missing."
 msgstr "Brak adresu URL połączenia."
 
-#: src/Model/Contact.php:1242
+#: src/Model/Contact.php:1254
 msgid ""
 "The contact could not be added. Please check the relevant network "
 "credentials in your Settings -> Social Networks page."
 msgstr "Nie można dodać kontaktu. Sprawdź odpowiednie poświadczenia sieciowe na stronie Ustawienia -> Sieci społecznościowe."
 
-#: src/Model/Contact.php:1289
+#: src/Model/Contact.php:1301
 msgid ""
 "This site is not configured to allow communications with other networks."
 msgstr "Ta strona nie jest skonfigurowana do pozwalania na komunikację z innymi sieciami"
 
-#: src/Model/Contact.php:1290 src/Model/Contact.php:1304
+#: src/Model/Contact.php:1302 src/Model/Contact.php:1316
 msgid "No compatible communication protocols or feeds were discovered."
 msgstr "Nie znaleziono żadnych kompatybilnych protokołów komunikacyjnych ani źródeł."
 
-#: src/Model/Contact.php:1302
+#: src/Model/Contact.php:1314
 msgid "The profile address specified does not provide adequate information."
 msgstr "Dany adres profilu nie dostarcza odpowiednich informacji."
 
-#: src/Model/Contact.php:1307
+#: src/Model/Contact.php:1319
 msgid "An author or name was not found."
 msgstr "Autor lub nazwa nie zostało znalezione."
 
-#: src/Model/Contact.php:1310
+#: src/Model/Contact.php:1322
 msgid "No browser URL could be matched to this address."
 msgstr "Przeglądarka WWW nie może odnaleźć podanego adresu"
 
-#: src/Model/Contact.php:1313
+#: src/Model/Contact.php:1325
 msgid ""
 "Unable to match @-style Identity Address with a known protocol or email "
 "contact."
 msgstr "Nie można dopasować @-stylu Adres identyfikacyjny ze znanym protokołem lub kontaktem e-mail."
 
-#: src/Model/Contact.php:1314
+#: src/Model/Contact.php:1326
 msgid "Use mailto: in front of address to force email check."
 msgstr "Użyj mailto: przed adresem, aby wymusić sprawdzanie poczty e-mail."
 
-#: src/Model/Contact.php:1320
+#: src/Model/Contact.php:1332
 msgid ""
 "The profile address specified belongs to a network which has been disabled "
 "on this site."
 msgstr "Określony adres profilu należy do sieci, która została wyłączona na tej stronie."
 
-#: src/Model/Contact.php:1325
+#: src/Model/Contact.php:1337
 msgid ""
 "Limited profile. This person will be unable to receive direct/personal "
 "notifications from you."
 msgstr "Profil ograniczony. Ta osoba będzie niezdolna do odbierania osobistych powiadomień od ciebie."
 
-#: src/Model/Contact.php:1376
+#: src/Model/Contact.php:1388
 msgid "Unable to retrieve contact information."
 msgstr "Nie można otrzymać informacji kontaktowych"
 
-#: src/Model/Contact.php:1588
+#: src/Model/Contact.php:1605
 #, php-format
 msgid "%s's birthday"
 msgstr "Urodziny %s"
 
-#: src/Model/Contact.php:1589 src/Protocol/DFRN.php:1478
+#: src/Model/Contact.php:1606 src/Protocol/DFRN.php:1483
 #, php-format
 msgid "Happy Birthday %s"
 msgstr "Urodziny %s"
@@ -9016,98 +9044,247 @@ msgstr "Pokaż mapę"
 msgid "Hide map"
 msgstr "Ukryj mapę"
 
-#: src/Model/User.php:144
+#: src/Model/Group.php:44
+msgid ""
+"A deleted group with this name was revived. Existing item permissions "
+"<strong>may</strong> apply to this group and any future members. If this is "
+"not what you intended, please create another group with a different name."
+msgstr "Skasowana grupa o tej nazwie została przywrócona. Istniejące uprawnienia do pozycji <strong>mogą</strong> dotyczyć tej grupy i wszystkich przyszłych członków. Jeśli nie jest to zamierzone, utwórz inną grupę o innej nazwie."
+
+#: src/Model/Group.php:341
+msgid "Default privacy group for new contacts"
+msgstr "Domyślne ustawienia prywatności dla nowych kontaktów"
+
+#: src/Model/Group.php:374
+msgid "Everybody"
+msgstr "Wszyscy"
+
+#: src/Model/Group.php:394
+msgid "edit"
+msgstr "edytuj"
+
+#: src/Model/Group.php:418
+msgid "Edit group"
+msgstr "Edytuj grupy"
+
+#: src/Model/Group.php:419
+msgid "Contacts not in any group"
+msgstr "Kontakt nie jest w żadnej grupie"
+
+#: src/Model/Group.php:420
+msgid "Create a new group"
+msgstr "Stwórz nową grupę"
+
+#: src/Model/Group.php:422
+msgid "Edit groups"
+msgstr "Edytuj grupy"
+
+#: src/Model/Profile.php:97
+msgid "Requested account is not available."
+msgstr "Żądane konto jest niedostępne."
+
+#: src/Model/Profile.php:168 src/Model/Profile.php:399
+#: src/Model/Profile.php:861
+msgid "Edit profile"
+msgstr "Edytuj profil"
+
+#: src/Model/Profile.php:336
+msgid "Atom feed"
+msgstr "Kanał Atom"
+
+#: src/Model/Profile.php:372
+msgid "Manage/edit profiles"
+msgstr "Zarządzaj profilami"
+
+#: src/Model/Profile.php:550 src/Model/Profile.php:643
+msgid "g A l F d"
+msgstr "g A I F d"
+
+#: src/Model/Profile.php:551
+msgid "F d"
+msgstr ""
+
+#: src/Model/Profile.php:608 src/Model/Profile.php:705
+msgid "[today]"
+msgstr "[dziś]"
+
+#: src/Model/Profile.php:619
+msgid "Birthday Reminders"
+msgstr "Przypomnienia o urodzinach"
+
+#: src/Model/Profile.php:620
+msgid "Birthdays this week:"
+msgstr "Urodziny w tym tygodniu:"
+
+#: src/Model/Profile.php:692
+msgid "[No description]"
+msgstr "[Brak opisu]"
+
+#: src/Model/Profile.php:719
+msgid "Event Reminders"
+msgstr "Przypominacze wydarzeń"
+
+#: src/Model/Profile.php:720
+msgid "Events this week:"
+msgstr "Wydarzenia w tym tygodniu:"
+
+#: src/Model/Profile.php:743
+msgid "Member since:"
+msgstr "Członek od:"
+
+#: src/Model/Profile.php:751
+msgid "j F, Y"
+msgstr "d M, R"
+
+#: src/Model/Profile.php:752
+msgid "j F"
+msgstr "d M"
+
+#: src/Model/Profile.php:767
+msgid "Age:"
+msgstr "Wiek:"
+
+#: src/Model/Profile.php:780
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "od %1$d %2$s"
+
+#: src/Model/Profile.php:804
+msgid "Religion:"
+msgstr "Religia:"
+
+#: src/Model/Profile.php:812
+msgid "Hobbies/Interests:"
+msgstr "Hobby/Zainteresowania:"
+
+#: src/Model/Profile.php:824
+msgid "Contact information and Social Networks:"
+msgstr "Informacje kontaktowe i sieci społeczne"
+
+#: src/Model/Profile.php:828
+msgid "Musical interests:"
+msgstr "Zainteresowania muzyczne:"
+
+#: src/Model/Profile.php:832
+msgid "Books, literature:"
+msgstr "Książki, literatura:"
+
+#: src/Model/Profile.php:836
+msgid "Television:"
+msgstr "Telewizja:"
+
+#: src/Model/Profile.php:840
+msgid "Film/dance/culture/entertainment:"
+msgstr "Film/taniec/kultura/rozrywka"
+
+#: src/Model/Profile.php:844
+msgid "Love/Romance:"
+msgstr "Miłość/Romans:"
+
+#: src/Model/Profile.php:848
+msgid "Work/employment:"
+msgstr "Praca/zatrudnienie:"
+
+#: src/Model/Profile.php:852
+msgid "School/education:"
+msgstr "Szkoła/edukacja:"
+
+#: src/Model/Profile.php:857
+msgid "Forums:"
+msgstr "Fora:"
+
+#: src/Model/Profile.php:951
+msgid "Only You Can See This"
+msgstr "Tylko ty możesz to zobaczyć"
+
+#: src/Model/User.php:154
 msgid "Login failed"
 msgstr "Logowanie nieudane"
 
-#: src/Model/User.php:175
+#: src/Model/User.php:185
 msgid "Not enough information to authenticate"
 msgstr "Za mało informacji do uwierzytelnienia"
 
-#: src/Model/User.php:332
+#: src/Model/User.php:346
 msgid "An invitation is required."
 msgstr "Wymagane zaproszenie."
 
-#: src/Model/User.php:336
+#: src/Model/User.php:350
 msgid "Invitation could not be verified."
 msgstr "Zaproszenie niezweryfikowane."
 
-#: src/Model/User.php:343
+#: src/Model/User.php:357
 msgid "Invalid OpenID url"
 msgstr "Nieprawidłowy adres url OpenID"
 
-#: src/Model/User.php:356 src/Module/Login.php:100
+#: src/Model/User.php:370 src/Module/Login.php:100
 msgid ""
 "We encountered a problem while logging in with the OpenID you provided. "
 "Please check the correct spelling of the ID."
 msgstr "Napotkaliśmy problem podczas logowania z podanym przez nas identyfikatorem OpenID. Sprawdź poprawną pisownię identyfikatora."
 
-#: src/Model/User.php:356 src/Module/Login.php:100
+#: src/Model/User.php:370 src/Module/Login.php:100
 msgid "The error message was:"
 msgstr "Komunikat o błędzie:"
 
-#: src/Model/User.php:362
+#: src/Model/User.php:376
 msgid "Please enter the required information."
 msgstr "Wprowadź wymagane informacje"
 
-#: src/Model/User.php:375
+#: src/Model/User.php:389
 msgid "Please use a shorter name."
 msgstr "Użyj dłuższej nazwy."
 
-#: src/Model/User.php:378
+#: src/Model/User.php:392
 msgid "Name too short."
 msgstr "Nazwa jest za krótka."
 
-#: src/Model/User.php:386
+#: src/Model/User.php:400
 msgid "That doesn't appear to be your full (First Last) name."
-msgstr "Zdaje mi się że to nie jest twoje pełne Imię(Nazwisko)."
+msgstr "Wydaje mi się, że to nie jest twoje pełne imię (pierwsze imię) i nazwisko."
 
-#: src/Model/User.php:391
+#: src/Model/User.php:405
 msgid "Your email domain is not among those allowed on this site."
 msgstr "Twoja domena internetowa nie jest obsługiwana na tej stronie."
 
-#: src/Model/User.php:395
+#: src/Model/User.php:409
 msgid "Not a valid email address."
 msgstr "Niepoprawny adres e mail.."
 
-#: src/Model/User.php:399 src/Model/User.php:407
+#: src/Model/User.php:413 src/Model/User.php:421
 msgid "Cannot use that email."
 msgstr "Nie możesz użyć tego e-maila. "
 
-#: src/Model/User.php:414
+#: src/Model/User.php:428
 msgid "Your nickname can only contain a-z, 0-9 and _."
 msgstr "Twój pseudonim może zawierać tylko a-z, 0-9 i _."
 
-#: src/Model/User.php:421 src/Model/User.php:477
+#: src/Model/User.php:435 src/Model/User.php:491
 msgid "Nickname is already registered. Please choose another."
 msgstr "Ten login jest zajęty. Wybierz inny."
 
-#: src/Model/User.php:431
+#: src/Model/User.php:445
 msgid "SERIOUS ERROR: Generation of security keys failed."
 msgstr "POWAŻNY BŁĄD: niepowodzenie podczas tworzenia kluczy zabezpieczeń."
 
-#: src/Model/User.php:464 src/Model/User.php:468
+#: src/Model/User.php:478 src/Model/User.php:482
 msgid "An error occurred during registration. Please try again."
 msgstr "Wystąpił bład podczas rejestracji, Spróbuj ponownie."
 
-#: src/Model/User.php:488 view/theme/duepuntozero/config.php:54
-msgid "default"
-msgstr "standardowe"
-
-#: src/Model/User.php:493
+#: src/Model/User.php:507
 msgid "An error occurred creating your default profile. Please try again."
 msgstr "Wystąpił błąd podczas tworzenia profilu. Spróbuj ponownie."
 
-#: src/Model/User.php:500
+#: src/Model/User.php:514
 msgid "An error occurred creating your self contact. Please try again."
 msgstr "Wystąpił błąd podczas tworzenia własnego kontaktu. Proszę spróbuj ponownie."
 
-#: src/Model/User.php:509
+#: src/Model/User.php:523
 msgid ""
 "An error occurred creating your default contact group. Please try again."
 msgstr "Wystąpił błąd podczas tworzenia domyślnej grupy kontaktów. Proszę spróbuj ponownie."
 
-#: src/Model/User.php:583
+#: src/Model/User.php:597
 #, php-format
 msgid ""
 "\n"
@@ -9116,12 +9293,12 @@ msgid ""
 "\t\t"
 msgstr "\n\t\t\tDrodzy %1$s, \n\t\t\t\tDziękujemy za rejestrację na stronie %2$s. Twoje konto czeka na zatwierdzenie przez administratora."
 
-#: src/Model/User.php:593
+#: src/Model/User.php:607
 #, php-format
 msgid "Registration at %s"
 msgstr "Rejestracja w %s"
 
-#: src/Model/User.php:611
+#: src/Model/User.php:625
 #, php-format
 msgid ""
 "\n"
@@ -9130,7 +9307,7 @@ msgid ""
 "\t\t"
 msgstr "\n\t\t\tDrodzy %1$s, \n\t\t\t\tDziękujemy za rejestrację na stronie %2$s. Twoje konto zostało utworzone."
 
-#: src/Model/User.php:615
+#: src/Model/User.php:629
 #, php-format
 msgid ""
 "\n"
@@ -9180,22 +9357,96 @@ msgstr "%sprzestał śledzić %s. "
 msgid "stopped following"
 msgstr "przestał śledzić"
 
-#: src/Protocol/DFRN.php:1477
+#: src/Protocol/DFRN.php:1482
 #, php-format
 msgid "%s\\'s birthday"
 msgstr "%s\\'s urodziny"
 
-#: src/Protocol/Diaspora.php:2651
-msgid "Sharing notification from Diaspora network"
-msgstr "Wspólne powiadomienie z sieci Diaspora"
+#: src/Protocol/Diaspora.php:2680
+msgid "Sharing notification from Diaspora network"
+msgstr "Wspólne powiadomienie z sieci Diaspora"
+
+#: src/Protocol/Diaspora.php:3756
+msgid "Attachments:"
+msgstr "Załączniki:"
+
+#: src/Worker/Delivery.php:390
+msgid "(no subject)"
+msgstr "(bez tematu)"
+
+#: src/Module/Login.php:282
+msgid "Create a New Account"
+msgstr "Załóż nowe konto"
+
+#: src/Module/Login.php:315
+msgid "Password: "
+msgstr "Hasło:"
+
+#: src/Module/Login.php:316
+msgid "Remember me"
+msgstr "Zapamiętaj mnie"
+
+#: src/Module/Login.php:319
+msgid "Or login using OpenID: "
+msgstr "Lub zaloguj się korzystając z OpenID:"
+
+#: src/Module/Login.php:325
+msgid "Forgot your password?"
+msgstr "Zapomniałeś swojego hasła?"
+
+#: src/Module/Login.php:328
+msgid "Website Terms of Service"
+msgstr "Warunki korzystania z witryny"
+
+#: src/Module/Login.php:329
+msgid "terms of service"
+msgstr "warunki użytkowania"
+
+#: src/Module/Login.php:331
+msgid "Website Privacy Policy"
+msgstr "Polityka Prywatności Witryny"
+
+#: src/Module/Login.php:332
+msgid "privacy policy"
+msgstr "polityka prywatności"
+
+#: src/Module/Logout.php:28
+msgid "Logged out."
+msgstr "Wyloguj"
+
+#: src/Module/Tos.php:51
+msgid "Privacy Statement"
+msgstr "Oświadczenie o prywatności"
+
+#: src/Module/Tos.php:52
+msgid ""
+"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."
+msgstr "W momencie rejestracji oraz w celu zapewnienia komunikacji między kontem użytkownika, a jego kontaktami, użytkownik musi podać nazwę wyświetlaną (pseudonim), nazwę użytkownika (przydomek) i działający adres e-mail. Nazwy będą dostępne na stronie profilu konta dla każdego odwiedzającego stronę, nawet jeśli inne szczegóły profilu nie zostaną wyświetlone. Adres e-mail będzie używany tylko do wysyłania powiadomień użytkownika o interakcjach, ale nie będzie wyświetlany w widoczny sposób. Lista kont w katalogu użytkownika węzła lub globalnym katalogu użytkownika jest opcjonalna i może być kontrolowana w ustawieniach użytkownika, nie jest konieczna do komunikacji."
 
-#: src/Protocol/Diaspora.php:3738
-msgid "Attachments:"
-msgstr "Załączniki:"
+#: src/Module/Tos.php:53
+msgid ""
+"This data is required for communication and is passed on to the nodes of the"
+" communication partners. Users can enter additional private data that may be"
+" transmitted to the communication partners accounts."
+msgstr "Te dane są wymagane do komunikacji i przekazywane do węzłów partnerów komunikacyjnych. Użytkownicy mogą wprowadzać dodatkowe prywatne dane, które mogą być przesyłane na konta partnerów komunikacyjnych."
 
-#: src/Worker/Delivery.php:392
-msgid "(no subject)"
-msgstr "(bez tematu)"
+#: src/Module/Tos.php:54
+#, php-format
+msgid ""
+"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."
+msgstr "W dowolnym momencie zalogowany użytkownik może wyeksportować dane swojego konta z <a href=\"%1$s/settings/uexport\">ustawień konta</a>. Jeśli użytkownik chce usunąć swoje konto, może to zrobić w <a href=\"%1$s/removeme\">%1$s/usuń mnie. Usunięcie konta będzie trwałe."
 
 #: src/Object/Post.php:128
 msgid "This entry was edited"
@@ -9322,46 +9573,6 @@ msgstr "Link"
 msgid "Video"
 msgstr "Video"
 
-#: src/Module/Login.php:282
-msgid "Create a New Account"
-msgstr "Załóż nowe konto"
-
-#: src/Module/Login.php:315
-msgid "Password: "
-msgstr "Hasło:"
-
-#: src/Module/Login.php:316
-msgid "Remember me"
-msgstr "Zapamiętaj mnie"
-
-#: src/Module/Login.php:319
-msgid "Or login using OpenID: "
-msgstr "Lub zaloguj się korzystając z OpenID:"
-
-#: src/Module/Login.php:325
-msgid "Forgot your password?"
-msgstr "Zapomniałeś swojego hasła?"
-
-#: src/Module/Login.php:328
-msgid "Website Terms of Service"
-msgstr "Warunki korzystania z witryny"
-
-#: src/Module/Login.php:329
-msgid "terms of service"
-msgstr "warunki użytkowania"
-
-#: src/Module/Login.php:331
-msgid "Website Privacy Policy"
-msgstr "Polityka Prywatności Witryny"
-
-#: src/Module/Login.php:332
-msgid "privacy policy"
-msgstr "polityka prywatności"
-
-#: src/Module/Logout.php:28
-msgid "Logged out."
-msgstr "Wyloguj"
-
 #: src/App.php:511
 msgid "Delete this item?"
 msgstr "Usunąć ten element?"
@@ -9370,195 +9581,11 @@ msgstr "Usunąć ten element?"
 msgid "show fewer"
 msgstr "Pokaż mniej"
 
-#: view/theme/duepuntozero/config.php:55
-msgid "greenzero"
-msgstr ""
-
-#: view/theme/duepuntozero/config.php:56
-msgid "purplezero"
-msgstr ""
-
-#: view/theme/duepuntozero/config.php:57
-msgid "easterbunny"
-msgstr "Zajączek wielkanocny"
-
-#: view/theme/duepuntozero/config.php:58
-msgid "darkzero"
-msgstr ""
-
-#: view/theme/duepuntozero/config.php:59
-msgid "comix"
-msgstr ""
-
-#: view/theme/duepuntozero/config.php:60
-msgid "slackr"
-msgstr ""
-
-#: view/theme/duepuntozero/config.php:74
-msgid "Variations"
-msgstr "Zmiana"
-
-#: view/theme/frio/php/Image.php:25
-msgid "Repeat the image"
-msgstr "Powtórz obraz"
-
-#: view/theme/frio/php/Image.php:25
-msgid "Will repeat your image to fill the background."
-msgstr "Powtarza twój obraz, aby wypełnić tło."
-
-#: view/theme/frio/php/Image.php:27
-msgid "Stretch"
-msgstr ""
-
-#: view/theme/frio/php/Image.php:27
-msgid "Will stretch to width/height of the image."
-msgstr "Rozciągnie się do szerokości/wysokości obrazu."
-
-#: view/theme/frio/php/Image.php:29
-msgid "Resize fill and-clip"
-msgstr "Zmień rozmiar wypełnienia i klipu"
-
-#: view/theme/frio/php/Image.php:29
-msgid "Resize to fill and retain aspect ratio."
-msgstr "Zmień rozmiar, aby wypełnić i zachować proporcje."
-
-#: view/theme/frio/php/Image.php:31
-msgid "Resize best fit"
-msgstr "Zmień rozmiar, aby najlepiej dopasować"
-
-#: view/theme/frio/php/Image.php:31
-msgid "Resize to best fit and retain aspect ratio."
-msgstr "Zmień rozmiar, aby jak najlepiej dopasować i zachować proporcje."
-
-#: view/theme/frio/config.php:97
-msgid "Default"
-msgstr "Domyślne"
-
-#: view/theme/frio/config.php:109
-msgid "Note"
-msgstr "Uwaga"
-
-#: view/theme/frio/config.php:109
-msgid "Check image permissions if all users are allowed to visit the image"
-msgstr "Sprawdź uprawnienia do obrazu, jeśli wszyscy użytkownicy mogą odwiedzać obraz"
-
-#: view/theme/frio/config.php:116
-msgid "Select scheme"
-msgstr "Wybierz schemat"
-
-#: view/theme/frio/config.php:117
-msgid "Navigation bar background color"
-msgstr "Kolor tła paska nawigacyjnego"
-
-#: view/theme/frio/config.php:118
-msgid "Navigation bar icon color "
-msgstr "Kolor ikony paska nawigacyjnego"
-
-#: view/theme/frio/config.php:119
-msgid "Link color"
-msgstr "Kolor łączy"
-
-#: view/theme/frio/config.php:120
-msgid "Set the background color"
-msgstr "Ustaw kolor tła"
-
-#: view/theme/frio/config.php:121
-msgid "Content background opacity"
-msgstr "Nieprzezroczystość tła treści"
-
-#: view/theme/frio/config.php:122
-msgid "Set the background image"
-msgstr "Ustaw obraz tła"
-
-#: view/theme/frio/config.php:127
-msgid "Login page background image"
-msgstr "Obraz tła strony logowania"
-
-#: view/theme/frio/config.php:130
-msgid "Login page background color"
-msgstr "Kolor tła strony logowania"
-
-#: view/theme/frio/config.php:130
-msgid "Leave background image and color empty for theme defaults"
-msgstr "Pozostaw obraz tła i kolor pusty dla domyślnych ustawień kompozycji"
-
-#: view/theme/frio/theme.php:238
-msgid "Guest"
-msgstr "Gość"
-
-#: view/theme/frio/theme.php:243
-msgid "Visitor"
-msgstr "Odwiedzający"
-
-#: view/theme/quattro/config.php:76
-msgid "Alignment"
-msgstr "Wyrównanie"
-
-#: view/theme/quattro/config.php:76
-msgid "Left"
-msgstr "Lewo"
-
-#: view/theme/quattro/config.php:76
-msgid "Center"
-msgstr "Środek"
-
-#: view/theme/quattro/config.php:77
-msgid "Color scheme"
-msgstr "Zestaw kolorów"
-
-#: view/theme/quattro/config.php:78
-msgid "Posts font size"
-msgstr "Rozmiar czcionki postów"
-
-#: view/theme/quattro/config.php:79
-msgid "Textareas font size"
-msgstr "Rozmiar czcionki Textareas"
-
-#: view/theme/vier/config.php:75
-msgid "Comma separated list of helper forums"
-msgstr "Lista pomocników oddzielona przecinkami"
-
-#: view/theme/vier/config.php:122
-msgid "Set style"
-msgstr "Ustaw styl"
-
-#: view/theme/vier/config.php:123
-msgid "Community Pages"
-msgstr "Strony społeczności"
-
-#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150
-msgid "Community Profiles"
-msgstr "Profile społeczności"
-
-#: view/theme/vier/config.php:125
-msgid "Help or @NewHere ?"
-msgstr "Pomoc lub @NewHere?"
-
-#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389
-msgid "Connect Services"
-msgstr "Połączone serwisy"
-
-#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199
-msgid "Find Friends"
-msgstr "Znajdź znajomych"
-
-#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181
-msgid "Last users"
-msgstr "Ostatni użytkownicy"
-
-#: view/theme/vier/theme.php:200
-msgid "Local Directory"
-msgstr "Katalog lokalny"
-
-#: view/theme/vier/theme.php:292
-msgid "Quick Start"
-msgstr "Szybki start"
-
-#: index.php:444
-msgid "toggle mobile"
-msgstr "przełącz na mobilny"
-
-#: boot.php:791
+#: boot.php:795
 #, php-format
 msgid "Update %s failed. See error logs."
 msgstr "Aktualizacja %s nie powiodła się. Zobacz dziennik błędów."
+
+#: index.php:472
+msgid "toggle mobile"
+msgstr "przełącz na mobilny"
index 72f28b4a1517285474dfbbb94546f116875698c7..726e3e22b0b46fc453306da0487881bbc5039ff4 100644 (file)
@@ -5,11 +5,13 @@ function string_plural_select_pl($n){
        return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
 }}
 ;
-$a->strings["Welcome "] = "Witaj ";
-$a->strings["Please upload a profile photo."] = "Proszę dodać zdjęcie profilowe.";
-$a->strings["Welcome back "] = "Witaj ponownie ";
-$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."] = "Znacznik zabezpieczeń formularza nie był poprawny. Prawdopodobnie stało się tak, ponieważ formularz został otwarty zbyt długo (> 3 godziny) przed jego przesłaniem.";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "Nie można zlokalizować serwera DNS dla bazy danych '%s'";
+$a->strings["Item not found."] = "Element nie znaleziony.";
+$a->strings["Do you really want to delete this item?"] = "Czy na pewno chcesz usunąć ten element?";
+$a->strings["Yes"] = "Tak";
+$a->strings["Cancel"] = "Anuluj";
+$a->strings["Permission denied."] = "Brak uprawnień.";
+$a->strings["Archives"] = "Archiwum";
+$a->strings["show more"] = "Pokaż więcej";
 $a->strings["Daily posting limit of %d post reached. The post was rejected."] = [
        0 => "",
        1 => "",
@@ -24,72 +26,6 @@ $a->strings["Weekly posting limit of %d post reached. The post was rejected."] =
 ];
 $a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Miesięczny limit %d wysyłania postów. Post został odrzucony.";
 $a->strings["Profile Photos"] = "Zdjęcie profilowe";
-$a->strings["Friendica Notification"] = "Powiadomienia Friendica";
-$a->strings["Thank You,"] = "Dziękuję,";
-$a->strings["%s Administrator"] = "%s Administrator";
-$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s,%2\$sAdministrator";
-$a->strings["noreply"] = "brak odpowiedzi";
-$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Powiadomienie] Nowa wiadomość otrzymana od %s";
-$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$swysłał ci nową prywatną wiadomość na %2\$s ";
-$a->strings["a private message"] = "prywatna wiadomość";
-$a->strings["%1\$s sent you %2\$s."] = "%1\$s wysyła ci %2\$s";
-$a->strings["Please visit %s to view and/or reply to your private messages."] = "Odwiedź %s żeby zobaczyć i/lub odpowiedzieć na twoje prywatne wiadomości";
-$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s skomentował [url=%2\$s]a %3\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$sskomentował  [url=%2\$s]%3\$s %4\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s skomentował [url=%2\$s] twój %3\$s[/ url]";
-$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Powiadomienie] Komentarz do rozmowy #%1\$d przez %2\$s";
-$a->strings["%s commented on an item/conversation you have been following."] = "%s skomentował rozmowę którą śledzisz";
-$a->strings["Please visit %s to view and/or reply to the conversation."] = "Odwiedź %s żeby zobaczyć i/lub odpowiedzieć na rozmowę";
-$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Powiadomienie] %s napisał na twoim profilu";
-$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$sopublikowano na ścianie profilu w %2\$s ";
-$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s wysłano do [url =%2\$s]twojej ściany[/url] ";
-$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Powiadomienie] %s dodał Cię";
-$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s oznaczono Cię tagiem %2\$s";
-$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]oznaczył Cię[/url]. ";
-$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Powiadomienie] %s udostępnił nowy wpis";
-$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$sudostępnił nowy wpis na %2\$s ";
-$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s[url=%2\$s]udostępnił wpis[/url].";
-$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica: Powiadomienie] %1\$s zaczepia Cię";
-$a->strings["%1\$s poked you at %2\$s"] = "%1\$s zaczepił Cię %2\$s";
-$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s[url=%2\$s] zaczepił Cię[/url].";
-$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Powiadomienie] %s otagował Twój post";
-$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$soznaczyłeś swój wpis na %2\$s ";
-$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$soznacz [url=%2\$s]twój post[/url]";
-$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Powiadomienie] Zapoznanie wstępne";
-$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Otrzymałeś wstęp od '%1\$s'  z %2\$s";
-$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Otrzymałeś [url=%1\$s] wprowadzenie [/ url] z %2\$s.";
-$a->strings["You may visit their profile at %s"] = "Możesz odwiedzić ich profil na stronie %s";
-$a->strings["Please visit %s to approve or reject the introduction."] = "Odwiedż %s aby zatwierdzić lub odrzucić przedstawienie.";
-$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Powiadomienie] Nowa osoba dzieli się z tobą";
-$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$sdzieli się z tobą w %2\$s ";
-$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Powiadomienie] Masz nowego obserwatora";
-$a->strings["You have a new follower at %2\$s : %1\$s"] = "Masz nowego obserwatora na %2\$s : %1\$s";
-$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica: Powiadomienie] Otrzymano sugestię znajomego";
-$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Otrzymałeś od znajomego sugestię '%1\$s' na %2\$s";
-$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Otrzymałeś [url=%1\$s] sugestię znajomego [/url] dla %2\$s od %3\$s.";
-$a->strings["Name:"] = "Imię:";
-$a->strings["Photo:"] = "Zdjęcie:";
-$a->strings["Please visit %s to approve or reject the suggestion."] = "Odwiedź stronę %s, aby zatwierdzić lub odrzucić sugestię.";
-$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica: Powiadomienie] Połączenie zostało zaakceptowane";
-$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' zaakceptował Twoją prośbę o połączenie na %2\$s";
-$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$szaakceptował twoje [url=%1\$s] żądanie połączenia [/url]. ";
-$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Jesteście teraz przyjaciółmi i możesz wymieniać aktualizacje statusu, zdjęcia i e-maile bez ograniczeń.";
-$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Odwiedź stronę %s jeśli chcesz wprowadzić zmiany w tym związku.";
-$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' zdecydował się zaakceptować Cię jako fana, który ogranicza niektóre formy komunikacji - takie jak prywatne wiadomości i niektóre interakcje w profilu. Jeśli jest to strona celebrytów lub społeczności, ustawienia te zostały zastosowane automatycznie.";
-$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' możesz zdecydować o przedłużeniu tego w dwukierunkowy lub bardziej ścisłą relację w przyszłości. ";
-$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "Odwiedź stronę %s, jeśli chcesz wprowadzić zmiany w tej relacji.";
-$a->strings["[Friendica System:Notify] registration request"] = "[Friendica System:Powiadomienie] prośba o rejestrację";
-$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Otrzymałeś wniosek rejestracyjny od '%1\$s' na %2\$s";
-$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Otrzymałeś [url=%1\$s] żądanie rejestracji [/url] od %2\$s.";
-$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "Pełna nazwa:\t%1\$s \\Lokalizacja nSite:\t%2\$s\\ nNazwa Użytkownika: \t%3\$s(%4\$s)";
-$a->strings["Please visit %s to approve or reject the request."] = "Odwiedź stronę %s, aby zatwierdzić lub odrzucić wniosek.";
-$a->strings["Item not found."] = "Element nie znaleziony.";
-$a->strings["Do you really want to delete this item?"] = "Czy na pewno chcesz usunąć ten element?";
-$a->strings["Yes"] = "Tak";
-$a->strings["Cancel"] = "Anuluj";
-$a->strings["Permission denied."] = "Brak uprawnień.";
-$a->strings["Archives"] = "Archiwum";
-$a->strings["show more"] = "Pokaż więcej";
 $a->strings["event"] = "wydarzenie";
 $a->strings["status"] = "status";
 $a->strings["photo"] = "zdjęcie";
@@ -209,6 +145,70 @@ $a->strings["Undecided"] = [
        2 => "",
        3 => "",
 ];
+$a->strings["Cannot locate DNS info for database server '%s'"] = "Nie można zlokalizować serwera DNS dla bazy danych '%s'";
+$a->strings["Friendica Notification"] = "Powiadomienia Friendica";
+$a->strings["Thank You,"] = "Dziękuję,";
+$a->strings["%s Administrator"] = "%s Administrator";
+$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s,%2\$sAdministrator";
+$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Powiadomienie] Nowa wiadomość otrzymana od %s";
+$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$swysłał ci nową prywatną wiadomość na %2\$s ";
+$a->strings["a private message"] = "prywatna wiadomość";
+$a->strings["%1\$s sent you %2\$s."] = "%1\$s wysyła ci %2\$s";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "Odwiedź %s żeby zobaczyć i/lub odpowiedzieć na twoje prywatne wiadomości";
+$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s skomentował [url=%2\$s]a %3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$sskomentował  [url=%2\$s]%3\$s %4\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s skomentował [url=%2\$s] twój %3\$s[/ url]";
+$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Powiadomienie] Komentarz do rozmowy #%1\$d przez %2\$s";
+$a->strings["%s commented on an item/conversation you have been following."] = "%s skomentował rozmowę którą śledzisz";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = "Odwiedź %s żeby zobaczyć i/lub odpowiedzieć na rozmowę";
+$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Powiadomienie] %s napisał na twoim profilu";
+$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$sopublikowano na ścianie profilu w %2\$s ";
+$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s wysłano do [url =%2\$s]twojej ściany[/url] ";
+$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Powiadomienie] %s dodał Cię";
+$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s oznaczono Cię tagiem %2\$s";
+$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]oznaczył Cię[/url]. ";
+$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Powiadomienie] %s udostępnił nowy wpis";
+$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$sudostępnił nowy wpis na %2\$s ";
+$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s[url=%2\$s]udostępnił wpis[/url].";
+$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica: Powiadomienie] %1\$s zaczepia Cię";
+$a->strings["%1\$s poked you at %2\$s"] = "%1\$s zaczepił Cię %2\$s";
+$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s[url=%2\$s] zaczepił Cię[/url].";
+$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Powiadomienie] %s otagował Twój post";
+$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$soznaczyłeś swój wpis na %2\$s ";
+$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$soznacz [url=%2\$s]twój post[/url]";
+$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Powiadomienie] Zapoznanie wstępne";
+$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Otrzymałeś wstęp od '%1\$s'  z %2\$s";
+$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Otrzymałeś [url=%1\$s] wprowadzenie [/ url] z %2\$s.";
+$a->strings["You may visit their profile at %s"] = "Możesz odwiedzić ich profil na stronie %s";
+$a->strings["Please visit %s to approve or reject the introduction."] = "Odwiedż %s aby zatwierdzić lub odrzucić przedstawienie.";
+$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Powiadomienie] Nowa osoba dzieli się z tobą";
+$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$sdzieli się z tobą w %2\$s ";
+$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Powiadomienie] Masz nowego obserwatora";
+$a->strings["You have a new follower at %2\$s : %1\$s"] = "Masz nowego obserwatora na %2\$s : %1\$s";
+$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica: Powiadomienie] Otrzymano sugestię znajomego";
+$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Otrzymałeś od znajomego sugestię '%1\$s' na %2\$s";
+$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Otrzymałeś [url=%1\$s] sugestię znajomego [/url] dla %2\$s od %3\$s.";
+$a->strings["Name:"] = "Imię:";
+$a->strings["Photo:"] = "Zdjęcie:";
+$a->strings["Please visit %s to approve or reject the suggestion."] = "Odwiedź stronę %s, aby zatwierdzić lub odrzucić sugestię.";
+$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica: Powiadomienie] Połączenie zostało zaakceptowane";
+$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' zaakceptował Twoją prośbę o połączenie na %2\$s";
+$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$szaakceptował twoje [url=%1\$s] żądanie połączenia [/url]. ";
+$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Jesteście teraz przyjaciółmi i możesz wymieniać aktualizacje statusu, zdjęcia i e-maile bez ograniczeń.";
+$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Odwiedź stronę %s jeśli chcesz wprowadzić zmiany w tym związku.";
+$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' zdecydował się zaakceptować Cię jako fana, który ogranicza niektóre formy komunikacji - takie jak prywatne wiadomości i niektóre interakcje w profilu. Jeśli jest to strona celebrytów lub społeczności, ustawienia te zostały zastosowane automatycznie.";
+$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' możesz zdecydować o przedłużeniu tego w dwukierunkowy lub bardziej ścisłą relację w przyszłości. ";
+$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "Odwiedź stronę %s, jeśli chcesz wprowadzić zmiany w tej relacji.";
+$a->strings["[Friendica System Notify]"] = "[Powiadomienie Systemu Friendica]";
+$a->strings["registration request"] = "prośba o rejestrację";
+$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Otrzymałeś wniosek rejestracyjny od '%1\$s' na %2\$s";
+$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Otrzymałeś [url=%1\$s] żądanie rejestracji [/url] od %2\$s.";
+$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "Pełna nazwa:\t%1\$s \\Lokalizacja nSite:\t%2\$s\\ nNazwa Użytkownika: \t%3\$s(%4\$s)";
+$a->strings["Please visit %s to approve or reject the request."] = "Odwiedź stronę %s, aby zatwierdzić lub odrzucić wniosek.";
+$a->strings["Welcome "] = "Witaj ";
+$a->strings["Please upload a profile photo."] = "Proszę dodać zdjęcie profilowe.";
+$a->strings["Welcome back "] = "Witaj ponownie ";
+$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."] = "Znacznik zabezpieczeń formularza nie był poprawny. Prawdopodobnie stało się tak, ponieważ formularz został otwarty zbyt długo (> 3 godziny) przed jego przesłaniem.";
 $a->strings["newer"] = "nowsze";
 $a->strings["older"] = "starsze";
 $a->strings["first"] = "pierwszy";
@@ -236,7 +236,7 @@ $a->strings["Forums"] = "Fora";
 $a->strings["poke"] = "zaczep";
 $a->strings["poked"] = "zaczepił Cię";
 $a->strings["ping"] = "ping";
-$a->strings["pinged"] = "";
+$a->strings["pinged"] = "napięcia";
 $a->strings["prod"] = "";
 $a->strings["prodded"] = "";
 $a->strings["slap"] = "klask";
@@ -327,7 +327,7 @@ $a->strings["Submit"] = "Potwierdź";
 $a->strings["Remote Self"] = "Zdalny Self";
 $a->strings["Mirror postings from this contact"] = "Publikacje lustrzane od tego kontaktu";
 $a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Oznacz ten kontakt jako remote_self, spowoduje to, że friendica odeśle nowe wpisy z tego kontaktu.";
-$a->strings["Name"] = "Imię";
+$a->strings["Name"] = "Nazwa";
 $a->strings["Account Nickname"] = "Nazwa konta";
 $a->strings["@Tagname - overrides Name/Nickname"] = "@Zmienna - zastępuje Imię/Pseudonim";
 $a->strings["Account URL"] = "URL konta";
@@ -395,6 +395,7 @@ $a->strings["Do you really want to delete this suggestion?"] = "Czy na pewno chc
 $a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Brak dostępnych sugestii. Jeśli jest to nowa witryna, spróbuj ponownie za 24 godziny.";
 $a->strings["Ignore/Hide"] = "Ignoruj/Ukryj";
 $a->strings["Friend Suggestions"] = "Osoby, które możesz znać";
+$a->strings["[Embedded content - reload page to view]"] = "[Dodatkowa zawartość - odśwież stronę by zobaczyć]";
 $a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Strona przekroczyła ilość dozwolonych rejestracji na dzień. Proszę spróbuj ponownie jutro.";
 $a->strings["Import"] = "Import";
 $a->strings["Move account"] = "Przenieś konto";
@@ -403,7 +404,6 @@ $a->strings["You need to export your account from the old server and upload it h
 $a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "Ta funkcja jest eksperymentalna. Nie możemy importować kontaktów z sieci OStatus (GNU Social/Statusnet) lub z Diaspory";
 $a->strings["Account file"] = "Pliki konta";
 $a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Aby eksportować konto, wejdź w \"Ustawienia->Eksport danych osobistych\" i wybierz \"Eksportuj konto\"";
-$a->strings["[Embedded content - reload page to view]"] = "[Dodatkowa zawartość - odśwież stronę by zobaczyć]";
 $a->strings["%1\$s welcomes %2\$s"] = "%1\$s witamy %2\$s";
 $a->strings["No keywords to match. Please add keywords to your default profile."] = "Brak pasujących słów kluczowych. Dodaj słowa kluczowe do domyślnego profilu.";
 $a->strings["is interested in:"] = "interesuje się:";
@@ -467,39 +467,14 @@ $a->strings["Unable to set your contact credentials on our system."] = "Nie moż
 $a->strings["Unable to update your contact profile details on our system"] = "Nie można zaktualizować danych Twojego profilu kontaktowego w naszym systemie";
 $a->strings["[Name Withheld]"] = "[Nazwa zastrzeżona]";
 $a->strings["%1\$s has joined %2\$s"] = "%1\$s dołączył/a do %2\$s";
-$a->strings["Total invitation limit exceeded."] = "Przekroczono limit zaproszeń ogółem.";
-$a->strings["%s : Not a valid email address."] = "%s : Nieprawidłowy adres e-mail.";
-$a->strings["Please join us on Friendica"] = "Dołącz do nas na Friendica";
-$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Przekroczono limit zaproszeń. Skontaktuj się z administratorem witryny.";
-$a->strings["%s : Message delivery failed."] = "%s : Nie udało się dostarczyć wiadomości.";
-$a->strings["%d message sent."] = [
-       0 => "%d wiadomość wysłana.",
-       1 => "%d wiadomości wysłane.",
-       2 => "%d wysłano .",
-       3 => "%d wiadomość wysłano.",
-];
-$a->strings["You have no more invitations available"] = "Nie masz już dostępnych zaproszeń";
-$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."] = "Odwiedź %s listę publicznych witryn, do których możesz dołączyć. Członkowie Friendica na innych stronach mogą łączyć się ze sobą, jak również z członkami wielu innych sieci społecznościowych.";
-$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Aby zaakceptować to zaproszenie, odwiedź i zarejestruj się %s lub w dowolnej innej publicznej witrynie internetowej Friendica.";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi. Zobacz %s listę alternatywnych witryn Friendica, do których możesz dołączyć.";
-$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Przepraszamy. System nie jest obecnie skonfigurowany do łączenia się z innymi publicznymi witrynami lub zapraszania członków.";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi.";
-$a->strings["To accept this invitation, please visit and register at %s."] = "Aby zaakceptować to zaproszenie, odwiedź stronę i zarejestruj się na stronie %s.";
-$a->strings["Send invitations"] = "Wyślij zaproszenie";
-$a->strings["Enter email addresses, one per line:"] = "Wprowadź adresy e-mail, po jednym w wierszu:";
-$a->strings["Your message:"] = "Twoja wiadomość:";
-$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Serdecznie zapraszam do przyłączenia się do mnie i innych bliskich znajomych na stronie Friendica - i pomóż nam stworzyć lepszą sieć społecznościową.";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "Musisz podać ten kod zaproszenia: \$invite_code";
-$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Po rejestracji połącz się ze mną na stronie mojego profilu pod adresem:";
-$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Aby uzyskać więcej informacji na temat projektu Friendica i dlaczego uważamy, że jest to ważne, odwiedź http://friendi.ca";
+$a->strings["Manage Identities and/or Pages"] = "Zarządzaj Tożsamościami i/lub Stronami.";
+$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Przełącz między różnymi tożsamościami lub stronami społeczność/grupy, które udostępniają dane Twojego konta lub które otrzymałeś uprawnienia \"zarządzaj\"";
+$a->strings["Select an identity to manage: "] = "Wybierz tożsamość do zarządzania:";
 $a->strings["Invalid request."] = "Nieprawidłowe żądanie.";
 $a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Przepraszam, może twój przesyłany plik jest większy niż pozwala konfiguracja PHP";
 $a->strings["Or - did you try to upload an empty file?"] = "Lub - czy próbowałeś załadować pusty plik?";
 $a->strings["File exceeds size limit of %s"] = "Plik przekracza limit rozmiaru wynoszący %s";
 $a->strings["File upload failed."] = "Przesyłanie pliku nie powiodło się.";
-$a->strings["Manage Identities and/or Pages"] = "Zarządzaj Tożsamościami i/lub Stronami.";
-$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Przełącz między różnymi tożsamościami lub stronami społeczność/grupy, które udostępniają dane Twojego konta lub które otrzymałeś uprawnienia \"zarządzaj\"";
-$a->strings["Select an identity to manage: "] = "Wybierz tożsamość do zarządzania:";
 $a->strings["This introduction has already been accepted."] = "To wprowadzenie zostało już zaakceptowane.";
 $a->strings["Profile location is not valid or does not contain profile information."] = "Lokalizacja profilu jest nieprawidłowa lub nie zawiera informacji o profilu.";
 $a->strings["Warning: profile location has no identifiable owner name."] = "Ostrzeżenie: położenie profilu ma taką samą nazwę jak użytkownik.";
@@ -545,6 +520,7 @@ $a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla
 $a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = "- proszę nie używać tego formularza. Zamiast tego wpisz %s do paska wyszukiwania Diaspory.";
 $a->strings["Your Identity Address:"] = "Twój adres tożsamości:";
 $a->strings["Submit Request"] = "Wyślij zgłoszenie";
+$a->strings["- select -"] = "- wybierz -";
 $a->strings["l F d, Y \\@ g:i A"] = "";
 $a->strings["Time Conversion"] = "Zmiana czasu";
 $a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica udostępnia tę usługę do udostępniania wydarzeń innym sieciom i znajomym w nieznanych strefach czasowych.";
@@ -552,6 +528,15 @@ $a->strings["UTC time: %s"] = "Czas UTC %s";
 $a->strings["Current timezone: %s"] = "Obecna strefa czasowa: %s";
 $a->strings["Converted localtime: %s"] = "Zmień strefę czasową: %s";
 $a->strings["Please select your timezone:"] = "Wybierz swoją strefę czasową:";
+$a->strings["No more system notifications."] = "Nie ma więcej powiadomień systemowych.";
+$a->strings["{0} wants to be your friend"] = "{0} chce być Twoim znajomym";
+$a->strings["{0} sent you a message"] = "{0} wysłałem Ci wiadomość";
+$a->strings["{0} requested registration"] = "{0} wymagana rejestracja";
+$a->strings["Poke/Prod"] = "";
+$a->strings["poke, prod or do other things to somebody"] = "";
+$a->strings["Recipient"] = "Odbiorca";
+$a->strings["Choose what you wish to do to recipient"] = "Wybierz, co chcesz zrobić";
+$a->strings["Make this post private"] = "Ustaw ten post jako prywatny";
 $a->strings["Only logged in users are permitted to perform a probing."] = "Tylko zalogowani użytkownicy mogą wykonywać sondowanie.";
 $a->strings["Permission denied"] = "Odmowa dostępu";
 $a->strings["Invalid profile identifier."] = "Nieprawidłowa nazwa użytkownika.";
@@ -562,11 +547,30 @@ $a->strings["All Contacts (with secure profile access)"] = "Wszystkie kontakty (
 $a->strings["Account approved."] = "Konto zatwierdzone.";
 $a->strings["Registration revoked for %s"] = "Rejestracja odwołana dla %s";
 $a->strings["Please login."] = "Proszę się zalogować.";
-$a->strings["Remove My Account"] = "Usuń moje konto";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Spowoduje to całkowite usunięcie Twojego konta. Po wykonaniu tej czynności nie można jej cofnąć.";
-$a->strings["Please enter your password for verification:"] = "Wprowadź hasło w celu weryfikacji.";
+$a->strings["Remove term"] = "Usuń wpis";
+$a->strings["Saved Searches"] = "Zapisane wyszukiwania";
+$a->strings["Only logged in users are permitted to perform a search."] = "Tylko zalogowani użytkownicy mogą wyszukiwać.";
+$a->strings["Too Many Requests"] = "Zbyt dużo próśb";
+$a->strings["Only one search per minute is permitted for not logged in users."] = "Dla niezalogowanych użytkowników dozwolone jest tylko jedno wyszukiwanie na minutę.";
+$a->strings["No results."] = "Brak wyników.";
+$a->strings["Items tagged with: %s"] = "Przedmioty oznaczone tagiem: %s";
+$a->strings["Results for: %s"] = "Wyniki dla: %s";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$skolejny %2\$s %3\$s ";
+$a->strings["Tag removed"] = "Tag usunięty";
+$a->strings["Remove Item Tag"] = "Usuń pozycję Tag";
+$a->strings["Select a tag to remove: "] = "Wybierz tag do usunięcia";
+$a->strings["Remove"] = "Usuń";
+$a->strings["Export account"] = "Eksportuj konto";
+$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."] = "Eksportuj informacje o swoim koncie i kontaktach. Użyj tego do utworzenia kopii zapasowej konta i/lub przeniesienia go na inny serwer.";
+$a->strings["Export all"] = "Eksportuj wszystko";
+$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)"] = "Wyeksportuj informacje o koncie, kontaktach i wszystkie swoje pozycje jako json. Może to być bardzo duży plik i może zająć dużo czasu. Użyj tej opcji, aby utworzyć pełną kopię zapasową swojego konta (zdjęcia nie są eksportowane)";
+$a->strings["Export personal data"] = "Eksportuje dane personalne";
 $a->strings["No contacts."] = "brak kontaktów";
 $a->strings["Access denied."] = "Brak dostępu";
+$a->strings["Image exceeds size limit of %s"] = "Obraz przekracza limit rozmiaru wynoszący %s";
+$a->strings["Unable to process image."] = "Przetwarzanie obrazu nie powiodło się.";
+$a->strings["Wall Photos"] = "Tablica zdjęć";
+$a->strings["Image upload failed."] = "Przesyłanie obrazu nie powiodło się";
 $a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Dzienny limit wiadomości %s został przekroczony. Wiadomość została odrzucona.";
 $a->strings["No recipient selected."] = "Nie wybrano odbiorcy.";
 $a->strings["Unable to check your home location."] = "Nie można sprawdzić twojej lokalizacji.";
@@ -578,38 +582,7 @@ $a->strings["Send Private Message"] = "Wyślij prywatną wiadomość";
 $a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Jeśli chcesz %s odpowiedzieć, sprawdź, czy ustawienia prywatności w Twojej witrynie zezwalają na prywatne wiadomości od nieznanych nadawców.";
 $a->strings["To:"] = "Do:";
 $a->strings["Subject:"] = "Temat:";
-$a->strings["Export account"] = "Eksportuj konto";
-$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."] = "Eksportuj informacje o swoim koncie i kontaktach. Użyj tego do utworzenia kopii zapasowej konta i/lub przeniesienia go na inny serwer.";
-$a->strings["Export all"] = "Eksportuj wszystko";
-$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)"] = "Wyeksportuj informacje o koncie, kontaktach i wszystkie swoje pozycje jako json. Może to być bardzo duży plik i może zająć dużo czasu. Użyj tej opcji, aby utworzyć pełną kopię zapasową swojego konta (zdjęcia nie są eksportowane)";
-$a->strings["Export personal data"] = "Eksportuje dane personalne";
-$a->strings["- select -"] = "- wybierz -";
-$a->strings["No more system notifications."] = "Nie ma więcej powiadomień systemowych.";
-$a->strings["{0} wants to be your friend"] = "{0} chce być Twoim znajomym";
-$a->strings["{0} sent you a message"] = "{0} wysłałem Ci wiadomość";
-$a->strings["{0} requested registration"] = "{0} wymagana rejestracja";
-$a->strings["Poke/Prod"] = "";
-$a->strings["poke, prod or do other things to somebody"] = "";
-$a->strings["Recipient"] = "Odbiorca";
-$a->strings["Choose what you wish to do to recipient"] = "Wybierz, co chcesz zrobić";
-$a->strings["Make this post private"] = "Ustaw ten post jako prywatny";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$skolejny %2\$s %3\$s ";
-$a->strings["Tag removed"] = "Tag usunięty";
-$a->strings["Remove Item Tag"] = "Usuń pozycję Tag";
-$a->strings["Select a tag to remove: "] = "Wybierz tag do usunięcia";
-$a->strings["Remove"] = "Usuń";
-$a->strings["Image exceeds size limit of %s"] = "Obraz przekracza limit rozmiaru wynoszący %s";
-$a->strings["Unable to process image."] = "Przetwarzanie obrazu nie powiodło się.";
-$a->strings["Wall Photos"] = "Tablica zdjęć";
-$a->strings["Image upload failed."] = "Przesyłanie obrazu nie powiodło się";
-$a->strings["Remove term"] = "Usuń wpis";
-$a->strings["Saved Searches"] = "Zapisane wyszukiwania";
-$a->strings["Only logged in users are permitted to perform a search."] = "Tylko zalogowani użytkownicy mogą wyszukiwać.";
-$a->strings["Too Many Requests"] = "Zbyt dużo próśb";
-$a->strings["Only one search per minute is permitted for not logged in users."] = "Dla niezalogowanych użytkowników dozwolone jest tylko jedno wyszukiwanie na minutę.";
-$a->strings["No results."] = "Brak wyników.";
-$a->strings["Items tagged with: %s"] = "Przedmioty oznaczone tagiem: %s";
-$a->strings["Results for: %s"] = "Wyniki dla: %s";
+$a->strings["Your message:"] = "Twoja wiadomość:";
 $a->strings["Login"] = "Login";
 $a->strings["The post was created"] = "Post został utworzony";
 $a->strings["Community option not available."] = "Opcja wspólnotowa jest niedostępna.";
@@ -623,8 +596,6 @@ $a->strings["Item not found"] = "Nie znaleziono elementu";
 $a->strings["Edit post"] = "Edytuj post";
 $a->strings["CC: email addresses"] = "CC: adresy e-mail";
 $a->strings["Example: bob@example.com, mary@example.com"] = "Przykład: bob@example.com, mary@example.com";
-$a->strings["You must be logged in to use this module"] = "Musisz być zalogowany, aby korzystać z tego modułu";
-$a->strings["Source URL"] = "Źródłowy adres URL";
 $a->strings["Friend suggestion sent."] = "Wysłana propozycja dodania do znajomych.";
 $a->strings["Suggest Friends"] = "Proponuję znajomych";
 $a->strings["Suggest a friend for %s"] = "Zaproponuj znajomych dla %s";
@@ -645,12 +616,6 @@ $a->strings["All Contacts"] = "Wszystkie kontakty";
 $a->strings["Group is empty"] = "Grupa jest pusta";
 $a->strings["Remove Contact"] = "Usuń Kontakt";
 $a->strings["Add Contact"] = "Dodaj Kontakt";
-$a->strings["Unable to locate original post."] = "Nie można zlokalizować oryginalnej wiadomości.";
-$a->strings["Empty post discarded."] = "Pusty wpis został odrzucony.";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Wiadomość została wysłana do ciebie od %s , członka portalu Friendica";
-$a->strings["You may visit them online at %s"] = "Możesz odwiedzić ich online pod adresem %s";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Skontaktuj się z nadawcą odpowiadając na ten post jeśli nie chcesz otrzymywać tych wiadomości.";
-$a->strings["%s posted an update."] = "%s zaktualizował wpis.";
 $a->strings["New Message"] = "Nowa wiadomość";
 $a->strings["Unable to locate contact information."] = "Nie można znaleźć informacji kontaktowych.";
 $a->strings["Messages"] = "Wiadomości";
@@ -673,32 +638,7 @@ $a->strings["%d message"] = [
        2 => " %d wiadomości",
        3 => " %d wiadomości",
 ];
-$a->strings["add"] = "dodaj";
-$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
-       0 => "",
-       1 => "",
-       2 => "",
-       3 => "",
-];
-$a->strings["Messages in this group won't be send to these receivers."] = "Wiadomości z tej grupy nie będą wysyłane do tych odbiorców.";
-$a->strings["No such group"] = "Nie ma takiej grupy";
-$a->strings["Group: %s"] = "Grupa: %s";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "Prywatne wiadomości do tej osoby mogą zostać publicznie ujawnione ";
-$a->strings["Invalid contact."] = "Nieprawidłowy kontakt.";
-$a->strings["Commented Order"] = "Porządek według komentarzy";
-$a->strings["Sort by Comment Date"] = "Sortuj według daty komentarza";
-$a->strings["Posted Order"] = "Porządek według wpisów";
-$a->strings["Sort by Post Date"] = "Sortuj według daty postów";
-$a->strings["Personal"] = "Osobiste";
-$a->strings["Posts that mention or involve you"] = "Posty, które wspominają lub angażują Ciebie";
-$a->strings["New"] = "Nowy";
-$a->strings["Activity Stream - by date"] = "Strumień aktywności - według daty";
-$a->strings["Shared Links"] = "Udostępnione łącza";
-$a->strings["Interesting Links"] = "Interesujące linki";
-$a->strings["Starred"] = "Ulubione";
-$a->strings["Favourite Posts"] = "Ulubione posty";
 $a->strings["Personal Notes"] = "Notatki";
-$a->strings["Post successful."] = "Post dodany pomyślnie";
 $a->strings["Photo Albums"] = "Albumy zdjęć";
 $a->strings["Recent Photos"] = "Ostatnio dodane zdjęcia";
 $a->strings["Upload New Photos"] = "Wyślij nowe zdjęcie";
@@ -761,115 +701,10 @@ $a->strings["Delete Video"] = "Usuń wideo";
 $a->strings["No videos selected"] = "Nie zaznaczono filmów";
 $a->strings["Recent Videos"] = "Ostatnio dodane filmy";
 $a->strings["Upload New Videos"] = "Wstaw nowe filmy";
-$a->strings["Parent user not found."] = "Nie znaleziono użytkownika nadrzędnego.";
-$a->strings["No parent user"] = "Brak nadrzędnego użytkownika";
-$a->strings["Parent Password:"] = "Hasło nadrzędne:";
-$a->strings["Please enter the password of the parent account to legitimize your request."] = "Wprowadź hasło konta nadrzędnego, aby legalizować swoje żądanie.";
-$a->strings["Parent User"] = "Użytkownik nadrzędny";
-$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Użytkownicy nadrzędni mają pełną kontrolę nad tym kontem, w tym także ustawienia konta. Sprawdź dokładnie, komu przyznasz ten dostęp.";
-$a->strings["Save Settings"] = "Zapisz ustawienia";
-$a->strings["Delegate Page Management"] = "Deleguj zarządzanie stronami";
-$a->strings["Delegates"] = "Oddeleguj";
-$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."] = "Delegaci mogą zarządzać wszystkimi aspektami tego konta/strony, z wyjątkiem podstawowych ustawień konta. Nie przekazuj swojego konta osobistego nikomu, komu nie ufasz całkowicie.";
-$a->strings["Existing Page Delegates"] = "Obecni delegaci stron";
-$a->strings["Potential Delegates"] = "Potencjalni delegaci";
-$a->strings["Add"] = "Dodaj";
-$a->strings["No entries."] = "Brak wpisów.";
-$a->strings["People Search - %s"] = "Szukaj osób - %s";
-$a->strings["Forum Search - %s"] = "Przeszukiwanie forum - %s";
-$a->strings["Friendica Communications Server - Setup"] = "Friendica Serwer Komunikacyjny - Instalacja";
-$a->strings["Could not connect to database."] = "Nie można nawiązać połączenia z bazą danych";
-$a->strings["Could not create table."] = "Nie mogę stworzyć tabeli.";
-$a->strings["Your Friendica site database has been installed."] = "Twoja baza danych witryny Friendica została zainstalowana.";
-$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Może być konieczne zaimportowanie pliku \"database.sql\" ręcznie, używając phpmyadmin lub mysql.";
-$a->strings["Please see the file \"INSTALL.txt\"."] = "Proszę przejrzeć plik \"INSTALL.txt\".";
-$a->strings["Database already in use."] = "Baza danych jest już w użyciu.";
-$a->strings["System check"] = "Sprawdzanie systemu";
-$a->strings["Next"] = "Następny";
-$a->strings["Check again"] = "Sprawdź ponownie";
-$a->strings["Database connection"] = "Połączenie z bazą danych";
-$a->strings["In order to install Friendica we need to know how to connect to your database."] = "W celu zainstalowania Friendica musimy wiedzieć jak połączyć się z twoją bazą danych.";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Proszę skontaktuj się ze swoim dostawcą usług hostingowych bądź administratorem strony jeśli masz pytania co do tych ustawień .";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Wymieniona przez Ciebie baza danych powinna już istnieć. Jeżeli nie, utwórz ją przed kontynuacją.";
-$a->strings["Database Server Name"] = "Nazwa serwera bazy danych";
-$a->strings["Database Login Name"] = "Nazwa użytkownika bazy danych";
-$a->strings["Database Login Password"] = "Hasło logowania do bazy danych";
-$a->strings["For security reasons the password must not be empty"] = "Ze względów bezpieczeństwa hasło nie może być puste";
-$a->strings["Database Name"] = "Nazwa bazy danych";
-$a->strings["Site administrator email address"] = "Adres e-mail administratora strony";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "Adres e-mail konta musi pasować do tego, aby móc korzystać z panelu administracyjnego.";
-$a->strings["Please select a default timezone for your website"] = "Proszę wybrać domyślną strefę czasową dla swojej strony";
-$a->strings["Site settings"] = "Ustawienia strony";
-$a->strings["System Language:"] = "Język systemu:";
-$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Ustaw domyślny język dla interfejsu instalacyjnego Friendica i wysyłaj e-maile.";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Nie można znaleźć wersji PHP komendy w serwerze 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>"] = "Jeśli nie masz zainstalowanej na serwerze wersji PHP z wiersza poleceń, nie będziesz mógł uruchomić przetwarzania w tle. Zobacz <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Konfiguracja pracownika'</a>";
-$a->strings["PHP executable path"] = "Ścieżka wykonywalna PHP";
-$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Wprowadź pełną ścieżkę do pliku wykonywalnego php. Możesz pozostawić to pole puste, aby kontynuować instalację.";
-$a->strings["Command line PHP"] = "Linia komend PHP";
-$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "Plik wykonywalny PHP nie jest php cli binarny (może być wersją cgi-fgci)";
-$a->strings["Found PHP version: "] = "Znaleziono wersje PHP:";
-$a->strings["PHP cli binary"] = "PHP cli binarny";
-$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Wersja linii poleceń PHP w twoim systemie nie ma aktywowanego \"register_argc_argv\".";
-$a->strings["This is required for message delivery to work."] = "Jest wymagane, aby dostarczanie wiadomości działało.";
-$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"] = "Błąd: funkcja \"openssl_pkey_new\" w tym systemie nie jest w stanie wygenerować kluczy szyfrujących";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Jeśli korzystasz z Windowsa, proszę odwiedzić \"http://www.php.net/manual/en/openssl.installation.php\".";
-$a->strings["Generate encryption keys"] = "Generuj klucz kodowania";
-$a->strings["libCurl PHP module"] = "Moduł libCurl PHP";
-$a->strings["GD graphics PHP module"] = "Moduł PHP-GD";
-$a->strings["OpenSSL PHP module"] = "Moduł PHP OpenSSL";
-$a->strings["PDO or MySQLi PHP module"] = "Moduł PDO lub MySQLi PHP";
-$a->strings["mb_string PHP module"] = "Moduł mb_string PHP";
-$a->strings["XML PHP module"] = "Moduł XML PHP";
-$a->strings["iconv PHP module"] = "Moduł PHP iconv";
-$a->strings["POSIX PHP module"] = "Moduł POSIX PHP";
-$a->strings["Apache mod_rewrite module"] = "Moduł Apache mod_rewrite";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Błąd: moduł Apache webserver mod-rewrite jest potrzebny, jednakże nie jest zainstalowany.";
-$a->strings["Error: libCURL PHP module required but not installed."] = "Błąd: libCURL PHP wymagany moduł, lecz nie zainstalowany.";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Błąd: moduł graficzny GD z PHP potrzebuje wsparcia technicznego JPEG, jednakże on nie jest zainstalowany.";
-$a->strings["Error: openssl PHP module required but not installed."] = "Błąd: openssl PHP wymagany moduł, lecz nie zainstalowany.";
-$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Błąd: Wymagany moduł PDO lub MySQLi PHP, ale nie zainstalowany.";
-$a->strings["Error: The MySQL driver for PDO is not installed."] = "Błąd: Sterownik MySQL dla PDO nie jest zainstalowany.";
-$a->strings["Error: mb_string PHP module required but not installed."] = "Błąd: moduł PHP mb_string  jest wymagany ale nie jest zainstalowany";
-$a->strings["Error: iconv PHP module required but not installed."] = "Błąd: wymagany moduł PHP iconv, ale nie zainstalowany.";
-$a->strings["Error: POSIX PHP module required but not installed."] = "Błąd: wymagany moduł POSIX PHP, ale nie zainstalowany.";
-$a->strings["Error, XML PHP module required but not installed."] = "Błąd, wymagany moduł XML PHP, ale nie zainstalowany.";
-$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Instalator WWW musi być w stanie utworzyć plik o nazwie \". Htconfig.php\"  i nie jest w stanie tego zrobić.";
-$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."] = "Jest to najczęściej ustawienie uprawnień, ponieważ serwer sieciowy może nie być w stanie zapisywać plików w folderze - nawet jeśli możesz.";
-$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Pod koniec tej procedury podamy Ci tekst do zapisania w pliku o nazwie .htconfig.php w twoim górnym folderze Friendica.";
-$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternatywnie można pominąć tę procedurę i wykonać ręczną instalację. Proszę zobaczyć plik 'INSTALL.txt' z instrukcjami.";
-$a->strings[".htconfig.php is writable"] = ".htconfig.php jest zapisywalny";
-$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica używa silnika szablonów Smarty3 do renderowania swoich widoków. Smarty3 kompiluje szablony do PHP, aby przyspieszyć renderowanie.";
-$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."] = "Aby przechowywać te skompilowane szablony, serwer WWW musi mieć dostęp do zapisu do katalogu view/smarty3/ w folderze najwyższego poziomu Friendica.";
-$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Upewnij się, że użytkownik, na którym działa serwer WWW (np. www-data), ma prawo do zapisu do tego folderu.";
-$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."] = "Uwaga: jako środek bezpieczeństwa, powinieneś dać serwerowi dostęp do zapisu view/smarty3/ jedynie - nie do plików szablonów (.tpl), które zawiera.";
-$a->strings["view/smarty3 is writable"] = "view/smarty3 jest zapisywalny";
-$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "Nie działa URL w .htaccess popraw. Sprawdź konfigurację serwera.";
-$a->strings["Url rewrite is working"] = "";
-$a->strings["ImageMagick PHP extension is not installed"] = "Rozszerzenie PHP ImageMagick nie jest zainstalowane";
-$a->strings["ImageMagick PHP extension is installed"] = "Rozszerzenie PHP ImageMagick jest zainstalowane";
-$a->strings["ImageMagick supports GIF"] = "ImageMagick obsługuje 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."] = "Konfiguracja bazy danych pliku \".htconfig.php\" nie mogła zostać zapisana. Proszę użyć załączonego tekstu, aby utworzyć folder konfiguracyjny w sieci serwera.";
-$a->strings["<h1>What next</h1>"] = "<h1>Co dalej</h1>";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "WAŻNE: Będziesz musiał [ręcznie] ustawić zaplanowane zadanie dla pracownika.";
-$a->strings["Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Przejdź do <a href=\"%s/register\">strony rejestracji</a> nowego węzła Friendica i zarejestruj się jako nowy użytkownik. Pamiętaj, aby użyć adresu e-mail wprowadzonego jako e-mail administratora. To pozwoli Ci wejść do panelu administratora witryny.";
-$a->strings["Subscribing to OStatus contacts"] = "Subskrybowanie kontaktów OStatus";
-$a->strings["No contact provided."] = "Brak kontaktu.";
-$a->strings["Couldn't fetch information for contact."] = "Nie można pobrać informacji o kontakcie.";
-$a->strings["Couldn't fetch friends for contact."] = "Nie można pobrać znajomych do kontaktu.";
-$a->strings["success"] = "powodzenie";
-$a->strings["failed"] = "nie powiodło się";
-$a->strings["ignored"] = "Ignoruj";
-$a->strings["Contact wasn't found or can't be unfollowed."] = "Kontakt nie został znaleziony lub nie można go pominąć.";
-$a->strings["Contact unfollowed"] = "Skontaktuj się z obserwowanym";
-$a->strings["You aren't a friend of this contact."] = "Nie jesteś przyjacielem tego kontaktu.";
-$a->strings["Unfollowing is currently not supported by your network."] = "Brak obserwowania nie jest obecnie obsługiwany przez twoją sieć.";
-$a->strings["Disconnect/Unfollow"] = "Rozłącz/Nie obserwuj";
-$a->strings["Status Messages and Posts"] = "Status wiadomości i postów";
 $a->strings["Events"] = "Wydarzenia";
 $a->strings["View"] = "Widok";
 $a->strings["Previous"] = "Poprzedni";
+$a->strings["Next"] = "Następny";
 $a->strings["today"] = "dzisiaj";
 $a->strings["month"] = "miesiąc";
 $a->strings["week"] = "tydzień";
@@ -879,152 +714,6 @@ $a->strings["User not found"] = "Użytkownik nie znaleziony";
 $a->strings["This calendar format is not supported"] = "Ten format kalendarza nie jest obsługiwany";
 $a->strings["No exportable data found"] = "Nie znaleziono danych do eksportu";
 $a->strings["calendar"] = "kalendarz";
-$a->strings["Event can not end before it has started."] = "Wydarzenie nie może się zakończyć przed jego rozpoczęciem.";
-$a->strings["Event title and start time are required."] = "Wymagany tytuł wydarzenia i czas rozpoczęcia.";
-$a->strings["Create New Event"] = "Stwórz nowe wydarzenie";
-$a->strings["Event details"] = "Szczegóły wydarzenia";
-$a->strings["Starting date and Title are required."] = "Data rozpoczęcia i tytuł są wymagane.";
-$a->strings["Event Starts:"] = "Rozpoczęcie wydarzenia:";
-$a->strings["Required"] = "Wymagany";
-$a->strings["Finish date/time is not known or not relevant"] = "Data/czas zakończenia nie jest znana lub jest nieistotna";
-$a->strings["Event Finishes:"] = "Zakończenie wydarzenia:";
-$a->strings["Adjust for viewer timezone"] = "Dopasuj dla strefy czasowej widza";
-$a->strings["Description:"] = "Opis:";
-$a->strings["Title:"] = "Tytuł:";
-$a->strings["Share this event"] = "Udostępnij te wydarzenie";
-$a->strings["Basic"] = "Podstawowy";
-$a->strings["Advanced"] = "Zaawansowany";
-$a->strings["Failed to remove event"] = "Nie udało się usunąć wydarzenia";
-$a->strings["Event removed"] = "Wydarzenie zostało usunięte";
-$a->strings["Image uploaded but image cropping failed."] = "Zdjęcie zostało przesłane, ale przycinanie obrazu nie powiodło się.";
-$a->strings["Image size reduction [%s] failed."] = "Redukcja rozmiaru obrazka [%s] nie powiodła się.";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Ponownie załaduj stronę lub wyczyść pamięć podręczną przeglądarki, jeśli nowe zdjęcie nie pojawi się natychmiast.";
-$a->strings["Unable to process image"] = "Nie udało się przetworzyć obrazu.";
-$a->strings["Upload File:"] = "Wyślij plik:";
-$a->strings["Select a profile:"] = "Wybierz profil:";
-$a->strings["or"] = "lub";
-$a->strings["skip this step"] = "pomiń ten krok";
-$a->strings["select a photo from your photo albums"] = "wybierz zdjęcie z twojego albumu";
-$a->strings["Crop Image"] = "Przytnij zdjęcie";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "Dostosuj kadrowanie obrazu, aby uzyskać optymalny obraz.";
-$a->strings["Done Editing"] = "Zakończono edycję";
-$a->strings["Image uploaded successfully."] = "Zdjęcie wczytano pomyślnie ";
-$a->strings["Status:"] = "Status:";
-$a->strings["Homepage:"] = "Strona główna:";
-$a->strings["Global Directory"] = "Globalny Katalog";
-$a->strings["Find on this site"] = "Znajdź na tej stronie";
-$a->strings["Results for:"] = "Wyniki dla:";
-$a->strings["Site Directory"] = "Katalog Witryny";
-$a->strings["Find"] = "Znajdź";
-$a->strings["No entries (some entries may be hidden)."] = "Brak odwiedzin (niektóre odwiedziny mogą być ukryte).";
-$a->strings["Source input"] = "Źródło wejściowe";
-$a->strings["BBCode::convert (raw HTML)"] = "BBCode:: konwersjia (raw HTML)";
-$a->strings["BBCode::convert"] = "BBCode::przekształć";
-$a->strings["BBCode::convert => HTML::toBBCode"] = "BBCode::przekształć => HTML::toBBCode";
-$a->strings["BBCode::toMarkdown"] = "BBCode::toMarkdown";
-$a->strings["BBCode::toMarkdown => Markdown::convert"] = "BBCode::toMarkdown => Markdown::przekształć";
-$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "BBCode::toMarkdown => Markdown::toBBCode";
-$a->strings["BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"] = "BBCode::toMarkdown => Markdown::przekształć => HTML::toBBCode";
-$a->strings["Source input \\x28Diaspora format\\x29"] = "Źródło wejściowe \\x28Diaspora format\\x29";
-$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode";
-$a->strings["Raw HTML input"] = "Surowe wejście HTML";
-$a->strings["HTML Input"] = "Wejście HTML";
-$a->strings["HTML::toBBCode"] = "HTML::toBBCode";
-$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext";
-$a->strings["Source text"] = "Tekst źródłowy";
-$a->strings["BBCode"] = "BBCode";
-$a->strings["Markdown"] = "Markdown";
-$a->strings["HTML"] = "HTML";
-$a->strings["The contact could not be added."] = "Nie można dodać kontaktu.";
-$a->strings["You already added this contact."] = "Już dodałeś ten kontakt.";
-$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Obsługa Diaspory nie jest włączona. Kontakt nie może zostać dodany.";
-$a->strings["OStatus support is disabled. Contact can't be added."] = "Obsługa OStatus jest wyłączona. Kontakt nie może zostać dodany.";
-$a->strings["The network type couldn't be detected. Contact can't be added."] = "Nie można wykryć typu sieci. Kontakt nie może zostać dodany.";
-$a->strings["Profile deleted."] = "Konto usunięte.";
-$a->strings["Profile-"] = "Profil-";
-$a->strings["New profile created."] = "Utworzono nowy profil.";
-$a->strings["Profile unavailable to clone."] = "Nie można powileić profilu ";
-$a->strings["Profile Name is required."] = "Nazwa Profilu jest wymagana";
-$a->strings["Marital Status"] = "Stan cywilny";
-$a->strings["Romantic Partner"] = "Romantyczny partner";
-$a->strings["Work/Employment"] = "Praca/Zatrudnienie";
-$a->strings["Religion"] = "Religia";
-$a->strings["Political Views"] = "Poglądy polityczne";
-$a->strings["Gender"] = "Płeć";
-$a->strings["Sexual Preference"] = "Orientacja seksualna";
-$a->strings["XMPP"] = "XMPP";
-$a->strings["Homepage"] = "Strona Główna";
-$a->strings["Interests"] = "Zainteresowania";
-$a->strings["Address"] = "Adres";
-$a->strings["Location"] = "Lokalizacja";
-$a->strings["Profile updated."] = "Profil zaktualizowany.";
-$a->strings[" and "] = " i ";
-$a->strings["public profile"] = "profil publiczny";
-$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$szmienione %2\$s  na &ldquo;%3\$s&rdquo;";
-$a->strings[" - Visit %1\$s's %2\$s"] = " - Odwiedź %1\$s's %2\$s";
-$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$sma zaktualizowany %2\$s,  zmiana%3\$s.";
-$a->strings["Hide contacts and friends:"] = "Ukryj kontakty i znajomych:";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Czy chcesz ukryć listę kontaktów dla przeglądających to konto?";
-$a->strings["Show more profile fields:"] = "Pokaż więcej pól profilu:";
-$a->strings["Profile Actions"] = "Akcje profilowe";
-$a->strings["Edit Profile Details"] = "Edytuj profil.";
-$a->strings["Change Profile Photo"] = "Zmień zdjęcie profilowe";
-$a->strings["View this profile"] = "Wyświetl ten profil";
-$a->strings["Edit visibility"] = "Edytuj widoczność";
-$a->strings["Create a new profile using these settings"] = "Stwórz nowy profil wykorzystując te ustawienia";
-$a->strings["Clone this profile"] = "Sklonuj ten profil";
-$a->strings["Delete this profile"] = "Usuń ten profil";
-$a->strings["Basic information"] = "Podstawowe informacje";
-$a->strings["Profile picture"] = "Zdjęcie profilowe";
-$a->strings["Preferences"] = "Preferencje";
-$a->strings["Status information"] = "Informacje o stanie";
-$a->strings["Additional information"] = "Dodatkowe informacje";
-$a->strings["Relation"] = "Relacje";
-$a->strings["Miscellaneous"] = "Różny";
-$a->strings["Your Gender:"] = "Płeć:";
-$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Stan cywilny:";
-$a->strings["Sexual Preference:"] = "Preferencje seksualne:";
-$a->strings["Example: fishing photography software"] = "Przykład: oprogramowanie do fotografowania ryb";
-$a->strings["Profile Name:"] = "Nazwa profilu:";
-$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "To jest Twój <strong> publiczny </strong> profil. <br/><strong>Może </strong> zostać wyświetlony przez każdego kto używa internetu.";
-$a->strings["Your Full Name:"] = "Imię i nazwisko:";
-$a->strings["Title/Description:"] = "Tytuł/Opis :";
-$a->strings["Street Address:"] = "Ulica:";
-$a->strings["Locality/City:"] = "Miejscowość/Miasto:";
-$a->strings["Region/State:"] = "Region/Państwo:";
-$a->strings["Postal/Zip Code:"] = "Kod Pocztowy:";
-$a->strings["Country:"] = "Kraj:";
-$a->strings["Age: "] = "Wiek: ";
-$a->strings["Who: (if applicable)"] = "Kto: (jeśli dotyczy)";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Przykłady: cathy123, Cathy Williams, cathy@example.com";
-$a->strings["Since [date]:"] = "Od [data]:";
-$a->strings["Tell us about yourself..."] = "Napisz o sobie...";
-$a->strings["XMPP (Jabber) address:"] = "Adres XMPP (Jabber):";
-$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "Adres XMPP będzie propagowany do Twoich kontaktów, aby mogli Cię śledzić.";
-$a->strings["Homepage URL:"] = "Adres URL strony domowej:";
-$a->strings["Hometown:"] = "Miasto rodzinne:";
-$a->strings["Political Views:"] = "Poglądy polityczne:";
-$a->strings["Religious Views:"] = "Poglądy religijne:";
-$a->strings["Public Keywords:"] = "Publiczne słowa kluczowe:";
-$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Używany do sugerowania potencjalnych znajomych, jest widoczny dla innych)";
-$a->strings["Private Keywords:"] = "Prywatne słowa kluczowe:";
-$a->strings["(Used for searching profiles, never shown to others)"] = "(Używany do wyszukiwania profili, niepokazywany innym)";
-$a->strings["Likes:"] = "Lubią to:";
-$a->strings["Dislikes:"] = "Nie lubię tego:";
-$a->strings["Musical interests"] = "Muzyka";
-$a->strings["Books, literature"] = "Literatura";
-$a->strings["Television"] = "Telewizja";
-$a->strings["Film/dance/culture/entertainment"] = "Film/taniec/kultura/rozrywka";
-$a->strings["Hobbies/Interests"] = "Zainteresowania";
-$a->strings["Love/romance"] = "Miłość/romans";
-$a->strings["Work/employment"] = "Praca/zatrudnienie";
-$a->strings["School/education"] = "Szkoła/edukacja";
-$a->strings["Contact information and Social Networks"] = "Dane kontaktowe i Sieci społecznościowe";
-$a->strings["Profile Image"] = "Zdjęcie profilowe";
-$a->strings["visible to everybody"] = "widoczne dla wszystkich";
-$a->strings["Edit/Manage Profiles"] = "Edycja/Zarządzanie profilami";
-$a->strings["Change profile photo"] = "Zmień zdjęcie profilowe";
-$a->strings["Create New Profile"] = "Utwórz nowy profil";
 $a->strings["%d contact edited."] = [
        0 => "",
        1 => "",
@@ -1059,6 +748,7 @@ $a->strings["Disabled"] = "Wyłączony";
 $a->strings["Fetch information"] = "Pobierz informacje";
 $a->strings["Fetch keywords"] = "Pobierz słowa kluczowe";
 $a->strings["Fetch information and keywords"] = "Pobierz informacje i słowa kluczowe";
+$a->strings["Disconnect/Unfollow"] = "Rozłącz/Nie obserwuj";
 $a->strings["Contact"] = "Kontakt";
 $a->strings["Profile Visibility"] = "Widoczność profilu";
 $a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Wybierz profil, który chcesz bezpiecznie wyświetlić %s";
@@ -1102,13 +792,16 @@ $a->strings["Only show archived contacts"] = "Pokaż tylko zarchiwizowane kontak
 $a->strings["Hidden"] = "Ukryty";
 $a->strings["Only show hidden contacts"] = "Pokaż tylko ukryte kontakty";
 $a->strings["Search your contacts"] = "Wyszukaj w kontaktach";
+$a->strings["Find"] = "Znajdź";
 $a->strings["Update"] = "Zaktualizuj";
 $a->strings["Archive"] = "Archiwum";
 $a->strings["Unarchive"] = "Przywróć z archiwum";
 $a->strings["Batch Actions"] = "Akcje wsadowe";
+$a->strings["Status Messages and Posts"] = "Status wiadomości i postów";
 $a->strings["Profile Details"] = "Szczegóły profilu";
 $a->strings["View all contacts"] = "Zobacz wszystkie kontakty";
 $a->strings["View all common friends"] = "Zobacz wszystkich popularnych znajomych";
+$a->strings["Advanced"] = "Zaawansowany";
 $a->strings["Advanced Contact Settings"] = "Zaawansowane ustawienia kontaktów";
 $a->strings["Mutual Friendship"] = "Wzajemna przyjaźń";
 $a->strings["is a fan of yours"] = "jest twoim fanem";
@@ -1117,66 +810,147 @@ $a->strings["Toggle Blocked status"] = "Przełącz na Zablokowany";
 $a->strings["Toggle Ignored status"] = "Przełącz ignorowany status";
 $a->strings["Toggle Archive status"] = "Przełącz status archiwum";
 $a->strings["Delete contact"] = "Usuń kontakt";
-$a->strings["Terms of Service"] = "Warunki usługi";
-$a->strings["Privacy Statement"] = "Oświadczenie o prywatności";
-$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."] = "W momencie rejestracji oraz w celu zapewnienia komunikacji między kontem użytkownika, a jego kontaktami, użytkownik musi podać nazwę wyświetlaną (pseudonim), nazwę użytkownika (przydomek) i działający adres e-mail. Nazwy będą dostępne na stronie profilu konta dla każdego odwiedzającego stronę, nawet jeśli inne szczegóły profilu nie zostaną wyświetlone. Adres e-mail będzie używany tylko do wysyłania powiadomień użytkownika o interakcjach, ale nie będzie wyświetlany w widoczny sposób. Lista kont w katalogu użytkownika węzła lub globalnym katalogu użytkownika jest opcjonalna i może być kontrolowana w ustawieniach użytkownika, nie jest konieczna do komunikacji.";
-$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."] = "W dowolnym momencie zalogowany użytkownik może wyeksportować dane swojego konta z <a href=\"%1\$s/settings/uexport\">ustawień konta</a>. Jeśli użytkownik chce usunąć swoje konto, może to zrobić w <a href=\"%1\$s/removeme\">%1\$s/usuń mnie. Usunięcie konta będzie trwałe.";
-$a->strings["This is Friendica, version"] = "To jest Friendica, wersja";
-$a->strings["running at web location"] = "otwierane na serwerze";
-$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "Odwiedź stronę <a href=\"https://friendi.ca\">Friendi.ca</a> aby dowiedzieć się więcej o projekcie Friendica.";
-$a->strings["Bug reports and issues: please visit"] = "Raporty o błędach i problemy: odwiedź stronę";
-$a->strings["the bugtracker at github"] = "bugtracker na github";
-$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Sugestie, pochwały, darowizny, itp. - napisz e-mail \"Info\" do Friendica - dot com";
-$a->strings["Installed addons/apps:"] = "Zainstalowane dodatki/aplikacje:";
-$a->strings["No installed addons/apps"] = "Brak zainstalowanych dodatków/aplikacji";
-$a->strings["Read about the <a href=\"%1\$s/tos\">Terms of Service</a> of this node."] = "Przeczytaj o <a href=\"%1\$s/tos\">Warunkach świadczenia usług</a> tego węzła.";
-$a->strings["On this server the following remote servers are blocked."] = "Na tym serwerze następujące serwery zdalne są blokowane.";
-$a->strings["Reason for the block"] = "Powód blokowania";
-$a->strings["No valid account found."] = "Nie znaleziono ważnego konta.";
-$a->strings["Password reset request issued. Check your email."] = "Prośba o zresetowanie hasła została zatwierdzona. Sprawdź swój e-mail.";
-$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDrodzy %1\$s, \n\t\t\tOtrzymano niedawno prośbę o ''%2\$s\" zresetowanie konta \n\t\thasło. Aby potwierdzić tę prośbę, wybierz link weryfikacyjny \n\t\tponiżej lub wklej go na pasek adresu przeglądarki internetowej. \n \n\t\tJeśli NIE poprosiłeś o tę zmianę, NIE wykonuj tego linku \n\t\tpod warunkiem, że zignorujesz i/lub usuniesz ten e-mail, prośba wkrótce wygaśnie. \n \n\t\tTwoje hasło nie zostanie zmienione, chyba że będziemy mogli to potwierdzić \n\t\twydał to żądanie.";
-$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\nWkrótce skorzystaj z tego linku, aby zweryfikować swoją tożsamość: \n\n\t\t%1\$s\n\n\t\tOtrzymasz następnie komunikat uzupełniający zawierający nowe hasło. \n\t\tMożesz zmienić to hasło ze strony ustawień swojego konta po zalogowaniu. \n \n\t\tDane logowania są następujące: \n \nLokalizacja strony: \t%2\$s\nNazwa użytkownika:\t%3\$s";
-$a->strings["Password reset requested at %s"] = "Prośba o reset hasła na %s";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Prośba nie może być zweryfikowana. (Mogłeś już ją poprzednio wysłać.) Reset hasła nie powiódł się.";
-$a->strings["Request has expired, please make a new one."] = "Żądanie wygasło. Zrób nowe.";
-$a->strings["Forgot your Password?"] = "Zapomniałeś hasła?";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Wpisz swój adres email i wyślij, aby zresetować hasło. Później sprawdź swojego emaila w celu uzyskania dalszych instrukcji.";
-$a->strings["Nickname or Email: "] = "Pseudonim lub Email:";
-$a->strings["Reset"] = "Zresetuj";
-$a->strings["Password Reset"] = "Zresetuj hasło";
-$a->strings["Your password has been reset as requested."] = "Twoje hasło zostało zresetowane zgodnie z żądaniem.";
-$a->strings["Your new password is"] = "Twoje nowe hasło to";
-$a->strings["Save or copy your new password - and then"] = "Zapisz lub skopiuj nowe hasło - a następnie";
-$a->strings["click here to login"] = "Kliknij tutaj aby się zalogować";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Twoje hasło może być zmienione w <em>Ustawieniach</em> po udanym zalogowaniu.";
-$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\tDrogi %1\$s, \n\t\t\t\tTwoje hasło zostało zmienione zgodnie z życzeniem. Proszę, zachowaj te \n\t\t\tinformacje dotyczące twoich rekordów (lub natychmiast zmień hasło na \n\t\t\tcoś, co zapamiętasz).\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\tDane logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%1\$s\n\t\t\tNazwa użytkownika:\t%2\$s\n\t\t\tHasło:\t%3\$s\n\n\t\t\tMożesz zmienić hasło na stronie ustawień konta po zalogowaniu.\n\t\t";
-$a->strings["Your password has been changed at %s"] = "Twoje hasło zostało zmienione na %s";
-$a->strings["Registration successful. Please check your email for further instructions."] = "Rejestracja zakończona pomyślnie. Dalsze instrukcje zostały wysłane na twojego e-maila.";
-$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."] = "Nie udało się wysłać wiadomości e-mail. Tutaj szczegóły twojego konta:<br> login: %s<br>hasło: %s<br><br>Możesz zmienić swoje hasło po zalogowaniu.";
-$a->strings["Registration successful."] = "Rejestracja udana.";
-$a->strings["Your registration can not be processed."] = "Twoja rejestracja nie może zostać przeprowadzona. ";
-$a->strings["Your registration is pending approval by the site owner."] = "Twoja rejestracja oczekuje na zaakceptowanie przez właściciela witryny.";
-$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Możesz (opcjonalnie) wypełnić ten formularz za pośrednictwem OpenID, podając swój OpenID i klikając 'Register'.";
-$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Jeśli nie jesteś zaznajomiony z OpenID, zostaw to pole puste i uzupełnij resztę elementów.";
-$a->strings["Your OpenID (optional): "] = "Twój OpenID (opcjonalnie):";
-$a->strings["Include your profile in member directory?"] = "Czy dołączyć twój profil do katalogu członków?";
-$a->strings["Note for the admin"] = "Uwaga dla administratora";
-$a->strings["Leave a message for the admin, why you want to join this node"] = "Pozostaw wiadomość dla administratora, dlaczego chcesz dołączyć do tego węzła";
-$a->strings["Membership on this site is by invitation only."] = "Członkostwo na tej stronie możliwe tylko dzięki zaproszeniu.";
-$a->strings["Your invitation code: "] = "Twój kod zaproszenia:";
-$a->strings["Registration"] = "Rejestracja";
-$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Twoje imię i nazwisko (np. Joe Smith, prawdziwy lub real-looking):";
-$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Twój adres e-mail: (Informacje początkowe zostaną wysłane tam, więc musi to być istniejący adres).";
-$a->strings["New Password:"] = "Nowe hasło:";
-$a->strings["Leave empty for an auto generated password."] = "Pozostaw puste dla wygenerowanego automatycznie hasła.";
-$a->strings["Confirm:"] = "Potwierdź:";
-$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>'."] = "Wybierz pseudonim profilu. Nazwa musi zaczynać się od znaku tekstowego. Twój adres profilu na tej stronie będzie wówczas '<strong>pseudonimem%s</strong>'.";
-$a->strings["Choose a nickname: "] = "Wybierz pseudonim:";
-$a->strings["Register"] = "Zarejestruj";
-$a->strings["Import your profile to this friendica instance"] = "Zaimportuj swój profil do tej instancji friendica";
+$a->strings["Parent user not found."] = "Nie znaleziono użytkownika nadrzędnego.";
+$a->strings["No parent user"] = "Brak nadrzędnego użytkownika";
+$a->strings["Parent Password:"] = "Hasło nadrzędne:";
+$a->strings["Please enter the password of the parent account to legitimize your request."] = "Wprowadź hasło konta nadrzędnego, aby legalizować swoje żądanie.";
+$a->strings["Parent User"] = "Użytkownik nadrzędny";
+$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Użytkownicy nadrzędni mają pełną kontrolę nad tym kontem, w tym także ustawienia konta. Sprawdź dokładnie, komu przyznasz ten dostęp.";
+$a->strings["Save Settings"] = "Zapisz ustawienia";
+$a->strings["Delegate Page Management"] = "Deleguj zarządzanie stronami";
+$a->strings["Delegates"] = "Oddeleguj";
+$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."] = "Delegaci mogą zarządzać wszystkimi aspektami tego konta/strony, z wyjątkiem podstawowych ustawień konta. Nie przekazuj swojego konta osobistego nikomu, komu nie ufasz całkowicie.";
+$a->strings["Existing Page Delegates"] = "Obecni delegaci stron";
+$a->strings["Potential Delegates"] = "Potencjalni delegaci";
+$a->strings["Add"] = "Dodaj";
+$a->strings["No entries."] = "Brak wpisów.";
+$a->strings["Event can not end before it has started."] = "Wydarzenie nie może się zakończyć przed jego rozpoczęciem.";
+$a->strings["Event title and start time are required."] = "Wymagany tytuł wydarzenia i czas rozpoczęcia.";
+$a->strings["Create New Event"] = "Stwórz nowe wydarzenie";
+$a->strings["Event details"] = "Szczegóły wydarzenia";
+$a->strings["Starting date and Title are required."] = "Data rozpoczęcia i tytuł są wymagane.";
+$a->strings["Event Starts:"] = "Rozpoczęcie wydarzenia:";
+$a->strings["Required"] = "Wymagany";
+$a->strings["Finish date/time is not known or not relevant"] = "Data/czas zakończenia nie jest znana lub jest nieistotna";
+$a->strings["Event Finishes:"] = "Zakończenie wydarzenia:";
+$a->strings["Adjust for viewer timezone"] = "Dopasuj dla strefy czasowej widza";
+$a->strings["Description:"] = "Opis:";
+$a->strings["Title:"] = "Tytuł:";
+$a->strings["Share this event"] = "Udostępnij te wydarzenie";
+$a->strings["Basic"] = "Podstawowy";
+$a->strings["Failed to remove event"] = "Nie udało się usunąć wydarzenia";
+$a->strings["Event removed"] = "Wydarzenie zostało usunięte";
+$a->strings["You must be logged in to use this module"] = "Musisz być zalogowany, aby korzystać z tego modułu";
+$a->strings["Source URL"] = "Źródłowy adres URL";
+$a->strings["Friendica Communications Server - Setup"] = "Friendica Serwer Komunikacyjny - Instalacja";
+$a->strings["Could not connect to database."] = "Nie można nawiązać połączenia z bazą danych";
+$a->strings["Could not create table."] = "Nie mogę stworzyć tabeli.";
+$a->strings["Your Friendica site database has been installed."] = "Twoja baza danych witryny Friendica została zainstalowana.";
+$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Może być konieczne zaimportowanie pliku \"database.sql\" ręcznie, używając phpmyadmin lub mysql.";
+$a->strings["Please see the file \"INSTALL.txt\"."] = "Proszę przejrzeć plik \"INSTALL.txt\".";
+$a->strings["Database already in use."] = "Baza danych jest już w użyciu.";
+$a->strings["System check"] = "Sprawdzanie systemu";
+$a->strings["Check again"] = "Sprawdź ponownie";
+$a->strings["Database connection"] = "Połączenie z bazą danych";
+$a->strings["In order to install Friendica we need to know how to connect to your database."] = "W celu zainstalowania Friendica musimy wiedzieć jak połączyć się z twoją bazą danych.";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Proszę skontaktuj się ze swoim dostawcą usług hostingowych bądź administratorem strony jeśli masz pytania co do tych ustawień .";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Wymieniona przez Ciebie baza danych powinna już istnieć. Jeżeli nie, utwórz ją przed kontynuacją.";
+$a->strings["Database Server Name"] = "Nazwa serwera bazy danych";
+$a->strings["Database Login Name"] = "Nazwa użytkownika bazy danych";
+$a->strings["Database Login Password"] = "Hasło logowania do bazy danych";
+$a->strings["For security reasons the password must not be empty"] = "Ze względów bezpieczeństwa hasło nie może być puste";
+$a->strings["Database Name"] = "Nazwa bazy danych";
+$a->strings["Site administrator email address"] = "Adres e-mail administratora strony";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "Adres e-mail konta musi pasować do tego, aby móc korzystać z panelu administracyjnego.";
+$a->strings["Please select a default timezone for your website"] = "Proszę wybrać domyślną strefę czasową dla swojej strony";
+$a->strings["Site settings"] = "Ustawienia strony";
+$a->strings["System Language:"] = "Język systemu:";
+$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Ustaw domyślny język dla interfejsu instalacyjnego Friendica i wysyłaj e-maile.";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Nie można znaleźć wersji PHP komendy w serwerze 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>"] = "Jeśli nie masz zainstalowanej na serwerze wersji PHP z wiersza poleceń, nie będziesz mógł uruchomić przetwarzania w tle. Zobacz <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Konfiguracja pracownika'</a>";
+$a->strings["PHP executable path"] = "Ścieżka wykonywalna PHP";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Wprowadź pełną ścieżkę do pliku wykonywalnego php. Możesz pozostawić to pole puste, aby kontynuować instalację.";
+$a->strings["Command line PHP"] = "Linia komend PHP";
+$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "Plik wykonywalny PHP nie jest php cli binarny (może być wersją cgi-fgci)";
+$a->strings["Found PHP version: "] = "Znaleziono wersje PHP:";
+$a->strings["PHP cli binary"] = "PHP cli binarny";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Wersja linii poleceń PHP w twoim systemie nie ma aktywowanego \"register_argc_argv\".";
+$a->strings["This is required for message delivery to work."] = "Jest wymagane, aby dostarczanie wiadomości działało.";
+$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"] = "Błąd: funkcja \"openssl_pkey_new\" w tym systemie nie jest w stanie wygenerować kluczy szyfrujących";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Jeśli korzystasz z Windowsa, proszę odwiedzić \"http://www.php.net/manual/en/openssl.installation.php\".";
+$a->strings["Generate encryption keys"] = "Generuj klucz kodowania";
+$a->strings["libCurl PHP module"] = "Moduł libCurl PHP";
+$a->strings["GD graphics PHP module"] = "Moduł PHP-GD";
+$a->strings["OpenSSL PHP module"] = "Moduł PHP OpenSSL";
+$a->strings["PDO or MySQLi PHP module"] = "Moduł PDO lub MySQLi PHP";
+$a->strings["mb_string PHP module"] = "Moduł mb_string PHP";
+$a->strings["XML PHP module"] = "Moduł XML PHP";
+$a->strings["iconv PHP module"] = "Moduł PHP iconv";
+$a->strings["POSIX PHP module"] = "Moduł POSIX PHP";
+$a->strings["Apache mod_rewrite module"] = "Moduł Apache mod_rewrite";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Błąd: moduł Apache webserver mod-rewrite jest potrzebny, jednakże nie jest zainstalowany.";
+$a->strings["Error: libCURL PHP module required but not installed."] = "Błąd: libCURL PHP wymagany moduł, lecz nie zainstalowany.";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Błąd: moduł graficzny GD z PHP potrzebuje wsparcia technicznego JPEG, jednakże on nie jest zainstalowany.";
+$a->strings["Error: openssl PHP module required but not installed."] = "Błąd: openssl PHP wymagany moduł, lecz nie zainstalowany.";
+$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Błąd: Wymagany moduł PDO lub MySQLi PHP, ale nie zainstalowany.";
+$a->strings["Error: The MySQL driver for PDO is not installed."] = "Błąd: Sterownik MySQL dla PDO nie jest zainstalowany.";
+$a->strings["Error: mb_string PHP module required but not installed."] = "Błąd: moduł PHP mb_string  jest wymagany ale nie jest zainstalowany";
+$a->strings["Error: iconv PHP module required but not installed."] = "Błąd: wymagany moduł PHP iconv, ale nie zainstalowany.";
+$a->strings["Error: POSIX PHP module required but not installed."] = "Błąd: wymagany moduł POSIX PHP, ale nie zainstalowany.";
+$a->strings["Error, XML PHP module required but not installed."] = "Błąd, wymagany moduł XML PHP, ale nie zainstalowany.";
+$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Instalator WWW musi być w stanie utworzyć plik o nazwie \". Htconfig.php\"  i nie jest w stanie tego zrobić.";
+$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."] = "Jest to najczęściej ustawienie uprawnień, ponieważ serwer sieciowy może nie być w stanie zapisywać plików w folderze - nawet jeśli możesz.";
+$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Pod koniec tej procedury podamy Ci tekst do zapisania w pliku o nazwie .htconfig.php w twoim górnym folderze Friendica.";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternatywnie można pominąć tę procedurę i wykonać ręczną instalację. Proszę zobaczyć plik 'INSTALL.txt' z instrukcjami.";
+$a->strings[".htconfig.php is writable"] = ".htconfig.php jest zapisywalny";
+$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica używa silnika szablonów Smarty3 do renderowania swoich widoków. Smarty3 kompiluje szablony do PHP, aby przyspieszyć renderowanie.";
+$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."] = "Aby przechowywać te skompilowane szablony, serwer WWW musi mieć dostęp do zapisu do katalogu view/smarty3/ w folderze najwyższego poziomu Friendica.";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Upewnij się, że użytkownik, na którym działa serwer WWW (np. www-data), ma prawo do zapisu do tego folderu.";
+$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."] = "Uwaga: jako środek bezpieczeństwa, powinieneś dać serwerowi dostęp do zapisu view/smarty3/ jedynie - nie do plików szablonów (.tpl), które zawiera.";
+$a->strings["view/smarty3 is writable"] = "view/smarty3 jest zapisywalny";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "Nie działa URL w .htaccess popraw. Sprawdź konfigurację serwera.";
+$a->strings["Url rewrite is working"] = "Działający adres URL";
+$a->strings["ImageMagick PHP extension is not installed"] = "Rozszerzenie PHP ImageMagick nie jest zainstalowane";
+$a->strings["ImageMagick PHP extension is installed"] = "Rozszerzenie PHP ImageMagick jest zainstalowane";
+$a->strings["ImageMagick supports GIF"] = "ImageMagick obsługuje 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."] = "Konfiguracja bazy danych pliku \".htconfig.php\" nie mogła zostać zapisana. Proszę użyć załączonego tekstu, aby utworzyć folder konfiguracyjny w sieci serwera.";
+$a->strings["<h1>What next</h1>"] = "<h1>Co dalej</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "WAŻNE: Będziesz musiał [ręcznie] ustawić zaplanowane zadanie dla pracownika.";
+$a->strings["Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Przejdź do <a href=\"%s/register\">strony rejestracji</a> nowego węzła Friendica i zarejestruj się jako nowy użytkownik. Pamiętaj, aby użyć adresu e-mail wprowadzonego jako e-mail administratora. To pozwoli Ci wejść do panelu administratora witryny.";
+$a->strings["Unable to locate original post."] = "Nie można zlokalizować oryginalnej wiadomości.";
+$a->strings["Empty post discarded."] = "Pusty wpis został odrzucony.";
+$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Wiadomość została wysłana do ciebie od %s , członka portalu Friendica";
+$a->strings["You may visit them online at %s"] = "Możesz odwiedzić ich online pod adresem %s";
+$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Skontaktuj się z nadawcą odpowiadając na ten post jeśli nie chcesz otrzymywać tych wiadomości.";
+$a->strings["%s posted an update."] = "%s zaktualizował wpis.";
+$a->strings["Post successful."] = "Post dodany pomyślnie";
+$a->strings["Subscribing to OStatus contacts"] = "Subskrybowanie kontaktów OStatus";
+$a->strings["No contact provided."] = "Brak kontaktu.";
+$a->strings["Couldn't fetch information for contact."] = "Nie można pobrać informacji o kontakcie.";
+$a->strings["Couldn't fetch friends for contact."] = "Nie można pobrać znajomych do kontaktu.";
+$a->strings["success"] = "powodzenie";
+$a->strings["failed"] = "nie powiodło się";
+$a->strings["ignored"] = "Ignoruj";
+$a->strings["Image uploaded but image cropping failed."] = "Zdjęcie zostało przesłane, ale przycinanie obrazu nie powiodło się.";
+$a->strings["Image size reduction [%s] failed."] = "Redukcja rozmiaru obrazka [%s] nie powiodła się.";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Ponownie załaduj stronę lub wyczyść pamięć podręczną przeglądarki, jeśli nowe zdjęcie nie pojawi się natychmiast.";
+$a->strings["Unable to process image"] = "Nie udało się przetworzyć obrazu.";
+$a->strings["Upload File:"] = "Wyślij plik:";
+$a->strings["Select a profile:"] = "Wybierz profil:";
+$a->strings["or"] = "lub";
+$a->strings["skip this step"] = "pomiń ten krok";
+$a->strings["select a photo from your photo albums"] = "wybierz zdjęcie z twojego albumu";
+$a->strings["Crop Image"] = "Przytnij zdjęcie";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "Dostosuj kadrowanie obrazu, aby uzyskać optymalny obraz.";
+$a->strings["Done Editing"] = "Zakończono edycję";
+$a->strings["Image uploaded successfully."] = "Zdjęcie wczytano pomyślnie ";
+$a->strings["Contact wasn't found or can't be unfollowed."] = "Kontakt nie został znaleziony lub nie można go pominąć.";
+$a->strings["Contact unfollowed"] = "Skontaktuj się z obserwowanym";
+$a->strings["You aren't a friend of this contact."] = "Nie jesteś przyjacielem tego kontaktu.";
+$a->strings["Unfollowing is currently not supported by your network."] = "Brak obserwowania nie jest obecnie obsługiwany przez twoją sieć.";
 $a->strings["Theme settings updated."] = "Zaktualizowano ustawienia motywów.";
-$a->strings["Information"] = "Informacja";
+$a->strings["Information"] = "Informacje";
 $a->strings["Overview"] = "Przegląd";
 $a->strings["Federation Statistics"] = "Statystyki Organizacji";
 $a->strings["Configuration"] = "Konfiguracja";
@@ -1185,6 +959,7 @@ $a->strings["Users"] = "Użytkownicy";
 $a->strings["Addons"] = "Dodatki";
 $a->strings["Themes"] = "Wygląd";
 $a->strings["Additional features"] = "Dodatkowe funkcje";
+$a->strings["Terms of Service"] = "Warunki usługi";
 $a->strings["Database"] = "Baza danych";
 $a->strings["DB updates"] = "Aktualizacje DB";
 $a->strings["Inspect Queue"] = "Sprawdź kolejkę";
@@ -1209,6 +984,7 @@ $a->strings["Show some informations regarding the needed information to operate
 $a->strings["The Terms of Service"] = "Warunki świadczenia usług";
 $a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Wprowadź tutaj Warunki świadczenia usług dla swojego węzła. Możesz użyć BBCode. Nagłówki sekcji powinny być [h2] i poniżej.";
 $a->strings["The blocked domain"] = "Zablokowana domena";
+$a->strings["Reason for the block"] = "Powód blokowania";
 $a->strings["The reason why you blocked this domain."] = "Powód zablokowania tej domeny.";
 $a->strings["Delete domain"] = "Usuń domenę";
 $a->strings["Check to delete this entry from the blocklist"] = "Zaznacz, aby usunąć ten wpis z listy bloków";
@@ -1242,6 +1018,7 @@ $a->strings["No remote contact is blocked from this node."] = "Z tego węzła ni
 $a->strings["Blocked Remote Contacts"] = "Zablokowane kontakty zdalne";
 $a->strings["Block New Remote Contact"] = "Zablokuj nowy kontakt zdalny";
 $a->strings["Photo"] = "Zdjęcie";
+$a->strings["Address"] = "Adres";
 $a->strings["%s total blocked contact"] = [
        0 => "",
        1 => "",
@@ -1307,6 +1084,7 @@ $a->strings["Don't check"] = "Nie sprawdzaj";
 $a->strings["check the stable version"] = "sprawdź wersję stabilną";
 $a->strings["check the development version"] = "sprawdź wersję rozwojową";
 $a->strings["Republish users to directory"] = "Ponownie opublikuj użytkowników w katalogu";
+$a->strings["Registration"] = "Rejestracja";
 $a->strings["File upload"] = "Plik załadowano";
 $a->strings["Policies"] = "zasady";
 $a->strings["Auto Discovered Contact Directory"] = "Katalog kontaktów automatycznie odkrytych";
@@ -1552,7 +1330,229 @@ $a->strings["Off"] = "Wyłącz";
 $a->strings["On"] = "Włącz";
 $a->strings["Lock feature %s"] = "Funkcja blokady %s";
 $a->strings["Manage Additional Features"] = "Zarządzaj dodatkowymi funkcjami";
-$a->strings["Display"] = "Pokaz";
+$a->strings["Source input"] = "Źródło wejściowe";
+$a->strings["BBCode::convert (raw HTML)"] = "BBCode:: konwersjia (raw HTML)";
+$a->strings["BBCode::convert"] = "BBCode::przekształć";
+$a->strings["BBCode::convert => HTML::toBBCode"] = "BBCode::przekształć => HTML::toBBCode";
+$a->strings["BBCode::toMarkdown"] = "BBCode::toMarkdown";
+$a->strings["BBCode::toMarkdown => Markdown::convert"] = "BBCode::toMarkdown => Markdown::przekształć";
+$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "BBCode::toMarkdown => Markdown::toBBCode";
+$a->strings["BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"] = "BBCode::toMarkdown => Markdown::przekształć => HTML::toBBCode";
+$a->strings["Source input \\x28Diaspora format\\x29"] = "Źródło wejściowe \\x28Diaspora format\\x29";
+$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode";
+$a->strings["Raw HTML input"] = "Surowe wejście HTML";
+$a->strings["HTML Input"] = "Wejście HTML";
+$a->strings["HTML::toBBCode"] = "HTML::toBBCode";
+$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext";
+$a->strings["Source text"] = "Tekst źródłowy";
+$a->strings["BBCode"] = "BBCode";
+$a->strings["Markdown"] = "Markdown";
+$a->strings["HTML"] = "HTML";
+$a->strings["Status:"] = "Status:";
+$a->strings["Homepage:"] = "Strona główna:";
+$a->strings["Global Directory"] = "Globalny Katalog";
+$a->strings["Find on this site"] = "Znajdź na tej stronie";
+$a->strings["Results for:"] = "Wyniki dla:";
+$a->strings["Site Directory"] = "Katalog Witryny";
+$a->strings["No entries (some entries may be hidden)."] = "Brak odwiedzin (niektóre odwiedziny mogą być ukryte).";
+$a->strings["People Search - %s"] = "Szukaj osób - %s";
+$a->strings["Forum Search - %s"] = "Przeszukiwanie forum - %s";
+$a->strings["The contact could not be added."] = "Nie można dodać kontaktu.";
+$a->strings["You already added this contact."] = "Już dodałeś ten kontakt.";
+$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Obsługa Diaspory nie jest włączona. Kontakt nie może zostać dodany.";
+$a->strings["OStatus support is disabled. Contact can't be added."] = "Obsługa OStatus jest wyłączona. Kontakt nie może zostać dodany.";
+$a->strings["The network type couldn't be detected. Contact can't be added."] = "Nie można wykryć typu sieci. Kontakt nie może zostać dodany.";
+$a->strings["This is Friendica, version"] = "To jest Friendica, wersja";
+$a->strings["running at web location"] = "otwierane na serwerze";
+$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "Odwiedź stronę <a href=\"https://friendi.ca\">Friendi.ca</a> aby dowiedzieć się więcej o projekcie Friendica.";
+$a->strings["Bug reports and issues: please visit"] = "Raporty o błędach i problemy: odwiedź stronę";
+$a->strings["the bugtracker at github"] = "bugtracker na github";
+$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Sugestie, pochwały itp. - napisz e-mail \"info\" na \"friendi - kropka - ca";
+$a->strings["Installed addons/apps:"] = "Zainstalowane dodatki/aplikacje:";
+$a->strings["No installed addons/apps"] = "Brak zainstalowanych dodatków/aplikacji";
+$a->strings["Read about the <a href=\"%1\$s/tos\">Terms of Service</a> of this node."] = "Przeczytaj o <a href=\"%1\$s/tos\">Warunkach świadczenia usług</a> tego węzła.";
+$a->strings["On this server the following remote servers are blocked."] = "Na tym serwerze następujące serwery zdalne są blokowane.";
+$a->strings["Total invitation limit exceeded."] = "Przekroczono limit zaproszeń ogółem.";
+$a->strings["%s : Not a valid email address."] = "%s : Nieprawidłowy adres e-mail.";
+$a->strings["Please join us on Friendica"] = "Dołącz do nas na Friendica";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Przekroczono limit zaproszeń. Skontaktuj się z administratorem witryny.";
+$a->strings["%s : Message delivery failed."] = "%s : Nie udało się dostarczyć wiadomości.";
+$a->strings["%d message sent."] = [
+       0 => "%d wiadomość wysłana.",
+       1 => "%d wiadomości wysłane.",
+       2 => "%d wysłano .",
+       3 => "%d wiadomość wysłano.",
+];
+$a->strings["You have no more invitations available"] = "Nie masz już dostępnych zaproszeń";
+$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."] = "Odwiedź %s listę publicznych witryn, do których możesz dołączyć. Członkowie Friendica na innych stronach mogą łączyć się ze sobą, jak również z członkami wielu innych sieci społecznościowych.";
+$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Aby zaakceptować to zaproszenie, odwiedź i zarejestruj się %s lub w dowolnej innej publicznej witrynie internetowej Friendica.";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi. Zobacz %s listę alternatywnych witryn Friendica, do których możesz dołączyć.";
+$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Przepraszamy. System nie jest obecnie skonfigurowany do łączenia się z innymi publicznymi witrynami lub zapraszania członków.";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi.";
+$a->strings["To accept this invitation, please visit and register at %s."] = "Aby zaakceptować to zaproszenie, odwiedź stronę i zarejestruj się na stronie %s.";
+$a->strings["Send invitations"] = "Wyślij zaproszenie";
+$a->strings["Enter email addresses, one per line:"] = "Wprowadź adresy e-mail, po jednym w wierszu:";
+$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Serdecznie zapraszam do przyłączenia się do mnie i innych bliskich znajomych na stronie Friendica - i pomóż nam stworzyć lepszą sieć społecznościową.";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "Musisz podać ten kod zaproszenia: \$invite_code";
+$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Po rejestracji połącz się ze mną na stronie mojego profilu pod adresem:";
+$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Aby uzyskać więcej informacji na temat projektu Friendica i dlaczego uważamy, że jest to ważne, odwiedź http://friendi.ca";
+$a->strings["No valid account found."] = "Nie znaleziono ważnego konta.";
+$a->strings["Password reset request issued. Check your email."] = "Prośba o zresetowanie hasła została zatwierdzona. Sprawdź swój e-mail.";
+$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDrodzy %1\$s, \n\t\t\tOtrzymano niedawno prośbę o ''%2\$s\" zresetowanie konta \n\t\thasło. Aby potwierdzić tę prośbę, wybierz link weryfikacyjny \n\t\tponiżej lub wklej go na pasek adresu przeglądarki internetowej. \n \n\t\tJeśli NIE poprosiłeś o tę zmianę, NIE wykonuj tego linku \n\t\tpod warunkiem, że zignorujesz i/lub usuniesz ten e-mail, prośba wkrótce wygaśnie. \n \n\t\tTwoje hasło nie zostanie zmienione, chyba że będziemy mogli to potwierdzić \n\t\twydał to żądanie.";
+$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\nWkrótce skorzystaj z tego linku, aby zweryfikować swoją tożsamość: \n\n\t\t%1\$s\n\n\t\tOtrzymasz następnie komunikat uzupełniający zawierający nowe hasło. \n\t\tMożesz zmienić to hasło ze strony ustawień swojego konta po zalogowaniu. \n \n\t\tDane logowania są następujące: \n \nLokalizacja strony: \t%2\$s\nNazwa użytkownika:\t%3\$s";
+$a->strings["Password reset requested at %s"] = "Prośba o reset hasła na %s";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Prośba nie może być zweryfikowana. (Mogłeś już ją poprzednio wysłać.) Reset hasła nie powiódł się.";
+$a->strings["Request has expired, please make a new one."] = "Żądanie wygasło. Zrób nowe.";
+$a->strings["Forgot your Password?"] = "Zapomniałeś hasła?";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Wpisz swój adres email i wyślij, aby zresetować hasło. Później sprawdź swojego emaila w celu uzyskania dalszych instrukcji.";
+$a->strings["Nickname or Email: "] = "Pseudonim lub Email:";
+$a->strings["Reset"] = "Zresetuj";
+$a->strings["Password Reset"] = "Zresetuj hasło";
+$a->strings["Your password has been reset as requested."] = "Twoje hasło zostało zresetowane zgodnie z żądaniem.";
+$a->strings["Your new password is"] = "Twoje nowe hasło to";
+$a->strings["Save or copy your new password - and then"] = "Zapisz lub skopiuj nowe hasło - a następnie";
+$a->strings["click here to login"] = "Kliknij tutaj aby się zalogować";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Twoje hasło może być zmienione w <em>Ustawieniach</em> po udanym zalogowaniu.";
+$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\tDrogi %1\$s, \n\t\t\t\tTwoje hasło zostało zmienione zgodnie z życzeniem. Proszę, zachowaj te \n\t\t\tinformacje dotyczące twoich rekordów (lub natychmiast zmień hasło na \n\t\t\tcoś, co zapamiętasz).\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\tDane logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%1\$s\n\t\t\tNazwa użytkownika:\t%2\$s\n\t\t\tHasło:\t%3\$s\n\n\t\t\tMożesz zmienić hasło na stronie ustawień konta po zalogowaniu.\n\t\t";
+$a->strings["Your password has been changed at %s"] = "Twoje hasło zostało zmienione na %s";
+$a->strings["add"] = "dodaj";
+$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
+       0 => "",
+       1 => "",
+       2 => "",
+       3 => "",
+];
+$a->strings["Messages in this group won't be send to these receivers."] = "Wiadomości z tej grupy nie będą wysyłane do tych odbiorców.";
+$a->strings["No such group"] = "Nie ma takiej grupy";
+$a->strings["Group: %s"] = "Grupa: %s";
+$a->strings["Private messages to this person are at risk of public disclosure."] = "Prywatne wiadomości do tej osoby mogą zostać publicznie ujawnione ";
+$a->strings["Invalid contact."] = "Nieprawidłowy kontakt.";
+$a->strings["Commented Order"] = "Porządek według komentarzy";
+$a->strings["Sort by Comment Date"] = "Sortuj według daty komentarza";
+$a->strings["Posted Order"] = "Porządek według wpisów";
+$a->strings["Sort by Post Date"] = "Sortuj według daty postów";
+$a->strings["Personal"] = "Osobiste";
+$a->strings["Posts that mention or involve you"] = "Posty, które wspominają lub angażują Ciebie";
+$a->strings["New"] = "Nowy";
+$a->strings["Activity Stream - by date"] = "Strumień aktywności - według daty";
+$a->strings["Shared Links"] = "Udostępnione łącza";
+$a->strings["Interesting Links"] = "Interesujące linki";
+$a->strings["Starred"] = "Ulubione";
+$a->strings["Favourite Posts"] = "Ulubione posty";
+$a->strings["Profile deleted."] = "Konto usunięte.";
+$a->strings["Profile-"] = "Profil-";
+$a->strings["New profile created."] = "Utworzono nowy profil.";
+$a->strings["Profile unavailable to clone."] = "Nie można powileić profilu ";
+$a->strings["Profile Name is required."] = "Nazwa Profilu jest wymagana";
+$a->strings["Marital Status"] = "Stan cywilny";
+$a->strings["Romantic Partner"] = "Romantyczny partner";
+$a->strings["Work/Employment"] = "Praca/Zatrudnienie";
+$a->strings["Religion"] = "Religia";
+$a->strings["Political Views"] = "Poglądy polityczne";
+$a->strings["Gender"] = "Płeć";
+$a->strings["Sexual Preference"] = "Orientacja seksualna";
+$a->strings["XMPP"] = "XMPP";
+$a->strings["Homepage"] = "Strona Główna";
+$a->strings["Interests"] = "Zainteresowania";
+$a->strings["Location"] = "Lokalizacja";
+$a->strings["Profile updated."] = "Profil zaktualizowany.";
+$a->strings[" and "] = " i ";
+$a->strings["public profile"] = "profil publiczny";
+$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$szmienione %2\$s  na &ldquo;%3\$s&rdquo;";
+$a->strings[" - Visit %1\$s's %2\$s"] = " - Odwiedź %1\$s's %2\$s";
+$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$sma zaktualizowany %2\$s,  zmiana%3\$s.";
+$a->strings["Hide contacts and friends:"] = "Ukryj kontakty i znajomych:";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Czy chcesz ukryć listę kontaktów dla przeglądających to konto?";
+$a->strings["Show more profile fields:"] = "Pokaż więcej pól profilu:";
+$a->strings["Profile Actions"] = "Akcje profilowe";
+$a->strings["Edit Profile Details"] = "Edytuj profil.";
+$a->strings["Change Profile Photo"] = "Zmień zdjęcie profilowe";
+$a->strings["View this profile"] = "Wyświetl ten profil";
+$a->strings["Edit visibility"] = "Edytuj widoczność";
+$a->strings["Create a new profile using these settings"] = "Stwórz nowy profil wykorzystując te ustawienia";
+$a->strings["Clone this profile"] = "Sklonuj ten profil";
+$a->strings["Delete this profile"] = "Usuń ten profil";
+$a->strings["Basic information"] = "Podstawowe informacje";
+$a->strings["Profile picture"] = "Zdjęcie profilowe";
+$a->strings["Preferences"] = "Preferencje";
+$a->strings["Status information"] = "Informacje o stanie";
+$a->strings["Additional information"] = "Dodatkowe informacje";
+$a->strings["Relation"] = "Relacje";
+$a->strings["Miscellaneous"] = "Różny";
+$a->strings["Your Gender:"] = "Płeć:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Stan cywilny:";
+$a->strings["Sexual Preference:"] = "Preferencje seksualne:";
+$a->strings["Example: fishing photography software"] = "Przykład: oprogramowanie do fotografowania ryb";
+$a->strings["Profile Name:"] = "Nazwa profilu:";
+$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "To jest Twój <strong> publiczny </strong> profil. <br/><strong>Może </strong> zostać wyświetlony przez każdego kto używa internetu.";
+$a->strings["Your Full Name:"] = "Imię i Nazwisko:";
+$a->strings["Title/Description:"] = "Tytuł/Opis :";
+$a->strings["Street Address:"] = "Ulica:";
+$a->strings["Locality/City:"] = "Miejscowość/Miasto:";
+$a->strings["Region/State:"] = "Region/Państwo:";
+$a->strings["Postal/Zip Code:"] = "Kod Pocztowy:";
+$a->strings["Country:"] = "Kraj:";
+$a->strings["Age: "] = "Wiek: ";
+$a->strings["Who: (if applicable)"] = "Kto: (jeśli dotyczy)";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Przykłady: cathy123, Cathy Williams, cathy@example.com";
+$a->strings["Since [date]:"] = "Od [data]:";
+$a->strings["Tell us about yourself..."] = "Napisz o sobie...";
+$a->strings["XMPP (Jabber) address:"] = "Adres XMPP (Jabber):";
+$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "Adres XMPP będzie propagowany do Twoich kontaktów, aby mogli Cię śledzić.";
+$a->strings["Homepage URL:"] = "Adres URL strony domowej:";
+$a->strings["Hometown:"] = "Miasto rodzinne:";
+$a->strings["Political Views:"] = "Poglądy polityczne:";
+$a->strings["Religious Views:"] = "Poglądy religijne:";
+$a->strings["Public Keywords:"] = "Publiczne słowa kluczowe:";
+$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Używany do sugerowania potencjalnych znajomych, jest widoczny dla innych)";
+$a->strings["Private Keywords:"] = "Prywatne słowa kluczowe:";
+$a->strings["(Used for searching profiles, never shown to others)"] = "(Używany do wyszukiwania profili, niepokazywany innym)";
+$a->strings["Likes:"] = "Lubią to:";
+$a->strings["Dislikes:"] = "Nie lubię tego:";
+$a->strings["Musical interests"] = "Muzyka";
+$a->strings["Books, literature"] = "Literatura";
+$a->strings["Television"] = "Telewizja";
+$a->strings["Film/dance/culture/entertainment"] = "Film/taniec/kultura/rozrywka";
+$a->strings["Hobbies/Interests"] = "Zainteresowania";
+$a->strings["Love/romance"] = "Miłość/romans";
+$a->strings["Work/employment"] = "Praca/zatrudnienie";
+$a->strings["School/education"] = "Szkoła/edukacja";
+$a->strings["Contact information and Social Networks"] = "Dane kontaktowe i Sieci społecznościowe";
+$a->strings["Profile Image"] = "Zdjęcie profilowe";
+$a->strings["visible to everybody"] = "widoczne dla wszystkich";
+$a->strings["Edit/Manage Profiles"] = "Edycja/Zarządzanie profilami";
+$a->strings["Change profile photo"] = "Zmień zdjęcie profilowe";
+$a->strings["Create New Profile"] = "Utwórz nowy profil";
+$a->strings["Registration successful. Please check your email for further instructions."] = "Rejestracja zakończona pomyślnie. Dalsze instrukcje zostały wysłane na twojego e-maila.";
+$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."] = "Nie udało się wysłać wiadomości e-mail. Tutaj szczegóły twojego konta:<br> login: %s<br>hasło: %s<br><br>Możesz zmienić swoje hasło po zalogowaniu.";
+$a->strings["Registration successful."] = "Rejestracja udana.";
+$a->strings["Your registration can not be processed."] = "Twoja rejestracja nie może zostać przeprowadzona. ";
+$a->strings["Your registration is pending approval by the site owner."] = "Twoja rejestracja oczekuje na zaakceptowanie przez właściciela witryny.";
+$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Możesz (opcjonalnie) wypełnić ten formularz za pośrednictwem OpenID, podając swój OpenID i klikając 'Register'.";
+$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Jeśli nie jesteś zaznajomiony z OpenID, zostaw to pole puste i uzupełnij resztę elementów.";
+$a->strings["Your OpenID (optional): "] = "Twój OpenID (opcjonalnie):";
+$a->strings["Include your profile in member directory?"] = "Czy dołączyć twój profil do katalogu członków?";
+$a->strings["Note for the admin"] = "Uwaga dla administratora";
+$a->strings["Leave a message for the admin, why you want to join this node"] = "Pozostaw wiadomość dla administratora, dlaczego chcesz dołączyć do tego węzła";
+$a->strings["Membership on this site is by invitation only."] = "Członkostwo na tej stronie możliwe tylko dzięki zaproszeniu.";
+$a->strings["Your invitation code: "] = "Twój kod zaproszenia:";
+$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Twoje Imię i Nazwisko (np. Jan Kowalski, prawdziwe lub wyglądające na prawdziwe):";
+$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Twój adres e-mail: (Informacje początkowe zostaną wysłane tam, więc musi to być istniejący adres).";
+$a->strings["New Password:"] = "Nowe hasło:";
+$a->strings["Leave empty for an auto generated password."] = "Pozostaw puste dla wygenerowanego automatycznie hasła.";
+$a->strings["Confirm:"] = "Potwierdź:";
+$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>'."] = "Wybierz pseudonim profilu. Nazwa musi zaczynać się od znaku tekstowego. Twój adres profilu na tej stronie będzie wówczas '<strong>pseudonimem%s</strong>'.";
+$a->strings["Choose a nickname: "] = "Wybierz pseudonim:";
+$a->strings["Register"] = "Zarejestruj";
+$a->strings["Import your profile to this friendica instance"] = "Zaimportuj swój profil do tej instancji friendica";
+$a->strings["User deleted their account"] = "Użytkownik usunął swoje konto";
+$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "W twoim węźle Friendica użytkownik usunął swoje konto. Upewnij się, że ich dane zostały usunięte z kopii zapasowych.";
+$a->strings["The user id is %d"] = "Identyfikatorem użytkownika jest %d";
+$a->strings["Remove My Account"] = "Usuń moje konto";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Spowoduje to całkowite usunięcie Twojego konta. Po wykonaniu tej czynności nie można jej cofnąć.";
+$a->strings["Please enter your password for verification:"] = "Wprowadź hasło w celu weryfikacji.";
+$a->strings["Display"] = "Wyświetlanie";
 $a->strings["Social Networks"] = "Portale społecznościowe";
 $a->strings["Delegations"] = "Delegowanie";
 $a->strings["Connected apps"] = "Powiązane aplikacje";
@@ -1580,7 +1580,7 @@ $a->strings["Add application"] = "Dodaj aplikację";
 $a->strings["Consumer Key"] = "Klucz klienta";
 $a->strings["Consumer Secret"] = "Tajny klucz klienta";
 $a->strings["Redirect"] = "Przekierowanie";
-$a->strings["Icon url"] = "Url ikony";
+$a->strings["Icon url"] = "Adres Url ikony";
 $a->strings["You can't edit this application."] = "Nie możesz edytować tej aplikacji.";
 $a->strings["Connected Apps"] = "Powiązane aplikacje";
 $a->strings["Edit"] = "Edytuj";
@@ -1608,15 +1608,15 @@ $a->strings["Your legacy GNU Social account"] = "Twoje starsze konto społeczno
 $a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "Jeśli podasz swoją starą nazwę konta GNU Social/Statusnet tutaj (w formacie user@domain.tld), twoje kontakty zostaną dodane automatycznie. Pole zostanie opróżnione po zakończeniu.";
 $a->strings["Repair OStatus subscriptions"] = "Napraw subskrypcje OStatus";
 $a->strings["Email/Mailbox Setup"] = "Ustawienia  emaila/skrzynki mailowej";
-$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Jeżeli Å¼yczysz sobie komunikowania z kontaktami email używajÄ\85c tego serwisu (opcjonalne), opisz jak poÅ\82aczyÄ\87 siÄ\99 z TwojÄ\85 skrzynkÄ\85 email.";
+$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "JeÅ\9bli chcesz komunikowaÄ\87 siÄ\99 z kontaktami e-mail za pomocÄ\85 tej usÅ\82ugi (opcjonalnie), okreÅ\9bl sposób Å\82Ä\85czenia siÄ\99 ze skrzynkÄ\85 pocztowÄ\85.";
 $a->strings["Last successful email check:"] = "Ostatni sprawdzony e-mail:";
 $a->strings["IMAP server name:"] = "Nazwa serwera IMAP:";
 $a->strings["IMAP port:"] = "Port IMAP:";
 $a->strings["Security:"] = "Ochrona:";
 $a->strings["None"] = "Brak";
-$a->strings["Email login name:"] = "Login emaila:";
-$a->strings["Email password:"] = "Hasło emaila:";
-$a->strings["Reply-to address:"] = "Odpowiedz na adres:";
+$a->strings["Email login name:"] = "Nazwa logowania e-mail:";
+$a->strings["Email password:"] = "E-mail hasło:";
+$a->strings["Reply-to address:"] = "Adres zwrotny:";
 $a->strings["Send public posts to all email contacts:"] = "Wyślij publiczny post do wszystkich kontaktów e-mail";
 $a->strings["Action after import:"] = "Akcja po zaimportowaniu:";
 $a->strings["Mark as seen"] = "Oznacz jako przeczytane";
@@ -1672,26 +1672,26 @@ $a->strings["Account for a popular profile that automatically approves contact r
 $a->strings["Private Forum [Experimental]"] = "Prywatne Forum [Eksperymentalne]";
 $a->strings["Requires manual approval of contact requests."] = "Wymaga ręcznego zatwierdzania żądań kontaktów.";
 $a->strings["OpenID:"] = "OpenID:";
-$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Opcjonalnie) Pozwól temu OpenID zalogować się na to konto.";
-$a->strings["Publish your default profile in your local site directory?"] = "Opublikować swój domyślny profil w swoim lokalnym katalogu stron?";
+$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Opcjonalnie) Pozwól zalogować się na to konto przy pomocy OpenID.";
+$a->strings["Publish your default profile in your local site directory?"] = "Opublikować Twój domyślny profil w Twoim lokalnym katalogu stron?";
 $a->strings["Your profile will be published in the global friendica directories (e.g. <a href=\"%s\">%s</a>). Your profile will be visible in public."] = "Twój profil zostanie opublikowany w globalnych katalogach friendica (np.<a href=\"%s\">%s</a>). Twój profil będzie widoczny publicznie.";
-$a->strings["Publish your default profile in the global social directory?"] = "Opublikować twój niewypełniony profil w globalnym, społecznym katalogu?";
+$a->strings["Publish your default profile in the global social directory?"] = "Opublikować Twój domyślny profil w globalnym, społecznościowym katalogu?";
 $a->strings["Your profile will be published in this node's <a href=\"%s\">local directory</a>. Your profile details may be publicly visible depending on the system settings."] = "Twój profil zostanie opublikowany w lokalnym katalogu tego <a href=\"%s\">węzła</a>. Dane Twojego profilu mogą być publicznie widoczne w zależności od ustawień systemu.";
 $a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Ukryć listę znajomych przed odwiedzającymi Twój profil?";
-$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Twoja lista kontaktów nie będzie wyświetlana na domyślnej stronie profilu. Możesz zdecydować o wyświetleniu listy kontaktów osobno dla każdego tworzonego dodatkowego profilu";
-$a->strings["Hide your profile details from anonymous viewers?"] = "Ukryj dane swojego profilu przed anonimowymi widzami?";
-$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks."] = "Anonimowi użytkownicy zobaczą tylko Twoje zdjęcie profilowe, swoją wyświetlaną nazwę i pseudonim, którego używasz na stronie profilu. Wyłącza wysyłanie publicznych wiadomości do Diaspory i innych sieci.";
-$a->strings["Allow friends to post to your profile page?"] = "Zezwól na dodawanie postów na twoim profilu przez znajomych";
-$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Twoi znajomi mogą pisać posty na ścianie Twojego profilu. Te posty zostaną przesłane do Twoich kontaktów";
-$a->strings["Allow friends to tag your posts?"] = "Zezwól na oznaczanie twoich postów przez znajomych";
-$a->strings["Your contacts can add additional tags to your posts."] = "Twoje kontakty mogą dodawać do tagów dodatkowe tagi.";
-$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Pozwól nam zasugerować Cię jako potencjalnego przyjaciela dla nowych członków?";
+$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Twoja lista kontaktów nie będzie wyświetlana na domyślnej stronie profilu. Możesz zdecydować o wyświetleniu listy kontaktów osobno dla każdego tworzonego dodatkowego profilu.";
+$a->strings["Hide your profile details from anonymous viewers?"] = "Ukryć dane Twojego profilu przed anonimowymi widzami?";
+$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks."] = "Anonimowi użytkownicy zobaczą tylko Twoje zdjęcie profilowe, Twoją wyświetlaną nazwę i pseudonim, którego używasz na stronie profilu. Wyłącza wysyłanie publicznych wiadomości do Diaspory i innych sieci.";
+$a->strings["Allow friends to post to your profile page?"] = "Zezwalać znajomym na publikowanie postów na stronie Twojego profilu?";
+$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Twoi znajomi mogą pisać posty na stronie Twojego profilu. Posty zostaną przesłane do Twoich kontaktów.";
+$a->strings["Allow friends to tag your posts?"] = "Zezwolić na oznaczanie Twoich postów przez znajomych?";
+$a->strings["Your contacts can add additional tags to your posts."] = "Twoje kontakty mogą dodawać do tagów dodatkowe posty.";
+$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Pozwól zasugerować Cię jako potencjalnego przyjaciela dla nowych członków?";
 $a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "Jeśli chcesz, Friendica może zaproponować nowym członkom dodanie Cię jako kontakt.";
 $a->strings["Permit unknown people to send you private mail?"] = "Zezwolić nieznanym osobom na wysyłanie prywatnych wiadomości?";
 $a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Użytkownicy sieci w serwisie Friendica mogą wysyłać prywatne wiadomości, nawet jeśli nie znajdują się one na liście kontaktów.";
 $a->strings["Profile is <strong>not published</strong>."] = "Profil <strong>nie jest opublikowany</strong>";
 $a->strings["Your Identity Address is <strong>'%s'</strong> or '%s'."] = "Twój adres tożsamości to <strong>'%s'</strong> lub '%s'.";
-$a->strings["Automatically expire posts after this many days:"] = "Automatycznie wygasaj posty po tych wielu dniach:";
+$a->strings["Automatically expire posts after this many days:"] = "Posty wygasną automatycznie po następującej liczbie dni:";
 $a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Pole puste, wiadomość nie wygaśnie. Niezapisane wpisy zostaną usunięte.";
 $a->strings["Advanced expiration settings"] = "Zaawansowane ustawienia wygasania";
 $a->strings["Advanced Expiration"] = "Zaawansowane wygasanie";
@@ -1699,7 +1699,7 @@ $a->strings["Expire posts:"] = "Wygasające posty:";
 $a->strings["Expire personal notes:"] = "Wygasanie osobistych notatek:";
 $a->strings["Expire starred posts:"] = "Wygasaj posty oznaczone gwiazdką:";
 $a->strings["Expire photos:"] = "Wygasanie zdjęć:";
-$a->strings["Only expire posts by others:"] = "Tylko wygasaj posty innych osób:";
+$a->strings["Only expire posts by others:"] = "Wygaszaj tylko te posty, które zostały napisane przez inne osoby:";
 $a->strings["Account Settings"] = "Ustawienia konta";
 $a->strings["Password Settings"] = "Ustawienia hasła";
 $a->strings["Leave password fields blank unless changing"] = "Pozostaw pola hasła puste, chyba że chcesz je zmienić.";
@@ -1707,34 +1707,34 @@ $a->strings["Current Password:"] = "Aktualne hasło:";
 $a->strings["Your current password to confirm the changes"] = "Twoje aktualne hasło, potwierdź zmiany";
 $a->strings["Password:"] = "Hasło:";
 $a->strings["Basic Settings"] = "Ustawienia podstawowe";
-$a->strings["Full Name:"] = "Imię i nazwisko:";
+$a->strings["Full Name:"] = "Imię i Nazwisko:";
 $a->strings["Email Address:"] = "Adres email:";
 $a->strings["Your Timezone:"] = "Twoja strefa czasowa:";
 $a->strings["Your Language:"] = "Twój język:";
-$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Ustaw język, którego używasz, aby pokazać interfejs użytkownika i wysłać Ci e-maile";
+$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Ustaw język, którego używasz, aby pokazać interfejs użytkownika friendica i do wysłania Ci e-maili";
 $a->strings["Default Post Location:"] = "Standardowa lokalizacja wiadomości:";
 $a->strings["Use Browser Location:"] = "Użyj położenia przeglądarki:";
 $a->strings["Security and Privacy Settings"] = "Ustawienia bezpieczeństwa i prywatności";
-$a->strings["Maximum Friend Requests/Day:"] = "Maksymalna liczba zaproszeń do grona przyjaciół na dzień:";
+$a->strings["Maximum Friend Requests/Day:"] = "Maksymalna dzienna liczba zaproszeń do grona przyjaciół:";
 $a->strings["(to prevent spam abuse)"] = "(aby zapobiec spamowaniu)";
 $a->strings["Default Post Permissions"] = "Domyślne prawa dostępu wiadomości";
 $a->strings["(click to open/close)"] = "(kliknij by otworzyć/zamknąć)";
 $a->strings["Default Private Post"] = "Domyślny Prywatny Wpis";
 $a->strings["Default Public Post"] = "Domyślny Publiczny Post";
 $a->strings["Default Permissions for New Posts"] = "Uprawnienia domyślne dla nowych postów";
-$a->strings["Maximum private messages per day from unknown people:"] = "Maksymalna liczba wiadomości prywatnych dziennie od nieznanych ludzi:";
+$a->strings["Maximum private messages per day from unknown people:"] = "Maksymalna liczba prywatnych wiadomości dziennie od nieznanych osób:";
 $a->strings["Notification Settings"] = "Ustawienia powiadomień";
 $a->strings["By default post a status message when:"] = "Domyślnie publikuj komunikat o stanie, gdy:";
-$a->strings["accepting a friend request"] = "przyjmowanie prośby o dodanie do znajomych";
-$a->strings["joining a forum/community"] = "dołączanie do forum/społeczności";
-$a->strings["making an <em>interesting</em> profile change"] = "dokonaj <em>interesującej</em> zmiany profilu";
+$a->strings["accepting a friend request"] = "przyjęto prośbę o dodanie do znajomych";
+$a->strings["joining a forum/community"] = "dołączono do forum/społeczności";
+$a->strings["making an <em>interesting</em> profile change"] = "dokonano <em>interesującej</em> zmiany profilu";
 $a->strings["Send a notification email when:"] = "Wyślij powiadmonienia na email, kiedy:";
 $a->strings["You receive an introduction"] = "Otrzymałeś zaproszenie";
-$a->strings["Your introductions are confirmed"] = "Dane zatwierdzone";
+$a->strings["Your introductions are confirmed"] = "Twoje zaproszenie jest potwierdzone";
 $a->strings["Someone writes on your profile wall"] = "Ktoś pisze na twoim profilu";
 $a->strings["Someone writes a followup comment"] = "Ktoś pisze komentarz nawiązujący.";
 $a->strings["You receive a private message"] = "Otrzymałeś prywatną wiadomość";
-$a->strings["You receive a friend suggestion"] = "Otrzymane propozycje znajomych";
+$a->strings["You receive a friend suggestion"] = "Otrzymałeś propozycję od znajomych";
 $a->strings["You are tagged in a post"] = "Jesteś oznaczony tagiem w poście";
 $a->strings["You are poked/prodded/etc. in a post"] = "Jesteś zaczepiony/zaczepiona/itp. w poście";
 $a->strings["Activate desktop notifications"] = "Aktywuj powiadomienia na pulpicie";
@@ -1748,6 +1748,71 @@ $a->strings["Change the behaviour of this account for special situations"] = "Zm
 $a->strings["Relocate"] = "Przeniesienie";
 $a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Jeśli ten profil został przeniesiony z innego serwera, a niektóre z Twoich kontaktów nie otrzymają aktualizacji, spróbuj nacisnąć ten przycisk.";
 $a->strings["Resend relocate message to contacts"] = "Wyślij ponownie przenieść wiadomości do kontaktów";
+$a->strings["default"] = "standardowe";
+$a->strings["greenzero"] = "greenzero";
+$a->strings["purplezero"] = "purplezero";
+$a->strings["easterbunny"] = "Zajączek wielkanocny";
+$a->strings["darkzero"] = "darkzero";
+$a->strings["comix"] = "comix";
+$a->strings["slackr"] = "";
+$a->strings["Variations"] = "Zmiana";
+$a->strings["Repeat the image"] = "Powtórz obraz";
+$a->strings["Will repeat your image to fill the background."] = "Powtarza twój obraz, aby wypełnić tło.";
+$a->strings["Stretch"] = "Rozwiń";
+$a->strings["Will stretch to width/height of the image."] = "Rozciągnie się do szerokości/wysokości obrazu.";
+$a->strings["Resize fill and-clip"] = "Zmień rozmiar wypełnienia i klipu";
+$a->strings["Resize to fill and retain aspect ratio."] = "Zmień rozmiar, aby wypełnić i zachować proporcje.";
+$a->strings["Resize best fit"] = "Zmień rozmiar, aby najlepiej dopasować";
+$a->strings["Resize to best fit and retain aspect ratio."] = "Zmień rozmiar, aby jak najlepiej dopasować i zachować proporcje.";
+$a->strings["Default"] = "Domyślne";
+$a->strings["Note"] = "Uwaga";
+$a->strings["Check image permissions if all users are allowed to visit the image"] = "Sprawdź uprawnienia do obrazu, jeśli wszyscy użytkownicy mogą odwiedzać obraz";
+$a->strings["Select scheme"] = "Wybierz schemat";
+$a->strings["Navigation bar background color"] = "Kolor tła paska nawigacyjnego";
+$a->strings["Navigation bar icon color "] = "Kolor ikony paska nawigacyjnego";
+$a->strings["Link color"] = "Kolor łączy";
+$a->strings["Set the background color"] = "Ustaw kolor tła";
+$a->strings["Content background opacity"] = "Nieprzezroczystość tła treści";
+$a->strings["Set the background image"] = "Ustaw obraz tła";
+$a->strings["Login page background image"] = "Obraz tła strony logowania";
+$a->strings["Login page background color"] = "Kolor tła strony logowania";
+$a->strings["Leave background image and color empty for theme defaults"] = "Pozostaw obraz tła i kolor pusty dla domyślnych ustawień kompozycji";
+$a->strings["Guest"] = "Gość";
+$a->strings["Visitor"] = "Odwiedzający";
+$a->strings["Logout"] = "Wyloguj się";
+$a->strings["End this session"] = "Zakończ sesję";
+$a->strings["Your posts and conversations"] = "Twoje posty i rozmowy";
+$a->strings["Your profile page"] = "Twoja strona profilowa";
+$a->strings["Your photos"] = "Twoje zdjęcia";
+$a->strings["Videos"] = "Filmy";
+$a->strings["Your videos"] = "Twoje filmy";
+$a->strings["Your events"] = "Twoje wydarzenia";
+$a->strings["Conversations from your friends"] = "Rozmowy Twoich przyjaciół";
+$a->strings["Events and Calendar"] = "Wydarzenia i kalendarz";
+$a->strings["Private mail"] = "Prywatne maile";
+$a->strings["Account settings"] = "Ustawienia konta";
+$a->strings["Manage/edit friends and contacts"] = "Zarządzaj listą przyjaciół i kontaktami";
+$a->strings["Alignment"] = "Wyrównanie";
+$a->strings["Left"] = "Lewo";
+$a->strings["Center"] = "Środek";
+$a->strings["Color scheme"] = "Zestaw kolorów";
+$a->strings["Posts font size"] = "Rozmiar czcionki postów";
+$a->strings["Textareas font size"] = "Rozmiar czcionki Textareas";
+$a->strings["Comma separated list of helper forums"] = "Lista pomocników oddzielona przecinkami";
+$a->strings["don't show"] = "nie pokazuj";
+$a->strings["show"] = "pokaż";
+$a->strings["Set style"] = "Ustaw styl";
+$a->strings["Community Pages"] = "Strony społeczności";
+$a->strings["Community Profiles"] = "Profile społeczności";
+$a->strings["Help or @NewHere ?"] = "Pomóż lub @NowyTutaj?";
+$a->strings["Connect Services"] = "Połączone serwisy";
+$a->strings["Find Friends"] = "Znajdź znajomych";
+$a->strings["Last users"] = "Ostatni użytkownicy";
+$a->strings["Local Directory"] = "Katalog lokalny";
+$a->strings["Similar Interests"] = "Podobne zainteresowania";
+$a->strings["Invite Friends"] = "Zaproś znajomych";
+$a->strings["External link to forum"] = "Zewnętrzny link do forum";
+$a->strings["Quick Start"] = "Szybki start";
 $a->strings["Error decoding account file"] = "Błąd podczas odczytu pliku konta";
 $a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Błąd! Brak danych wersji w pliku! To nie jest plik konta Friendica?";
 $a->strings["User '%s' already exists on this server!"] = "Użytkownik '%s' już istnieje na tym serwerze!";
@@ -1760,6 +1825,13 @@ $a->strings["%d contact not imported"] = [
        3 => "%dkontakty nie zostały zaimportowane ",
 ];
 $a->strings["Done. You can now login with your username and password"] = "Gotowe. Możesz teraz zalogować się, podając swoją nazwę użytkownika i hasło.";
+$a->strings["Post to Email"] = "Prześlij e-mailem";
+$a->strings["Hide your profile details from unknown viewers?"] = "Ukryć szczegóły twojego profilu przed nieznajomymi?";
+$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Wtyczki są wyłączone, ponieważ \"%s\" jest włączone.";
+$a->strings["Visible to everybody"] = "Widoczny dla wszystkich";
+$a->strings["Close"] = "Zamknij";
+$a->strings["Enter new password: "] = "Wprowadź nowe hasło:";
+$a->strings["Password can't be empty"] = "Hasło nie może być puste";
 $a->strings["System"] = "System";
 $a->strings["Home"] = "Strona domowa";
 $a->strings["Introductions"] = "Wstępy";
@@ -1774,13 +1846,6 @@ $a->strings["%s is now friends with %s"] = "%s jest teraz znajomym %s";
 $a->strings["Friend Suggestion"] = "Propozycja znajomych";
 $a->strings["Friend/Connect Request"] = "Prośba o dodanie do przyjaciół/powiązanych";
 $a->strings["New Follower"] = "Nowy obserwujący";
-$a->strings["Post to Email"] = "Prześlij e-mailem";
-$a->strings["Hide your profile details from unknown viewers?"] = "Ukryć szczegóły twojego profilu przed nieznajomymi?";
-$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Wtyczki są wyłączone, ponieważ \"%s\" jest włączone.";
-$a->strings["Visible to everybody"] = "Widoczny dla wszystkich";
-$a->strings["show"] = "pokaż";
-$a->strings["don't show"] = "nie pokazuj";
-$a->strings["Close"] = "Zamknij";
 $a->strings["Birthday:"] = "Urodziny:";
 $a->strings["YYYY-MM-DD or MM-DD"] = "RRRR-MM-DD lub MM-DD";
 $a->strings["never"] = "nigdy";
@@ -1804,17 +1869,8 @@ $a->strings["$1 wrote:"] = "$1 napisał:";
 $a->strings["Encrypted content"] = "Szyfrowana treść";
 $a->strings["Invalid source protocol"] = "Nieprawidłowy protokół źródłowy";
 $a->strings["Invalid link protocol"] = "Niepoprawny link protokołu";
-$a->strings["External link to forum"] = "Zewnętrzny link do forum";
 $a->strings["Nothing new here"] = "Brak nowych zdarzeń";
 $a->strings["Clear notifications"] = "Wyczyść powiadomienia";
-$a->strings["Logout"] = "Wyloguj się";
-$a->strings["End this session"] = "Zakończ sesję";
-$a->strings["Your posts and conversations"] = "Twoje posty i rozmowy";
-$a->strings["Your profile page"] = "Twoja strona profilowa";
-$a->strings["Your photos"] = "Twoje zdjęcia";
-$a->strings["Videos"] = "Filmy";
-$a->strings["Your videos"] = "Twoje filmy";
-$a->strings["Your events"] = "Twoje wydarzenia";
 $a->strings["Personal notes"] = "Notatki";
 $a->strings["Your personal notes"] = "Twoje prywatne notatki";
 $a->strings["Sign in"] = "Zaloguj się";
@@ -1826,33 +1882,23 @@ $a->strings["Addon applications, utilities, games"] = "Wtyczki, aplikacje, narz
 $a->strings["Search site content"] = "Przeszukaj zawartość strony";
 $a->strings["Community"] = "Społeczność";
 $a->strings["Conversations on this and other servers"] = "Rozmowy na tym i innych serwerach";
-$a->strings["Events and Calendar"] = "Wydarzenia i kalendarz";
 $a->strings["Directory"] = "Katalog";
 $a->strings["People directory"] = "Katalog osób";
 $a->strings["Information about this friendica instance"] = "Informacje o tej instancji friendica";
-$a->strings["Conversations from your friends"] = "Rozmowy Twoich przyjaciół";
 $a->strings["Network Reset"] = "Resetowanie sieci";
 $a->strings["Load Network page with no filters"] = "Załaduj stronę sieci bez filtrów";
 $a->strings["Friend Requests"] = "Prośba o przyjęcie do grona znajomych";
 $a->strings["See all notifications"] = "Zobacz wszystkie powiadomienia";
 $a->strings["Mark all system notifications seen"] = "Oznacz wszystkie powiadomienia systemu jako przeczytane";
-$a->strings["Private mail"] = "Prywatne maile";
 $a->strings["Inbox"] = "Odebrane";
 $a->strings["Outbox"] = "Wysłane";
 $a->strings["Manage"] = "Zarządzaj";
 $a->strings["Manage other pages"] = "Zarządzaj innymi stronami";
-$a->strings["Account settings"] = "Ustawienia konta";
 $a->strings["Profiles"] = "Profile";
 $a->strings["Manage/Edit Profiles"] = "Zarządzaj/Edytuj profile";
-$a->strings["Manage/edit friends and contacts"] = "Zarządzaj listą przyjaciół i kontaktami";
 $a->strings["Site setup and configuration"] = "Konfiguracja i ustawienia instancji";
 $a->strings["Navigation"] = "Nawigacja";
 $a->strings["Site map"] = "Mapa strony";
-$a->strings["Embedding disabled"] = "Osadzanie wyłączone";
-$a->strings["Embedded content"] = "Osadzona zawartość";
-$a->strings["Export"] = "Eksport";
-$a->strings["Export calendar as ical"] = "Wyeksportuj kalendarz jako ical";
-$a->strings["Export calendar as csv"] = "Eksportuj kalendarz jako csv";
 $a->strings["General Features"] = "Funkcje ogólne";
 $a->strings["Multiple Profiles"] = "Wiele profili";
 $a->strings["Ability to create multiple profiles"] = "Możliwość tworzenia wielu profili";
@@ -1860,7 +1906,7 @@ $a->strings["Photo Location"] = "Lokalizacja zdjęcia";
 $a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Metadane zdjęć są zwykle usuwane. Wyodrębnia to położenie (jeśli jest obecne) przed usunięciem metadanych i łączy je z mapą.";
 $a->strings["Export Public Calendar"] = "Eksportuj kalendarz publiczny";
 $a->strings["Ability for visitors to download the public calendar"] = "Możliwość pobierania kalendarza publicznego przez odwiedzających";
-$a->strings["Post Composition Features"] = "Funkcje po ułożeniu";
+$a->strings["Post Composition Features"] = "Ustawienia funkcji postów";
 $a->strings["Post Preview"] = "Podgląd posta";
 $a->strings["Allow previewing posts and comments before publishing them"] = "Zezwalaj na podgląd postów i komentarzy przed ich opublikowaniem";
 $a->strings["Auto-mention Forums"] = "Automatyczne wymienianie forów";
@@ -1875,15 +1921,15 @@ $a->strings["Enable widget to display Network posts only from selected group"] =
 $a->strings["Network Filter"] = "Filtr sieciowy";
 $a->strings["Enable widget to display Network posts only from selected network"] = "Włącz widżet, aby wyświetlać posty sieciowe tylko z wybranej sieci";
 $a->strings["Save search terms for re-use"] = "Zapisz wyszukiwane hasła do ponownego użycia";
-$a->strings["Network Tabs"] = "Karty sieciowe";
-$a->strings["Network Personal Tab"] = "Sieć Osobista zakładka";
-$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Włącz kartę, by wyświetlać tylko posty w sieci, z którymi współpracujesz";
-$a->strings["Network New Tab"] = "Sieć Nowa karta";
-$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Włącz kartę, aby wyświetlić tylko nowe posty sieciowe (z ostatnich 12 godzin)";
-$a->strings["Network Shared Links Tab"] = "Karta Połączone karty sieciowe";
-$a->strings["Enable tab to display only Network posts with links in them"] = "Włącz zakładkę, aby wyświetlić tylko posty sieciowe z łączami do nich";
+$a->strings["Network Tabs"] = "Etykiety sieciowe";
+$a->strings["Network Personal Tab"] = "Etykieta Sieć Osobista";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Włącz etykietę, by wyświetlać posty tylko z sieci, z którymi współpracujesz";
+$a->strings["Network New Tab"] = "Etykieta Nowe Posty Sieciowe";
+$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Włącz etykietę, aby wyświetlić tylko nowe posty sieciowe (z ostatnich 12 godzin)";
+$a->strings["Network Shared Links Tab"] = "Etykieta Udostępnianie Łącz Sieciowych";
+$a->strings["Enable tab to display only Network posts with links in them"] = "Włącz etykietę, aby wyświetlić tylko posty sieciowe z łączami do nich";
 $a->strings["Post/Comment Tools"] = "Narzędzia post/komentarz";
-$a->strings["Multiple Deletion"] = "Wielokrotne usunięcie";
+$a->strings["Multiple Deletion"] = "Wielokrotne Usuwanie";
 $a->strings["Select and delete multiple posts/comments at once"] = "Wybierz i usuń wiele postów/komentarzy jednocześnie";
 $a->strings["Edit Sent Posts"] = "Edytuj wysłane posty";
 $a->strings["Edit and correct posts and comments after sending"] = "Edycja i poprawianie wpisów i komentarzy po wysłaniu";
@@ -1905,6 +1951,11 @@ $a->strings["Tag Cloud"] = "Chmura tagów";
 $a->strings["Provide a personal tag cloud on your profile page"] = "Podaj osobistą chmurę tagów na stronie profilu";
 $a->strings["Display Membership Date"] = "Wyświetl datę członkostwa";
 $a->strings["Display membership date in profile"] = "Wyświetl datę członkostwa w profilu";
+$a->strings["Embedding disabled"] = "Osadzanie wyłączone";
+$a->strings["Embedded content"] = "Osadzona zawartość";
+$a->strings["Export"] = "Eksport";
+$a->strings["Export calendar as ical"] = "Wyeksportuj kalendarz jako ical";
+$a->strings["Export calendar as csv"] = "Eksportuj kalendarz jako csv";
 $a->strings["Add New Contact"] = "Dodaj nowy kontakt";
 $a->strings["Enter address or web location"] = "Wpisz adres lub lokalizację sieciową";
 $a->strings["Example: bob@example.com, http://example.com/barbara"] = "Przykład: bob@przykład.com, http://przykład.com/barbara";
@@ -1917,9 +1968,7 @@ $a->strings["%d invitation available"] = [
 $a->strings["Find People"] = "Znajdź ludzi";
 $a->strings["Enter name or interest"] = "Wpisz nazwę lub zainteresowanie";
 $a->strings["Examples: Robert Morgenstein, Fishing"] = "Przykład: Jan Kowalski, Wędkarstwo";
-$a->strings["Similar Interests"] = "Podobne zainteresowania";
 $a->strings["Random Profile"] = "Domyślny profil";
-$a->strings["Invite Friends"] = "Zaproś znajomych";
 $a->strings["View Global Directory"] = "Wyświetl globalny katalog";
 $a->strings["Networks"] = "Sieci";
 $a->strings["All Networks"] = "Wszystkie Sieci";
@@ -1949,7 +1998,7 @@ $a->strings["pump.io"] = "pump.io";
 $a->strings["Twitter"] = "Twitter";
 $a->strings["Diaspora Connector"] = "Łącze Diaspora";
 $a->strings["GNU Social Connector"] = "GNU Połączenie Społecznościowe";
-$a->strings["pnut"] = "";
+$a->strings["pnut"] = "orzech";
 $a->strings["App.net"] = "App.net";
 $a->strings["Male"] = "Mężczyzna";
 $a->strings["Female"] = "Kobieta";
@@ -2016,46 +2065,9 @@ $a->strings["Errors encountered performing database changes: "] = "Napotkane bł
 $a->strings[": Database update"] = ": Aktualizacja bazy danych";
 $a->strings["%s: updating %s table."] = "%s: aktualizowanie %s tabeli.";
 $a->strings["[no subject]"] = "[bez tematu]";
-$a->strings["Requested account is not available."] = "Żądane konto jest niedostępne.";
-$a->strings["Edit profile"] = "Edytuj profil";
-$a->strings["Atom feed"] = "Kanał Atom";
-$a->strings["Manage/edit profiles"] = "Zarządzaj profilami";
-$a->strings["g A l F d"] = "g A I F d";
-$a->strings["F d"] = "";
-$a->strings["[today]"] = "[dziś]";
-$a->strings["Birthday Reminders"] = "Przypomnienia o urodzinach";
-$a->strings["Birthdays this week:"] = "Urodziny w tym tygodniu:";
-$a->strings["[No description]"] = "[Brak opisu]";
-$a->strings["Event Reminders"] = "Przypominacze wydarzeń";
-$a->strings["Events this week:"] = "Wydarzenia w tym tygodniu:";
-$a->strings["Member since:"] = "Członek od:";
-$a->strings["j F, Y"] = "d M, R";
-$a->strings["j F"] = "d M";
-$a->strings["Age:"] = "Wiek:";
-$a->strings["for %1\$d %2\$s"] = "od %1\$d %2\$s";
-$a->strings["Religion:"] = "Religia:";
-$a->strings["Hobbies/Interests:"] = "Hobby/Zainteresowania:";
-$a->strings["Contact information and Social Networks:"] = "Informacje kontaktowe i sieci społeczne";
-$a->strings["Musical interests:"] = "Zainteresowania muzyczne:";
-$a->strings["Books, literature:"] = "Książki, literatura:";
-$a->strings["Television:"] = "Telewizja:";
-$a->strings["Film/dance/culture/entertainment:"] = "Film/taniec/kultura/rozrywka";
-$a->strings["Love/Romance:"] = "Miłość/Romans:";
-$a->strings["Work/employment:"] = "Praca/zatrudnienie:";
-$a->strings["School/education:"] = "Szkoła/edukacja:";
-$a->strings["Forums:"] = "Fora:";
-$a->strings["Only You Can See This"] = "Tylko ty możesz to zobaczyć";
 $a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$suczestniczy %2\$s's %3\$s ";
 $a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$snie uczestniczy %2\$s's %3\$s ";
 $a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$smogą uczestniczyć %2\$s's %3\$s ";
-$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Skasowana grupa o tej nazwie została przywrócona. Istniejące uprawnienia do pozycji <strong>mogą</strong> dotyczyć tej grupy i wszystkich przyszłych członków. Jeśli nie jest to zamierzone, utwórz inną grupę o innej nazwie.";
-$a->strings["Default privacy group for new contacts"] = "Domyślne ustawienia prywatności dla nowych kontaktów";
-$a->strings["Everybody"] = "Wszyscy";
-$a->strings["edit"] = "edytuj";
-$a->strings["Edit group"] = "Edytuj grupy";
-$a->strings["Contacts not in any group"] = "Kontakt nie jest w żadnej grupie";
-$a->strings["Create a new group"] = "Stwórz nową grupę";
-$a->strings["Edit groups"] = "Edytuj grupy";
 $a->strings["Drop Contact"] = "Upuść kontakt";
 $a->strings["Organisation"] = "Organizacja";
 $a->strings["News"] = "Aktualności";
@@ -2088,6 +2100,43 @@ $a->strings["D g:i A"] = "";
 $a->strings["g:i A"] = "";
 $a->strings["Show map"] = "Pokaż mapę";
 $a->strings["Hide map"] = "Ukryj mapę";
+$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."] = "Skasowana grupa o tej nazwie została przywrócona. Istniejące uprawnienia do pozycji <strong>mogą</strong> dotyczyć tej grupy i wszystkich przyszłych członków. Jeśli nie jest to zamierzone, utwórz inną grupę o innej nazwie.";
+$a->strings["Default privacy group for new contacts"] = "Domyślne ustawienia prywatności dla nowych kontaktów";
+$a->strings["Everybody"] = "Wszyscy";
+$a->strings["edit"] = "edytuj";
+$a->strings["Edit group"] = "Edytuj grupy";
+$a->strings["Contacts not in any group"] = "Kontakt nie jest w żadnej grupie";
+$a->strings["Create a new group"] = "Stwórz nową grupę";
+$a->strings["Edit groups"] = "Edytuj grupy";
+$a->strings["Requested account is not available."] = "Żądane konto jest niedostępne.";
+$a->strings["Edit profile"] = "Edytuj profil";
+$a->strings["Atom feed"] = "Kanał Atom";
+$a->strings["Manage/edit profiles"] = "Zarządzaj profilami";
+$a->strings["g A l F d"] = "g A I F d";
+$a->strings["F d"] = "";
+$a->strings["[today]"] = "[dziś]";
+$a->strings["Birthday Reminders"] = "Przypomnienia o urodzinach";
+$a->strings["Birthdays this week:"] = "Urodziny w tym tygodniu:";
+$a->strings["[No description]"] = "[Brak opisu]";
+$a->strings["Event Reminders"] = "Przypominacze wydarzeń";
+$a->strings["Events this week:"] = "Wydarzenia w tym tygodniu:";
+$a->strings["Member since:"] = "Członek od:";
+$a->strings["j F, Y"] = "d M, R";
+$a->strings["j F"] = "d M";
+$a->strings["Age:"] = "Wiek:";
+$a->strings["for %1\$d %2\$s"] = "od %1\$d %2\$s";
+$a->strings["Religion:"] = "Religia:";
+$a->strings["Hobbies/Interests:"] = "Hobby/Zainteresowania:";
+$a->strings["Contact information and Social Networks:"] = "Informacje kontaktowe i sieci społeczne";
+$a->strings["Musical interests:"] = "Zainteresowania muzyczne:";
+$a->strings["Books, literature:"] = "Książki, literatura:";
+$a->strings["Television:"] = "Telewizja:";
+$a->strings["Film/dance/culture/entertainment:"] = "Film/taniec/kultura/rozrywka";
+$a->strings["Love/Romance:"] = "Miłość/Romans:";
+$a->strings["Work/employment:"] = "Praca/zatrudnienie:";
+$a->strings["School/education:"] = "Szkoła/edukacja:";
+$a->strings["Forums:"] = "Fora:";
+$a->strings["Only You Can See This"] = "Tylko ty możesz to zobaczyć";
 $a->strings["Login failed"] = "Logowanie nieudane";
 $a->strings["Not enough information to authenticate"] = "Za mało informacji do uwierzytelnienia";
 $a->strings["An invitation is required."] = "Wymagane zaproszenie.";
@@ -2098,7 +2147,7 @@ $a->strings["The error message was:"] = "Komunikat o błędzie:";
 $a->strings["Please enter the required information."] = "Wprowadź wymagane informacje";
 $a->strings["Please use a shorter name."] = "Użyj dłuższej nazwy.";
 $a->strings["Name too short."] = "Nazwa jest za krótka.";
-$a->strings["That doesn't appear to be your full (First Last) name."] = "Zdaje mi się że to nie jest twoje pełne Imię(Nazwisko).";
+$a->strings["That doesn't appear to be your full (First Last) name."] = "Wydaje mi się, że to nie jest twoje pełne imię (pierwsze imię) i nazwisko.";
 $a->strings["Your email domain is not among those allowed on this site."] = "Twoja domena internetowa nie jest obsługiwana na tej stronie.";
 $a->strings["Not a valid email address."] = "Niepoprawny adres e mail..";
 $a->strings["Cannot use that email."] = "Nie możesz użyć tego e-maila. ";
@@ -2106,7 +2155,6 @@ $a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Twój pseudonim
 $a->strings["Nickname is already registered. Please choose another."] = "Ten login jest zajęty. Wybierz inny.";
 $a->strings["SERIOUS ERROR: Generation of security keys failed."] = "POWAŻNY BŁĄD: niepowodzenie podczas tworzenia kluczy zabezpieczeń.";
 $a->strings["An error occurred during registration. Please try again."] = "Wystąpił bład podczas rejestracji, Spróbuj ponownie.";
-$a->strings["default"] = "standardowe";
 $a->strings["An error occurred creating your default profile. Please try again."] = "Wystąpił błąd podczas tworzenia profilu. Spróbuj ponownie.";
 $a->strings["An error occurred creating your self contact. Please try again."] = "Wystąpił błąd podczas tworzenia własnego kontaktu. Proszę spróbuj ponownie.";
 $a->strings["An error occurred creating your default contact group. Please try again."] = "Wystąpił błąd podczas tworzenia domyślnej grupy kontaktów. Proszę spróbuj ponownie.";
@@ -2122,6 +2170,20 @@ $a->strings["%s\\'s birthday"] = "%s\\'s urodziny";
 $a->strings["Sharing notification from Diaspora network"] = "Wspólne powiadomienie z sieci Diaspora";
 $a->strings["Attachments:"] = "Załączniki:";
 $a->strings["(no subject)"] = "(bez tematu)";
+$a->strings["Create a New Account"] = "Załóż nowe konto";
+$a->strings["Password: "] = "Hasło:";
+$a->strings["Remember me"] = "Zapamiętaj mnie";
+$a->strings["Or login using OpenID: "] = "Lub zaloguj się korzystając z OpenID:";
+$a->strings["Forgot your password?"] = "Zapomniałeś swojego hasła?";
+$a->strings["Website Terms of Service"] = "Warunki korzystania z witryny";
+$a->strings["terms of service"] = "warunki użytkowania";
+$a->strings["Website Privacy Policy"] = "Polityka Prywatności Witryny";
+$a->strings["privacy policy"] = "polityka prywatności";
+$a->strings["Logged out."] = "Wyloguj";
+$a->strings["Privacy Statement"] = "Oświadczenie o prywatności";
+$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."] = "W momencie rejestracji oraz w celu zapewnienia komunikacji między kontem użytkownika, a jego kontaktami, użytkownik musi podać nazwę wyświetlaną (pseudonim), nazwę użytkownika (przydomek) i działający adres e-mail. Nazwy będą dostępne na stronie profilu konta dla każdego odwiedzającego stronę, nawet jeśli inne szczegóły profilu nie zostaną wyświetlone. Adres e-mail będzie używany tylko do wysyłania powiadomień użytkownika o interakcjach, ale nie będzie wyświetlany w widoczny sposób. Lista kont w katalogu użytkownika węzła lub globalnym katalogu użytkownika jest opcjonalna i może być kontrolowana w ustawieniach użytkownika, nie jest konieczna do komunikacji.";
+$a->strings["This data is required for communication and is passed on to the nodes of the communication partners. Users can enter additional private data that may be transmitted to the communication partners accounts."] = "Te dane są wymagane do komunikacji i przekazywane do węzłów partnerów komunikacyjnych. Użytkownicy mogą wprowadzać dodatkowe prywatne dane, które mogą być przesyłane na konta partnerów komunikacyjnych.";
+$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."] = "W dowolnym momencie zalogowany użytkownik może wyeksportować dane swojego konta z <a href=\"%1\$s/settings/uexport\">ustawień konta</a>. Jeśli użytkownik chce usunąć swoje konto, może to zrobić w <a href=\"%1\$s/removeme\">%1\$s/usuń mnie. Usunięcie konta będzie trwałe.";
 $a->strings["This entry was edited"] = "Ten wpis został zedytowany";
 $a->strings["save to folder"] = "zapisz w folderze";
 $a->strings["I will attend"] = "Będę uczestniczyć";
@@ -2157,63 +2219,7 @@ $a->strings["Code"] = "Kod";
 $a->strings["Image"] = "Obraz";
 $a->strings["Link"] = "Link";
 $a->strings["Video"] = "Video";
-$a->strings["Create a New Account"] = "Załóż nowe konto";
-$a->strings["Password: "] = "Hasło:";
-$a->strings["Remember me"] = "Zapamiętaj mnie";
-$a->strings["Or login using OpenID: "] = "Lub zaloguj się korzystając z OpenID:";
-$a->strings["Forgot your password?"] = "Zapomniałeś swojego hasła?";
-$a->strings["Website Terms of Service"] = "Warunki korzystania z witryny";
-$a->strings["terms of service"] = "warunki użytkowania";
-$a->strings["Website Privacy Policy"] = "Polityka Prywatności Witryny";
-$a->strings["privacy policy"] = "polityka prywatności";
-$a->strings["Logged out."] = "Wyloguj";
 $a->strings["Delete this item?"] = "Usunąć ten element?";
 $a->strings["show fewer"] = "Pokaż mniej";
-$a->strings["greenzero"] = "";
-$a->strings["purplezero"] = "";
-$a->strings["easterbunny"] = "Zajączek wielkanocny";
-$a->strings["darkzero"] = "";
-$a->strings["comix"] = "";
-$a->strings["slackr"] = "";
-$a->strings["Variations"] = "Zmiana";
-$a->strings["Repeat the image"] = "Powtórz obraz";
-$a->strings["Will repeat your image to fill the background."] = "Powtarza twój obraz, aby wypełnić tło.";
-$a->strings["Stretch"] = "";
-$a->strings["Will stretch to width/height of the image."] = "Rozciągnie się do szerokości/wysokości obrazu.";
-$a->strings["Resize fill and-clip"] = "Zmień rozmiar wypełnienia i klipu";
-$a->strings["Resize to fill and retain aspect ratio."] = "Zmień rozmiar, aby wypełnić i zachować proporcje.";
-$a->strings["Resize best fit"] = "Zmień rozmiar, aby najlepiej dopasować";
-$a->strings["Resize to best fit and retain aspect ratio."] = "Zmień rozmiar, aby jak najlepiej dopasować i zachować proporcje.";
-$a->strings["Default"] = "Domyślne";
-$a->strings["Note"] = "Uwaga";
-$a->strings["Check image permissions if all users are allowed to visit the image"] = "Sprawdź uprawnienia do obrazu, jeśli wszyscy użytkownicy mogą odwiedzać obraz";
-$a->strings["Select scheme"] = "Wybierz schemat";
-$a->strings["Navigation bar background color"] = "Kolor tła paska nawigacyjnego";
-$a->strings["Navigation bar icon color "] = "Kolor ikony paska nawigacyjnego";
-$a->strings["Link color"] = "Kolor łączy";
-$a->strings["Set the background color"] = "Ustaw kolor tła";
-$a->strings["Content background opacity"] = "Nieprzezroczystość tła treści";
-$a->strings["Set the background image"] = "Ustaw obraz tła";
-$a->strings["Login page background image"] = "Obraz tła strony logowania";
-$a->strings["Login page background color"] = "Kolor tła strony logowania";
-$a->strings["Leave background image and color empty for theme defaults"] = "Pozostaw obraz tła i kolor pusty dla domyślnych ustawień kompozycji";
-$a->strings["Guest"] = "Gość";
-$a->strings["Visitor"] = "Odwiedzający";
-$a->strings["Alignment"] = "Wyrównanie";
-$a->strings["Left"] = "Lewo";
-$a->strings["Center"] = "Środek";
-$a->strings["Color scheme"] = "Zestaw kolorów";
-$a->strings["Posts font size"] = "Rozmiar czcionki postów";
-$a->strings["Textareas font size"] = "Rozmiar czcionki Textareas";
-$a->strings["Comma separated list of helper forums"] = "Lista pomocników oddzielona przecinkami";
-$a->strings["Set style"] = "Ustaw styl";
-$a->strings["Community Pages"] = "Strony społeczności";
-$a->strings["Community Profiles"] = "Profile społeczności";
-$a->strings["Help or @NewHere ?"] = "Pomoc lub @NewHere?";
-$a->strings["Connect Services"] = "Połączone serwisy";
-$a->strings["Find Friends"] = "Znajdź znajomych";
-$a->strings["Last users"] = "Ostatni użytkownicy";
-$a->strings["Local Directory"] = "Katalog lokalny";
-$a->strings["Quick Start"] = "Szybki start";
-$a->strings["toggle mobile"] = "przełącz na mobilny";
 $a->strings["Update %s failed. See error logs."] = "Aktualizacja %s nie powiodła się. Zobacz dziennik błędów.";
+$a->strings["toggle mobile"] = "przełącz na mobilny";
index 3f863059bb7eb2fd4b2992e96836da3702db7574..e78cdcbdf30df3f1310b49d912cce867cab244d2 100644 (file)
@@ -13,8 +13,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-03-05 16:37+0100\n"
-"PO-Revision-Date: 2018-03-24 04:12+0000\n"
+"POT-Creation-Date: 2018-04-06 16:58+0200\n"
+"PO-Revision-Date: 2018-04-18 14:16+0000\n"
 "Last-Translator: 朱陈锬 <tangenters@outlook.com>\n"
 "Language-Team: Chinese (China) (http://www.transifex.com/Friendica/friendica/language/zh_CN/)\n"
 "MIME-Version: 1.0\n"
@@ -41,254 +41,286 @@ msgid ""
 "form has been opened for too long (>3 hours) before submitting it."
 msgstr "表格安全令牌不对。最可能因为表格开着太久(三个小时以上)提交前。"
 
-#: include/enotify.php:33
+#: include/dba.php:57
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "找不到DNS信息为数据库服务器「%s」"
+
+#: include/api.php:1199
+#, php-format
+msgid "Daily posting limit of %d post reached. The post was rejected."
+msgid_plural "Daily posting limit of %d posts reached. The post was rejected."
+msgstr[0] "达到每日 %d 发文限制。此文被拒绝发出。"
+
+#: include/api.php:1223
+#, php-format
+msgid "Weekly posting limit of %d post reached. The post was rejected."
+msgid_plural ""
+"Weekly posting limit of %d posts reached. The post was rejected."
+msgstr[0] "达到每周 %d 发文限制。此文被拒绝发出。"
+
+#: include/api.php:1247
+#, php-format
+msgid "Monthly posting limit of %d post reached. The post was rejected."
+msgstr "达到每月 %d 发文限制。此文被拒绝发出。"
+
+#: include/api.php:4400 mod/photos.php:88 mod/photos.php:194
+#: mod/photos.php:722 mod/photos.php:1149 mod/photos.php:1166
+#: mod/photos.php:1684 mod/profile_photo.php:85 mod/profile_photo.php:93
+#: mod/profile_photo.php:101 mod/profile_photo.php:211
+#: mod/profile_photo.php:302 mod/profile_photo.php:312 src/Model/User.php:539
+#: src/Model/User.php:547 src/Model/User.php:555
+msgid "Profile Photos"
+msgstr "简介照片"
+
+#: include/enotify.php:31
 msgid "Friendica Notification"
 msgstr "Friendica 通知"
 
-#: include/enotify.php:36
+#: include/enotify.php:34
 msgid "Thank You,"
 msgstr "谢谢,"
 
-#: include/enotify.php:39
+#: include/enotify.php:37
 #, php-format
 msgid "%s Administrator"
 msgstr "%s管理员"
 
-#: include/enotify.php:41
+#: include/enotify.php:39
 #, php-format
 msgid "%1$s, %2$s Administrator"
 msgstr "%1$s, %2$s 的管理员"
 
-#: include/enotify.php:52 src/Worker/Delivery.php:403
+#: include/enotify.php:50 src/Worker/Delivery.php:404
 msgid "noreply"
-msgstr "noreply"
+msgstr "无答复"
 
-#: include/enotify.php:100
+#: include/enotify.php:98
 #, php-format
 msgid "[Friendica:Notify] New mail received at %s"
 msgstr "[Friendica:Notify]收到新邮件在%s"
 
-#: include/enotify.php:102
+#: include/enotify.php:100
 #, php-format
 msgid "%1$s sent you a new private message at %2$s."
 msgstr "%1$s发给您新私人通知在%2$s."
 
-#: include/enotify.php:103
+#: include/enotify.php:101
 msgid "a private message"
 msgstr "一条私人信息"
 
-#: include/enotify.php:103
+#: include/enotify.php:101
 #, php-format
 msgid "%1$s sent you %2$s."
 msgstr "%1$s发给您%2$s."
 
-#: include/enotify.php:105
+#: include/enotify.php:103
 #, php-format
 msgid "Please visit %s to view and/or reply to your private messages."
 msgstr "请访问 %s 来查看并且/或者回复你的私信。"
 
-#: include/enotify.php:143
+#: include/enotify.php:141
 #, php-format
 msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
 msgstr "%1$s于[url=%2$s]a %3$s[/url]评论了"
 
-#: include/enotify.php:151
+#: include/enotify.php:149
 #, php-format
 msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
 msgstr "%1$s于[url=%2$s]%3$s的%4$s[/url]评论了"
 
-#: include/enotify.php:161
+#: include/enotify.php:159
 #, php-format
 msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
 msgstr "%1$s于[url=%2$s]您的%3$s[/url]评论了"
 
-#: include/enotify.php:173
+#: include/enotify.php:171
 #, php-format
 msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
 msgstr "[Friendica:Notify]于交流#%1$d由%2$s评论"
 
-#: include/enotify.php:175
+#: include/enotify.php:173
 #, php-format
 msgid "%s commented on an item/conversation you have been following."
 msgstr "%s对你有兴趣的项目/ 交谈发表意见"
 
-#: include/enotify.php:178 include/enotify.php:193 include/enotify.php:208
-#: include/enotify.php:223 include/enotify.php:242 include/enotify.php:257
+#: include/enotify.php:176 include/enotify.php:191 include/enotify.php:206
+#: include/enotify.php:221 include/enotify.php:240 include/enotify.php:255
 #, php-format
 msgid "Please visit %s to view and/or reply to the conversation."
 msgstr "请访问%s来查看并且/或者回复这个对话。"
 
-#: include/enotify.php:185
+#: include/enotify.php:183
 #, php-format
 msgid "[Friendica:Notify] %s posted to your profile wall"
 msgstr "[Friendica:Notify] %s贴在您的简介墙"
 
-#: include/enotify.php:187
+#: include/enotify.php:185
 #, php-format
 msgid "%1$s posted to your profile wall at %2$s"
 msgstr "%1$s放在您的简介墙在%2$s"
 
-#: include/enotify.php:188
+#: include/enotify.php:186
 #, php-format
 msgid "%1$s posted to [url=%2$s]your wall[/url]"
 msgstr "%1$s放在[url=%2$s]您的墙[/url]"
 
-#: include/enotify.php:200
+#: include/enotify.php:198
 #, php-format
 msgid "[Friendica:Notify] %s tagged you"
 msgstr "[Friendica:Notify] %s标签您"
 
-#: include/enotify.php:202
+#: include/enotify.php:200
 #, php-format
 msgid "%1$s tagged you at %2$s"
 msgstr "%1$s把您在%2$s标签"
 
-#: include/enotify.php:203
+#: include/enotify.php:201
 #, php-format
 msgid "%1$s [url=%2$s]tagged you[/url]."
 msgstr "%1$s[url=%2$s]把您标签[/url]."
 
-#: include/enotify.php:215
+#: include/enotify.php:213
 #, php-format
 msgid "[Friendica:Notify] %s shared a new post"
 msgstr "[Friendica:Notify] %s分享新的消息"
 
-#: include/enotify.php:217
+#: include/enotify.php:215
 #, php-format
 msgid "%1$s shared a new post at %2$s"
 msgstr "%1$s分享新的消息在%2$s"
 
-#: include/enotify.php:218
+#: include/enotify.php:216
 #, php-format
 msgid "%1$s [url=%2$s]shared a post[/url]."
 msgstr "%1$s [url=%2$s]分享一个消息[/url]."
 
-#: include/enotify.php:230
+#: include/enotify.php:228
 #, php-format
 msgid "[Friendica:Notify] %1$s poked you"
 msgstr "[Friendica:Notify]您被%1$s戳"
 
-#: include/enotify.php:232
+#: include/enotify.php:230
 #, php-format
 msgid "%1$s poked you at %2$s"
 msgstr "您被%1$s戳在%2$s"
 
-#: include/enotify.php:233
+#: include/enotify.php:231
 #, php-format
 msgid "%1$s [url=%2$s]poked you[/url]."
 msgstr "%1$s[url=%2$s]把您戳[/url]。"
 
-#: include/enotify.php:249
+#: include/enotify.php:247
 #, php-format
 msgid "[Friendica:Notify] %s tagged your post"
 msgstr "[Friendica:Notify] %s标前您的文章"
 
-#: include/enotify.php:251
+#: include/enotify.php:249
 #, php-format
 msgid "%1$s tagged your post at %2$s"
 msgstr "%1$s把您的文章在%2$s标签"
 
-#: include/enotify.php:252
+#: include/enotify.php:250
 #, php-format
 msgid "%1$s tagged [url=%2$s]your post[/url]"
 msgstr "%1$s把[url=%2$s]您的文章[/url]标签"
 
-#: include/enotify.php:264
+#: include/enotify.php:262
 msgid "[Friendica:Notify] Introduction received"
 msgstr "[Friendica:Notify] 收到介绍"
 
-#: include/enotify.php:266
+#: include/enotify.php:264
 #, php-format
 msgid "You've received an introduction from '%1$s' at %2$s"
 msgstr "您从「%1$s」受到一个介绍在%2$s"
 
-#: include/enotify.php:267
+#: include/enotify.php:265
 #, php-format
 msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
 msgstr "您从%2$s收到[url=%1$s]一个介绍[/url]。"
 
-#: include/enotify.php:272 include/enotify.php:318
+#: include/enotify.php:270 include/enotify.php:316
 #, php-format
 msgid "You may visit their profile at %s"
 msgstr "你能看他的简介在%s"
 
-#: include/enotify.php:274
+#: include/enotify.php:272
 #, php-format
 msgid "Please visit %s to approve or reject the introduction."
 msgstr "请批准或拒绝介绍在%s"
 
-#: include/enotify.php:282
+#: include/enotify.php:280
 msgid "[Friendica:Notify] A new person is sharing with you"
 msgstr "[Friendica:Notify] 一个新的人正在和你分享"
 
-#: include/enotify.php:284 include/enotify.php:285
+#: include/enotify.php:282 include/enotify.php:283
 #, php-format
 msgid "%1$s is sharing with you at %2$s"
 msgstr "%1$s 正在 %2$s 和你分享"
 
-#: include/enotify.php:292
+#: include/enotify.php:290
 msgid "[Friendica:Notify] You have a new follower"
 msgstr "[Friendica:Notify] 你有一个新的粉丝"
 
-#: include/enotify.php:294 include/enotify.php:295
+#: include/enotify.php:292 include/enotify.php:293
 #, php-format
 msgid "You have a new follower at %2$s : %1$s"
 msgstr "你在 %2$s 有一个新的关注者: %1$s"
 
-#: include/enotify.php:307
+#: include/enotify.php:305
 msgid "[Friendica:Notify] Friend suggestion received"
 msgstr "[Friendica:Notify] 收到朋友建议"
 
-#: include/enotify.php:309
+#: include/enotify.php:307
 #, php-format
 msgid "You've received a friend suggestion from '%1$s' at %2$s"
 msgstr "您从「%2$s」收到[url=%1$s]一个朋友建议[/url]。"
 
-#: include/enotify.php:310
+#: include/enotify.php:308
 #, php-format
 msgid ""
 "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
 msgstr "您从%3$s收到[url=%1$s]一个朋友建议[/url]为%2$s。"
 
-#: include/enotify.php:316
+#: include/enotify.php:314
 msgid "Name:"
 msgstr "名字:"
 
-#: include/enotify.php:317
+#: include/enotify.php:315
 msgid "Photo:"
 msgstr "照片:"
 
-#: include/enotify.php:320
+#: include/enotify.php:318
 #, php-format
 msgid "Please visit %s to approve or reject the suggestion."
 msgstr "请访问%s来批准或拒绝这个建议。"
 
-#: include/enotify.php:328 include/enotify.php:343
+#: include/enotify.php:326 include/enotify.php:341
 msgid "[Friendica:Notify] Connection accepted"
 msgstr "[Friendica:Notify] 连接被接受"
 
-#: include/enotify.php:330 include/enotify.php:345
+#: include/enotify.php:328 include/enotify.php:343
 #, php-format
 msgid "'%1$s' has accepted your connection request at %2$s"
 msgstr "“%1$s”已经在 %2$s 接受了您的连接请求"
 
-#: include/enotify.php:331 include/enotify.php:346
+#: include/enotify.php:329 include/enotify.php:344
 #, php-format
 msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
 msgstr "%2$s 已经接受了你的[url=%1$s]连接请求[/url]。"
 
-#: include/enotify.php:336
+#: include/enotify.php:334
 msgid ""
 "You are now mutual friends and may exchange status updates, photos, and "
 "email without restriction."
 msgstr "你们现在已经互为朋友了,可以不受限制地交换状态更新、照片和邮件。"
 
-#: include/enotify.php:338
+#: include/enotify.php:336
 #, php-format
 msgid "Please visit %s if you wish to make any changes to this relationship."
 msgstr "请访问%s如果你希望对这个关系做任何改变。"
 
-#: include/enotify.php:351
+#: include/enotify.php:349
 #, php-format
 msgid ""
 "'%1$s' has chosen to accept you a fan, which restricts some forms of "
@@ -297,349 +329,538 @@ msgid ""
 "automatically."
 msgstr ""
 
-#: include/enotify.php:353
+#: include/enotify.php:351
 #, php-format
 msgid ""
 "'%1$s' may choose to extend this into a two-way or more permissive "
 "relationship in the future."
 msgstr ""
 
-#: include/enotify.php:355
+#: include/enotify.php:353
 #, php-format
 msgid "Please visit %s  if you wish to make any changes to this relationship."
 msgstr "请访问 %s  如果你希望对修改这个关系。"
 
-#: include/enotify.php:365
+#: include/enotify.php:363
 msgid "[Friendica System:Notify] registration request"
-msgstr ""
+msgstr "[Friendica 系统:通知] 注册请求"
 
-#: include/enotify.php:367
+#: include/enotify.php:365
 #, php-format
 msgid "You've received a registration request from '%1$s' at %2$s"
 msgstr ""
 
-#: include/enotify.php:368
+#: include/enotify.php:366
 #, php-format
 msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
 msgstr ""
 
-#: include/enotify.php:373
+#: include/enotify.php:371
 #, php-format
-msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s("
+msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
 msgstr ""
 
-#: include/enotify.php:379
+#: include/enotify.php:377
 #, php-format
 msgid "Please visit %s to approve or reject the request."
 msgstr "请访问%s来批准或拒绝这个请求。"
 
-#: include/event.php:26 include/event.php:914 include/bb2diaspora.php:238
-#: mod/localtime.php:19
-msgid "l F d, Y \\@ g:i A"
-msgstr "l F d, Y \\@ g:i A"
+#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21
+#: mod/display.php:72 mod/display.php:252 mod/display.php:354
+#: mod/admin.php:276 mod/admin.php:1854 mod/admin.php:2102
+msgid "Item not found."
+msgstr "项目找不到。"
 
-#: include/event.php:45 include/event.php:62 include/event.php:471
-#: include/event.php:992 include/bb2diaspora.php:245
-msgid "Starts:"
-msgstr "开始:"
+#: include/items.php:382
+msgid "Do you really want to delete this item?"
+msgstr "您真的想删除这个项目吗?"
 
-#: include/event.php:48 include/event.php:68 include/event.php:472
-#: include/event.php:996 include/bb2diaspora.php:251
-msgid "Finishes:"
-msgstr "结束:"
+#: include/items.php:384 mod/api.php:110 mod/suggest.php:38
+#: mod/dfrn_request.php:653 mod/message.php:138 mod/follow.php:150
+#: mod/profiles.php:636 mod/profiles.php:639 mod/profiles.php:661
+#: mod/contacts.php:472 mod/register.php:237 mod/settings.php:1105
+#: mod/settings.php:1111 mod/settings.php:1118 mod/settings.php:1122
+#: mod/settings.php:1126 mod/settings.php:1130 mod/settings.php:1134
+#: mod/settings.php:1138 mod/settings.php:1158 mod/settings.php:1159
+#: mod/settings.php:1160 mod/settings.php:1161 mod/settings.php:1162
+msgid "Yes"
+msgstr "是"
 
-#: include/event.php:52 include/event.php:77 include/event.php:473
-#: include/event.php:1010 include/bb2diaspora.php:258
-#: mod/notifications.php:247 mod/contacts.php:651 mod/directory.php:149
-#: mod/events.php:521 src/Model/Profile.php:417
-msgid "Location:"
-msgstr "位置:"
+#: include/items.php:387 include/conversation.php:1378 mod/fbrowser.php:103
+#: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663
+#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141
+#: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147
+#: mod/unfollow.php:117 mod/follow.php:161 mod/contacts.php:475
+#: mod/settings.php:676 mod/settings.php:702
+msgid "Cancel"
+msgstr "取消"
 
-#: include/event.php:420
-msgid "all-day"
-msgstr "全天"
+#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40
+#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28
+#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/uimport.php:28
+#: mod/notifications.php:73 mod/dfrn_confirm.php:68 mod/invite.php:20
+#: mod/invite.php:106 mod/wall_attach.php:74 mod/wall_attach.php:77
+#: mod/manage.php:131 mod/regmod.php:108 mod/viewcontacts.php:57
+#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79
+#: mod/wallmessage.php:103 mod/poke.php:150 mod/wall_upload.php:103
+#: mod/wall_upload.php:106 mod/editpost.php:18 mod/fsuggest.php:80
+#: mod/group.php:26 mod/item.php:160 mod/message.php:59 mod/message.php:104
+#: mod/network.php:32 mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051
+#: mod/delegate.php:25 mod/delegate.php:43 mod/delegate.php:54
+#: mod/dirfind.php:25 mod/ostatus_subscribe.php:16 mod/unfollow.php:15
+#: mod/unfollow.php:57 mod/unfollow.php:90 mod/cal.php:304 mod/events.php:194
+#: mod/profile_photo.php:30 mod/profile_photo.php:176
+#: mod/profile_photo.php:187 mod/profile_photo.php:200 mod/follow.php:17
+#: mod/follow.php:54 mod/follow.php:118 mod/profiles.php:182
+#: mod/profiles.php:606 mod/contacts.php:386 mod/register.php:53
+#: mod/settings.php:42 mod/settings.php:141 mod/settings.php:665 index.php:416
+msgid "Permission denied."
+msgstr "权限不够。"
 
-#: include/event.php:422 include/text.php:1111
-msgid "Sun"
-msgstr "æ\98\9fæ\9c\9fæ\97¥"
+#: include/items.php:471
+msgid "Archives"
+msgstr "æ¡£æ¡\88"
 
-#: include/event.php:423 include/text.php:1111
-msgid "Mon"
-msgstr "星期一"
+#: include/items.php:477 src/Content/ForumManager.php:130
+#: src/Content/Widget.php:312 src/Object/Post.php:430 src/App.php:512
+#: view/theme/vier/theme.php:259
+msgid "show more"
+msgstr "看多"
 
-#: include/event.php:424 include/text.php:1111
-msgid "Tue"
-msgstr "星期二"
+#: include/conversation.php:144 include/conversation.php:282
+#: include/text.php:1774 src/Model/Item.php:1795
+msgid "event"
+msgstr "事件"
 
-#: include/event.php:425 include/text.php:1111
-msgid "Wed"
-msgstr "星期三"
+#: include/conversation.php:147 include/conversation.php:157
+#: include/conversation.php:285 include/conversation.php:294
+#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1793
+#: src/Protocol/Diaspora.php:2010
+msgid "status"
+msgstr "现状"
 
-#: include/event.php:426 include/text.php:1111
-msgid "Thu"
-msgstr "星期四"
+#: include/conversation.php:152 include/conversation.php:290
+#: include/text.php:1776 mod/subthread.php:97 mod/tagger.php:72
+#: src/Model/Item.php:1793
+msgid "photo"
+msgstr "照片"
 
-#: include/event.php:427 include/text.php:1111
-msgid "Fri"
-msgstr "星期五"
+#: include/conversation.php:164 src/Model/Item.php:1666
+#: src/Protocol/Diaspora.php:2006
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s 喜欢 %2$s 的 %3$s"
 
-#: include/event.php:428 include/text.php:1111
-msgid "Sat"
-msgstr "星期六"
+#: include/conversation.php:167 src/Model/Item.php:1671
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s 不喜欢 %2$s 的 %3$s"
 
-#: include/event.php:430 include/text.php:1093 mod/settings.php:945
-msgid "Sunday"
-msgstr "星期天"
+#: include/conversation.php:170
+#, php-format
+msgid "%1$s attends %2$s's %3$s"
+msgstr "%1$s 参加了 %2$s 的 %3$s"
 
-#: include/event.php:431 include/text.php:1093 mod/settings.php:945
-msgid "Monday"
-msgstr "星期一"
+#: include/conversation.php:173
+#, php-format
+msgid "%1$s doesn't attend %2$s's %3$s"
+msgstr "%1$s 没有参加 %2$s 的 %3$s"
 
-#: include/event.php:432 include/text.php:1093
-msgid "Tuesday"
-msgstr "星期二"
+#: include/conversation.php:176
+#, php-format
+msgid "%1$s attends maybe %2$s's %3$s"
+msgstr ""
 
-#: include/event.php:433 include/text.php:1093
-msgid "Wednesday"
-msgstr "星期三"
+#: include/conversation.php:209 mod/dfrn_confirm.php:431
+#: src/Protocol/Diaspora.php:2481
+#, php-format
+msgid "%1$s is now friends with %2$s"
+msgstr "%1$s是成为%2$s的朋友"
 
-#: include/event.php:434 include/text.php:1093
-msgid "Thursday"
-msgstr "星期四"
+#: include/conversation.php:250
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s把%2$s戳"
 
-#: include/event.php:435 include/text.php:1093
-msgid "Friday"
-msgstr "星期五"
+#: include/conversation.php:304 mod/tagger.php:110
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s把%4$s标签%2$s的%3$s"
 
-#: include/event.php:436 include/text.php:1093
-msgid "Saturday"
-msgstr "æ\98\9fæ\9c\9få\85­"
+#: include/conversation.php:331
+msgid "post/item"
+msgstr "æ\96\87ç« ï¼\8f项ç\9b®"
 
-#: include/event.php:438 include/text.php:1114
-msgid "Jan"
-msgstr "一月"
+#: include/conversation.php:332
+#, php-format
+msgid "%1$s marked %2$s's %3$s as favorite"
+msgstr "%1$s标注%2$s的%3$s为偏爱"
 
-#: include/event.php:439 include/text.php:1114
-msgid "Feb"
-msgstr "二月"
+#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:355
+msgid "Likes"
+msgstr "喜欢"
 
-#: include/event.php:440 include/text.php:1114
-msgid "Mar"
-msgstr "ä¸\89æ\9c\88"
+#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:359
+msgid "Dislikes"
+msgstr "ä¸\8då\96\9c欢"
 
-#: include/event.php:441 include/text.php:1114
-msgid "Apr"
-msgstr "四月"
+#: include/conversation.php:606 include/conversation.php:1687
+#: mod/photos.php:1502
+msgid "Attending"
+msgid_plural "Attending"
+msgstr[0] "正在参加"
 
-#: include/event.php:442 include/event.php:455 include/text.php:1097
-#: include/text.php:1114
-msgid "May"
-msgstr "五月"
+#: include/conversation.php:606 mod/photos.php:1502
+msgid "Not attending"
+msgstr "不在参加"
 
-#: include/event.php:443
-msgid "Jun"
-msgstr "å\85­æ\9c\88"
+#: include/conversation.php:606 mod/photos.php:1502
+msgid "Might attend"
+msgstr "å\8f¯ä»¥å\8f\82å\8a "
 
-#: include/event.php:444 include/text.php:1114
-msgid "Jul"
-msgstr "七月"
+#: include/conversation.php:744 mod/photos.php:1569 src/Object/Post.php:178
+msgid "Select"
+msgstr "选择"
 
-#: include/event.php:445 include/text.php:1114
-msgid "Aug"
-msgstr "八月"
+#: include/conversation.php:745 mod/photos.php:1570 mod/contacts.php:830
+#: mod/contacts.php:1035 mod/admin.php:1798 mod/settings.php:738
+#: src/Object/Post.php:179
+msgid "Delete"
+msgstr "删除"
 
-#: include/event.php:446
-msgid "Sept"
-msgstr "九月"
+#: include/conversation.php:783 src/Object/Post.php:363
+#: src/Object/Post.php:364
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "看%s的简介@ %s"
 
-#: include/event.php:447 include/text.php:1114
-msgid "Oct"
-msgstr "十月"
+#: include/conversation.php:795 src/Object/Post.php:351
+msgid "Categories:"
+msgstr "种类:"
 
-#: include/event.php:448 include/text.php:1114
-msgid "Nov"
-msgstr "å\8d\81ä¸\80æ\9c\88"
+#: include/conversation.php:796 src/Object/Post.php:352
+msgid "Filed under:"
+msgstr "å½\92æ¡£å\9c¨ï¼\9a"
 
-#: include/event.php:449 include/text.php:1114
-msgid "Dec"
-msgstr "十二月"
+#: include/conversation.php:803 src/Object/Post.php:377
+#, php-format
+msgid "%s from %s"
+msgstr "%s从%s"
 
-#: include/event.php:451 include/text.php:1097
-msgid "January"
-msgstr "一月"
+#: include/conversation.php:818
+msgid "View in context"
+msgstr "看在上下文"
 
-#: include/event.php:452 include/text.php:1097
-msgid "February"
-msgstr "二月"
+#: include/conversation.php:820 include/conversation.php:1360
+#: mod/wallmessage.php:145 mod/editpost.php:125 mod/message.php:264
+#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:402
+msgid "Please wait"
+msgstr "请等一下"
 
-#: include/event.php:453 include/text.php:1097
-msgid "March"
-msgstr "三月"
+#: include/conversation.php:891
+msgid "remove"
+msgstr "删除"
 
-#: include/event.php:454 include/text.php:1097
-msgid "April"
-msgstr "å\9b\9bæ\9c\88"
+#: include/conversation.php:895
+msgid "Delete Selected Items"
+msgstr "å\88 é\99¤é\80\89ç\9a\84项ç\9b®"
 
-#: include/event.php:456 include/text.php:1097
-msgid "June"
-msgstr "六月"
+#: include/conversation.php:1065 view/theme/frio/theme.php:352
+msgid "Follow Thread"
+msgstr ""
 
-#: include/event.php:457 include/text.php:1097
-msgid "July"
-msgstr "七月"
+#: include/conversation.php:1066 src/Model/Contact.php:640
+msgid "View Status"
+msgstr "看现状"
 
-#: include/event.php:458 include/text.php:1097
-msgid "August"
-msgstr "八月"
+#: include/conversation.php:1067 include/conversation.php:1083
+#: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89
+#: mod/dirfind.php:217 mod/directory.php:159 src/Model/Contact.php:580
+#: src/Model/Contact.php:593 src/Model/Contact.php:641
+msgid "View Profile"
+msgstr "看简介"
 
-#: include/event.php:459 include/text.php:1097
-msgid "September"
-msgstr "九月"
+#: include/conversation.php:1068 src/Model/Contact.php:642
+msgid "View Photos"
+msgstr "看照片"
 
-#: include/event.php:460 include/text.php:1097
-msgid "October"
-msgstr "十月"
+#: include/conversation.php:1069 src/Model/Contact.php:643
+msgid "Network Posts"
+msgstr "网络文章"
 
-#: include/event.php:461 include/text.php:1097
-msgid "November"
-msgstr "十一月"
+#: include/conversation.php:1070 src/Model/Contact.php:644
+msgid "View Contact"
+msgstr "查看联系人"
 
-#: include/event.php:462 include/text.php:1097
-msgid "December"
-msgstr "å\8d\81äº\8cæ\9c\88"
+#: include/conversation.php:1071 src/Model/Contact.php:646
+msgid "Send PM"
+msgstr "å\8f\91é\80\81ç§\81ä¿¡"
 
-#: include/event.php:464 mod/cal.php:280 mod/events.php:401
-msgid "today"
-msgstr "今天"
+#: include/conversation.php:1075 src/Model/Contact.php:647
+msgid "Poke"
+msgstr ""
 
-#: include/event.php:465 mod/cal.php:281 mod/events.php:402
-#: src/Util/Temporal.php:304
-msgid "month"
-msgstr "月"
+#: include/conversation.php:1080 mod/allfriends.php:74 mod/suggest.php:83
+#: mod/match.php:90 mod/dirfind.php:218 mod/follow.php:143
+#: mod/contacts.php:596 src/Content/Widget.php:61 src/Model/Contact.php:594
+msgid "Connect/Follow"
+msgstr "连接/关注"
 
-#: include/event.php:466 mod/cal.php:282 mod/events.php:403
-#: src/Util/Temporal.php:305
-msgid "week"
-msgstr "星期"
-
-#: include/event.php:467 mod/cal.php:283 mod/events.php:404
-#: src/Util/Temporal.php:306
-msgid "day"
-msgstr "日"
+#: include/conversation.php:1199
+#, php-format
+msgid "%s likes this."
+msgstr "%s喜欢这个."
 
-#: include/event.php:469
-msgid "No events to display"
-msgstr "没有可显示的事件"
+#: include/conversation.php:1202
+#, php-format
+msgid "%s doesn't like this."
+msgstr "%s没有喜欢这个."
 
-#: include/event.php:583
-msgid "l, F j"
-msgstr "l, F j"
+#: include/conversation.php:1205
+#, php-format
+msgid "%s attends."
+msgstr "%s 参加。"
 
-#: include/event.php:607
-msgid "Edit event"
-msgstr "编辑事件"
+#: include/conversation.php:1208
+#, php-format
+msgid "%s doesn't attend."
+msgstr "%s 不参加。"
 
-#: include/event.php:608
-msgid "Duplicate event"
+#: include/conversation.php:1211
+#, php-format
+msgid "%s attends maybe."
 msgstr ""
 
-#: include/event.php:609
-msgid "Delete event"
-msgstr "å\88 é\99¤äº\8b件"
+#: include/conversation.php:1222
+msgid "and"
+msgstr "å\92\8c"
 
-#: include/event.php:636 include/text.php:1508 include/text.php:1515
-msgid "link to source"
-msgstr "链接到来源"
+#: include/conversation.php:1228
+#, php-format
+msgid "and %d other people"
+msgstr "和 %d 个其他人"
 
-#: include/event.php:896
-msgid "Export"
-msgstr "导出"
+#: include/conversation.php:1237
+#, php-format
+msgid "<span  %1$s>%2$d people</span> like this"
+msgstr "<span  %1$s>%2$d个人</span>喜欢"
 
-#: include/event.php:897
-msgid "Export calendar as ical"
-msgstr "导出日历为 ical"
+#: include/conversation.php:1238
+#, php-format
+msgid "%s like this."
+msgstr "%s 赞了这个。"
 
-#: include/event.php:898
-msgid "Export calendar as csv"
-msgstr "导出日历为 csv"
+#: include/conversation.php:1241
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't like this"
+msgstr "<span  %1$s>%2$d个人</span>不喜欢"
 
-#: include/event.php:915
-msgid "D g:i A"
+#: include/conversation.php:1242
+#, php-format
+msgid "%s don't like this."
+msgstr "%s 踩了这个。"
+
+#: include/conversation.php:1245
+#, php-format
+msgid "<span  %1$s>%2$d people</span> attend"
+msgstr "<span  %1$s>%2$d 人</span>参加"
+
+#: include/conversation.php:1246
+#, php-format
+msgid "%s attend."
+msgstr "%s 参加。"
+
+#: include/conversation.php:1249
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't attend"
+msgstr "<span  %1$s>%2$d 人</span>不参加"
+
+#: include/conversation.php:1250
+#, php-format
+msgid "%s don't attend."
+msgstr "%s 不参加。"
+
+#: include/conversation.php:1253
+#, php-format
+msgid "<span  %1$s>%2$d people</span> attend maybe"
+msgstr "<span  %1$s>%2$d人</span>可能参加"
+
+#: include/conversation.php:1254
+#, php-format
+msgid "%s attend maybe."
 msgstr ""
 
-#: include/event.php:916
-msgid "g:i A"
+#: include/conversation.php:1284 include/conversation.php:1300
+msgid "Visible to <strong>everybody</strong>"
+msgstr "<strong>大家</strong>可见的"
+
+#: include/conversation.php:1285 include/conversation.php:1301
+#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200
+#: mod/message.php:207 mod/message.php:343 mod/message.php:350
+msgid "Please enter a link URL:"
+msgstr "请输入一个链接 URL:"
+
+#: include/conversation.php:1286 include/conversation.php:1302
+msgid "Please enter a video link/URL:"
+msgstr "请输入视频连接/URL:"
+
+#: include/conversation.php:1287 include/conversation.php:1303
+msgid "Please enter an audio link/URL:"
+msgstr "请输入音响连接/URL:"
+
+#: include/conversation.php:1288 include/conversation.php:1304
+msgid "Tag term:"
+msgstr "标签:"
+
+#: include/conversation.php:1289 include/conversation.php:1305
+#: mod/filer.php:34
+msgid "Save to Folder:"
+msgstr "保存再文件夹:"
+
+#: include/conversation.php:1290 include/conversation.php:1306
+msgid "Where are you right now?"
+msgstr "你在哪里?"
+
+#: include/conversation.php:1291
+msgid "Delete item(s)?"
+msgstr "把项目删除吗?"
+
+#: include/conversation.php:1338
+msgid "New Post"
 msgstr ""
 
-#: include/event.php:1011 include/event.php:1013
-msgid "Show map"
-msgstr "显示地图"
+#: include/conversation.php:1341
+msgid "Share"
+msgstr "分享"
 
-#: include/event.php:1012
-msgid "Hide map"
-msgstr "隐藏地图"
+#: include/conversation.php:1342 mod/wallmessage.php:143 mod/editpost.php:111
+#: mod/message.php:262 mod/message.php:430
+msgid "Upload photo"
+msgstr "上传照片"
 
-#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21
-#: mod/admin.php:269 mod/admin.php:1762 mod/admin.php:2010 mod/display.php:70
-#: mod/display.php:247 mod/display.php:349
-msgid "Item not found."
-msgstr "项目找不到。"
+#: include/conversation.php:1343 mod/editpost.php:112
+msgid "upload photo"
+msgstr "上传照片"
 
-#: include/items.php:382
-msgid "Do you really want to delete this item?"
-msgstr "您真的想删除这个项目吗?"
+#: include/conversation.php:1344 mod/editpost.php:113
+msgid "Attach file"
+msgstr "附上文件"
 
-#: include/items.php:384 mod/api.php:110 mod/suggest.php:38
-#: mod/profiles.php:649 mod/profiles.php:652 mod/profiles.php:674
-#: mod/contacts.php:464 mod/dfrn_request.php:653 mod/follow.php:148
-#: mod/register.php:237 mod/message.php:138 mod/settings.php:1109
-#: mod/settings.php:1115 mod/settings.php:1122 mod/settings.php:1126
-#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138
-#: mod/settings.php:1142 mod/settings.php:1162 mod/settings.php:1163
-#: mod/settings.php:1164 mod/settings.php:1165 mod/settings.php:1166
-msgid "Yes"
-msgstr "是"
+#: include/conversation.php:1345 mod/editpost.php:114
+msgid "attach file"
+msgstr "附上文件"
 
-#: include/items.php:387 include/conversation.php:1373 mod/fbrowser.php:103
-#: mod/fbrowser.php:134 mod/suggest.php:41 mod/unfollow.php:117
-#: mod/contacts.php:467 mod/dfrn_request.php:663 mod/follow.php:159
-#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:151 mod/message.php:141
-#: mod/photos.php:248 mod/photos.php:324 mod/settings.php:680
-#: mod/settings.php:706 mod/videos.php:148
-msgid "Cancel"
-msgstr "退消"
+#: include/conversation.php:1346 mod/wallmessage.php:144 mod/editpost.php:115
+#: mod/message.php:263 mod/message.php:431
+msgid "Insert web link"
+msgstr "插入网页链接"
 
-#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40
-#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28
-#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/unfollow.php:15
-#: mod/unfollow.php:57 mod/unfollow.php:90 mod/uimport.php:28
-#: mod/dirfind.php:24 mod/notifications.php:73 mod/ostatus_subscribe.php:16
-#: mod/cal.php:304 mod/dfrn_confirm.php:68 mod/invite.php:20
-#: mod/invite.php:106 mod/manage.php:131 mod/profiles.php:181
-#: mod/profiles.php:619 mod/wall_attach.php:74 mod/wall_attach.php:77
-#: mod/contacts.php:378 mod/delegate.php:24 mod/delegate.php:38
-#: mod/follow.php:16 mod/follow.php:53 mod/follow.php:116 mod/poke.php:150
-#: mod/profile_photo.php:29 mod/profile_photo.php:188
-#: mod/profile_photo.php:199 mod/profile_photo.php:212 mod/regmod.php:108
-#: mod/viewcontacts.php:57 mod/wall_upload.php:103 mod/wall_upload.php:106
-#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79
-#: mod/wallmessage.php:103 mod/item.php:160 mod/register.php:53
-#: mod/editpost.php:20 mod/events.php:195 mod/fsuggest.php:81 mod/group.php:26
-#: mod/message.php:59 mod/message.php:104 mod/network.php:32 mod/notes.php:30
-#: mod/photos.php:174 mod/photos.php:1051 mod/settings.php:41
-#: mod/settings.php:140 mod/settings.php:669 index.php:413
-msgid "Permission denied."
-msgstr "权限不够。"
+#: include/conversation.php:1347 mod/editpost.php:116
+msgid "web link"
+msgstr "网页链接"
 
-#: include/items.php:471
-msgid "Archives"
-msgstr "æ¡£æ¡\88"
+#: include/conversation.php:1348 mod/editpost.php:117
+msgid "Insert video link"
+msgstr "æ\8f\92å\85¥è§\86é¢\91é\93¾æ\8e¥"
 
-#: include/items.php:477 view/theme/vier/theme.php:259
-#: src/Content/ForumManager.php:130 src/Content/Widget.php:312
-#: src/Object/Post.php:422 src/App.php:514
-msgid "show more"
-msgstr "看多"
+#: include/conversation.php:1349 mod/editpost.php:118
+msgid "video link"
+msgstr "视频链接"
+
+#: include/conversation.php:1350 mod/editpost.php:119
+msgid "Insert audio link"
+msgstr "插入音频链接"
+
+#: include/conversation.php:1351 mod/editpost.php:120
+msgid "audio link"
+msgstr "音频链接"
+
+#: include/conversation.php:1352 mod/editpost.php:121
+msgid "Set your location"
+msgstr "设定您的位置"
+
+#: include/conversation.php:1353 mod/editpost.php:122
+msgid "set location"
+msgstr "指定位置"
+
+#: include/conversation.php:1354 mod/editpost.php:123
+msgid "Clear browser location"
+msgstr "清空浏览器位置"
+
+#: include/conversation.php:1355 mod/editpost.php:124
+msgid "clear location"
+msgstr "清除位置"
+
+#: include/conversation.php:1357 mod/editpost.php:138
+msgid "Set title"
+msgstr "指定标题"
+
+#: include/conversation.php:1359 mod/editpost.php:140
+msgid "Categories (comma-separated list)"
+msgstr "种类(逗号分隔单)"
+
+#: include/conversation.php:1361 mod/editpost.php:126
+msgid "Permission settings"
+msgstr "权设置"
+
+#: include/conversation.php:1362 mod/editpost.php:155
+msgid "permissions"
+msgstr "权利"
+
+#: include/conversation.php:1370 mod/editpost.php:135
+msgid "Public post"
+msgstr "公开的消息"
+
+#: include/conversation.php:1374 mod/editpost.php:146 mod/photos.php:1492
+#: mod/photos.php:1531 mod/photos.php:1604 mod/events.php:528
+#: src/Object/Post.php:805
+msgid "Preview"
+msgstr "预览"
+
+#: include/conversation.php:1383
+msgid "Post to Groups"
+msgstr "发到组"
+
+#: include/conversation.php:1384
+msgid "Post to Contacts"
+msgstr "发给联系人"
+
+#: include/conversation.php:1385
+msgid "Private post"
+msgstr "私人文章"
+
+#: include/conversation.php:1390 mod/editpost.php:153
+#: src/Model/Profile.php:342
+msgid "Message"
+msgstr "通知"
+
+#: include/conversation.php:1391 mod/editpost.php:154
+msgid "Browser"
+msgstr "浏览器"
+
+#: include/conversation.php:1658
+msgid "View all"
+msgstr "查看全部"
+
+#: include/conversation.php:1681
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "喜欢"
+
+#: include/conversation.php:1684
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "不喜欢"
+
+#: include/conversation.php:1690
+msgid "Not Attending"
+msgid_plural "Not Attending"
+msgstr[0] "不在参加"
+
+#: include/conversation.php:1693 src/Content/ContactSelector.php:125
+msgid "Undecided"
+msgid_plural "Undecided"
+msgstr[0] "未决定的"
 
 #: include/text.php:302
 msgid "newer"
@@ -687,8 +908,8 @@ msgstr[0] "%d 联系人"
 msgid "View Contacts"
 msgstr "查看联系人"
 
-#: include/text.php:1010 mod/filer.php:35 mod/editpost.php:112
-#: mod/notes.php:68
+#: include/text.php:1010 mod/filer.php:35 mod/editpost.php:110
+#: mod/notes.php:67
 msgid "Save"
 msgstr "保存"
 
@@ -713,15 +934,15 @@ msgstr "全文"
 msgid "Tags"
 msgstr "标签:"
 
-#: include/text.php:1027 mod/contacts.php:805 mod/contacts.php:866
-#: mod/viewcontacts.php:131 view/theme/frio/theme.php:270
-#: src/Content/Nav.php:147 src/Content/Nav.php:212 src/Model/Profile.php:957
-#: src/Model/Profile.php:960
+#: include/text.php:1027 mod/viewcontacts.php:131 mod/contacts.php:814
+#: mod/contacts.php:875 src/Content/Nav.php:147 src/Content/Nav.php:212
+#: src/Model/Profile.php:957 src/Model/Profile.php:960
+#: view/theme/frio/theme.php:270
 msgid "Contacts"
 msgstr "联系人"
 
-#: include/text.php:1030 view/theme/vier/theme.php:254
-#: src/Content/ForumManager.php:125 src/Content/Nav.php:151
+#: include/text.php:1030 src/Content/ForumManager.php:125
+#: src/Content/Nav.php:151 view/theme/vier/theme.php:254
 msgid "Forums"
 msgstr "论坛"
 
@@ -773,818 +994,463 @@ msgstr "拒绝"
 msgid "rebuffed"
 msgstr "已拒绝"
 
-#: include/text.php:1114
-msgid "Sep"
-msgstr ""
+#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:379
+msgid "Monday"
+msgstr "星期一"
 
-#: include/text.php:1315 mod/videos.php:381
-msgid "View Video"
-msgstr "察看视频"
+#: include/text.php:1093 src/Model/Event.php:380
+msgid "Tuesday"
+msgstr "星期二"
 
-#: include/text.php:1332
-msgid "bytes"
-msgstr "字节"
+#: include/text.php:1093 src/Model/Event.php:381
+msgid "Wednesday"
+msgstr "星期三"
 
-#: include/text.php:1367 include/text.php:1378
-msgid "Click to open/close"
-msgstr "点击为开关"
+#: include/text.php:1093 src/Model/Event.php:382
+msgid "Thursday"
+msgstr "星期四"
 
-#: include/text.php:1502
-msgid "View on separate page"
-msgstr "在另一页面中查看"
+#: include/text.php:1093 src/Model/Event.php:383
+msgid "Friday"
+msgstr "星期五"
 
-#: include/text.php:1503
-msgid "view on separate page"
-msgstr "在另一页面中查看"
+#: include/text.php:1093 src/Model/Event.php:384
+msgid "Saturday"
+msgstr "星期六"
 
-#: include/text.php:1717 include/conversation.php:146
-#: include/conversation.php:284 src/Model/Item.php:1785
-msgid "event"
-msgstr "项目"
+#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:378
+msgid "Sunday"
+msgstr "星期天"
 
-#: include/text.php:1719 include/conversation.php:154
-#: include/conversation.php:292 mod/subthread.php:97 mod/tagger.php:72
-#: src/Model/Item.php:1783
-msgid "photo"
-msgstr "照片"
+#: include/text.php:1097 src/Model/Event.php:399
+msgid "January"
+msgstr "一月"
 
-#: include/text.php:1721
-msgid "activity"
-msgstr "活动"
+#: include/text.php:1097 src/Model/Event.php:400
+msgid "February"
+msgstr "二月"
 
-#: include/text.php:1723 src/Object/Post.php:421 src/Object/Post.php:433
-msgid "comment"
-msgid_plural "comments"
-msgstr[0] "评论"
+#: include/text.php:1097 src/Model/Event.php:401
+msgid "March"
+msgstr "三月"
 
-#: include/text.php:1726
-msgid "post"
-msgstr "文章"
+#: include/text.php:1097 src/Model/Event.php:402
+msgid "April"
+msgstr "四月"
 
-#: include/text.php:1883
-msgid "Item filed"
-msgstr "把项目归档了"
+#: include/text.php:1097 include/text.php:1114 src/Model/Event.php:390
+#: src/Model/Event.php:403
+msgid "May"
+msgstr "五月"
 
-#: include/acl_selectors.php:355
-msgid "Post to Email"
-msgstr "电邮发布"
+#: include/text.php:1097 src/Model/Event.php:404
+msgid "June"
+msgstr "六月"
 
-#: include/acl_selectors.php:360
-msgid "Hide your profile details from unknown viewers?"
-msgstr "使ç®\80ä»\8bä¿¡æ\81¯ç»\99é\99\8cç\94\9fç\9a\84ç\9c\8bç\9d\80ç\9c\8bä¸\8däº\86ï¼\9f"
+#: include/text.php:1097 src/Model/Event.php:405
+msgid "July"
+msgstr "ä¸\83æ\9c\88"
 
-#: include/acl_selectors.php:360
-#, php-format
-msgid "Connectors disabled, since \"%s\" is enabled."
-msgstr "连接器已停用,因为\"%s\"启用。"
+#: include/text.php:1097 src/Model/Event.php:406
+msgid "August"
+msgstr "八月"
 
-#: include/acl_selectors.php:366
-msgid "Visible to everybody"
-msgstr "ä»»ä½\95人å\8f¯è§\81ç\9a\84"
+#: include/text.php:1097 src/Model/Event.php:407
+msgid "September"
+msgstr "ä¹\9dæ\9c\88"
 
-#: include/acl_selectors.php:367 view/theme/vier/config.php:115
-msgid "show"
-msgstr "显示"
+#: include/text.php:1097 src/Model/Event.php:408
+msgid "October"
+msgstr "十月"
 
-#: include/acl_selectors.php:368 view/theme/vier/config.php:115
-msgid "don't show"
-msgstr "不要显示"
+#: include/text.php:1097 src/Model/Event.php:409
+msgid "November"
+msgstr "十一月"
 
-#: include/acl_selectors.php:374 mod/editpost.php:136
-msgid "CC: email addresses"
-msgstr "抄送: 电子邮件地址"
+#: include/text.php:1097 src/Model/Event.php:410
+msgid "December"
+msgstr "十二月"
 
-#: include/acl_selectors.php:375 mod/editpost.php:143
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "æ¯\94å¦\82: li@example.com, wang@example.com"
+#: include/text.php:1111 src/Model/Event.php:371
+msgid "Mon"
+msgstr "æ\98\9fæ\9c\9fä¸\80"
 
-#: include/acl_selectors.php:377 mod/events.php:536 mod/photos.php:1098
-#: mod/photos.php:1441
-msgid "Permissions"
-msgstr "权限"
+#: include/text.php:1111 src/Model/Event.php:372
+msgid "Tue"
+msgstr "星期二"
 
-#: include/acl_selectors.php:378
-msgid "Close"
-msgstr "关闭"
+#: include/text.php:1111 src/Model/Event.php:373
+msgid "Wed"
+msgstr "星期三"
 
-#: include/api.php:1181
-#, php-format
-msgid "Daily posting limit of %d post reached. The post was rejected."
-msgid_plural "Daily posting limit of %d posts reached. The post was rejected."
-msgstr[0] "达到每日 %d 发文限制。此文被拒绝发出。"
+#: include/text.php:1111 src/Model/Event.php:374
+msgid "Thu"
+msgstr "星期四"
 
-#: include/api.php:1205
-#, php-format
-msgid "Weekly posting limit of %d post reached. The post was rejected."
-msgid_plural ""
-"Weekly posting limit of %d posts reached. The post was rejected."
-msgstr[0] "达到每周 %d 发文限制。此文被拒绝发出。"
+#: include/text.php:1111 src/Model/Event.php:375
+msgid "Fri"
+msgstr "星期五"
 
-#: include/api.php:1229
-#, php-format
-msgid "Monthly posting limit of %d post reached. The post was rejected."
-msgstr "达到每月 %d 发文限制。此文被拒绝发出。"
+#: include/text.php:1111 src/Model/Event.php:376
+msgid "Sat"
+msgstr "星期六"
 
-#: include/api.php:4382 mod/profile_photo.php:84 mod/profile_photo.php:92
-#: mod/profile_photo.php:100 mod/profile_photo.php:223
-#: mod/profile_photo.php:317 mod/profile_photo.php:327 mod/photos.php:88
-#: mod/photos.php:194 mod/photos.php:722 mod/photos.php:1149
-#: mod/photos.php:1166 mod/photos.php:1684 src/Model/User.php:526
-#: src/Model/User.php:534 src/Model/User.php:542
-msgid "Profile Photos"
-msgstr "简介照片"
+#: include/text.php:1111 src/Model/Event.php:370
+msgid "Sun"
+msgstr "星期日"
 
-#: include/conversation.php:149 include/conversation.php:159
-#: include/conversation.php:287 include/conversation.php:296
-#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1783
-#: src/Protocol/Diaspora.php:1946
-msgid "status"
-msgstr "现状"
+#: include/text.php:1114 src/Model/Event.php:386
+msgid "Jan"
+msgstr "一月"
 
-#: include/conversation.php:166 src/Model/Item.php:1656
-#: src/Protocol/Diaspora.php:1942
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "%1$s 喜欢 %2$s 的 %3$s"
+#: include/text.php:1114 src/Model/Event.php:387
+msgid "Feb"
+msgstr "二月"
 
-#: include/conversation.php:169 src/Model/Item.php:1661
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "%1$s 不喜欢 %2$s 的 %3$s"
+#: include/text.php:1114 src/Model/Event.php:388
+msgid "Mar"
+msgstr "三月"
 
-#: include/conversation.php:172
-#, php-format
-msgid "%1$s attends %2$s's %3$s"
-msgstr "%1$s 参加了 %2$s 的 %3$s"
+#: include/text.php:1114 src/Model/Event.php:389
+msgid "Apr"
+msgstr "四月"
 
-#: include/conversation.php:175
-#, php-format
-msgid "%1$s doesn't attend %2$s's %3$s"
-msgstr "%1$s 没有参加 %2$s 的 %3$s"
+#: include/text.php:1114 src/Model/Event.php:392
+msgid "Jul"
+msgstr "七月"
 
-#: include/conversation.php:178
-#, php-format
-msgid "%1$s attends maybe %2$s's %3$s"
-msgstr ""
+#: include/text.php:1114 src/Model/Event.php:393
+msgid "Aug"
+msgstr "八月"
 
-#: include/conversation.php:211 mod/dfrn_confirm.php:431
-#: src/Protocol/Diaspora.php:2414
-#, php-format
-msgid "%1$s is now friends with %2$s"
-msgstr "%1$s是成为%2$s的朋友"
+#: include/text.php:1114
+msgid "Sep"
+msgstr ""
 
-#: include/conversation.php:252
-#, php-format
-msgid "%1$s poked %2$s"
-msgstr "%1$s把%2$s戳"
+#: include/text.php:1114 src/Model/Event.php:395
+msgid "Oct"
+msgstr "十月"
 
-#: include/conversation.php:306 mod/tagger.php:110
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s把%4$s标签%2$s的%3$s"
+#: include/text.php:1114 src/Model/Event.php:396
+msgid "Nov"
+msgstr "十一月"
 
-#: include/conversation.php:333
-msgid "post/item"
-msgstr "文章/项目"
+#: include/text.php:1114 src/Model/Event.php:397
+msgid "Dec"
+msgstr "十二月"
 
-#: include/conversation.php:334
+#: include/text.php:1275
 #, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
-msgstr "%1$s标注%2$s的%3$s为偏爱"
-
-#: include/conversation.php:607 mod/profiles.php:354 mod/photos.php:1501
-msgid "Likes"
-msgstr "喜欢"
+msgid "Content warning: %s"
+msgstr "内容警告:%s"
 
-#: include/conversation.php:607 mod/profiles.php:358 mod/photos.php:1501
-msgid "Dislikes"
-msgstr "不喜欢"
+#: include/text.php:1345 mod/videos.php:380
+msgid "View Video"
+msgstr "察看视频"
 
-#: include/conversation.php:608 include/conversation.php:1682
-#: mod/photos.php:1502
-msgid "Attending"
-msgid_plural "Attending"
-msgstr[0] "正在参加"
+#: include/text.php:1362
+msgid "bytes"
+msgstr "字节"
 
-#: include/conversation.php:608 mod/photos.php:1502
-msgid "Not attending"
-msgstr "不在参加"
+#: include/text.php:1395 include/text.php:1406 include/text.php:1442
+msgid "Click to open/close"
+msgstr "点击为开关"
 
-#: include/conversation.php:608 mod/photos.php:1502
-msgid "Might attend"
-msgstr "å\8f¯ä»¥å\8f\82å\8a "
+#: include/text.php:1559
+msgid "View on separate page"
+msgstr "å\9c¨å\8f¦ä¸\80页é\9d¢ä¸­æ\9f¥ç\9c\8b"
 
-#: include/conversation.php:746 mod/photos.php:1569 src/Object/Post.php:177
-msgid "Select"
-msgstr "选择"
+#: include/text.php:1560
+msgid "view on separate page"
+msgstr "在另一页面中查看"
 
-#: include/conversation.php:747 mod/contacts.php:821 mod/contacts.php:1019
-#: mod/admin.php:1706 mod/photos.php:1570 mod/settings.php:742
-#: src/Object/Post.php:178
-msgid "Delete"
-msgstr "删除"
+#: include/text.php:1565 include/text.php:1572 src/Model/Event.php:594
+msgid "link to source"
+msgstr "链接到来源"
 
-#: include/conversation.php:779 src/Object/Post.php:355
-#: src/Object/Post.php:356
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr "看%s的简介@ %s"
+#: include/text.php:1778
+msgid "activity"
+msgstr "活动"
 
-#: include/conversation.php:791 src/Object/Post.php:343
-msgid "Categories:"
-msgstr "种类:"
+#: include/text.php:1780 src/Object/Post.php:429 src/Object/Post.php:441
+msgid "comment"
+msgid_plural "comments"
+msgstr[0] "评论"
 
-#: include/conversation.php:792 src/Object/Post.php:344
-msgid "Filed under:"
-msgstr "归档在:"
+#: include/text.php:1783
+msgid "post"
+msgstr "文章"
 
-#: include/conversation.php:799 src/Object/Post.php:369
-#, php-format
-msgid "%s from %s"
-msgstr "%s从%s"
+#: include/text.php:1940
+msgid "Item filed"
+msgstr "把项目归档了"
 
-#: include/conversation.php:814
-msgid "View in context"
-msgstr "看在上下文"
+#: mod/allfriends.php:51
+msgid "No friends to display."
+msgstr "没有朋友展示。"
 
-#: include/conversation.php:816 include/conversation.php:1355
-#: mod/wallmessage.php:145 mod/editpost.php:127 mod/message.php:264
-#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:394
-msgid "Please wait"
-msgstr "请等一下"
+#: mod/allfriends.php:90 mod/suggest.php:101 mod/match.php:105
+#: mod/dirfind.php:215 src/Content/Widget.php:37 src/Model/Profile.php:297
+msgid "Connect"
+msgstr "连接"
 
-#: include/conversation.php:887
-msgid "remove"
-msgstr "删除"
+#: mod/api.php:85 mod/api.php:107
+msgid "Authorize application connection"
+msgstr "授权应用连接"
 
-#: include/conversation.php:891
-msgid "Delete Selected Items"
-msgstr "å\88 é\99¤é\80\89ç\9a\84项ç\9b®"
+#: mod/api.php:86
+msgid "Return to your app and insert this Securty Code:"
+msgstr "å\9b\9eå½\92æ\82¨ç\9a\84åº\94ç\94¨å\92\8cè¾\93å\85¥è¿\99个å®\89å\85¨å¯\86ç \81ï¼\9a"
 
-#: include/conversation.php:1061 view/theme/frio/theme.php:352
-msgid "Follow Thread"
-msgstr ""
+#: mod/api.php:95
+msgid "Please login to continue."
+msgstr "请登录以继续。"
 
-#: include/conversation.php:1062 src/Model/Contact.php:554
-msgid "View Status"
-msgstr "看现状"
+#: mod/api.php:109
+msgid ""
+"Do you want to authorize this application to access your posts and contacts,"
+" and/or create new posts for you?"
+msgstr "你要授权这个应用访问你的文章和联系人,及/或为你创建新的文章吗?"
 
-#: include/conversation.php:1063 include/conversation.php:1079
-#: mod/allfriends.php:73 mod/suggest.php:82 mod/dirfind.php:220
-#: mod/match.php:89 mod/directory.php:160 src/Model/Contact.php:497
-#: src/Model/Contact.php:510 src/Model/Contact.php:555
-msgid "View Profile"
-msgstr "看简介"
+#: mod/api.php:111 mod/dfrn_request.php:653 mod/follow.php:150
+#: mod/profiles.php:636 mod/profiles.php:640 mod/profiles.php:661
+#: mod/register.php:238 mod/settings.php:1105 mod/settings.php:1111
+#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1126
+#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138
+#: mod/settings.php:1158 mod/settings.php:1159 mod/settings.php:1160
+#: mod/settings.php:1161 mod/settings.php:1162
+msgid "No"
+msgstr "否"
 
-#: include/conversation.php:1064 src/Model/Contact.php:556
-msgid "View Photos"
-msgstr "看照片"
+#: mod/apps.php:14 index.php:245
+msgid "You must be logged in to use addons. "
+msgstr "您用插件前要登录"
 
-#: include/conversation.php:1065 src/Model/Contact.php:557
-msgid "Network Posts"
-msgstr "网络文章"
+#: mod/apps.php:19
+msgid "Applications"
+msgstr "应用"
 
-#: include/conversation.php:1066 src/Model/Contact.php:558
-msgid "View Contact"
-msgstr "æ\9f¥ç\9c\8bè\81\94系人"
+#: mod/apps.php:22
+msgid "No installed applications."
+msgstr "没æ\9c\89å®\89è£\85ç\9a\84åº\94ç\94¨"
 
-#: include/conversation.php:1067 src/Model/Contact.php:560
-msgid "Send PM"
-msgstr "发送私信"
+#: mod/attach.php:15
+msgid "Item not available."
+msgstr "项目不可用的"
 
-#: include/conversation.php:1071 src/Model/Contact.php:561
-msgid "Poke"
-msgstr "æ\88³"
+#: mod/attach.php:25
+msgid "Item was not found."
+msgstr "æ\89¾ä¸\8då\88°é¡¹ç\9b®ã\80\82"
 
-#: include/conversation.php:1076 mod/allfriends.php:74 mod/suggest.php:83
-#: mod/dirfind.php:221 mod/match.php:90 mod/contacts.php:587
-#: mod/follow.php:141 src/Content/Widget.php:61 src/Model/Contact.php:511
-msgid "Connect/Follow"
-msgstr "连接/关注"
+#: mod/common.php:91
+msgid "No contacts in common."
+msgstr "没有共同的联系人。"
 
-#: include/conversation.php:1195
-#, php-format
-msgid "%s likes this."
-msgstr "%s喜欢这个."
+#: mod/common.php:140 mod/contacts.php:886
+msgid "Common Friends"
+msgstr "普通朋友们"
 
-#: include/conversation.php:1198
-#, php-format
-msgid "%s doesn't like this."
-msgstr "%s没有喜欢这个."
+#: mod/credits.php:18
+msgid "Credits"
+msgstr "贡献"
 
-#: include/conversation.php:1201
-#, php-format
-msgid "%s attends."
-msgstr "%s 参加。"
+#: mod/credits.php:19
+msgid ""
+"Friendica is a community project, that would not be possible without the "
+"help of many people. Here is a list of those who have contributed to the "
+"code or the translation of Friendica. Thank you all!"
+msgstr "Friendica 是一个社区项目,如果没有许多人的努力她将无法实现。这里列出了那些为代码作出贡献或者参与本地化翻译的人们。感谢大家的努力!"
 
-#: include/conversation.php:1204
-#, php-format
-msgid "%s doesn't attend."
-msgstr "%s 不参加。"
+#: mod/crepair.php:87
+msgid "Contact settings applied."
+msgstr "联系人设置已应用。"
 
-#: include/conversation.php:1207
-#, php-format
-msgid "%s attends maybe."
-msgstr ""
+#: mod/crepair.php:89
+msgid "Contact update failed."
+msgstr "联系人更新失败。"
 
-#: include/conversation.php:1218
-msgid "and"
-msgstr "和"
+#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:30
+#: mod/fsuggest.php:96
+msgid "Contact not found."
+msgstr "没有找到联系人。"
 
-#: include/conversation.php:1224
-#, php-format
-msgid "and %d other people"
-msgstr "和 %d 个其他人"
+#: mod/crepair.php:114
+msgid ""
+"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
+" information your communications with this contact may stop working."
+msgstr "<strong>警告:此为进阶</strong>,如果您输入不正确的信息,您也许无法与这位联系人的正常通讯。"
 
-#: include/conversation.php:1233
-#, php-format
-msgid "<span  %1$s>%2$d people</span> like this"
-msgstr "<span  %1$s>%2$d人们</span>喜欢这个"
+#: mod/crepair.php:115
+msgid ""
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
+msgstr "请<strong>立即</strong>用后退按钮如果您不确定怎么用这页"
 
-#: include/conversation.php:1234
-#, php-format
-msgid "%s like this."
-msgstr "%s 赞了这个。"
+#: mod/crepair.php:129 mod/crepair.php:131
+msgid "No mirroring"
+msgstr "没有复制"
 
-#: include/conversation.php:1237
-#, php-format
-msgid "<span  %1$s>%2$d people</span> don't like this"
-msgstr "<span  %1$s>%2$d人们</span>不喜欢这个"
+#: mod/crepair.php:129
+msgid "Mirror as forwarded posting"
+msgstr "复制为传达文章"
 
-#: include/conversation.php:1238
-#, php-format
-msgid "%s don't like this."
-msgstr "%s 踩了这个。"
+#: mod/crepair.php:129 mod/crepair.php:131
+msgid "Mirror as my own posting"
+msgstr "复制为我自己的文章"
 
-#: include/conversation.php:1241
-#, php-format
-msgid "<span  %1$s>%2$d people</span> attend"
-msgstr "<span  %1$s>%2$d 人</span>参加"
+#: mod/crepair.php:144
+msgid "Return to contact editor"
+msgstr "返回到联系人编辑器"
 
-#: include/conversation.php:1242
-#, php-format
-msgid "%s attend."
-msgstr "%s 参加。"
+#: mod/crepair.php:146
+msgid "Refetch contact data"
+msgstr "重新获取联系人数据"
 
-#: include/conversation.php:1245
-#, php-format
-msgid "<span  %1$s>%2$d people</span> don't attend"
-msgstr "<span  %1$s>%2$d 人</span>不参加"
+#: mod/crepair.php:148 mod/invite.php:150 mod/manage.php:184
+#: mod/localtime.php:56 mod/poke.php:199 mod/fsuggest.php:114
+#: mod/message.php:265 mod/message.php:432 mod/photos.php:1080
+#: mod/photos.php:1160 mod/photos.php:1445 mod/photos.php:1491
+#: mod/photos.php:1530 mod/photos.php:1603 mod/install.php:251
+#: mod/install.php:290 mod/events.php:530 mod/profiles.php:672
+#: mod/contacts.php:610 src/Object/Post.php:796
+#: view/theme/duepuntozero/config.php:71 view/theme/frio/config.php:113
+#: view/theme/quattro/config.php:73 view/theme/vier/config.php:119
+msgid "Submit"
+msgstr "提交"
 
-#: include/conversation.php:1246
-#, php-format
-msgid "%s don't attend."
-msgstr "%s 不参加。"
+#: mod/crepair.php:149
+msgid "Remote Self"
+msgstr "遥远的自身"
 
-#: include/conversation.php:1249
-#, php-format
-msgid "<span  %1$s>%2$d people</span> attend maybe"
-msgstr "<span  %1$s>%2$d人</span>可能参加"
+#: mod/crepair.php:152
+msgid "Mirror postings from this contact"
+msgstr "把这个熟人的文章复制。"
 
-#: include/conversation.php:1250
-#, php-format
-msgid "%s attend maybe."
-msgstr ""
+#: mod/crepair.php:154
+msgid ""
+"Mark this contact as remote_self, this will cause friendica to repost new "
+"entries from this contact."
+msgstr "表明这个熟人当遥远的自身。Friendica要把这个熟人的新的文章复制。"
 
-#: include/conversation.php:1280 include/conversation.php:1296
-msgid "Visible to <strong>everybody</strong>"
-msgstr "<strong>大家</strong>可见的"
+#: mod/crepair.php:158 mod/admin.php:490 mod/admin.php:1781 mod/admin.php:1793
+#: mod/admin.php:1806 mod/admin.php:1822 mod/settings.php:677
+#: mod/settings.php:703
+msgid "Name"
+msgstr "名字"
 
-#: include/conversation.php:1281 include/conversation.php:1297
-#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200
-#: mod/message.php:207 mod/message.php:343 mod/message.php:350
-msgid "Please enter a link URL:"
-msgstr "请输入一个链接 URL:"
+#: mod/crepair.php:159
+msgid "Account Nickname"
+msgstr "帐户昵称"
 
-#: include/conversation.php:1282 include/conversation.php:1298
-msgid "Please enter a video link/URL:"
-msgstr "请输入视频连接/URL:"
+#: mod/crepair.php:160
+msgid "@Tagname - overrides Name/Nickname"
+msgstr "@Tagname越过名/昵称"
 
-#: include/conversation.php:1283 include/conversation.php:1299
-msgid "Please enter an audio link/URL:"
-msgstr "请输入音响连接/URL:"
+#: mod/crepair.php:161
+msgid "Account URL"
+msgstr "帐户URL"
 
-#: include/conversation.php:1284 include/conversation.php:1300
-msgid "Tag term:"
-msgstr "æ \87ç­¾:"
+#: mod/crepair.php:162
+msgid "Friend Request URL"
+msgstr "æ\9c\8bå\8f\8b请æ±\82URL"
 
-#: include/conversation.php:1285 include/conversation.php:1301
-#: mod/filer.php:34
-msgid "Save to Folder:"
-msgstr "保存再文件夹:"
+#: mod/crepair.php:163
+msgid "Friend Confirm URL"
+msgstr "朋友确认URL"
 
-#: include/conversation.php:1286 include/conversation.php:1302
-msgid "Where are you right now?"
-msgstr "你在哪里?"
+#: mod/crepair.php:164
+msgid "Notification Endpoint URL"
+msgstr "通知端URL"
 
-#: include/conversation.php:1287
-msgid "Delete item(s)?"
-msgstr "把项目删除吗?"
+#: mod/crepair.php:165
+msgid "Poll/Feed URL"
+msgstr "喂URL"
 
-#: include/conversation.php:1336
-msgid "Share"
-msgstr "分享"
+#: mod/crepair.php:166
+msgid "New photo from this URL"
+msgstr "新照片从这个URL"
 
-#: include/conversation.php:1337 mod/wallmessage.php:143 mod/editpost.php:113
-#: mod/message.php:262 mod/message.php:430
-msgid "Upload photo"
-msgstr "上传照片"
+#: mod/fbrowser.php:34 src/Content/Nav.php:102 src/Model/Profile.php:904
+#: view/theme/frio/theme.php:261
+msgid "Photos"
+msgstr "照片"
 
-#: include/conversation.php:1338 mod/editpost.php:114
-msgid "upload photo"
-msgstr "上传照片"
+#: mod/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:194
+#: mod/photos.php:1062 mod/photos.php:1149 mod/photos.php:1166
+#: mod/photos.php:1659 mod/photos.php:1673 src/Model/Photo.php:244
+#: src/Model/Photo.php:253
+msgid "Contact Photos"
+msgstr "联系人照片"
 
-#: include/conversation.php:1339 mod/editpost.php:115
-msgid "Attach file"
-msgstr "附上文件"
+#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:250
+msgid "Upload"
+msgstr "上传"
 
-#: include/conversation.php:1340 mod/editpost.php:116
-msgid "attach file"
-msgstr "附上文件"
+#: mod/fbrowser.php:131
+msgid "Files"
+msgstr "文件"
 
-#: include/conversation.php:1341 mod/wallmessage.php:144 mod/editpost.php:117
-#: mod/message.php:263 mod/message.php:431
-msgid "Insert web link"
-msgstr "æ\8f\92å\85¥ç½\91页é\93¾æ\8e¥"
+#: mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 mod/help.php:60
+#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:292
+msgid "Not Found"
+msgstr "æ\9cªå\8f\91ç\8e°"
 
-#: include/conversation.php:1342 mod/editpost.php:118
-msgid "web link"
-msgstr "网页链接"
+#: mod/hcard.php:18
+msgid "No profile"
+msgstr "无简介"
 
-#: include/conversation.php:1343 mod/editpost.php:119
-msgid "Insert video link"
-msgstr "插入视频链接"
+#: mod/help.php:48
+msgid "Help:"
+msgstr "帮助:"
 
-#: include/conversation.php:1344 mod/editpost.php:120
-msgid "video link"
-msgstr "视频链接"
+#: mod/help.php:54 src/Content/Nav.php:134 view/theme/vier/theme.php:298
+msgid "Help"
+msgstr "帮助"
 
-#: include/conversation.php:1345 mod/editpost.php:121
-msgid "Insert audio link"
-msgstr "插入音频链接"
+#: mod/help.php:63 index.php:297
+msgid "Page not found."
+msgstr "页发现。"
 
-#: include/conversation.php:1346 mod/editpost.php:122
-msgid "audio link"
-msgstr "音频链接"
+#: mod/home.php:39
+#, php-format
+msgid "Welcome to %s"
+msgstr "%s欢迎你"
 
-#: include/conversation.php:1347 mod/editpost.php:123
-msgid "Set your location"
-msgstr "设定您的位置"
+#: mod/lockview.php:38 mod/lockview.php:46
+msgid "Remote privacy information not available."
+msgstr "摇隐私信息无效"
 
-#: include/conversation.php:1348 mod/editpost.php:124
-msgid "set location"
-msgstr "指定位置"
+#: mod/lockview.php:55
+msgid "Visible to:"
+msgstr "可见给:"
 
-#: include/conversation.php:1349 mod/editpost.php:125
-msgid "Clear browser location"
-msgstr "清空浏览器位置"
+#: mod/maintenance.php:24
+msgid "System down for maintenance"
+msgstr "系统关闭为了维持"
 
-#: include/conversation.php:1350 mod/editpost.php:126
-msgid "clear location"
-msgstr "清除位置"
+#: mod/newmember.php:11
+msgid "Welcome to Friendica"
+msgstr "Friendica欢迎你"
 
-#: include/conversation.php:1352 mod/editpost.php:140
-msgid "Set title"
-msgstr "æ\8c\87å®\9aæ \87é¢\98"
+#: mod/newmember.php:12
+msgid "New Member Checklist"
+msgstr "æ\96°æ\88\90å\91\98æ¸\85å\8d\95"
 
-#: include/conversation.php:1354 mod/editpost.php:142
-msgid "Categories (comma-separated list)"
-msgstr "种类(逗号分隔单)"
+#: mod/newmember.php:14
+msgid ""
+"We would like to offer some tips and links to help make your experience "
+"enjoyable. Click any item to visit the relevant page. A link to this page "
+"will be visible from your home page for two weeks after your initial "
+"registration and then will quietly disappear."
+msgstr "我们想提供一些建议和链接以助于让你有愉快的经历。点击任意一项访问相应的网页。在你注册之后,到这个页面的链接会在你的主页显示两周,之后悄声地消失。"
 
-#: include/conversation.php:1356 mod/editpost.php:128
-msgid "Permission settings"
-msgstr "权设置"
+#: mod/newmember.php:15
+msgid "Getting Started"
+msgstr "入门"
 
-#: include/conversation.php:1357 mod/editpost.php:157
-msgid "permissions"
-msgstr "权利"
-
-#: include/conversation.php:1365 mod/editpost.php:137
-msgid "Public post"
-msgstr "公开的消息"
-
-#: include/conversation.php:1369 mod/editpost.php:148 mod/events.php:531
-#: mod/photos.php:1492 mod/photos.php:1531 mod/photos.php:1604
-#: src/Object/Post.php:797
-msgid "Preview"
-msgstr "预览"
-
-#: include/conversation.php:1378
-msgid "Post to Groups"
-msgstr "发到组"
-
-#: include/conversation.php:1379
-msgid "Post to Contacts"
-msgstr "发给联系人"
-
-#: include/conversation.php:1380
-msgid "Private post"
-msgstr "私人文章"
-
-#: include/conversation.php:1385 mod/editpost.php:155
-#: src/Model/Profile.php:342
-msgid "Message"
-msgstr "通知"
-
-#: include/conversation.php:1386 mod/editpost.php:156
-msgid "Browser"
-msgstr "浏览器"
-
-#: include/conversation.php:1653
-msgid "View all"
-msgstr "查看全部"
-
-#: include/conversation.php:1676
-msgid "Like"
-msgid_plural "Likes"
-msgstr[0] "喜欢"
-
-#: include/conversation.php:1679
-msgid "Dislike"
-msgid_plural "Dislikes"
-msgstr[0] "不喜欢"
-
-#: include/conversation.php:1685
-msgid "Not Attending"
-msgid_plural "Not Attending"
-msgstr[0] "不在参加"
-
-#: include/conversation.php:1688 src/Content/ContactSelector.php:125
-msgid "Undecided"
-msgid_plural "Undecided"
-msgstr[0] "未决定的"
-
-#: include/dba.php:59
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr "找不到DNS信息为数据库服务器「%s」"
-
-#: mod/allfriends.php:51
-msgid "No friends to display."
-msgstr "没有朋友展示。"
-
-#: mod/allfriends.php:90 mod/suggest.php:101 mod/dirfind.php:218
-#: mod/match.php:105 src/Content/Widget.php:37 src/Model/Profile.php:297
-msgid "Connect"
-msgstr "连接"
-
-#: mod/api.php:85 mod/api.php:107
-msgid "Authorize application connection"
-msgstr "授权应用连接"
-
-#: mod/api.php:86
-msgid "Return to your app and insert this Securty Code:"
-msgstr "回归您的应用和输入这个安全密码:"
-
-#: mod/api.php:95
-msgid "Please login to continue."
-msgstr "请登录以继续。"
-
-#: mod/api.php:109
-msgid ""
-"Do you want to authorize this application to access your posts and contacts,"
-" and/or create new posts for you?"
-msgstr "你要授权这个应用访问你的文章和联系人,及/或为你创建新的文章吗?"
-
-#: mod/api.php:111 mod/profiles.php:649 mod/profiles.php:653
-#: mod/profiles.php:674 mod/dfrn_request.php:653 mod/follow.php:148
-#: mod/register.php:238 mod/settings.php:1109 mod/settings.php:1115
-#: mod/settings.php:1122 mod/settings.php:1126 mod/settings.php:1130
-#: mod/settings.php:1134 mod/settings.php:1138 mod/settings.php:1142
-#: mod/settings.php:1162 mod/settings.php:1163 mod/settings.php:1164
-#: mod/settings.php:1165 mod/settings.php:1166
-msgid "No"
-msgstr "否"
-
-#: mod/apps.php:14 index.php:242
-msgid "You must be logged in to use addons. "
-msgstr "您用插件前要登录"
-
-#: mod/apps.php:19
-msgid "Applications"
-msgstr "应用"
-
-#: mod/apps.php:22
-msgid "No installed applications."
-msgstr "没有安装的应用"
-
-#: mod/attach.php:15
-msgid "Item not available."
-msgstr "项目不可用的"
-
-#: mod/attach.php:25
-msgid "Item was not found."
-msgstr "找不到项目。"
-
-#: mod/common.php:91
-msgid "No contacts in common."
-msgstr "没有共同的联系人。"
-
-#: mod/common.php:140 mod/contacts.php:877
-msgid "Common Friends"
-msgstr "普通朋友们"
-
-#: mod/credits.php:18
-msgid "Credits"
-msgstr "贡献"
-
-#: mod/credits.php:19
-msgid ""
-"Friendica is a community project, that would not be possible without the "
-"help of many people. Here is a list of those who have contributed to the "
-"code or the translation of Friendica. Thank you all!"
-msgstr "Friendica 是一个社区项目,如果没有许多人的努力她将无法实现。这里列出了那些为代码作出贡献或者参与本地化翻译的人们。感谢大家的努力!"
-
-#: mod/crepair.php:87
-msgid "Contact settings applied."
-msgstr "联系人设置已应用。"
-
-#: mod/crepair.php:89
-msgid "Contact update failed."
-msgstr "联系人更新失败。"
-
-#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:29
-#: mod/fsuggest.php:97
-msgid "Contact not found."
-msgstr "没有找到联系人。"
-
-#: mod/crepair.php:114
-msgid ""
-"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
-" information your communications with this contact may stop working."
-msgstr "<strong>警告:此为进阶</strong>,如果您输入不正确的信息,您也许无法与这位联系人的正常通讯。"
-
-#: mod/crepair.php:115
-msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
-msgstr "请<strong>立即</strong>用后退按钮如果您不确定怎么用这页"
-
-#: mod/crepair.php:129 mod/crepair.php:131
-msgid "No mirroring"
-msgstr "没有复制"
-
-#: mod/crepair.php:129
-msgid "Mirror as forwarded posting"
-msgstr "复制为传达文章"
-
-#: mod/crepair.php:129 mod/crepair.php:131
-msgid "Mirror as my own posting"
-msgstr "复制为我自己的文章"
-
-#: mod/crepair.php:144
-msgid "Return to contact editor"
-msgstr "返回到联系人编辑器"
-
-#: mod/crepair.php:146
-msgid "Refetch contact data"
-msgstr "重新获取联系人数据"
-
-#: mod/crepair.php:148 mod/invite.php:150 mod/manage.php:184
-#: mod/profiles.php:685 mod/contacts.php:601 mod/install.php:251
-#: mod/install.php:290 mod/localtime.php:56 mod/poke.php:199
-#: mod/events.php:533 mod/fsuggest.php:116 mod/message.php:265
-#: mod/message.php:432 mod/photos.php:1080 mod/photos.php:1160
-#: mod/photos.php:1445 mod/photos.php:1491 mod/photos.php:1530
-#: mod/photos.php:1603 view/theme/duepuntozero/config.php:71
-#: view/theme/frio/config.php:113 view/theme/quattro/config.php:73
-#: view/theme/vier/config.php:119 src/Object/Post.php:788
-msgid "Submit"
-msgstr "提交"
-
-#: mod/crepair.php:149
-msgid "Remote Self"
-msgstr "遥远的自身"
-
-#: mod/crepair.php:152
-msgid "Mirror postings from this contact"
-msgstr "把这个熟人的文章复制。"
-
-#: mod/crepair.php:154
-msgid ""
-"Mark this contact as remote_self, this will cause friendica to repost new "
-"entries from this contact."
-msgstr "表明这个熟人当遥远的自身。Friendica要把这个熟人的新的文章复制。"
-
-#: mod/crepair.php:158 mod/admin.php:439 mod/admin.php:1689 mod/admin.php:1701
-#: mod/admin.php:1714 mod/admin.php:1730 mod/settings.php:681
-#: mod/settings.php:707
-msgid "Name"
-msgstr "名字"
-
-#: mod/crepair.php:159
-msgid "Account Nickname"
-msgstr "帐户昵称"
-
-#: mod/crepair.php:160
-msgid "@Tagname - overrides Name/Nickname"
-msgstr "@Tagname越过名/昵称"
-
-#: mod/crepair.php:161
-msgid "Account URL"
-msgstr "帐户URL"
-
-#: mod/crepair.php:162
-msgid "Friend Request URL"
-msgstr "朋友请求URL"
-
-#: mod/crepair.php:163
-msgid "Friend Confirm URL"
-msgstr "朋友确认URL"
-
-#: mod/crepair.php:164
-msgid "Notification Endpoint URL"
-msgstr "通知端URL"
-
-#: mod/crepair.php:165
-msgid "Poll/Feed URL"
-msgstr "喂URL"
-
-#: mod/crepair.php:166
-msgid "New photo from this URL"
-msgstr "新照片从这个URL"
-
-#: mod/fbrowser.php:34 view/theme/frio/theme.php:261 src/Content/Nav.php:102
-#: src/Model/Profile.php:904
-msgid "Photos"
-msgstr "照片"
-
-#: mod/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:194
-#: mod/photos.php:1062 mod/photos.php:1149 mod/photos.php:1166
-#: mod/photos.php:1659 mod/photos.php:1673 src/Model/Photo.php:244
-#: src/Model/Photo.php:253
-msgid "Contact Photos"
-msgstr "联系人照片"
-
-#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:265
-msgid "Upload"
-msgstr "上传"
-
-#: mod/fbrowser.php:131
-msgid "Files"
-msgstr "文件"
-
-#: mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 mod/help.php:60
-#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:289
-msgid "Not Found"
-msgstr "未发现"
-
-#: mod/hcard.php:18
-msgid "No profile"
-msgstr "无简介"
-
-#: mod/help.php:48
-msgid "Help:"
-msgstr "帮助:"
-
-#: mod/help.php:54 view/theme/vier/theme.php:298 src/Content/Nav.php:134
-msgid "Help"
-msgstr "帮助"
-
-#: mod/help.php:63 index.php:294
-msgid "Page not found."
-msgstr "页发现。"
-
-#: mod/home.php:39
-#, php-format
-msgid "Welcome to %s"
-msgstr "%s欢迎你"
-
-#: mod/lockview.php:38 mod/lockview.php:46
-msgid "Remote privacy information not available."
-msgstr "摇隐私信息无效"
-
-#: mod/lockview.php:55
-msgid "Visible to:"
-msgstr "可见给:"
-
-#: mod/maintenance.php:24
-msgid "System down for maintenance"
-msgstr "系统关闭为了维持"
-
-#: mod/newmember.php:11
-msgid "Welcome to Friendica"
-msgstr "Friendica欢迎你"
-
-#: mod/newmember.php:12
-msgid "New Member Checklist"
-msgstr "新成员清单"
-
-#: mod/newmember.php:14
-msgid ""
-"We would like to offer some tips and links to help make your experience "
-"enjoyable. Click any item to visit the relevant page. A link to this page "
-"will be visible from your home page for two weeks after your initial "
-"registration and then will quietly disappear."
-msgstr "我们想提供一些建议和链接以助于让你有愉快的经历。点击任意一项访问相应的网页。在你注册之后,到这个页面的链接会在你的主页显示两周,之后悄声地消失。"
-
-#: mod/newmember.php:15
-msgid "Getting Started"
-msgstr "入门"
-
-#: mod/newmember.php:17
-msgid "Friendica Walk-Through"
-msgstr "Friendica 漫游"
+#: mod/newmember.php:17
+msgid "Friendica Walk-Through"
+msgstr "Friendica 漫游"
 
 #: mod/newmember.php:17
 msgid ""
@@ -1593,8 +1459,8 @@ msgid ""
 " join."
 msgstr "在你的<em>快速上手</em>页-找到一个简要的对你的简介和网络标签的介绍,创建一些新的连接,并找一些群组加入。"
 
-#: mod/newmember.php:19 mod/admin.php:1814 mod/admin.php:2083
-#: mod/settings.php:122 view/theme/frio/theme.php:269 src/Content/Nav.php:206
+#: mod/newmember.php:19 mod/admin.php:1906 mod/admin.php:2175
+#: mod/settings.php:123 src/Content/Nav.php:206 view/theme/frio/theme.php:269
 msgid "Settings"
 msgstr "设置"
 
@@ -1617,14 +1483,14 @@ msgid ""
 "potential friends know exactly how to find you."
 msgstr "校对别的设置,特别是隐私设置。一个未发布的目录项目是跟未出版的电话号码一样。平时,你可能应该出版你的目录项目-除非都你的朋友们和可交的朋友们已经知道确切地怎么找你。"
 
-#: mod/newmember.php:24 mod/contacts.php:662 mod/contacts.php:854
-#: mod/profperm.php:113 view/theme/frio/theme.php:260 src/Content/Nav.php:101
-#: src/Model/Profile.php:730 src/Model/Profile.php:863
-#: src/Model/Profile.php:896
+#: mod/newmember.php:24 mod/profperm.php:113 mod/contacts.php:671
+#: mod/contacts.php:863 src/Content/Nav.php:101 src/Model/Profile.php:730
+#: src/Model/Profile.php:863 src/Model/Profile.php:896
+#: view/theme/frio/theme.php:260
 msgid "Profile"
 msgstr "简介"
 
-#: mod/newmember.php:26 mod/profiles.php:704 mod/profile_photo.php:264
+#: mod/newmember.php:26 mod/profile_photo.php:249 mod/profiles.php:691
 msgid "Upload Profile Photo"
 msgstr "上传简历照片"
 
@@ -1707,7 +1573,7 @@ msgid ""
 "hours."
 msgstr "在熟人页的工具栏有一些工具为找新朋友们。我们会使人们相配按名或兴趣,和以网络关系作为提醒建议的根据。在新网站,朋友建议平常开始24小时后。"
 
-#: mod/newmember.php:43 src/Model/Group.php:402
+#: mod/newmember.php:43 src/Model/Group.php:401
 msgid "Groups"
 msgstr "组"
 
@@ -1735,7 +1601,7 @@ msgstr "Friendica尊敬您的隐私。默认是您文章只被您朋友们看。
 
 #: mod/newmember.php:52
 msgid "Getting Help"
-msgstr "怎么获得帮助"
+msgstr "获取帮助"
 
 #: mod/newmember.php:54
 msgid "Go to the Help Section"
@@ -1747,13 +1613,13 @@ msgid ""
 " features and resources."
 msgstr "我们<strong>帮助</strong>页可查阅到详情关于别的编程特点和资源。"
 
-#: mod/nogroup.php:42 mod/contacts.php:610 mod/contacts.php:943
-#: mod/viewcontacts.php:112
+#: mod/nogroup.php:42 mod/viewcontacts.php:112 mod/contacts.php:619
+#: mod/contacts.php:959
 #, php-format
 msgid "Visit %s's profile [%s]"
 msgstr "看%s的简介[%s]"
 
-#: mod/nogroup.php:43 mod/contacts.php:944
+#: mod/nogroup.php:43 mod/contacts.php:960
 msgid "Edit contact"
 msgstr "编辑联系人"
 
@@ -1763,7 +1629,7 @@ msgstr "不在组里的联系人"
 
 #: mod/p.php:14
 msgid "Not Extended"
-msgstr ""
+msgstr "未扩展"
 
 #: mod/repair_ostatus.php:18
 msgid "Resubscribing to OStatus contacts"
@@ -1773,11 +1639,11 @@ msgstr "重新订阅 OStatus 联系人"
 msgid "Error"
 msgstr "错误"
 
-#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:61
+#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:64
 msgid "Done"
 msgstr "完成"
 
-#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:85
+#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:88
 msgid "Keep this window open until done."
 msgstr "保持窗口打开直到完成。"
 
@@ -1791,56 +1657,13 @@ msgid ""
 "hours."
 msgstr "没有建议。如果这是新网站,请24小时后再试。"
 
-#: mod/suggest.php:84 mod/suggest.php:104
-msgid "Ignore/Hide"
-msgstr "忽视/隐藏"
-
-#: mod/suggest.php:114 view/theme/vier/theme.php:203 src/Content/Widget.php:64
-msgid "Friend Suggestions"
-msgstr "朋友推荐"
-
-#: mod/unfollow.php:34
-msgid "Contact wasn't found or can't be unfollowed."
-msgstr "找不到联系人或者不能关注联系人。"
-
-#: mod/unfollow.php:47
-msgid "Contact unfollowed"
-msgstr "取消关注了的联系人"
-
-#: mod/unfollow.php:65 mod/dfrn_request.php:662 mod/follow.php:61
-msgid "Submit Request"
-msgstr "提交要求"
-
-#: mod/unfollow.php:73
-msgid "You aren't a friend of this contact."
-msgstr "你不是这个联系人的朋友。"
-
-#: mod/unfollow.php:79
-msgid "Unfollowing is currently not supported by your network."
-msgstr "取消关注现在不被你的网络支持。"
-
-#: mod/unfollow.php:100 mod/contacts.php:590
-msgid "Disconnect/Unfollow"
-msgstr "断开连接/取消关注"
-
-#: mod/unfollow.php:113 mod/dfrn_request.php:660 mod/follow.php:155
-msgid "Your Identity Address:"
-msgstr "你的身份地址:"
-
-#: mod/unfollow.php:122 mod/notifications.php:258 mod/contacts.php:647
-#: mod/follow.php:164 mod/admin.php:439 mod/admin.php:449
-msgid "Profile URL"
-msgstr "简介 URL"
-
-#: mod/unfollow.php:132 mod/contacts.php:849 mod/follow.php:181
-#: src/Model/Profile.php:891
-msgid "Status Messages and Posts"
-msgstr "现状通知和文章"
-
-#: mod/update_community.php:27 mod/update_display.php:27
-#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33
-msgid "[Embedded content - reload page to view]"
-msgstr "[嵌入内容-重新加载页为看]"
+#: mod/suggest.php:84 mod/suggest.php:104
+msgid "Ignore/Hide"
+msgstr "忽视/隐藏"
+
+#: mod/suggest.php:114 src/Content/Widget.php:64 view/theme/vier/theme.php:203
+msgid "Friend Suggestions"
+msgstr "朋友推荐"
 
 #: mod/uimport.php:55 mod/register.php:191
 msgid ""
@@ -1883,74 +1706,16 @@ msgid ""
 "select \"Export account\""
 msgstr "为了导出你的账户,点击「设置→导出你的个人信息」和选择「导出账户」"
 
+#: mod/update_community.php:27 mod/update_display.php:27
+#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33
+msgid "[Embedded content - reload page to view]"
+msgstr "[嵌入内容-重新加载页为看]"
+
 #: mod/dfrn_poll.php:123 mod/dfrn_poll.php:543
 #, php-format
 msgid "%1$s welcomes %2$s"
 msgstr "%1$s欢迎%2$s"
 
-#: mod/dirfind.php:48
-#, php-format
-msgid "People Search - %s"
-msgstr ""
-
-#: mod/dirfind.php:59
-#, php-format
-msgid "Forum Search - %s"
-msgstr ""
-
-#: mod/dirfind.php:256 mod/match.php:125
-msgid "No matches"
-msgstr "没有结果"
-
-#: mod/friendica.php:77
-msgid "This is Friendica, version"
-msgstr "这是Friendica,版本"
-
-#: mod/friendica.php:78
-msgid "running at web location"
-msgstr "运作再网址"
-
-#: mod/friendica.php:82
-msgid ""
-"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
-"about the Friendica project."
-msgstr "请浏览 <a href=\"https://friendi.ca\">Friendi.ca</a> 以了解更多关于 Friendica 项目的信息。"
-
-#: mod/friendica.php:86
-msgid "Bug reports and issues: please visit"
-msgstr "Bug 及 issues 报告:请访问"
-
-#: mod/friendica.php:86
-msgid "the bugtracker at github"
-msgstr "在 github 上的错误追踪系统"
-
-#: mod/friendica.php:89
-msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
-msgstr "建议,夸奖,捐赠,等-请发邮件到「 Info」在Friendica点com"
-
-#: mod/friendica.php:103
-msgid "Installed addons/apps:"
-msgstr "已安装的插件/应用:"
-
-#: mod/friendica.php:117
-msgid "No installed addons/apps"
-msgstr "没有已安装的插件或应用"
-
-#: mod/friendica.php:122
-msgid "On this server the following remote servers are blocked."
-msgstr "在这个服务器上以下远程服务器被封禁了。"
-
-#: mod/friendica.php:123 mod/dfrn_request.php:351 mod/admin.php:302
-#: mod/admin.php:320 src/Model/Contact.php:1142
-msgid "Blocked domain"
-msgstr "被封禁的域名"
-
-#: mod/friendica.php:123 mod/admin.php:303 mod/admin.php:321
-msgid "Reason for the block"
-msgstr "封禁原因"
-
 #: mod/match.php:48
 msgid "No keywords to match. Please add keywords to your default profile."
 msgstr "没有符合的关键字。请在您的默认简介加关键字。"
@@ -1963,6 +1728,10 @@ msgstr "感兴趣对:"
 msgid "Profile Match"
 msgstr "简介符合"
 
+#: mod/match.php:125 mod/dirfind.php:253
+msgid "No matches"
+msgstr "没有结果"
+
 #: mod/notifications.php:37
 msgid "Invalid request identifier."
 msgstr "无效要求身份号。"
@@ -1973,8 +1742,8 @@ msgid "Discard"
 msgstr "丢弃"
 
 #: mod/notifications.php:62 mod/notifications.php:182
-#: mod/notifications.php:266 mod/contacts.php:629 mod/contacts.php:819
-#: mod/contacts.php:1003
+#: mod/notifications.php:266 mod/contacts.php:638 mod/contacts.php:828
+#: mod/contacts.php:1019
 msgid "Ignore"
 msgstr "忽视"
 
@@ -2015,7 +1784,7 @@ msgstr "通知种类:"
 msgid "suggested by %s"
 msgstr "由%s建议的"
 
-#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:637
+#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:646
 msgid "Hide this contact from others"
 msgstr "对其他人隐藏这个联系人"
 
@@ -2027,7 +1796,7 @@ msgstr "发表一个新朋友活动"
 msgid "if applicable"
 msgstr "如果可以"
 
-#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1704
+#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1796
 msgid "Approve"
 msgstr "批准"
 
@@ -2080,22 +1849,33 @@ msgstr "分享者"
 msgid "Subscriber"
 msgstr "订阅者"
 
-#: mod/notifications.php:249 mod/contacts.php:655 mod/directory.php:155
+#: mod/notifications.php:247 mod/events.php:518 mod/directory.php:148
+#: mod/contacts.php:660 src/Model/Profile.php:417 src/Model/Event.php:60
+#: src/Model/Event.php:85 src/Model/Event.php:421 src/Model/Event.php:900
+msgid "Location:"
+msgstr "位置:"
+
+#: mod/notifications.php:249 mod/directory.php:154 mod/contacts.php:664
 #: src/Model/Profile.php:423 src/Model/Profile.php:806
 msgid "About:"
 msgstr "关于:"
 
-#: mod/notifications.php:251 mod/contacts.php:657 mod/follow.php:172
+#: mod/notifications.php:251 mod/follow.php:174 mod/contacts.php:666
 #: src/Model/Profile.php:794
 msgid "Tags:"
 msgstr "标签:"
 
-#: mod/notifications.php:253 mod/directory.php:152 src/Model/Profile.php:420
+#: mod/notifications.php:253 mod/directory.php:151 src/Model/Profile.php:420
 #: src/Model/Profile.php:745
 msgid "Gender:"
 msgstr "性别:"
 
-#: mod/notifications.php:261 mod/contacts.php:63 src/Model/Profile.php:518
+#: mod/notifications.php:258 mod/unfollow.php:122 mod/follow.php:166
+#: mod/contacts.php:656 mod/admin.php:490 mod/admin.php:500
+msgid "Profile URL"
+msgstr "简介 URL"
+
+#: mod/notifications.php:261 mod/contacts.php:71 src/Model/Profile.php:518
 msgid "Network:"
 msgstr "网络"
 
@@ -2116,10 +1896,6 @@ msgstr "显示全部"
 msgid "No more %s notifications."
 msgstr "没有更多的 %s 通知。"
 
-#: mod/oexchange.php:30
-msgid "Post successful."
-msgstr "评论发表了。"
-
 #: mod/openid.php:29
 msgid "OpenID protocol error. No ID returned."
 msgstr "OpenID协议错误。没ID还。 "
@@ -2133,78 +1909,8 @@ msgstr "找不到账户和OpenID注册不允许。"
 msgid "Login failed."
 msgstr "登录失败。"
 
-#: mod/ostatus_subscribe.php:21
-msgid "Subscribing to OStatus contacts"
-msgstr "正在订阅 OStatus 联系人"
-
-#: mod/ostatus_subscribe.php:32
-msgid "No contact provided."
-msgstr ""
-
-#: mod/ostatus_subscribe.php:38
-msgid "Couldn't fetch information for contact."
-msgstr "无法获取联系人信息。"
-
-#: mod/ostatus_subscribe.php:47
-msgid "Couldn't fetch friends for contact."
-msgstr "无法取得联系人的朋友信息。"
-
-#: mod/ostatus_subscribe.php:75
-msgid "success"
-msgstr "成功"
-
-#: mod/ostatus_subscribe.php:77
-msgid "failed"
-msgstr "失败"
-
-#: mod/ostatus_subscribe.php:80 src/Object/Post.php:278
-msgid "ignored"
-msgstr "已忽视的"
-
-#: mod/cal.php:142 mod/display.php:308 mod/profile.php:173
-msgid "Access to this profile has been restricted."
-msgstr "使用权这个简介被限制了."
-
-#: mod/cal.php:274 mod/events.php:392 view/theme/frio/theme.php:263
-#: view/theme/frio/theme.php:267 src/Content/Nav.php:104
-#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935
-msgid "Events"
-msgstr "事件"
-
-#: mod/cal.php:275 mod/events.php:393
-msgid "View"
-msgstr ""
-
-#: mod/cal.php:276 mod/events.php:395
-msgid "Previous"
-msgstr "上"
-
-#: mod/cal.php:277 mod/install.php:209 mod/events.php:396
-msgid "Next"
-msgstr "下"
-
-#: mod/cal.php:284 mod/events.php:405
-msgid "list"
-msgstr "列表"
-
-#: mod/cal.php:297 src/Model/User.php:202
-msgid "User not found"
-msgstr "找不到用户"
-
-#: mod/cal.php:313
-msgid "This calendar format is not supported"
-msgstr "这个日历格式不被支持"
-
-#: mod/cal.php:315
-msgid "No exportable data found"
-msgstr "找不到可导出的数据"
-
-#: mod/cal.php:332
-msgid "calendar"
-msgstr "日历"
-
-#: mod/dfrn_confirm.php:74 mod/profiles.php:38 mod/profiles.php:148
-#: mod/profiles.php:195 mod/profiles.php:631
+#: mod/dfrn_confirm.php:74 mod/profiles.php:39 mod/profiles.php:149
+#: mod/profiles.php:196 mod/profiles.php:618
 msgid "Profile not found."
 msgstr "找不到简介。"
 
@@ -2279,7 +1985,7 @@ msgid "Unable to update your contact profile details on our system"
 msgstr "不能更新您的熟人简介消息在我们的系统"
 
 #: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568
-#: src/Model/Contact.php:1434
+#: src/Model/Contact.php:1520
 msgid "[Name Withheld]"
 msgstr "[名字拒给]"
 
@@ -2390,1044 +2096,1190 @@ msgid ""
 "Once you have registered, please connect with me via my profile page at:"
 msgstr "您一注册,请页跟我连接,用我的简介在:"
 
-#: mod/invite.php:149
+#: mod/invite.php:149
+msgid ""
+"For more information about the Friendica project and why we feel it is "
+"important, please visit http://friendi.ca"
+msgstr "欲了解更多关于 Friendica 项目的信息以及为什么我们认为这很重要,请访问 http://friendi.ca"
+
+#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83
+#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112
+#: mod/wall_upload.php:155 mod/wall_upload.php:158
+msgid "Invalid request."
+msgstr "无效请求。"
+
+#: mod/wall_attach.php:101
+msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
+msgstr "不好意思,可能你上传的是PHP设置允许的大"
+
+#: mod/wall_attach.php:101
+msgid "Or - did you try to upload an empty file?"
+msgstr "或者,你是不是上传空的文件?"
+
+#: mod/wall_attach.php:112
+#, php-format
+msgid "File exceeds size limit of %s"
+msgstr "文件超过了 %s 的大小限制"
+
+#: mod/wall_attach.php:136 mod/wall_attach.php:152
+msgid "File upload failed."
+msgstr "文件上传失败。"
+
+#: mod/manage.php:180
+msgid "Manage Identities and/or Pages"
+msgstr "管理身份或页"
+
+#: mod/manage.php:181
+msgid ""
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
+msgstr "交替不同同一人或社会/组页合用您的账户或给您「管理」批准"
+
+#: mod/manage.php:182
+msgid "Select an identity to manage: "
+msgstr "选择同一个人管理:"
+
+#: mod/dfrn_request.php:94
+msgid "This introduction has already been accepted."
+msgstr "这个介绍已经接受了。"
+
+#: mod/dfrn_request.php:112 mod/dfrn_request.php:359
+msgid "Profile location is not valid or does not contain profile information."
+msgstr "简介位置失效或不包含简介信息。"
+
+#: mod/dfrn_request.php:116 mod/dfrn_request.php:363
+msgid "Warning: profile location has no identifiable owner name."
+msgstr "警告:简介位置没有可设别的主名。"
+
+#: mod/dfrn_request.php:119 mod/dfrn_request.php:366
+msgid "Warning: profile location has no profile photo."
+msgstr "警告:简介位置没有简介图。"
+
+#: mod/dfrn_request.php:123 mod/dfrn_request.php:370
+#, php-format
+msgid "%d required parameter was not found at the given location"
+msgid_plural "%d required parameters were not found at the given location"
+msgstr[0] "%d需要的参数没找到在输入的位置。"
+
+#: mod/dfrn_request.php:162
+msgid "Introduction complete."
+msgstr "介绍完成的。"
+
+#: mod/dfrn_request.php:199
+msgid "Unrecoverable protocol error."
+msgstr "不能恢复的协议错误"
+
+#: mod/dfrn_request.php:226
+msgid "Profile unavailable."
+msgstr "简介无效"
+
+#: mod/dfrn_request.php:248
+#, php-format
+msgid "%s has received too many connection requests today."
+msgstr "%s今天已经受到了太多联络要求"
+
+#: mod/dfrn_request.php:249
+msgid "Spam protection measures have been invoked."
+msgstr "垃圾保护措施被用了。"
+
+#: mod/dfrn_request.php:250
+msgid "Friends are advised to please try again in 24 hours."
+msgstr "朋友们被建议请24小时后再试。"
+
+#: mod/dfrn_request.php:280
+msgid "Invalid locator"
+msgstr "无效找到物"
+
+#: mod/dfrn_request.php:316
+msgid "You have already introduced yourself here."
+msgstr "您已经自我介绍这儿。"
+
+#: mod/dfrn_request.php:319
+#, php-format
+msgid "Apparently you are already friends with %s."
+msgstr "看上去您已经是%s的朋友。"
+
+#: mod/dfrn_request.php:339
+msgid "Invalid profile URL."
+msgstr "无效的简介URL。"
+
+#: mod/dfrn_request.php:345 src/Model/Contact.php:1223
+msgid "Disallowed profile URL."
+msgstr "不允许的简介地址."
+
+#: mod/dfrn_request.php:351 mod/friendica.php:128 mod/admin.php:353
+#: mod/admin.php:371 src/Model/Contact.php:1228
+msgid "Blocked domain"
+msgstr "被封禁的域名"
+
+#: mod/dfrn_request.php:419 mod/contacts.php:230
+msgid "Failed to update contact record."
+msgstr "更新联系人记录失败。"
+
+#: mod/dfrn_request.php:439
+msgid "Your introduction has been sent."
+msgstr "您的介绍发布了。"
+
+#: mod/dfrn_request.php:477
 msgid ""
-"For more information about the Friendica project and why we feel it is "
-"important, please visit http://friendi.ca"
-msgstr "欲äº\86解æ\9b´å¤\9aå\85³äº\8e Friendica é¡¹ç\9b®ç\9a\84ä¿¡æ\81¯ä»¥å\8f\8a为ä»\80ä¹\88æ\88\91们认为è¿\99å¾\88é\87\8dè¦\81ï¼\8c请访é\97® http://friendi.ca"
+"Remote subscription can't be done for your network. Please subscribe "
+"directly on your system."
+msgstr "æ\97 æ³\95为æ\82¨ç\9a\84ç½\91ç»\9cå®\8cæ\88\90è¿\9cç¨\8b订é\98\85ã\80\82请ç\9b´æ\8e¥å\9c¨æ\82¨ç\9a\84ç³»ç»\9fä¸\8a订é\98\85ã\80\82"
 
-#: mod/manage.php:180
-msgid "Manage Identities and/or Pages"
-msgstr "管理身份或页"
+#: mod/dfrn_request.php:493
+msgid "Please login to confirm introduction."
+msgstr "请登录以确认介绍。"
 
-#: mod/manage.php:181
+#: mod/dfrn_request.php:501
 msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
-msgstr "交替不同同一人或社会/组页合用您的账户或给您「管理」批准"
+"Incorrect identity currently logged in. Please login to "
+"<strong>this</strong> profile."
+msgstr "当前登录的身份不正确。请登录到<strong>这个</strong>用户。"
 
-#: mod/manage.php:182
-msgid "Select an identity to manage: "
-msgstr "选择同一个人管理:"
+#: mod/dfrn_request.php:515 mod/dfrn_request.php:532
+msgid "Confirm"
+msgstr "确认"
 
-#: mod/profiles.php:57
-msgid "Profile deleted."
-msgstr "简介删除了。"
+#: mod/dfrn_request.php:527
+msgid "Hide this contact"
+msgstr "隐藏这个联系人"
 
-#: mod/profiles.php:73 mod/profiles.php:109
-msgid "Profile-"
-msgstr "简介-"
+#: mod/dfrn_request.php:530
+#, php-format
+msgid "Welcome home %s."
+msgstr "欢迎%s。"
 
-#: mod/profiles.php:92 mod/profiles.php:131
-msgid "New profile created."
-msgstr "新的简介已创建。"
+#: mod/dfrn_request.php:531
+#, php-format
+msgid "Please confirm your introduction/connection request to %s."
+msgstr "请确认您的介绍/联络要求给%s。"
 
-#: mod/profiles.php:115
-msgid "Profile unavailable to clone."
-msgstr "简介不可用为复制。"
+#: mod/dfrn_request.php:607 mod/probe.php:13 mod/viewcontacts.php:45
+#: mod/webfinger.php:16 mod/search.php:98 mod/search.php:104
+#: mod/community.php:27 mod/photos.php:932 mod/videos.php:199
+#: mod/display.php:203 mod/directory.php:42
+msgid "Public access denied."
+msgstr "拒绝公开访问"
 
-#: mod/profiles.php:205
-msgid "Profile Name is required."
-msgstr "必要简介名"
+#: mod/dfrn_request.php:642
+msgid ""
+"Please enter your 'Identity Address' from one of the following supported "
+"communications networks:"
+msgstr "请从以下支持的通信网络之一输入你的 “身份地址”:"
 
-#: mod/profiles.php:346
-msgid "Marital Status"
-msgstr "婚姻状况 "
+#: mod/dfrn_request.php:645
+#, php-format
+msgid ""
+"If you are not yet a member of the free social web, <a href=\"%s\">follow "
+"this link to find a public Friendica site and join us today</a>."
+msgstr "如果您还不是自由社交网络用户中的一员,<a href=\"%s\"> 请通过此链接查找公共 Friendica 站点并在今天加入我们吧 </a>。"
 
-#: mod/profiles.php:350
-msgid "Romantic Partner"
-msgstr "æ\83\85人"
+#: mod/dfrn_request.php:650
+msgid "Friend/Connection Request"
+msgstr "æ\9c\8bå\8f\8b/è¿\9eæ\8e¥è¯·æ±\82"
 
-#: mod/profiles.php:362
-msgid "Work/Employment"
-msgstr "工作"
+#: mod/dfrn_request.php:651
+msgid ""
+"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
+"testuser@gnusocial.de"
+msgstr "例如:jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"
 
-#: mod/profiles.php:365
-msgid "Religion"
-msgstr "宗教"
+#: mod/dfrn_request.php:652 mod/follow.php:149
+msgid "Please answer the following:"
+msgstr "请回答下述的:"
 
-#: mod/profiles.php:369
-msgid "Political Views"
-msgstr "政治观念"
+#: mod/dfrn_request.php:653 mod/follow.php:150
+#, php-format
+msgid "Does %s know you?"
+msgstr "%s是否认识你?"
 
-#: mod/profiles.php:373
-msgid "Gender"
-msgstr "æ\80§å\88«"
+#: mod/dfrn_request.php:654 mod/follow.php:151
+msgid "Add a personal note:"
+msgstr "æ·»å\8a ä¸\80个个人便æ\9d¡ï¼\9a"
 
-#: mod/profiles.php:377
-msgid "Sexual Preference"
-msgstr "性取向"
+#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79
+msgid "Friendica"
+msgstr "Friendica"
 
-#: mod/profiles.php:381
-msgid "XMPP"
-msgstr "XMPP"
+#: mod/dfrn_request.php:657
+msgid "GNU Social (Pleroma, Mastodon)"
+msgstr "GNU Social (Pleroma, Mastodon)"
 
-#: mod/profiles.php:385
-msgid "Homepage"
-msgstr "主页"
+#: mod/dfrn_request.php:658
+msgid "Diaspora (Socialhome, Hubzilla)"
+msgstr "Diaspora (Socialhome, Hubzilla)"
 
-#: mod/profiles.php:389 mod/profiles.php:699
-msgid "Interests"
-msgstr "兴趣"
+#: mod/dfrn_request.php:659
+#, php-format
+msgid ""
+" - please do not use this form.  Instead, enter %s into your Diaspora search"
+" bar."
+msgstr " - 请别用这个表格。而是在你的 Diaspora 搜索栏输入 %s."
 
-#: mod/profiles.php:393 mod/admin.php:439
-msgid "Address"
-msgstr "地址"
+#: mod/dfrn_request.php:660 mod/unfollow.php:113 mod/follow.php:157
+msgid "Your Identity Address:"
+msgstr "你的身份地址:"
 
-#: mod/profiles.php:400 mod/profiles.php:695
-msgid "Location"
-msgstr "位置"
+#: mod/dfrn_request.php:662 mod/unfollow.php:65 mod/follow.php:62
+msgid "Submit Request"
+msgstr "提交要求"
 
-#: mod/profiles.php:485
-msgid "Profile updated."
-msgstr "简介更新了。"
+#: mod/localtime.php:19 src/Model/Event.php:36 src/Model/Event.php:814
+msgid "l F d, Y \\@ g:i A"
+msgstr "l F d, Y \\@ g:i A"
 
-#: mod/profiles.php:577
-msgid " and "
-msgstr ""
+#: mod/localtime.php:33
+msgid "Time Conversion"
+msgstr "时间装换"
 
-#: mod/profiles.php:586
-msgid "public profile"
-msgstr "公开简介"
+#: mod/localtime.php:35
+msgid ""
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
+msgstr "Friendica提供这个服务目的是分享项目跟别的网络和朋友们在别的时区。"
 
-#: mod/profiles.php:589
+#: mod/localtime.php:39
 #, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
-msgstr "%1$s把%2$s变化成&ldquo;%3$s&rdquo;"
+msgid "UTC time: %s"
+msgstr "UTC时间: %s"
 
-#: mod/profiles.php:590
+#: mod/localtime.php:42
 #, php-format
-msgid " - Visit %1$s's %2$s"
-msgstr " - 看 %1$s的%2$s"
+msgid "Current timezone: %s"
+msgstr "现在时区: %s"
 
-#: mod/profiles.php:592
+#: mod/localtime.php:46
 #, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr "%1$s有更新的%2$s,修改%3$s."
+msgid "Converted localtime: %s"
+msgstr "装换的当地时间:%s"
 
-#: mod/profiles.php:646
-msgid "Hide contacts and friends:"
-msgstr "隐藏联系人和朋友:"
+#: mod/localtime.php:52
+msgid "Please select your timezone:"
+msgstr "请选择你的时区:"
 
-#: mod/profiles.php:651
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "藏起来发现您的熟人/朋友单不让这个简介看着看?"
+#: mod/probe.php:14 mod/webfinger.php:17
+msgid "Only logged in users are permitted to perform a probing."
+msgstr "只有已登录用户才被允许进行探测。"
 
-#: mod/profiles.php:671
-msgid "Show more profile fields:"
-msgstr "æ\98¾ç¤ºæ\9b´å¤\9aç®\80ä»\8bå\86\85容ï¼\9a"
+#: mod/profperm.php:28 mod/group.php:83 index.php:415
+msgid "Permission denied"
+msgstr "æ\9d\83é\99\90ä¸\8då¤\9f"
 
-#: mod/profiles.php:683
-msgid "Profile Actions"
-msgstr ""
+#: mod/profperm.php:34 mod/profperm.php:65
+msgid "Invalid profile identifier."
+msgstr "无限的简介标识符。"
 
-#: mod/profiles.php:684
-msgid "Edit Profile Details"
-msgstr "剪辑简介消息"
+#: mod/profperm.php:111
+msgid "Profile Visibility Editor"
+msgstr "简介能见度编辑器。"
 
-#: mod/profiles.php:686
-msgid "Change Profile Photo"
-msgstr "改变简介照片"
+#: mod/profperm.php:115 mod/group.php:265
+msgid "Click on a contact to add or remove."
+msgstr "单击联系人以添加或删除。"
 
-#: mod/profiles.php:687
-msgid "View this profile"
-msgstr "看这个简介"
+#: mod/profperm.php:124
+msgid "Visible To"
+msgstr "能见被"
 
-#: mod/profiles.php:688 mod/profiles.php:783 src/Model/Profile.php:393
-msgid "Edit visibility"
-msgstr "修改能见度"
+#: mod/profperm.php:140
+msgid "All Contacts (with secure profile access)"
+msgstr ""
 
-#: mod/profiles.php:689
-msgid "Create a new profile using these settings"
-msgstr "使用这些设置创建一份新的简介"
+#: mod/regmod.php:68
+msgid "Account approved."
+msgstr "账户已被批准。"
 
-#: mod/profiles.php:690
-msgid "Clone this profile"
-msgstr "复制这个简介"
+#: mod/regmod.php:93
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "撤销了 %s 的注册"
 
-#: mod/profiles.php:691
-msgid "Delete this profile"
-msgstr "删除这个简介"
+#: mod/regmod.php:102
+msgid "Please login."
+msgstr "请登录。"
 
-#: mod/profiles.php:693
-msgid "Basic information"
-msgstr "å\9fºæ\9c¬ä¿¡æ\81¯"
+#: mod/removeme.php:55 mod/removeme.php:58
+msgid "Remove My Account"
+msgstr "å\88 é\99¤æ\88\91ç\9a\84è´¦æ\88·"
 
-#: mod/profiles.php:694
-msgid "Profile picture"
-msgstr "头像"
+#: mod/removeme.php:56
+msgid ""
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr "这要完全删除您的账户。这一做过,就不能恢复。"
 
-#: mod/profiles.php:696
-msgid "Preferences"
-msgstr "偏好"
+#: mod/removeme.php:57
+msgid "Please enter your password for verification:"
+msgstr "请输入密码为确认:"
 
-#: mod/profiles.php:697
-msgid "Status information"
-msgstr "状态信息"
+#: mod/viewcontacts.php:87
+msgid "No contacts."
+msgstr "没有联系人。"
 
-#: mod/profiles.php:698
-msgid "Additional information"
-msgstr "æ\9b´å¤\9aä¿¡æ\81¯"
+#: mod/viewsrc.php:12
+msgid "Access denied."
+msgstr "没æ\9c\89ç\94¨æ\9d\83ã\80\82"
 
-#: mod/profiles.php:700 mod/network.php:940
-#: src/Core/NotificationsManager.php:185
-msgid "Personal"
-msgstr "私人"
+#: mod/wallmessage.php:49 mod/wallmessage.php:112
+#, php-format
+msgid "Number of daily wall messages for %s exceeded. Message failed."
+msgstr "一天最多墙通知给%s超过了。通知没有通过 。"
 
-#: mod/profiles.php:701
-msgid "Relation"
-msgstr "关系"
+#: mod/wallmessage.php:57 mod/message.php:73
+msgid "No recipient selected."
+msgstr "没有选择的接受者。"
+
+#: mod/wallmessage.php:60
+msgid "Unable to check your home location."
+msgstr "核对不了您的主页。"
 
-#: mod/profiles.php:702 src/Util/Temporal.php:81 src/Util/Temporal.php:83
-msgid "Miscellaneous"
-msgstr "形形色色"
+#: mod/wallmessage.php:63 mod/message.php:80
+msgid "Message could not be sent."
+msgstr "消息发不了。"
 
-#: mod/profiles.php:705
-msgid "Your Gender:"
-msgstr "你的性:"
+#: mod/wallmessage.php:66 mod/message.php:83
+msgid "Message collection failure."
+msgstr "通信受到错误。"
 
-#: mod/profiles.php:706
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\">&hearts;</span>婚姻状况:"
+#: mod/wallmessage.php:69 mod/message.php:86
+msgid "Message sent."
+msgstr "消息发了"
 
-#: mod/profiles.php:707 src/Model/Profile.php:782
-msgid "Sexual Preference:"
-msgstr "æ\80§å\8f\96å\90\91ï¼\9a"
+#: mod/wallmessage.php:86 mod/wallmessage.php:95
+msgid "No recipient."
+msgstr "没æ\9c\89æ\8e¥å\8f\97è\80\85ã\80\82"
 
-#: mod/profiles.php:708
-msgid "Example: fishing photography software"
-msgstr "例如:钓鱼 照片 软件"
+#: mod/wallmessage.php:132 mod/message.php:250
+msgid "Send Private Message"
+msgstr "发私人的通信"
 
-#: mod/profiles.php:713
-msgid "Profile Name:"
-msgstr "简介名:"
+#: mod/wallmessage.php:133
+#, php-format
+msgid ""
+"If you wish for %s to respond, please check that the privacy settings on "
+"your site allow private mail from unknown senders."
+msgstr "如果您想%s回答,请核对您网站的隐私设置允许生发送人的私人邮件。"
 
-#: mod/profiles.php:713 mod/events.php:511 mod/events.php:523
-msgid "Required"
-msgstr "å¿\85é¡»ç\9a\84"
+#: mod/wallmessage.php:134 mod/message.php:251 mod/message.php:421
+msgid "To:"
+msgstr "å\88°ï¼\9a"
 
-#: mod/profiles.php:715
-msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
-msgstr "这是你的<strong>公开的</strong>简介。<br />它<strong>可能</strong>被所有的因特网用的看到。"
+#: mod/wallmessage.php:135 mod/message.php:255 mod/message.php:423
+msgid "Subject:"
+msgstr "题目:"
 
-#: mod/profiles.php:716
-msgid "Your Full Name:"
-msgstr "你的全名:"
+#: mod/uexport.php:44
+msgid "Export account"
+msgstr "导出账户"
 
-#: mod/profiles.php:717
-msgid "Title/Description:"
-msgstr "标题/描述:"
+#: mod/uexport.php:44
+msgid ""
+"Export your account info and contacts. Use this to make a backup of your "
+"account and/or to move it to another server."
+msgstr "导出你的账户信息和联系人。用这个功能来生成一个你的账户的备份,并且/或者把它移到另外一个服务器。"
 
-#: mod/profiles.php:720
-msgid "Street Address:"
-msgstr "å\9c°å\9d\80ï¼\9a"
+#: mod/uexport.php:45
+msgid "Export all"
+msgstr "导å\87ºå\85¨é\83¨"
 
-#: mod/profiles.php:721
-msgid "Locality/City:"
-msgstr "现场/城市:"
+#: mod/uexport.php:45
+msgid ""
+"Export your accout info, contacts and all your items as json. Could be a "
+"very big file, and could take a lot of time. Use this to make a full backup "
+"of your account (photos are not exported)"
+msgstr "导出你的账户信息、联系人和所有你的项目为 json 格式。可能会是一个很大的文件,并可能花费很多时间。用这个功能来做一个你的账户的全备份(照片不会被导出)"
 
-#: mod/profiles.php:722
-msgid "Region/State:"
-msgstr "å\8cºå\9f\9fï¼\8fç\9c\81"
+#: mod/uexport.php:52 mod/settings.php:107
+msgid "Export personal data"
+msgstr "导å\87ºä¸ªäººä¿¡æ\81¯"
 
-#: mod/profiles.php:723
-msgid "Postal/Zip Code:"
-msgstr "邮政编码:"
+#: mod/filer.php:34
+msgid "- select -"
+msgstr "-选择-"
 
-#: mod/profiles.php:724
-msgid "Country:"
-msgstr "国家:"
+#: mod/notify.php:77
+msgid "No more system notifications."
+msgstr "没别系统通知。"
 
-#: mod/profiles.php:725 src/Util/Temporal.php:149
-msgid "Age: "
-msgstr "年纪:"
+#: mod/ping.php:292
+msgid "{0} wants to be your friend"
+msgstr "{0}想成为您的朋友"
 
-#: mod/profiles.php:728
-msgid "Who: (if applicable)"
-msgstr "谁:(要是使用)"
+#: mod/ping.php:307
+msgid "{0} sent you a message"
+msgstr "{0}发给您一个通信"
 
-#: mod/profiles.php:728
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "比如:limou,李某,limou@example。com"
+#: mod/ping.php:322
+msgid "{0} requested registration"
+msgstr "{0}要求注册"
 
-#: mod/profiles.php:729
-msgid "Since [date]:"
-msgstr "追溯[日期]:"
+#: mod/poke.php:192
+msgid "Poke/Prod"
+msgstr ""
 
-#: mod/profiles.php:731
-msgid "Tell us about yourself..."
-msgstr "给我们自我介绍..."
+#: mod/poke.php:193
+msgid "poke, prod or do other things to somebody"
+msgstr "把人家戳或别的行动"
 
-#: mod/profiles.php:732
-msgid "XMPP (Jabber) address:"
-msgstr "XMPP (Jabber) 地址:"
+#: mod/poke.php:194
+msgid "Recipient"
+msgstr "接受者"
 
-#: mod/profiles.php:732
-msgid ""
-"The XMPP address will be propagated to your contacts so that they can follow"
-" you."
-msgstr "这个 XMPP 地址会被传播到你的联系人从而他们可以关注你。"
+#: mod/poke.php:195
+msgid "Choose what you wish to do to recipient"
+msgstr "选择您想把别人作"
 
-#: mod/profiles.php:733
-msgid "Homepage URL:"
-msgstr "主页URLï¼\9a"
+#: mod/poke.php:198
+msgid "Make this post private"
+msgstr "使è¿\99个æ\96\87ç« ç§\81人"
 
-#: mod/profiles.php:734 src/Model/Profile.php:790
-msgid "Hometown:"
-msgstr "故乡:"
+#: mod/subthread.php:113
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s关注着%2$s的%3$s"
 
-#: mod/profiles.php:735 src/Model/Profile.php:798
-msgid "Political Views:"
-msgstr "æ\94¿æ²»è§\82念ï¼\9a"
+#: mod/tagrm.php:47
+msgid "Tag removed"
+msgstr "æ \87ç­¾å\8e»é\99¤äº\86"
 
-#: mod/profiles.php:736
-msgid "Religious Views:"
-msgstr " 宗教信仰 :"
+#: mod/tagrm.php:85
+msgid "Remove Item Tag"
+msgstr "去除项目标签"
 
-#: mod/profiles.php:737
-msgid "Public Keywords:"
-msgstr "公开关键字 :"
+#: mod/tagrm.php:87
+msgid "Select a tag to remove: "
+msgstr "选择删除一个标签: "
 
-#: mod/profiles.php:737
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr "(用于建议可能的朋友们,会被别人看)"
+#: mod/tagrm.php:98 mod/delegate.php:177
+msgid "Remove"
+msgstr "移走"
 
-#: mod/profiles.php:738
-msgid "Private Keywords:"
-msgstr "私人关键字"
+#: mod/wall_upload.php:186 mod/photos.php:763 mod/photos.php:766
+#: mod/photos.php:795 mod/profile_photo.php:153
+#, php-format
+msgid "Image exceeds size limit of %s"
+msgstr "图片超过 %s 的大小限制"
 
-#: mod/profiles.php:738
-msgid "(Used for searching profiles, never shown to others)"
-msgstr "(用于搜索简介,没有给别人看)"
+#: mod/wall_upload.php:200 mod/photos.php:818 mod/profile_photo.php:162
+msgid "Unable to process image."
+msgstr "处理不了图像."
 
-#: mod/profiles.php:739 src/Model/Profile.php:814
-msgid "Likes:"
-msgstr "喜欢:"
+#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:953
+#: src/Object/Image.php:969 src/Object/Image.php:977 src/Object/Image.php:1002
+msgid "Wall Photos"
+msgstr "墙照片"
 
-#: mod/profiles.php:740 src/Model/Profile.php:818
-msgid "Dislikes:"
-msgstr "不喜欢:"
+#: mod/wall_upload.php:239 mod/photos.php:847 mod/profile_photo.php:307
+msgid "Image upload failed."
+msgstr "图像上载失败了."
 
-#: mod/profiles.php:741
-msgid "Musical interests"
-msgstr "音乐兴趣"
+#: mod/search.php:37 mod/network.php:194
+msgid "Remove term"
+msgstr "删除关键字"
 
-#: mod/profiles.php:742
-msgid "Books, literature"
-msgstr "书ï¼\8cæ\96\87å­¦"
+#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100
+msgid "Saved Searches"
+msgstr "ä¿\9då­\98ç\9a\84æ\90\9cç´¢"
 
-#: mod/profiles.php:743
-msgid "Television"
-msgstr "电视"
+#: mod/search.php:105
+msgid "Only logged in users are permitted to perform a search."
+msgstr "只有已登录的用户被允许进行搜索。"
 
-#: mod/profiles.php:744
-msgid "Film/dance/culture/entertainment"
-msgstr "电影/跳舞/文化/娱乐"
+#: mod/search.php:129
+msgid "Too Many Requests"
+msgstr "过多请求"
 
-#: mod/profiles.php:745
-msgid "Hobbies/Interests"
-msgstr "爱好/兴趣"
+#: mod/search.php:130
+msgid "Only one search per minute is permitted for not logged in users."
+msgstr "对未登录的用户,每分钟只允许一条搜索。"
 
-#: mod/profiles.php:746
-msgid "Love/romance"
-msgstr "爱情/浪漫"
+#: mod/search.php:228 mod/community.php:136
+msgid "No results."
+msgstr "没有结果。"
 
-#: mod/profiles.php:747
-msgid "Work/employment"
-msgstr "工作"
+#: mod/search.php:234
+#, php-format
+msgid "Items tagged with: %s"
+msgstr "项目标记为:%s"
 
-#: mod/profiles.php:748
-msgid "School/education"
-msgstr "学院/教育"
+#: mod/search.php:236 mod/contacts.php:819
+#, php-format
+msgid "Results for: %s"
+msgstr ""
 
-#: mod/profiles.php:749
-msgid "Contact information and Social Networks"
-msgstr "ç\86\9f人信æ\81¯å\92\8c社ä¼\9aå\8c\96ç½\91ç»\9c"
+#: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312
+msgid "Login"
+msgstr "ç\99»å½\95"
 
-#: mod/profiles.php:780 src/Model/Profile.php:389
-msgid "Profile Image"
-msgstr "简介图像"
+#: mod/bookmarklet.php:51
+msgid "The post was created"
+msgstr "文章创建了"
 
-#: mod/profiles.php:782 src/Model/Profile.php:392
-msgid "visible to everybody"
-msgstr "ç»\99æ\89\93å\81\87å\8f¯è§\81ç\9a\84"
+#: mod/community.php:46
+msgid "Community option not available."
+msgstr "社å\8cºé\80\89项ä¸\8då\8f¯ç\94¨ã\80\82"
 
-#: mod/profiles.php:789
-msgid "Edit/Manage Profiles"
-msgstr "编辑/管理简介"
+#: mod/community.php:63
+msgid "Not available."
+msgstr "不可用的"
 
-#: mod/profiles.php:790 src/Model/Profile.php:379 src/Model/Profile.php:401
-msgid "Change profile photo"
-msgstr "æ\8d¢ç®\80ä»\8bç\85§ç\89\87"
+#: mod/community.php:76
+msgid "Local Community"
+msgstr "æ\9c¬å\9c°ç¤¾å\8cº"
 
-#: mod/profiles.php:791 src/Model/Profile.php:380
-msgid "Create New Profile"
-msgstr "创建新的简介"
+#: mod/community.php:79
+msgid "Posts from local users on this server"
+msgstr ""
 
-#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83
-#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112
-#: mod/wall_upload.php:155 mod/wall_upload.php:158
-msgid "Invalid request."
-msgstr "无效请求。"
+#: mod/community.php:87
+msgid "Global Community"
+msgstr "全球社区"
 
-#: mod/wall_attach.php:101
-msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
-msgstr "不好意思,可能你上传的是PHP设置允许的大"
+#: mod/community.php:90
+msgid "Posts from users of the whole federated network"
+msgstr ""
 
-#: mod/wall_attach.php:101
-msgid "Or - did you try to upload an empty file?"
-msgstr "或者,你是不是上传空的文件?"
+#: mod/community.php:180
+msgid ""
+"This community stream shows all public posts received by this node. They may"
+" not reflect the opinions of this node’s users."
+msgstr ""
 
-#: mod/wall_attach.php:112
-#, php-format
-msgid "File exceeds size limit of %s"
-msgstr "文件超过了 %s 的大小限制"
+#: mod/editpost.php:25 mod/editpost.php:35
+msgid "Item not found"
+msgstr "项目没找到"
 
-#: mod/wall_attach.php:136 mod/wall_attach.php:152
-msgid "File upload failed."
-msgstr "文件上传失败。"
+#: mod/editpost.php:42
+msgid "Edit post"
+msgstr "编辑文章"
 
-#: mod/contacts.php:149
-#, php-format
-msgid "%d contact edited."
-msgid_plural "%d contacts edited."
-msgstr[0] "%d 个联系人被编辑了。"
+#: mod/editpost.php:134 src/Core/ACL.php:315
+msgid "CC: email addresses"
+msgstr "抄送: 电子邮件地址"
 
-#: mod/contacts.php:176 mod/contacts.php:392
-msgid "Could not access contact record."
-msgstr "æ\97 æ³\95访é\97®è\81\94系人记å½\95ã\80\82"
+#: mod/editpost.php:141 src/Core/ACL.php:316
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "æ¯\94å¦\82: li@example.com, wang@example.com"
 
-#: mod/contacts.php:186
-msgid "Could not locate selected profile."
-msgstr "æ\89¾ä¸\8då\88°é\80\89æ\8b©ç\9a\84ç®\80ä»\8bã\80\82"
+#: mod/feedtest.php:20
+msgid "You must be logged in to use this module"
+msgstr "æ\82¨å¿\85é¡»ç\99»å½\95æ\89\8dè\83½ä½¿ç\94¨æ­¤æ¨¡å\9d\97"
 
-#: mod/contacts.php:220
-msgid "Contact updated."
-msgstr "联系人更新了。"
+#: mod/feedtest.php:48
+msgid "Source URL"
+msgstr ""
 
-#: mod/contacts.php:222 mod/dfrn_request.php:419
-msgid "Failed to update contact record."
-msgstr "æ\9b´æ\96°è\81\94系人记å½\95失败。"
+#: mod/fsuggest.php:72
+msgid "Friend suggestion sent."
+msgstr "æ\9c\8bå\8f\8b建议å\8f\91é\80\81äº\86。"
 
-#: mod/contacts.php:413
-msgid "Contact has been blocked"
-msgstr "联系人已被屏蔽"
+#: mod/fsuggest.php:101
+msgid "Suggest Friends"
+msgstr "推荐的朋友们"
 
-#: mod/contacts.php:413
-msgid "Contact has been unblocked"
-msgstr "联系人已被解除屏蔽"
+#: mod/fsuggest.php:103
+#, php-format
+msgid "Suggest a friend for %s"
+msgstr "给 %s 推荐朋友"
 
-#: mod/contacts.php:424
-msgid "Contact has been ignored"
-msgstr "联系人已被忽视"
+#: mod/group.php:36
+msgid "Group created."
+msgstr "群组已创建。"
 
-#: mod/contacts.php:424
-msgid "Contact has been unignored"
-msgstr "联系人已被解除忽视"
+#: mod/group.php:42
+msgid "Could not create group."
+msgstr "无法创建群组。"
 
-#: mod/contacts.php:435
-msgid "Contact has been archived"
-msgstr "联系人已存档"
+#: mod/group.php:56 mod/group.php:157
+msgid "Group not found."
+msgstr "组找不到。"
 
-#: mod/contacts.php:435
-msgid "Contact has been unarchived"
-msgstr "联系人已被解除存档"
+#: mod/group.php:70
+msgid "Group name changed."
+msgstr "组名变化了。"
 
-#: mod/contacts.php:459
-msgid "Drop contact"
-msgstr ""
+#: mod/group.php:97
+msgid "Save Group"
+msgstr "保存组"
 
-#: mod/contacts.php:462 mod/contacts.php:814
-msgid "Do you really want to delete this contact?"
-msgstr "您真的想删除这个联系人吗?"
+#: mod/group.php:102
+msgid "Create a group of contacts/friends."
+msgstr "创建一组联系人/朋友。"
 
-#: mod/contacts.php:480
-msgid "Contact has been removed."
-msgstr "联系人被删除了。"
+#: mod/group.php:103 mod/group.php:199 src/Model/Group.php:408
+msgid "Group Name: "
+msgstr "组名:"
 
-#: mod/contacts.php:511
-#, php-format
-msgid "You are mutual friends with %s"
-msgstr "您和 %s 互为朋友"
+#: mod/group.php:127
+msgid "Group removed."
+msgstr "组删除了。"
 
-#: mod/contacts.php:515
-#, php-format
-msgid "You are sharing with %s"
-msgstr "你正在和 %s 分享"
+#: mod/group.php:129
+msgid "Unable to remove group."
+msgstr "不能删除组。"
 
-#: mod/contacts.php:519
-#, php-format
-msgid "%s is sharing with you"
-msgstr "%s 正在和你分享"
+#: mod/group.php:192
+msgid "Delete Group"
+msgstr "删除群组"
 
-#: mod/contacts.php:539
-msgid "Private communications are not available for this contact."
-msgstr "ç§\81人交æµ\81对è¿\99个è\81\94系人ä¸\8då\8f¯ç\94¨ã\80\82"
+#: mod/group.php:198
+msgid "Group Editor"
+msgstr "ç»\84ç¼\96è¾\91å\99¨"
 
-#: mod/contacts.php:541
-msgid "Never"
-msgstr "从未"
+#: mod/group.php:203
+msgid "Edit Group Name"
+msgstr "编辑群组名称"
 
-#: mod/contacts.php:544
-msgid "(Update was successful)"
-msgstr "(更新成功)"
+#: mod/group.php:213
+msgid "Members"
+msgstr "成员"
 
-#: mod/contacts.php:544
-msgid "(Update was not successful)"
-msgstr "(更新不成功)"
+#: mod/group.php:215 mod/contacts.php:719
+msgid "All Contacts"
+msgstr "所有联系人"
 
-#: mod/contacts.php:546 mod/contacts.php:976
-msgid "Suggest friends"
-msgstr "建议朋友们"
+#: mod/group.php:216 mod/network.php:639
+msgid "Group is empty"
+msgstr "组没有成员"
 
-#: mod/contacts.php:550
-#, php-format
-msgid "Network type: %s"
-msgstr "网络种类: %s"
+#: mod/group.php:229
+msgid "Remove Contact"
+msgstr "删除联系人"
 
-#: mod/contacts.php:555
-msgid "Communications lost with this contact!"
-msgstr "和这个联系人的通信断开了!"
+#: mod/group.php:253
+msgid "Add Contact"
+msgstr "添加联系人"
 
-#: mod/contacts.php:561
-msgid "Fetch further information for feeds"
-msgstr "æ\8b¿æ\96\87æº\90å\88«ç\9a\84æ¶\88æ\81¯"
+#: mod/item.php:114
+msgid "Unable to locate original post."
+msgstr "æ\89¾ä¸\8då\88°å½\93å\88\9dç\9a\84æ\96°é\97»"
 
-#: mod/contacts.php:563
+#: mod/item.php:274
+msgid "Empty post discarded."
+msgstr "空帖子被丢弃了。"
+
+#: mod/item.php:799
+#, php-format
 msgid ""
-"Fetch information like preview pictures, title and teaser from the feed "
-"item. You can activate this if the feed doesn't contain much text. Keywords "
-"are taken from the meta header in the feed item and are posted as hash tags."
-msgstr ""
+"This message was sent to you by %s, a member of the Friendica social "
+"network."
+msgstr "这个新闻是由%s,Friendica社会化网络成员之一,发给你。"
 
-#: mod/contacts.php:564 mod/admin.php:1190
-msgid "Disabled"
-msgstr "已停用"
+#: mod/item.php:801
+#, php-format
+msgid "You may visit them online at %s"
+msgstr "你可以网上拜访他在%s"
 
-#: mod/contacts.php:565
-msgid "Fetch information"
-msgstr "取消息"
+#: mod/item.php:802
+msgid ""
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
+msgstr "你不想受到这些新闻的话,请回答这个新闻给发者联系。"
 
-#: mod/contacts.php:566
-msgid "Fetch keywords"
-msgstr "获取关键字"
+#: mod/item.php:806
+#, php-format
+msgid "%s posted an update."
+msgstr "%s贴上一个新闻。"
 
-#: mod/contacts.php:567
-msgid "Fetch information and keywords"
-msgstr "取消息和关键词"
+#: mod/message.php:30 src/Content/Nav.php:198
+msgid "New Message"
+msgstr "新的消息"
 
-#: mod/contacts.php:599
-msgid "Contact"
-msgstr "联系人"
+#: mod/message.php:77
+msgid "Unable to locate contact information."
+msgstr "无法找到联系人信息。"
 
-#: mod/contacts.php:602
-msgid "Profile Visibility"
-msgstr "简历可见量"
+#: mod/message.php:112 src/Content/Nav.php:195 view/theme/frio/theme.php:268
+msgid "Messages"
+msgstr "消息"
 
-#: mod/contacts.php:603
-#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr "请选择简介您想给%s显示他安全地看您的简介的时候。"
+#: mod/message.php:136
+msgid "Do you really want to delete this message?"
+msgstr "您真的想删除这个通知吗?"
 
-#: mod/contacts.php:604
-msgid "Contact Information / Notes"
-msgstr "熟人信息/便条"
+#: mod/message.php:156
+msgid "Message deleted."
+msgstr "消息删除了。"
 
-#: mod/contacts.php:605
-msgid "Their personal note"
-msgstr ""
+#: mod/message.php:185
+msgid "Conversation removed."
+msgstr "交流删除了。"
 
-#: mod/contacts.php:607
-msgid "Edit contact notes"
-msgstr "编辑联系人便条"
+#: mod/message.php:291
+msgid "No messages."
+msgstr "没有消息"
 
-#: mod/contacts.php:611
-msgid "Block/Unblock contact"
-msgstr "屏蔽/解除屏蔽联系人"
+#: mod/message.php:330
+msgid "Message not available."
+msgstr "通信不可用的"
 
-#: mod/contacts.php:612
-msgid "Ignore contact"
-msgstr "忽ç\95¥è\81\94系人"
+#: mod/message.php:397
+msgid "Delete message"
+msgstr "å\88 é\99¤æ¶\88æ\81¯"
 
-#: mod/contacts.php:613
-msgid "Repair URL settings"
-msgstr "维修URL设置"
+#: mod/message.php:399 mod/message.php:500
+msgid "D, d M Y - g:i A"
+msgstr "D, d M Y - g:i A"
 
-#: mod/contacts.php:614
-msgid "View conversations"
-msgstr "看交流"
+#: mod/message.php:414 mod/message.php:497
+msgid "Delete conversation"
+msgstr "删除交谈"
 
-#: mod/contacts.php:619
-msgid "Last update:"
-msgstr "上个更新:"
+#: mod/message.php:416
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "没可用的安全交通。您<strong>可能</strong>会在发送人的简介页会回答。"
 
-#: mod/contacts.php:621
-msgid "Update public posts"
-msgstr "更新公开文章"
+#: mod/message.php:420
+msgid "Send Reply"
+msgstr "发回答"
 
-#: mod/contacts.php:623 mod/contacts.php:986
-msgid "Update now"
-msgstr "现在更新"
+#: mod/message.php:471
+#, php-format
+msgid "Unknown sender - %s"
+msgstr "生发送人-%s"
 
-#: mod/contacts.php:628 mod/contacts.php:818 mod/contacts.php:995
-#: mod/admin.php:434 mod/admin.php:1708
-msgid "Unblock"
-msgstr "解除屏蔽"
+#: mod/message.php:473
+#, php-format
+msgid "You and %s"
+msgstr "您和%s"
 
-#: mod/contacts.php:628 mod/contacts.php:818 mod/contacts.php:995
-#: mod/admin.php:433 mod/admin.php:1707
-msgid "Block"
-msgstr "屏蔽"
+#: mod/message.php:475
+#, php-format
+msgid "%s and You"
+msgstr "%s和您"
 
-#: mod/contacts.php:629 mod/contacts.php:819 mod/contacts.php:1003
-msgid "Unignore"
-msgstr "取消忽视"
+#: mod/message.php:503
+#, php-format
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] "%d通知"
 
-#: mod/contacts.php:633
-msgid "Currently blocked"
-msgstr "现在被封禁的"
+#: mod/network.php:202 src/Model/Group.php:400
+msgid "add"
+msgstr "添加"
 
-#: mod/contacts.php:634
-msgid "Currently ignored"
-msgstr "现在不理的"
+#: mod/network.php:547
+#, php-format
+msgid ""
+"Warning: This group contains %s member from a network that doesn't allow non"
+" public messages."
+msgid_plural ""
+"Warning: This group contains %s members from a network that doesn't allow "
+"non public messages."
+msgstr[0] "警告:这个组包含 %s 来自不允许非公开消息的网络的成员。"
 
-#: mod/contacts.php:635
-msgid "Currently archived"
-msgstr "当前已存档"
+#: mod/network.php:550
+msgid "Messages in this group won't be send to these receivers."
+msgstr "这个组中的消息不会被发送至这些接收者。"
 
-#: mod/contacts.php:636
-msgid "Awaiting connection acknowledge"
-msgstr "等待连接确认"
+#: mod/network.php:618
+msgid "No such group"
+msgstr "没有这个组"
 
-#: mod/contacts.php:637
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr "回答/喜欢关您公开文章<strong>会</strong>还可见的"
+#: mod/network.php:643
+#, php-format
+msgid "Group: %s"
+msgstr "组:%s"
 
-#: mod/contacts.php:638
-msgid "Notification for new posts"
-msgstr "新消息提示"
+#: mod/network.php:669
+msgid "Private messages to this person are at risk of public disclosure."
+msgstr "私人通信给这个人回被公开。"
 
-#: mod/contacts.php:638
-msgid "Send a notification of every new post of this contact"
-msgstr "发送这个联系人的每篇新文章的通知"
+#: mod/network.php:672
+msgid "Invalid contact."
+msgstr "无效的联系人。"
 
-#: mod/contacts.php:641
-msgid "Blacklisted keywords"
-msgstr "黑名单关键词"
+#: mod/network.php:921
+msgid "Commented Order"
+msgstr "评论时间顺序"
 
-#: mod/contacts.php:641
-msgid ""
-"Comma separated list of keywords that should not be converted to hashtags, "
-"when \"Fetch information and keywords\" is selected"
-msgstr "逗号分的关键词不应该翻译成主题标签,如果“取消息和关键词”选择的。"
+#: mod/network.php:924
+msgid "Sort by Comment Date"
+msgstr "按评论日期顺序排列"
 
-#: mod/contacts.php:653 src/Model/Profile.php:424
-msgid "XMPP:"
-msgstr "XMPP:"
+#: mod/network.php:929
+msgid "Posted Order"
+msgstr "发布时间顺序"
 
-#: mod/contacts.php:658
-msgid "Actions"
-msgstr ""
+#: mod/network.php:932
+msgid "Sort by Post Date"
+msgstr "按发布日期顺序排列"
 
-#: mod/contacts.php:660 mod/contacts.php:846 view/theme/frio/theme.php:259
-#: src/Content/Nav.php:100 src/Model/Profile.php:888
-msgid "Status"
-msgstr "ç\8a¶æ\80\81"
+#: mod/network.php:940 mod/profiles.php:687
+#: src/Core/NotificationsManager.php:185
+msgid "Personal"
+msgstr "ç§\81人"
 
-#: mod/contacts.php:661
-msgid "Contact Settings"
-msgstr "联系人设置"
+#: mod/network.php:943
+msgid "Posts that mention or involve you"
+msgstr "提及你或你参与的文章"
 
-#: mod/contacts.php:702
-msgid "Suggestions"
-msgstr "建议"
+#: mod/network.php:951
+msgid "New"
+msgstr ""
 
-#: mod/contacts.php:705
-msgid "Suggest potential friends"
-msgstr "建议潜在朋友们"
+#: mod/network.php:954
+msgid "Activity Stream - by date"
+msgstr "活动流-按日期"
 
-#: mod/contacts.php:710 mod/group.php:216
-msgid "All Contacts"
-msgstr "所有联系人"
+#: mod/network.php:962
+msgid "Shared Links"
+msgstr "共享的链接"
 
-#: mod/contacts.php:713
-msgid "Show all contacts"
-msgstr "æ\98¾ç¤ºæ\89\80æ\9c\89ç\9a\84è\81\94系人"
+#: mod/network.php:965
+msgid "Interesting Links"
+msgstr "æ\9c\89æ\84\8fæ\80\9dç\9a\84è¶\85é\93¾æ\8e¥"
 
-#: mod/contacts.php:718
-msgid "Unblocked"
-msgstr "未屏蔽的"
+#: mod/network.php:973
+msgid "Starred"
+msgstr "被星"
 
-#: mod/contacts.php:721
-msgid "Only show unblocked contacts"
-msgstr "只显示没被屏蔽的联系人"
+#: mod/network.php:976
+msgid "Favourite Posts"
+msgstr "最喜欢的文章"
 
-#: mod/contacts.php:726
-msgid "Blocked"
-msgstr "被屏蔽的"
+#: mod/notes.php:52 src/Model/Profile.php:946
+msgid "Personal Notes"
+msgstr "私人便条"
 
-#: mod/contacts.php:729
-msgid "Only show blocked contacts"
-msgstr "只显示被屏蔽的联系人"
+#: mod/oexchange.php:30
+msgid "Post successful."
+msgstr "评论发表了。"
 
-#: mod/contacts.php:734
-msgid "Ignored"
-msgstr "忽视的"
+#: mod/photos.php:108 src/Model/Profile.php:907
+msgid "Photo Albums"
+msgstr "相册"
 
-#: mod/contacts.php:737
-msgid "Only show ignored contacts"
-msgstr "只显示忽略的联系人"
+#: mod/photos.php:109 mod/photos.php:1713
+msgid "Recent Photos"
+msgstr "最近的照片"
 
-#: mod/contacts.php:742
-msgid "Archived"
-msgstr "已存档"
+#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715
+msgid "Upload New Photos"
+msgstr "上传新照片"
 
-#: mod/contacts.php:745
-msgid "Only show archived contacts"
-msgstr "只显示已存档联系人"
+#: mod/photos.php:126 mod/settings.php:50
+msgid "everybody"
+msgstr "人"
 
-#: mod/contacts.php:750
-msgid "Hidden"
-msgstr "隐藏的"
+#: mod/photos.php:184
+msgid "Contact information unavailable"
+msgstr "联系人信息不可用"
 
-#: mod/contacts.php:753
-msgid "Only show hidden contacts"
-msgstr "å\8fªæ\98¾ç¤ºé\9a\90è\97\8fç\9a\84è\81\94系人"
+#: mod/photos.php:204
+msgid "Album not found."
+msgstr "å\8f\96å\9b\9eä¸\8däº\86ç\9b¸å\86\8c."
 
-#: mod/contacts.php:809
-msgid "Search your contacts"
-msgstr "搜索您的联系人"
+#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161
+msgid "Delete Album"
+msgstr "删除相册"
 
-#: mod/contacts.php:810 mod/search.php:236
-#, php-format
-msgid "Results for: %s"
-msgstr ""
+#: mod/photos.php:243
+msgid "Do you really want to delete this photo album and all its photos?"
+msgstr "您真的想删除这个相册和所有里面的照相吗?"
 
-#: mod/contacts.php:811 mod/directory.php:210 src/Content/Widget.php:63
-msgid "Find"
-msgstr "搜索"
+#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446
+msgid "Delete Photo"
+msgstr "删除照片"
 
-#: mod/contacts.php:817 mod/settings.php:169 mod/settings.php:705
-msgid "Update"
-msgstr "æ\9b´æ\96°"
+#: mod/photos.php:319
+msgid "Do you really want to delete this photo?"
+msgstr "æ\82¨ç\9c\9fç\9a\84æ\83³å\88 é\99¤è¿\99个ç\85§ç\9b¸å\90\97ï¼\9f"
 
-#: mod/contacts.php:820 mod/contacts.php:1011
-msgid "Archive"
-msgstr "存档"
+#: mod/photos.php:667
+msgid "a photo"
+msgstr "一张照片"
 
-#: mod/contacts.php:820 mod/contacts.php:1011
-msgid "Unarchive"
-msgstr "从存档拿来"
+#: mod/photos.php:667
+#, php-format
+msgid "%1$s was tagged in %2$s by %3$s"
+msgstr "%1$s被%3$s标签在%2$s"
 
-#: mod/contacts.php:823
-msgid "Batch Actions"
-msgstr "批量操作"
+#: mod/photos.php:769
+msgid "Image upload didn't complete, please try again"
+msgstr "图片上传未完成,请重试"
 
-#: mod/contacts.php:857 src/Model/Profile.php:899
-msgid "Profile Details"
-msgstr "ç®\80ä»\8bå\86\85容"
+#: mod/photos.php:772
+msgid "Image file is missing"
+msgstr "缺å°\91å\9b¾ç\89\87æ\96\87件"
 
-#: mod/contacts.php:869
-msgid "View all contacts"
-msgstr "查看所有联系人"
+#: mod/photos.php:777
+msgid ""
+"Server can't accept new file upload at this time, please contact your "
+"administrator"
+msgstr "服务器目前无法接受新的上传文件,请联系您的管理员"
 
-#: mod/contacts.php:880
-msgid "View all common friends"
-msgstr "查看所有公共好友"
+#: mod/photos.php:803
+msgid "Image file is empty."
+msgstr "图片文件空的。"
 
-#: mod/contacts.php:886 mod/admin.php:1269 mod/events.php:535
-#: src/Model/Profile.php:865
-msgid "Advanced"
-msgstr "高级"
+#: mod/photos.php:940
+msgid "No photos selected"
+msgstr "没有照片挑选了"
 
-#: mod/contacts.php:889
-msgid "Advanced Contact Settings"
-msgstr "高级联系人设置"
+#: mod/photos.php:1036 mod/videos.php:309
+msgid "Access to this item is restricted."
+msgstr "这个项目使用权限的。"
 
-#: mod/contacts.php:921
-msgid "Mutual Friendship"
-msgstr "共同友谊"
+#: mod/photos.php:1090
+msgid "Upload Photos"
+msgstr "上传照片"
 
-#: mod/contacts.php:925
-msgid "is a fan of yours"
-msgstr "æ\98¯ä½ ç\9a\84ç²\89ä¸\9d"
+#: mod/photos.php:1094 mod/photos.php:1156
+msgid "New album name: "
+msgstr "æ\96°å\86\8cå\90\8dï¼\9a"
 
-#: mod/contacts.php:929
-msgid "you are a fan of"
-msgstr "æ\82¨å·²å\85³æ³¨"
+#: mod/photos.php:1095
+msgid "or existing album name: "
+msgstr "æ\88\96ç\8e°æ\9c\89å\86\8cå\90\8d"
 
-#: mod/contacts.php:997
-msgid "Toggle Blocked status"
-msgstr "å\88\87æ\8d¢å±\8fè\94½ç\8a¶æ\80\81"
+#: mod/photos.php:1096
+msgid "Do not show a status post for this upload"
+msgstr "å\88«æ\98¾ç¤ºç\8e°ç\8a¶æ\8a¥å\88°å\85³äº\8eè¿\99个ä¸\8aä¼ "
 
-#: mod/contacts.php:1005
-msgid "Toggle Ignored status"
-msgstr "交替忽视现状"
+#: mod/photos.php:1098 mod/photos.php:1441 mod/events.php:533
+#: src/Core/ACL.php:318
+msgid "Permissions"
+msgstr "权限"
 
-#: mod/contacts.php:1013
-msgid "Toggle Archive status"
-msgstr "交替档案现状"
+#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1229
+msgid "Show to Groups"
+msgstr "给组表示"
 
-#: mod/contacts.php:1021
-msgid "Delete contact"
-msgstr "å\88 é\99¤联系人"
+#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1230
+msgid "Show to Contacts"
+msgstr "å±\95示ç»\99联系人"
 
-#: mod/delegate.php:142
-msgid "No parent user"
-msgstr ""
+#: mod/photos.php:1167
+msgid "Edit Album"
+msgstr "编照片册"
+
+#: mod/photos.php:1172
+msgid "Show Newest First"
+msgstr "先表示最新的"
 
-#: mod/delegate.php:158
-msgid "Parent User"
-msgstr ""
+#: mod/photos.php:1174
+msgid "Show Oldest First"
+msgstr "先表示最老的"
 
-#: mod/delegate.php:160
-msgid ""
-"Parent users have total control about this account, including the account "
-"settings. Please double check whom you give this access."
-msgstr ""
+#: mod/photos.php:1195 mod/photos.php:1698
+msgid "View Photo"
+msgstr "看照片"
 
-#: mod/delegate.php:161 mod/admin.php:1264 mod/admin.php:1873
-#: mod/admin.php:2126 mod/admin.php:2200 mod/admin.php:2347
-#: mod/settings.php:679 mod/settings.php:788 mod/settings.php:874
-#: mod/settings.php:963 mod/settings.php:1198
-msgid "Save Settings"
-msgstr "保存设置"
+#: mod/photos.php:1236
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "无权利。用这个项目可能受限制。"
 
-#: mod/delegate.php:162 src/Content/Nav.php:204
-msgid "Delegate Page Management"
-msgstr "页代表管理"
+#: mod/photos.php:1238
+msgid "Photo not available"
+msgstr "不可获得的照片"
 
-#: mod/delegate.php:163
-msgid "Delegates"
-msgstr ""
+#: mod/photos.php:1301
+msgid "View photo"
+msgstr "看照片"
 
-#: mod/delegate.php:165
-msgid ""
-"Delegates are able to manage all aspects of this account/page except for "
-"basic account settings. Please do not delegate your personal account to "
-"anybody that you do not trust completely."
-msgstr "代表会管理所有的方面这个账户/页除了基础账户配置以外。请别代表您私人账户给您没完全信的人。"
+#: mod/photos.php:1301
+msgid "Edit photo"
+msgstr "编辑照片"
 
-#: mod/delegate.php:166
-msgid "Existing Page Managers"
-msgstr "ç\9b®å\89\8d页管ç\90\86å\91\98"
+#: mod/photos.php:1302
+msgid "Use as profile photo"
+msgstr "ç\94¨ä¸ºèµ\84æ\96\99å\9b¾"
 
-#: mod/delegate.php:168
-msgid "Existing Page Delegates"
-msgstr "ç\9b®å\89\8d页代表"
+#: mod/photos.php:1308 src/Object/Post.php:149
+msgid "Private Message"
+msgstr "ç§\81人ç\9a\84æ\96°é\97»"
 
-#: mod/delegate.php:170
-msgid "Potential Delegates"
-msgstr "潜力的代表"
+#: mod/photos.php:1327
+msgid "View Full Size"
+msgstr "看全尺寸"
 
-#: mod/delegate.php:172 mod/tagrm.php:98
-msgid "Remove"
-msgstr "移走"
+#: mod/photos.php:1414
+msgid "Tags: "
+msgstr "标签:"
 
-#: mod/delegate.php:173
-msgid "Add"
-msgstr ""
+#: mod/photos.php:1417
+msgid "[Remove any tag]"
+msgstr "[删除任何标签]"
 
-#: mod/delegate.php:174
-msgid "No entries."
-msgstr "没æ\9c\89项ç\9b®ã\80\82"
+#: mod/photos.php:1432
+msgid "New album name"
+msgstr "æ\96°å\86\8cå\90\8d"
 
-#: mod/dfrn_request.php:94
-msgid "This introduction has already been accepted."
-msgstr "这个介绍已经接受了。"
+#: mod/photos.php:1433
+msgid "Caption"
+msgstr "字幕"
 
-#: mod/dfrn_request.php:112 mod/dfrn_request.php:359
-msgid "Profile location is not valid or does not contain profile information."
-msgstr "简介位置失效或不包含简介信息。"
+#: mod/photos.php:1434
+msgid "Add a Tag"
+msgstr "加标签"
 
-#: mod/dfrn_request.php:116 mod/dfrn_request.php:363
-msgid "Warning: profile location has no identifiable owner name."
-msgstr "警告:简介位置没有可设别的主名。"
+#: mod/photos.php:1434
+msgid ""
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "例子:@zhang, @Zhang_San, @li@example.com, #Beijing, #ktv"
 
-#: mod/dfrn_request.php:119 mod/dfrn_request.php:366
-msgid "Warning: profile location has no profile photo."
-msgstr "警告:简介位置没有简介图。"
+#: mod/photos.php:1435
+msgid "Do not rotate"
+msgstr "不要旋转"
 
-#: mod/dfrn_request.php:123 mod/dfrn_request.php:370
-#, php-format
-msgid "%d required parameter was not found at the given location"
-msgid_plural "%d required parameters were not found at the given location"
-msgstr[0] "%d需要的参数没找到在输入的位置。"
+#: mod/photos.php:1436
+msgid "Rotate CW (right)"
+msgstr "顺时针地转动(左)"
 
-#: mod/dfrn_request.php:162
-msgid "Introduction complete."
-msgstr "介绍完成的。"
+#: mod/photos.php:1437
+msgid "Rotate CCW (left)"
+msgstr "反顺时针地转动(右)"
 
-#: mod/dfrn_request.php:199
-msgid "Unrecoverable protocol error."
-msgstr "不能恢复的协议错误"
+#: mod/photos.php:1471 src/Object/Post.php:296
+msgid "I like this (toggle)"
+msgstr "我喜欢这(交替)"
 
-#: mod/dfrn_request.php:226
-msgid "Profile unavailable."
-msgstr "简介无效"
+#: mod/photos.php:1472 src/Object/Post.php:297
+msgid "I don't like this (toggle)"
+msgstr "我不喜欢这(交替)"
 
-#: mod/dfrn_request.php:248
-#, php-format
-msgid "%s has received too many connection requests today."
-msgstr "%s今天已经受到了太多联络要求"
+#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600
+#: mod/contacts.php:953 src/Object/Post.php:793
+msgid "This is you"
+msgstr "这是你"
 
-#: mod/dfrn_request.php:249
-msgid "Spam protection measures have been invoked."
-msgstr "垃圾保护措施被用了。"
+#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602
+#: src/Object/Post.php:399 src/Object/Post.php:795
+msgid "Comment"
+msgstr "评论"
 
-#: mod/dfrn_request.php:250
-msgid "Friends are advised to please try again in 24 hours."
-msgstr "朋友们被建议请24小时后再试。"
+#: mod/photos.php:1634
+msgid "Map"
+msgstr "地图"
 
-#: mod/dfrn_request.php:280
-msgid "Invalid locator"
-msgstr "无效找到物"
+#: mod/photos.php:1704 mod/videos.php:387
+msgid "View Album"
+msgstr "看照片册"
 
-#: mod/dfrn_request.php:316
-msgid "You have already introduced yourself here."
-msgstr "您已经自我介绍这儿。"
+#: mod/profile.php:37 src/Model/Profile.php:118
+msgid "Requested profile is not available."
+msgstr "要求的简介联系不上的。"
 
-#: mod/dfrn_request.php:319
+#: mod/profile.php:78 src/Protocol/OStatus.php:1252
 #, php-format
-msgid "Apparently you are already friends with %s."
-msgstr "看上去您已经是%s的朋友。"
+msgid "%s's posts"
+msgstr "%s的帖子"
 
-#: mod/dfrn_request.php:339
-msgid "Invalid profile URL."
-msgstr "无效的简介URL。"
+#: mod/profile.php:79 src/Protocol/OStatus.php:1253
+#, php-format
+msgid "%s's comments"
+msgstr "%s 的评论"
 
-#: mod/dfrn_request.php:345 src/Model/Contact.php:1137
-msgid "Disallowed profile URL."
-msgstr "不允许的简介地址."
+#: mod/profile.php:80 src/Protocol/OStatus.php:1251
+#, php-format
+msgid "%s's timeline"
+msgstr "%s 的时间线"
 
-#: mod/dfrn_request.php:439
-msgid "Your introduction has been sent."
-msgstr "您的介绍发布了。"
+#: mod/profile.php:173 mod/display.php:313 mod/cal.php:142
+msgid "Access to this profile has been restricted."
+msgstr "使用权这个简介被限制了."
 
-#: mod/dfrn_request.php:477
-msgid ""
-"Remote subscription can't be done for your network. Please subscribe "
-"directly on your system."
-msgstr "无法为您的网络完成远程订阅。请直接在您的系统上订阅。"
+#: mod/profile.php:194
+msgid "Tips for New Members"
+msgstr "新人建议"
 
-#: mod/dfrn_request.php:493
-msgid "Please login to confirm introduction."
-msgstr "请登录以确认介绍。"
+#: mod/videos.php:139
+msgid "Do you really want to delete this video?"
+msgstr "你真的想删除这个视频吗?"
 
-#: mod/dfrn_request.php:501
-msgid ""
-"Incorrect identity currently logged in. Please login to "
-"<strong>this</strong> profile."
-msgstr "当前登录的身份不正确。请登录到<strong>这个</strong>用户。"
+#: mod/videos.php:144
+msgid "Delete Video"
+msgstr "删除视频"
 
-#: mod/dfrn_request.php:515 mod/dfrn_request.php:532
-msgid "Confirm"
-msgstr "确认"
+#: mod/videos.php:207
+msgid "No videos selected"
+msgstr "没有视频被选择"
 
-#: mod/dfrn_request.php:527
-msgid "Hide this contact"
-msgstr "隐藏这个联系人"
+#: mod/videos.php:396
+msgid "Recent Videos"
+msgstr "最近的视频"
 
-#: mod/dfrn_request.php:530
-#, php-format
-msgid "Welcome home %s."
-msgstr "欢迎%s。"
+#: mod/videos.php:398
+msgid "Upload New Videos"
+msgstr "上传新视频"
 
-#: mod/dfrn_request.php:531
-#, php-format
-msgid "Please confirm your introduction/connection request to %s."
-msgstr "请确认您的介绍/联络要求给%s。"
+#: mod/delegate.php:37
+msgid "Parent user not found."
+msgstr "未找到家长账户。"
 
-#: mod/dfrn_request.php:607 mod/probe.php:13 mod/search.php:98
-#: mod/search.php:104 mod/viewcontacts.php:45 mod/webfinger.php:16
-#: mod/community.php:25 mod/directory.php:42 mod/display.php:201
-#: mod/photos.php:932 mod/videos.php:200
-msgid "Public access denied."
-msgstr "拒绝公开访问"
+#: mod/delegate.php:144
+msgid "No parent user"
+msgstr "无家长账户"
 
-#: mod/dfrn_request.php:642
-msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"communications networks:"
-msgstr "请从以下支持的通信网络之一输入你的 “身份地址”:"
+#: mod/delegate.php:159
+msgid "Parent Password:"
+msgstr "家长密码:"
 
-#: mod/dfrn_request.php:645
-#, php-format
+#: mod/delegate.php:159
 msgid ""
-"If you are not yet a member of the free social web, <a href=\"%s\">follow "
-"this link to find a public Friendica site and join us today</a>."
-msgstr ""
+"Please enter the password of the parent account to legitimize your request."
+msgstr "请为家长账户设置密码以使您的请求有效化。"
 
-#: mod/dfrn_request.php:650
-msgid "Friend/Connection Request"
-msgstr "朋友/连接请求"
+#: mod/delegate.php:164
+msgid "Parent User"
+msgstr "家长账户"
 
-#: mod/dfrn_request.php:651
+#: mod/delegate.php:167
 msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@gnusocial.de"
+"Parent users have total control about this account, including the account "
+"settings. Please double check whom you give this access."
 msgstr ""
 
-#: mod/dfrn_request.php:652 mod/follow.php:147
-msgid "Please answer the following:"
-msgstr "请回答下述的:"
-
-#: mod/dfrn_request.php:653 mod/follow.php:148
-#, php-format
-msgid "Does %s know you?"
-msgstr "%s是否认识你?"
-
-#: mod/dfrn_request.php:654 mod/follow.php:149
-msgid "Add a personal note:"
-msgstr "添加一个个人便条:"
-
-#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79
-msgid "Friendica"
-msgstr "Friendica"
+#: mod/delegate.php:168 mod/admin.php:307 mod/admin.php:1346
+#: mod/admin.php:1965 mod/admin.php:2218 mod/admin.php:2292 mod/admin.php:2439
+#: mod/settings.php:675 mod/settings.php:784 mod/settings.php:872
+#: mod/settings.php:961 mod/settings.php:1194
+msgid "Save Settings"
+msgstr "保存设置"
 
-#: mod/dfrn_request.php:657
-msgid "GNU Social (Pleroma, Mastodon)"
-msgstr "GNU Social (Pleroma, Mastodon)"
+#: mod/delegate.php:169 src/Content/Nav.php:204
+msgid "Delegate Page Management"
+msgstr "页代表管理"
 
-#: mod/dfrn_request.php:658
-msgid "Diaspora (Socialhome, Hubzilla)"
-msgstr "Diaspora (Socialhome, Hubzilla)"
+#: mod/delegate.php:170
+msgid "Delegates"
+msgstr "代表"
 
-#: mod/dfrn_request.php:659
-#, php-format
+#: mod/delegate.php:172
 msgid ""
-" - please do not use this form.  Instead, enter %s into your Diaspora search"
-" bar."
-msgstr " - 请别用这个表格。而是在你的 Diaspora 搜索栏输入 %s."
+"Delegates are able to manage all aspects of this account/page except for "
+"basic account settings. Please do not delegate your personal account to "
+"anybody that you do not trust completely."
+msgstr "代表会管理所有的方面这个账户/页除了基础账户配置以外。请别代表您私人账户给您没完全信的人。"
 
-#: mod/filer.php:34
-msgid "- select -"
-msgstr "-选择-"
+#: mod/delegate.php:173
+msgid "Existing Page Delegates"
+msgstr "目前页代表"
 
-#: mod/follow.php:44
-msgid "The contact could not be added."
-msgstr "æ\97 æ³\95æ·»å\8a æ­¤è\81\94系人ã\80\82"
+#: mod/delegate.php:175
+msgid "Potential Delegates"
+msgstr "æ½\9cå\8a\9bç\9a\84代表"
 
-#: mod/follow.php:72
-msgid "You already added this contact."
-msgstr "您已添加此联系人。"
+#: mod/delegate.php:178
+msgid "Add"
+msgstr ""
 
-#: mod/follow.php:81
-msgid "Diaspora support isn't enabled. Contact can't be added."
-msgstr "Diaspora 支持没被启用。无法添加联系人。"
+#: mod/delegate.php:179
+msgid "No entries."
+msgstr "没有项目。"
 
-#: mod/follow.php:88
-msgid "OStatus support is disabled. Contact can't be added."
-msgstr "OStatus 支持没被启用。无法添加联系人。"
+#: mod/dirfind.php:49
+#, php-format
+msgid "People Search - %s"
+msgstr "搜索人 - %s"
 
-#: mod/follow.php:95
-msgid "The network type couldn't be detected. Contact can't be added."
-msgstr "网络类型无法被检测。无法添加联系人。"
+#: mod/dirfind.php:60
+#, php-format
+msgid "Forum Search - %s"
+msgstr "搜索论坛 - %s"
 
 #: mod/install.php:114
 msgid "Friendica Communications Server - Setup"
@@ -3451,7 +3303,7 @@ msgid ""
 "or mysql."
 msgstr "您可能要手工地进口文件「database.sql」用phpmyadmin或mysql。"
 
-#: mod/install.php:136 mod/install.php:208 mod/install.php:553
+#: mod/install.php:136 mod/install.php:208 mod/install.php:558
 msgid "Please see the file \"INSTALL.txt\"."
 msgstr "请看文件「INSTALL.txt」"
 
@@ -3463,6 +3315,10 @@ msgstr "数据库已经被使用。"
 msgid "System check"
 msgstr "系统检测"
 
+#: mod/install.php:209 mod/cal.php:277 mod/events.php:395
+msgid "Next"
+msgstr "下"
+
 #: mod/install.php:210
 msgid "Check again"
 msgstr "再检测"
@@ -3630,147 +3486,155 @@ msgid "XML PHP module"
 msgstr "XML PHP 模块"
 
 #: mod/install.php:400
-msgid "iconv module"
-msgstr "iconv 模块"
+msgid "iconv PHP module"
+msgstr "iconv PHP 模块"
 
-#: mod/install.php:404 mod/install.php:406
+#: mod/install.php:401
+msgid "POSIX PHP module"
+msgstr "POSIX PHP 模块"
+
+#: mod/install.php:405 mod/install.php:407
 msgid "Apache mod_rewrite module"
 msgstr "Apache mod_rewrite部件"
 
-#: mod/install.php:404
+#: mod/install.php:405
 msgid ""
 "Error: Apache webserver mod-rewrite module is required but not installed."
 msgstr "错误:Apache服务器的mod-rewrite模块是必要的可却不安装的。"
 
-#: mod/install.php:412
+#: mod/install.php:413
 msgid "Error: libCURL PHP module required but not installed."
 msgstr "错误:libCurl PHP模块是必要的可却不安装的。"
 
-#: mod/install.php:416
+#: mod/install.php:417
 msgid ""
 "Error: GD graphics PHP module with JPEG support required but not installed."
 msgstr "错误:GD显示PHP模块跟JPEG支持是必要的可却安装的。"
 
-#: mod/install.php:420
+#: mod/install.php:421
 msgid "Error: openssl PHP module required but not installed."
 msgstr "错误:openssl PHP模块是必要的可却不安装的。"
 
-#: mod/install.php:424
+#: mod/install.php:425
 msgid "Error: PDO or MySQLi PHP module required but not installed."
 msgstr ""
 
-#: mod/install.php:428
+#: mod/install.php:429
 msgid "Error: The MySQL driver for PDO is not installed."
-msgstr ""
+msgstr "错误:MySQL 的 PHP 数据对象 (PDO) 扩展驱动未安装。"
 
-#: mod/install.php:432
+#: mod/install.php:433
 msgid "Error: mb_string PHP module required but not installed."
 msgstr "错误:mbstring PHP模块必要可没安装的。"
 
-#: mod/install.php:436
+#: mod/install.php:437
 msgid "Error: iconv PHP module required but not installed."
 msgstr "错误:需要 iconv PHP 模块但它并没有被安装。"
 
-#: mod/install.php:446
+#: mod/install.php:441
+msgid "Error: POSIX PHP module required but not installed."
+msgstr ""
+
+#: mod/install.php:451
 msgid "Error, XML PHP module required but not installed."
 msgstr "部件错误,需要 XML PHP 模块但它并没有被安装。"
 
-#: mod/install.php:458
+#: mod/install.php:463
 msgid ""
 "The web installer needs to be able to create a file called \".htconfig.php\""
 " in the top folder of your web server and it is unable to do so."
 msgstr "网页安装器要创建一个叫 \".htconfig.php\" 的文件在你的 web 服务器的顶层目录下,但无法这么做。"
 
-#: mod/install.php:459
+#: mod/install.php:464
 msgid ""
 "This is most often a permission setting, as the web server may not be able "
 "to write files in your folder - even if you can."
 msgstr "这常常是一个权设置,因为网服务器可能不会写文件在文件夹-即使您会。"
 
-#: mod/install.php:460
+#: mod/install.php:465
 msgid ""
 "At the end of this procedure, we will give you a text to save in a file "
 "named .htconfig.php in your Friendica top folder."
 msgstr "这个步骤头,我们给您正文要保存在叫.htconfig.php的文件在您Friendica主文件夹。"
 
-#: mod/install.php:461
+#: mod/install.php:466
 msgid ""
 "You can alternatively skip this procedure and perform a manual installation."
 " Please see the file \"INSTALL.txt\" for instructions."
 msgstr "或者您会这个步骤不做还是实行手动的安装。请看INSTALL.txt文件为说明。"
 
-#: mod/install.php:464
+#: mod/install.php:469
 msgid ".htconfig.php is writable"
 msgstr ".htconfig.php是可写的"
 
-#: mod/install.php:474
+#: mod/install.php:479
 msgid ""
 "Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
 "compiles templates to PHP to speed up rendering."
 msgstr "Friendica用Smarty3模板机车为建筑网页。Smarty3把模板编译成PHP为催建筑网页。"
 
-#: mod/install.php:475
+#: mod/install.php:480
 msgid ""
 "In order to store these compiled templates, the web server needs to have "
 "write access to the directory view/smarty3/ under the Friendica top level "
 "folder."
 msgstr "为了保存这些模板,网服务器要写权利于view/smarty3/目录在Friendica主目录下。"
 
-#: mod/install.php:476
+#: mod/install.php:481
 msgid ""
 "Please ensure that the user that your web server runs as (e.g. www-data) has"
 " write access to this folder."
 msgstr "请保险您网服务器用户(比如www-data)有这个目录的写权利。"
 
-#: mod/install.php:477
+#: mod/install.php:482
 msgid ""
 "Note: as a security measure, you should give the web server write access to "
 "view/smarty3/ only--not the template files (.tpl) that it contains."
 msgstr "注意:为了安全,您应该只给网服务器写权利于view/smarty3/-没有模板文件(.tpl)之下。"
 
-#: mod/install.php:480
+#: mod/install.php:485
 msgid "view/smarty3 is writable"
 msgstr "能写view/smarty3"
 
-#: mod/install.php:496
+#: mod/install.php:501
 msgid ""
 "Url rewrite in .htaccess is not working. Check your server configuration."
 msgstr "在 .htaccess 中的 URL 重写不工作。请检查你的服务器配置。"
 
-#: mod/install.php:498
+#: mod/install.php:503
 msgid "Url rewrite is working"
 msgstr "URL改写发挥机能"
 
-#: mod/install.php:517
+#: mod/install.php:522
 msgid "ImageMagick PHP extension is not installed"
 msgstr "ImageMagick PHP 扩展没有安装"
 
-#: mod/install.php:519
+#: mod/install.php:524
 msgid "ImageMagick PHP extension is installed"
 msgstr "ImageMagick PHP 扩展已安装"
 
-#: mod/install.php:521
+#: mod/install.php:526
 msgid "ImageMagick supports GIF"
 msgstr "ImageMagick 支持 GIF"
 
-#: mod/install.php:528
+#: mod/install.php:533
 msgid ""
 "The database configuration file \".htconfig.php\" could not be written. "
 "Please use the enclosed text to create a configuration file in your web "
 "server root."
 msgstr "数据库配置文件 \".htconfig.php\" 无法被写入。请在 web 服务器根目录下使用附上的文字创建一个配置文件。"
 
-#: mod/install.php:551
+#: mod/install.php:556
 msgid "<h1>What next</h1>"
 msgstr "<h1>下步是什么</h1>"
 
-#: mod/install.php:552
+#: mod/install.php:557
 msgid ""
 "IMPORTANT: You will need to [manually] setup a scheduled task for the "
 "worker."
 msgstr ""
 
-#: mod/install.php:555
+#: mod/install.php:560
 #, php-format
 msgid ""
 "Go to your new Friendica node <a href=\"%s/register\">registration page</a> "
@@ -3778,3339 +3642,3621 @@ msgid ""
 " administrator email. This will allow you to enter the site admin panel."
 msgstr ""
 
-#: mod/localtime.php:33
-msgid "Time Conversion"
-msgstr "æ\97¶é\97´è£\85æ\8d¢"
+#: mod/ostatus_subscribe.php:21
+msgid "Subscribing to OStatus contacts"
+msgstr "æ­£å\9c¨è®¢é\98\85 OStatus è\81\94系人"
 
-#: mod/localtime.php:35
-msgid ""
-"Friendica provides this service for sharing events with other networks and "
-"friends in unknown timezones."
-msgstr "Friendica提供这个服务目的是分享项目跟别的网络和朋友们在别的时区。"
+#: mod/ostatus_subscribe.php:33
+msgid "No contact provided."
+msgstr "未提供联系人。"
 
-#: mod/localtime.php:39
-#, php-format
-msgid "UTC time: %s"
-msgstr "UTC时间: %s"
+#: mod/ostatus_subscribe.php:40
+msgid "Couldn't fetch information for contact."
+msgstr "无法获取联系人信息。"
 
-#: mod/localtime.php:42
-#, php-format
-msgid "Current timezone: %s"
-msgstr "现在时区: %s"
+#: mod/ostatus_subscribe.php:50
+msgid "Couldn't fetch friends for contact."
+msgstr "无法取得联系人的朋友信息。"
 
-#: mod/localtime.php:46
-#, php-format
-msgid "Converted localtime: %s"
-msgstr "装换的当地时间:%s"
+#: mod/ostatus_subscribe.php:78
+msgid "success"
+msgstr "成功"
 
-#: mod/localtime.php:52
-msgid "Please select your timezone:"
-msgstr "请选择你的时区:"
+#: mod/ostatus_subscribe.php:80
+msgid "failed"
+msgstr "失败"
 
-#: mod/lostpass.php:27
-msgid "No valid account found."
-msgstr "找不到效的账户。"
+#: mod/ostatus_subscribe.php:83 src/Object/Post.php:279
+msgid "ignored"
+msgstr "已忽视的"
 
-#: mod/lostpass.php:39
-msgid "Password reset request issued. Check your email."
-msgstr "重设密码要求发布了。核对您的收件箱。"
+#: mod/unfollow.php:34
+msgid "Contact wasn't found or can't be unfollowed."
+msgstr "找不到联系人或者不能关注联系人。"
 
-#: mod/lostpass.php:45
-#, php-format
-msgid ""
-"\n"
-"\t\tDear %1$s,\n"
-"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
-"\t\tpassword. In order to confirm this request, please select the verification link\n"
-"\t\tbelow or paste it into your web browser address bar.\n"
-"\n"
-"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
-"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n"
-"\n"
-"\t\tYour password will not be changed unless we can verify that you\n"
-"\t\tissued this request."
-msgstr ""
+#: mod/unfollow.php:47
+msgid "Contact unfollowed"
+msgstr "取消关注了的联系人"
 
-#: mod/lostpass.php:56
-#, php-format
-msgid ""
-"\n"
-"\t\tFollow this link soon to verify your identity:\n"
-"\n"
-"\t\t%1$s\n"
-"\n"
-"\t\tYou will then receive a follow-up message containing the new password.\n"
-"\t\tYou may change that password from your account settings page after logging in.\n"
-"\n"
-"\t\tThe login details are as follows:\n"
-"\n"
-"\t\tSite Location:\t%2$s\n"
-"\t\tLogin Name:\t%3$s"
-msgstr ""
+#: mod/unfollow.php:73
+msgid "You aren't a friend of this contact."
+msgstr "你不是这个联系人的朋友。"
 
-#: mod/lostpass.php:72
-#, php-format
-msgid "Password reset requested at %s"
-msgstr "重设密码要求被发布%s"
+#: mod/unfollow.php:79
+msgid "Unfollowing is currently not supported by your network."
+msgstr "取消关注现在不被你的网络支持。"
 
-#: mod/lostpass.php:88
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "要求确认不了。(您可能已经提交它。)重设密码失败了。"
+#: mod/unfollow.php:100 mod/contacts.php:599
+msgid "Disconnect/Unfollow"
+msgstr "断开连接/取消关注"
 
-#: mod/lostpass.php:101
-msgid "Request has expired, please make a new one."
-msgstr "请求超时,请重试。"
+#: mod/unfollow.php:132 mod/follow.php:186 mod/contacts.php:858
+#: src/Model/Profile.php:891
+msgid "Status Messages and Posts"
+msgstr "现状通知和文章"
 
-#: mod/lostpass.php:116
-msgid "Forgot your Password?"
-msgstr "忘记你的密码吗?"
+#: mod/cal.php:274 mod/events.php:391 src/Content/Nav.php:104
+#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935
+#: view/theme/frio/theme.php:263 view/theme/frio/theme.php:267
+msgid "Events"
+msgstr "事件"
 
-#: mod/lostpass.php:117
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "输入您的邮件地址和提交为重置密码。然后核对收件箱看别的说明。"
+#: mod/cal.php:275 mod/events.php:392
+msgid "View"
+msgstr "查看"
 
-#: mod/lostpass.php:118 src/Module/Login.php:314
-msgid "Nickname or Email: "
-msgstr "昵称或邮件地址:"
+#: mod/cal.php:276 mod/events.php:394
+msgid "Previous"
+msgstr ""
 
-#: mod/lostpass.php:119
-msgid "Reset"
-msgstr "复位"
+#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412
+msgid "today"
+msgstr "今天"
 
-#: mod/lostpass.php:135 src/Module/Login.php:326
-msgid "Password Reset"
-msgstr "复位密码"
+#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304
+#: src/Model/Event.php:413
+msgid "month"
+msgstr "月"
 
-#: mod/lostpass.php:136
-msgid "Your password has been reset as requested."
-msgstr "您的密码被重设如要求的。"
+#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305
+#: src/Model/Event.php:414
+msgid "week"
+msgstr "星期"
 
-#: mod/lostpass.php:137
-msgid "Your new password is"
-msgstr "你的新的密码是"
+#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306
+#: src/Model/Event.php:415
+msgid "day"
+msgstr "日"
 
-#: mod/lostpass.php:138
-msgid "Save or copy your new password - and then"
-msgstr "保存或复制新密码-之后"
+#: mod/cal.php:284 mod/events.php:404
+msgid "list"
+msgstr "列表"
 
-#: mod/lostpass.php:139
-msgid "click here to login"
-msgstr "点击这里登录"
+#: mod/cal.php:297 src/Core/Console/NewPassword.php:74 src/Model/User.php:204
+msgid "User not found"
+msgstr "找不到用户"
 
-#: mod/lostpass.php:140
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "您的密码可以在成功登录后在<em>设置</em>页修改。"
+#: mod/cal.php:313
+msgid "This calendar format is not supported"
+msgstr "这个日历格式不被支持"
 
-#: mod/lostpass.php:148
-#, php-format
-msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tYour password has been changed as requested. Please retain this\n"
-"\t\t\tinformation for your records (or change your password immediately to\n"
-"\t\t\tsomething that you will remember).\n"
-"\t\t"
-msgstr ""
+#: mod/cal.php:315
+msgid "No exportable data found"
+msgstr "找不到可导出的数据"
 
-#: mod/lostpass.php:154
-#, php-format
-msgid ""
-"\n"
-"\t\t\tYour login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%1$s\n"
-"\t\t\tLogin Name:\t%2$s\n"
-"\t\t\tPassword:\t%3$s\n"
-"\n"
-"\t\t\tYou may change that password from your account settings page after logging in.\n"
-"\t\t"
-msgstr ""
+#: mod/cal.php:332
+msgid "calendar"
+msgstr "日历"
 
-#: mod/lostpass.php:167
-#, php-format
-msgid "Your password has been changed at %s"
-msgstr "您密码被变化在%s"
+#: mod/events.php:105 mod/events.php:107
+msgid "Event can not end before it has started."
+msgstr "事件不能在开始前结束。"
 
-#: mod/notify.php:77
-msgid "No more system notifications."
-msgstr "没别系统通知。"
+#: mod/events.php:114 mod/events.php:116
+msgid "Event title and start time are required."
+msgstr "项目标题和开始时间是必须的。"
 
-#: mod/ping.php:292
-msgid "{0} wants to be your friend"
-msgstr "{0}想成为您的朋友"
+#: mod/events.php:393
+msgid "Create New Event"
+msgstr "创建新的事件"
 
-#: mod/ping.php:307
-msgid "{0} sent you a message"
-msgstr "{0}发给您一个通信"
+#: mod/events.php:506
+msgid "Event details"
+msgstr "事件细节"
 
-#: mod/ping.php:322
-msgid "{0} requested registration"
-msgstr "{0}要求注册"
+#: mod/events.php:507
+msgid "Starting date and Title are required."
+msgstr "需要开始日期和标题。"
+
+#: mod/events.php:508 mod/events.php:509
+msgid "Event Starts:"
+msgstr "事件开始:"
+
+#: mod/events.php:508 mod/events.php:520 mod/profiles.php:700
+msgid "Required"
+msgstr "必须的"
+
+#: mod/events.php:510 mod/events.php:526
+msgid "Finish date/time is not known or not relevant"
+msgstr "结束日期/时间未知或无关"
+
+#: mod/events.php:512 mod/events.php:513
+msgid "Event Finishes:"
+msgstr "事件结束:"
+
+#: mod/events.php:514 mod/events.php:527
+msgid "Adjust for viewer timezone"
+msgstr "调整为浏览者的时区"
 
-#: mod/poke.php:192
-msgid "Poke/Prod"
-msgstr "æ\88³"
+#: mod/events.php:516
+msgid "Description:"
+msgstr "æ\8f\8fè¿°ï¼\9a"
 
-#: mod/poke.php:193
-msgid "poke, prod or do other things to somebody"
-msgstr "æ\8a\8a人家æ\88³æ\88\96å\88«ç\9a\84è¡\8cå\8a¨"
+#: mod/events.php:520 mod/events.php:522
+msgid "Title:"
+msgstr "æ \87é¢\98ï¼\9a"
 
-#: mod/poke.php:194
-msgid "Recipient"
-msgstr "接受者"
+#: mod/events.php:523 mod/events.php:524
+msgid "Share this event"
+msgstr "分享这个事件"
 
-#: mod/poke.php:195
-msgid "Choose what you wish to do to recipient"
-msgstr "选择您想把别人作"
+#: mod/events.php:531 src/Model/Profile.php:864
+msgid "Basic"
+msgstr "基本"
 
-#: mod/poke.php:198
-msgid "Make this post private"
-msgstr "使这个文章私人"
+#: mod/events.php:532 mod/contacts.php:895 mod/admin.php:1351
+#: src/Model/Profile.php:865
+msgid "Advanced"
+msgstr "高级"
 
-#: mod/probe.php:14 mod/webfinger.php:17
-msgid "Only logged in users are permitted to perform a probing."
-msgstr "å\8fªæ\9c\89å·²ç\99»å½\95ç\94¨æ\88·æ\89\8d被å\85\81许è¿\9bè¡\8cæ\8e¢æµ\8bã\80\82"
+#: mod/events.php:552
+msgid "Failed to remove event"
+msgstr "å\88 é\99¤äº\8b件失败"
 
-#: mod/profile_photo.php:54
+#: mod/events.php:554
+msgid "Event removed"
+msgstr "事件已删除"
+
+#: mod/profile_photo.php:55
 msgid "Image uploaded but image cropping failed."
 msgstr "照片上传去了,但修剪失灵。"
 
-#: mod/profile_photo.php:87 mod/profile_photo.php:95 mod/profile_photo.php:103
-#: mod/profile_photo.php:330
+#: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104
+#: mod/profile_photo.php:315
 #, php-format
 msgid "Image size reduction [%s] failed."
 msgstr "照片减少[%s]失灵。"
 
-#: mod/profile_photo.php:137
+#: mod/profile_photo.php:125
 msgid ""
 "Shift-reload the page or clear browser cache if the new photo does not "
 "display immediately."
 msgstr "万一新照片一会出现,换档重新加载或者成为空浏览器高速缓存。"
 
-#: mod/profile_photo.php:146
+#: mod/profile_photo.php:134
 msgid "Unable to process image"
 msgstr "不能处理照片"
 
-#: mod/profile_photo.php:165 mod/wall_upload.php:186 mod/photos.php:763
-#: mod/photos.php:766 mod/photos.php:795
-#, php-format
-msgid "Image exceeds size limit of %s"
-msgstr "图片超过 %s 的大小限制"
-
-#: mod/profile_photo.php:174 mod/wall_upload.php:200 mod/photos.php:818
-msgid "Unable to process image."
-msgstr "处理不了图像."
-
-#: mod/profile_photo.php:262
+#: mod/profile_photo.php:247
 msgid "Upload File:"
 msgstr "上传文件:"
 
-#: mod/profile_photo.php:263
+#: mod/profile_photo.php:248
 msgid "Select a profile:"
 msgstr "选择一个简介"
 
-#: mod/profile_photo.php:268
+#: mod/profile_photo.php:253
 msgid "or"
 msgstr "或者"
 
-#: mod/profile_photo.php:268
+#: mod/profile_photo.php:253
 msgid "skip this step"
 msgstr "略过这步"
 
-#: mod/profile_photo.php:268
+#: mod/profile_photo.php:253
 msgid "select a photo from your photo albums"
 msgstr "从您的照片册选择一片。"
 
-#: mod/profile_photo.php:281
+#: mod/profile_photo.php:266
 msgid "Crop Image"
 msgstr "修剪照片"
 
-#: mod/profile_photo.php:282
+#: mod/profile_photo.php:267
 msgid "Please adjust the image cropping for optimum viewing."
 msgstr "请调图片剪裁为最好看。"
 
-#: mod/profile_photo.php:284
+#: mod/profile_photo.php:269
 msgid "Done Editing"
 msgstr "编辑完成"
 
-#: mod/profile_photo.php:320
+#: mod/profile_photo.php:305
 msgid "Image uploaded successfully."
 msgstr "照片成功地上传了。"
 
-#: mod/profile_photo.php:322 mod/wall_upload.php:239 mod/photos.php:847
-msgid "Image upload failed."
-msgstr "图像上载失败了."
+#: mod/directory.php:152 src/Model/Profile.php:421 src/Model/Profile.php:769
+msgid "Status:"
+msgstr "现状:"
 
-#: mod/profperm.php:28 mod/group.php:83 index.php:412
-msgid "Permission denied"
-msgstr "权限不够"
+#: mod/directory.php:153 src/Model/Profile.php:422 src/Model/Profile.php:786
+msgid "Homepage:"
+msgstr "主页:"
 
-#: mod/profperm.php:34 mod/profperm.php:65
-msgid "Invalid profile identifier."
-msgstr "无限的简介标识符。"
+#: mod/directory.php:202 view/theme/vier/theme.php:201
+msgid "Global Directory"
+msgstr "综合目录"
 
-#: mod/profperm.php:111
-msgid "Profile Visibility Editor"
-msgstr "简介能见度编辑器。"
+#: mod/directory.php:204
+msgid "Find on this site"
+msgstr "找在这网站"
 
-#: mod/profperm.php:115 mod/group.php:266
-msgid "Click on a contact to add or remove."
-msgstr "单击联系人以添加或删除。"
+#: mod/directory.php:206
+msgid "Results for:"
+msgstr "结果:"
 
-#: mod/profperm.php:124
-msgid "Visible To"
-msgstr "能见被"
+#: mod/directory.php:208
+msgid "Site Directory"
+msgstr "网站目录"
 
-#: mod/profperm.php:140
-msgid "All Contacts (with secure profile access)"
+#: mod/directory.php:209 mod/contacts.php:820 src/Content/Widget.php:63
+msgid "Find"
+msgstr "搜索"
+
+#: mod/directory.php:213
+msgid "No entries (some entries may be hidden)."
+msgstr "没有文章(有的文章会被隐藏)。"
+
+#: mod/babel.php:22
+msgid "Source input"
+msgstr "源码输入"
+
+#: mod/babel.php:28
+msgid "BBCode::convert (raw HTML)"
 msgstr ""
 
-#: mod/regmod.php:68
-msgid "Account approved."
-msgstr "账户已被批准。"
+#: mod/babel.php:33
+msgid "BBCode::convert"
+msgstr ""
 
-#: mod/regmod.php:93
-#, php-format
-msgid "Registration revoked for %s"
-msgstr "撤销了 %s 的注册"
+#: mod/babel.php:39
+msgid "BBCode::convert => HTML::toBBCode"
+msgstr ""
 
-#: mod/regmod.php:102
-msgid "Please login."
-msgstr "请登录。"
+#: mod/babel.php:45
+msgid "BBCode::toMarkdown"
+msgstr ""
 
-#: mod/removeme.php:55 mod/removeme.php:58
-msgid "Remove My Account"
-msgstr "删除我的账户"
+#: mod/babel.php:51
+msgid "BBCode::toMarkdown => Markdown::convert"
+msgstr ""
 
-#: mod/removeme.php:56
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr "这要完全删除您的账户。这一做过,就不能恢复。"
+#: mod/babel.php:57
+msgid "BBCode::toMarkdown => Markdown::toBBCode"
+msgstr ""
 
-#: mod/removeme.php:57
-msgid "Please enter your password for verification:"
-msgstr "请输入密码为确认:"
+#: mod/babel.php:63
+msgid "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
+msgstr ""
 
-#: mod/search.php:37 mod/network.php:194
-msgid "Remove term"
-msgstr "删除关键字"
+#: mod/babel.php:70
+msgid "Source input \\x28Diaspora format\\x29"
+msgstr ""
 
-#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100
-msgid "Saved Searches"
-msgstr "保存的搜索"
+#: mod/babel.php:76
+msgid "Markdown::toBBCode"
+msgstr ""
 
-#: mod/search.php:105
-msgid "Only logged in users are permitted to perform a search."
-msgstr "å\8fªæ\9c\89å·²ç\99»å½\95ç\9a\84ç\94¨æ\88·è¢«å\85\81许è¿\9bè¡\8cæ\90\9cç´¢ã\80\82"
+#: mod/babel.php:83
+msgid "Raw HTML input"
+msgstr "å\8e\9få§\8b HTML è¾\93å\85¥"
 
-#: mod/search.php:129
-msgid "Too Many Requests"
-msgstr "过多请求"
+#: mod/babel.php:88
+msgid "HTML Input"
+msgstr "HTML 输入"
 
-#: mod/search.php:130
-msgid "Only one search per minute is permitted for not logged in users."
-msgstr "对未登录的用户,每分钟只允许一条搜索。"
+#: mod/babel.php:94
+msgid "HTML::toBBCode"
+msgstr ""
 
-#: mod/search.php:228 mod/community.php:134
-msgid "No results."
-msgstr "没有结果。"
+#: mod/babel.php:100
+msgid "HTML::toPlaintext"
+msgstr ""
 
-#: mod/search.php:234
+#: mod/babel.php:108
+msgid "Source text"
+msgstr "源文本"
+
+#: mod/babel.php:109
+msgid "BBCode"
+msgstr ""
+
+#: mod/babel.php:110
+msgid "Markdown"
+msgstr "Markdown"
+
+#: mod/babel.php:111
+msgid "HTML"
+msgstr "HTML"
+
+#: mod/follow.php:45
+msgid "The contact could not be added."
+msgstr "无法添加此联系人。"
+
+#: mod/follow.php:73
+msgid "You already added this contact."
+msgstr "您已添加此联系人。"
+
+#: mod/follow.php:83
+msgid "Diaspora support isn't enabled. Contact can't be added."
+msgstr "Diaspora 支持没被启用。无法添加联系人。"
+
+#: mod/follow.php:90
+msgid "OStatus support is disabled. Contact can't be added."
+msgstr "OStatus 支持没被启用。无法添加联系人。"
+
+#: mod/follow.php:97
+msgid "The network type couldn't be detected. Contact can't be added."
+msgstr "网络类型无法被检测。无法添加联系人。"
+
+#: mod/profiles.php:58
+msgid "Profile deleted."
+msgstr "简介删除了。"
+
+#: mod/profiles.php:74 mod/profiles.php:110
+msgid "Profile-"
+msgstr "简介-"
+
+#: mod/profiles.php:93 mod/profiles.php:132
+msgid "New profile created."
+msgstr "新的简介已创建。"
+
+#: mod/profiles.php:116
+msgid "Profile unavailable to clone."
+msgstr "简介不可用为复制。"
+
+#: mod/profiles.php:206
+msgid "Profile Name is required."
+msgstr "必要简介名"
+
+#: mod/profiles.php:347
+msgid "Marital Status"
+msgstr "婚姻状况 "
+
+#: mod/profiles.php:351
+msgid "Romantic Partner"
+msgstr "情人"
+
+#: mod/profiles.php:363
+msgid "Work/Employment"
+msgstr "工作"
+
+#: mod/profiles.php:366
+msgid "Religion"
+msgstr "宗教"
+
+#: mod/profiles.php:370
+msgid "Political Views"
+msgstr "政治观念"
+
+#: mod/profiles.php:374
+msgid "Gender"
+msgstr "性别"
+
+#: mod/profiles.php:378
+msgid "Sexual Preference"
+msgstr "性取向"
+
+#: mod/profiles.php:382
+msgid "XMPP"
+msgstr "XMPP"
+
+#: mod/profiles.php:386
+msgid "Homepage"
+msgstr "主页"
+
+#: mod/profiles.php:390 mod/profiles.php:686
+msgid "Interests"
+msgstr "兴趣"
+
+#: mod/profiles.php:394 mod/admin.php:490
+msgid "Address"
+msgstr "地址"
+
+#: mod/profiles.php:401 mod/profiles.php:682
+msgid "Location"
+msgstr "位置"
+
+#: mod/profiles.php:486
+msgid "Profile updated."
+msgstr "简介更新了。"
+
+#: mod/profiles.php:564
+msgid " and "
+msgstr "和"
+
+#: mod/profiles.php:573
+msgid "public profile"
+msgstr "公开简介"
+
+#: mod/profiles.php:576
 #, php-format
-msgid "Items tagged with: %s"
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s把%2$s变化成&ldquo;%3$s&rdquo;"
+
+#: mod/profiles.php:577
+#, php-format
+msgid " - Visit %1$s's %2$s"
+msgstr " - 看 %1$s的%2$s"
+
+#: mod/profiles.php:579
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s有更新的%2$s,修改%3$s."
+
+#: mod/profiles.php:633
+msgid "Hide contacts and friends:"
+msgstr "隐藏联系人和朋友:"
+
+#: mod/profiles.php:638
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "藏起来发现您的熟人/朋友单不让这个简介看着看?"
+
+#: mod/profiles.php:658
+msgid "Show more profile fields:"
+msgstr "显示更多简介内容:"
+
+#: mod/profiles.php:670
+msgid "Profile Actions"
 msgstr ""
 
-#: mod/subthread.php:113
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr "%1$s关注着%2$s的%3$s"
+#: mod/profiles.php:671
+msgid "Edit Profile Details"
+msgstr "剪辑简介消息"
+
+#: mod/profiles.php:673
+msgid "Change Profile Photo"
+msgstr "改变简介照片"
+
+#: mod/profiles.php:674
+msgid "View this profile"
+msgstr "看这个简介"
+
+#: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:393
+msgid "Edit visibility"
+msgstr "修改能见度"
+
+#: mod/profiles.php:676
+msgid "Create a new profile using these settings"
+msgstr "使用这些设置创建一份新的简介"
+
+#: mod/profiles.php:677
+msgid "Clone this profile"
+msgstr "复制这个简介"
+
+#: mod/profiles.php:678
+msgid "Delete this profile"
+msgstr "删除这个简介"
+
+#: mod/profiles.php:680
+msgid "Basic information"
+msgstr "基本信息"
+
+#: mod/profiles.php:681
+msgid "Profile picture"
+msgstr "头像"
 
-#: mod/tagrm.php:47
-msgid "Tag removed"
-msgstr "标签去除了"
+#: mod/profiles.php:683
+msgid "Preferences"
+msgstr "偏好"
 
-#: mod/tagrm.php:85
-msgid "Remove Item Tag"
-msgstr "去除项目标签"
+#: mod/profiles.php:684
+msgid "Status information"
+msgstr "状态信息"
 
-#: mod/tagrm.php:87
-msgid "Select a tag to remove: "
-msgstr "选择删除一个标签: "
+#: mod/profiles.php:685
+msgid "Additional information"
+msgstr "更多信息"
 
-#: mod/uexport.php:44
-msgid "Export account"
-msgstr "导å\87ºè´¦æ\88·"
+#: mod/profiles.php:688
+msgid "Relation"
+msgstr "å\85³ç³»"
 
-#: mod/uexport.php:44
-msgid ""
-"Export your account info and contacts. Use this to make a backup of your "
-"account and/or to move it to another server."
-msgstr "导出你的账户信息和联系人。用这个功能来生成一个你的账户的备份,并且/或者把它移到另外一个服务器。"
+#: mod/profiles.php:689 src/Util/Temporal.php:81 src/Util/Temporal.php:83
+msgid "Miscellaneous"
+msgstr "形形色色"
 
-#: mod/uexport.php:45
-msgid "Export all"
-msgstr "导出全部"
+#: mod/profiles.php:692
+msgid "Your Gender:"
+msgstr "你的性:"
 
-#: mod/uexport.php:45
-msgid ""
-"Export your accout info, contacts and all your items as json. Could be a "
-"very big file, and could take a lot of time. Use this to make a full backup "
-"of your account (photos are not exported)"
-msgstr "导出你的账户信息、联系人和所有你的项目为 json 格式。可能会是一个很大的文件,并可能花费很多时间。用这个功能来做一个你的账户的全备份(照片不会被导出)"
+#: mod/profiles.php:693
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span>婚姻状况:"
 
-#: mod/uexport.php:52 mod/settings.php:106
-msgid "Export personal data"
-msgstr "导出个人信息"
+#: mod/profiles.php:694 src/Model/Profile.php:782
+msgid "Sexual Preference:"
+msgstr "性取向:"
 
-#: mod/viewcontacts.php:87
-msgid "No contacts."
-msgstr "没有联系人。"
+#: mod/profiles.php:695
+msgid "Example: fishing photography software"
+msgstr "例如:钓鱼 照片 软件"
 
-#: mod/viewsrc.php:12
-msgid "Access denied."
-msgstr "没有用权。"
+#: mod/profiles.php:700
+msgid "Profile Name:"
+msgstr "简介名:"
 
-#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:949
-#: src/Object/Image.php:965 src/Object/Image.php:973 src/Object/Image.php:998
-msgid "Wall Photos"
-msgstr "墙照片"
+#: mod/profiles.php:702
+msgid ""
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
+msgstr "这是你的<strong>公开的</strong>简介。<br />它<strong>可能</strong>被所有的因特网用的看到。"
 
-#: mod/wallmessage.php:49 mod/wallmessage.php:112
-#, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
-msgstr "一天最多墙通知给%s超过了。通知没有通过 。"
+#: mod/profiles.php:703
+msgid "Your Full Name:"
+msgstr "你的全名:"
 
-#: mod/wallmessage.php:57 mod/message.php:73
-msgid "No recipient selected."
-msgstr "没æ\9c\89é\80\89æ\8b©ç\9a\84æ\8e¥å\8f\97è\80\85ã\80\82"
+#: mod/profiles.php:704
+msgid "Title/Description:"
+msgstr "æ \87é¢\98ï¼\8fæ\8f\8fè¿°ï¼\9a"
 
-#: mod/wallmessage.php:60
-msgid "Unable to check your home location."
-msgstr "核对不了您的主页。"
+#: mod/profiles.php:707
+msgid "Street Address:"
+msgstr "地址:"
 
-#: mod/wallmessage.php:63 mod/message.php:80
-msgid "Message could not be sent."
-msgstr "消息发不了。"
+#: mod/profiles.php:708
+msgid "Locality/City:"
+msgstr "现场/城市:"
 
-#: mod/wallmessage.php:66 mod/message.php:83
-msgid "Message collection failure."
-msgstr "通信受到错误。"
+#: mod/profiles.php:709
+msgid "Region/State:"
+msgstr "区域/省"
 
-#: mod/wallmessage.php:69 mod/message.php:86
-msgid "Message sent."
-msgstr "消息发了"
+#: mod/profiles.php:710
+msgid "Postal/Zip Code:"
+msgstr "邮政编码:"
 
-#: mod/wallmessage.php:86 mod/wallmessage.php:95
-msgid "No recipient."
-msgstr "没有接受者。"
+#: mod/profiles.php:711
+msgid "Country:"
+msgstr "国家:"
 
-#: mod/wallmessage.php:132 mod/message.php:250
-msgid "Send Private Message"
-msgstr "å\8f\91ç§\81人ç\9a\84é\80\9aä¿¡"
+#: mod/profiles.php:712 src/Util/Temporal.php:149
+msgid "Age: "
+msgstr "年纪ï¼\9a"
 
-#: mod/wallmessage.php:133
-#, php-format
-msgid ""
-"If you wish for %s to respond, please check that the privacy settings on "
-"your site allow private mail from unknown senders."
-msgstr "如果您想%s回答,请核对您网站的隐私设置允许生发送人的私人邮件。"
+#: mod/profiles.php:715
+msgid "Who: (if applicable)"
+msgstr "谁:(要是使用)"
 
-#: mod/wallmessage.php:134 mod/message.php:251 mod/message.php:421
-msgid "To:"
-msgstr "到:"
+#: mod/profiles.php:715
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "比如:limou,李某,limou@example。com"
 
-#: mod/wallmessage.php:135 mod/message.php:255 mod/message.php:423
-msgid "Subject:"
-msgstr "题目:"
+#: mod/profiles.php:716
+msgid "Since [date]:"
+msgstr "追溯[日期]:"
 
-#: mod/item.php:114
-msgid "Unable to locate original post."
-msgstr "找不到当初的新闻"
+#: mod/profiles.php:718
+msgid "Tell us about yourself..."
+msgstr "给我们自我介绍..."
 
-#: mod/item.php:274
-msgid "Empty post discarded."
-msgstr "空帖子被丢弃了。"
+#: mod/profiles.php:719
+msgid "XMPP (Jabber) address:"
+msgstr "XMPP (Jabber) 地址:"
 
-#: mod/item.php:799
-#, php-format
+#: mod/profiles.php:719
 msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr "这个新闻是由%s,Friendica社会化网络成员之一,发给你。"
+"The XMPP address will be propagated to your contacts so that they can follow"
+" you."
+msgstr "这个 XMPP 地址会被传播到你的联系人从而他们可以关注你。"
 
-#: mod/item.php:801
-#, php-format
-msgid "You may visit them online at %s"
-msgstr "你可以网上拜访他在%s"
+#: mod/profiles.php:720
+msgid "Homepage URL:"
+msgstr "主页URL:"
 
-#: mod/item.php:802
-msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr "你不想受到这些新闻的话,请回答这个新闻给发者联系。"
+#: mod/profiles.php:721 src/Model/Profile.php:790
+msgid "Hometown:"
+msgstr "故乡:"
 
-#: mod/item.php:806
-#, php-format
-msgid "%s posted an update."
-msgstr "%s贴上一个新闻。"
+#: mod/profiles.php:722 src/Model/Profile.php:798
+msgid "Political Views:"
+msgstr "政治观念:"
 
-#: mod/register.php:99
-msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr "注册成功了。请咨询说明再您的收件箱。"
+#: mod/profiles.php:723
+msgid "Religious Views:"
+msgstr " 宗教信仰 :"
 
-#: mod/register.php:103
-#, php-format
-msgid ""
-"Failed to send email message. Here your accout details:<br> login: %s<br> "
-"password: %s<br><br>You can change your password after login."
-msgstr "发送邮件失败。你的账户消息是:<br>用户名:%s<br> 密码: %s<br><br>。登录后能改密码。"
+#: mod/profiles.php:724
+msgid "Public Keywords:"
+msgstr "公开关键字 :"
 
-#: mod/register.php:110
-msgid "Registration successful."
-msgstr "注册成功。"
+#: mod/profiles.php:724
+msgid "(Used for suggesting potential friends, can be seen by others)"
+msgstr "(用于建议可能的朋友们,会被别人看)"
 
-#: mod/register.php:115
-msgid "Your registration can not be processed."
-msgstr "处理不了您的注册。"
+#: mod/profiles.php:725
+msgid "Private Keywords:"
+msgstr "私人关键字"
 
-#: mod/register.php:162
-msgid "Your registration is pending approval by the site owner."
-msgstr "您的注册等网页主的批准。"
+#: mod/profiles.php:725
+msgid "(Used for searching profiles, never shown to others)"
+msgstr "(用于搜索简介,没有给别人看)"
 
-#: mod/register.php:220
-msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking 'Register'."
-msgstr "您会(可选的)用OpenID填这个表格通过提供您的OpenID和点击「注册」。"
+#: mod/profiles.php:726 src/Model/Profile.php:814
+msgid "Likes:"
+msgstr "喜欢:"
 
-#: mod/register.php:221
-msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
-msgstr "如果您没熟悉OpenID,请留空这个栏和填另些栏。"
+#: mod/profiles.php:727 src/Model/Profile.php:818
+msgid "Dislikes:"
+msgstr "不喜欢:"
 
-#: mod/register.php:222
-msgid "Your OpenID (optional): "
-msgstr "您的OpenID(可选的):"
+#: mod/profiles.php:728
+msgid "Musical interests"
+msgstr "音乐兴趣"
 
-#: mod/register.php:234
-msgid "Include your profile in member directory?"
-msgstr "放您的简介再员目录?"
+#: mod/profiles.php:729
+msgid "Books, literature"
+msgstr "书,文学"
 
-#: mod/register.php:259
-msgid "Note for the admin"
-msgstr ""
+#: mod/profiles.php:730
+msgid "Television"
+msgstr "电视"
 
-#: mod/register.php:259
-msgid "Leave a message for the admin, why you want to join this node"
-msgstr "ç»\99管ç\90\86å\91\98ç\95\99æ\9d¡æ¶\88æ\81¯ï¼\8c为ä»\80ä¹\88ä½ æ\83³å\8a å\85¥è¿\99个è\8a\82ç\82¹"
+#: mod/profiles.php:731
+msgid "Film/dance/culture/entertainment"
+msgstr "ç\94µå½±ï¼\8fè·³è\88\9eï¼\8fæ\96\87å\8c\96ï¼\8f娱ä¹\90"
 
-#: mod/register.php:260
-msgid "Membership on this site is by invitation only."
-msgstr "会员身份在这个网站是光通过邀请。"
+#: mod/profiles.php:732
+msgid "Hobbies/Interests"
+msgstr "爱好/兴趣"
 
-#: mod/register.php:261
-msgid "Your invitation code: "
-msgstr ""
+#: mod/profiles.php:733
+msgid "Love/romance"
+msgstr "爱情/浪漫"
+
+#: mod/profiles.php:734
+msgid "Work/employment"
+msgstr "工作"
+
+#: mod/profiles.php:735
+msgid "School/education"
+msgstr "学院/教育"
 
-#: mod/register.php:264 mod/admin.php:1266
-msgid "Registration"
-msgstr "注册"
+#: mod/profiles.php:736
+msgid "Contact information and Social Networks"
+msgstr "熟人信息和社会化网络"
 
-#: mod/register.php:270
-msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
-msgstr "你的全名 (比如张三,真名或看起来是真名):"
+#: mod/profiles.php:767 src/Model/Profile.php:389
+msgid "Profile Image"
+msgstr "简介图像"
 
-#: mod/register.php:271
-msgid ""
-"Your Email Address: (Initial information will be send there, so this has to "
-"be an existing address.)"
-msgstr ""
+#: mod/profiles.php:769 src/Model/Profile.php:392
+msgid "visible to everybody"
+msgstr "给打假可见的"
 
-#: mod/register.php:273 mod/settings.php:1205
-msgid "New Password:"
-msgstr "新密码:"
+#: mod/profiles.php:776
+msgid "Edit/Manage Profiles"
+msgstr "编辑/管理简介"
 
-#: mod/register.php:273
-msgid "Leave empty for an auto generated password."
-msgstr "留空以使用自动生成的密码。"
+#: mod/profiles.php:777 src/Model/Profile.php:379 src/Model/Profile.php:401
+msgid "Change profile photo"
+msgstr "换简介照片"
 
-#: mod/register.php:274 mod/settings.php:1206
-msgid "Confirm:"
-msgstr "确认:"
+#: mod/profiles.php:778 src/Model/Profile.php:380
+msgid "Create New Profile"
+msgstr "创建新的简介"
 
-#: mod/register.php:275
+#: mod/contacts.php:157
 #, php-format
-msgid ""
-"Choose a profile nickname. This must begin with a text character. Your "
-"profile address on this site will then be '<strong>nickname@%s</strong>'."
-msgstr ""
+msgid "%d contact edited."
+msgid_plural "%d contacts edited."
+msgstr[0] "%d 个联系人被编辑了。"
 
-#: mod/register.php:276
-msgid "Choose a nickname: "
-msgstr "选择昵称:"
+#: mod/contacts.php:184 mod/contacts.php:400
+msgid "Could not access contact record."
+msgstr "无法访问联系人记录。"
 
-#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283
-msgid "Register"
-msgstr "注å\86\8c"
+#: mod/contacts.php:194
+msgid "Could not locate selected profile."
+msgstr "æ\89¾ä¸\8då\88°é\80\89æ\8b©ç\9a\84ç®\80ä»\8bã\80\82"
 
-#: mod/register.php:286
-msgid "Import your profile to this friendica instance"
-msgstr "è¿\9bå\8f£æ\82¨ç\9a\84ç®\80ä»\8bå\88°è¿\99个friendicaæ\9c\8då\8a¡å\99¨"
+#: mod/contacts.php:228
+msgid "Contact updated."
+msgstr "è\81\94系人æ\9b´æ\96°äº\86ã\80\82"
 
-#: mod/admin.php:106
-msgid "Theme settings updated."
-msgstr "主题设置更新了。"
+#: mod/contacts.php:421
+msgid "Contact has been blocked"
+msgstr "联系人已被屏蔽"
 
-#: mod/admin.php:176 src/Content/Nav.php:174
-msgid "Information"
-msgstr "èµ\84æ\96\99"
+#: mod/contacts.php:421
+msgid "Contact has been unblocked"
+msgstr "è\81\94系人已被解é\99¤å±\8fè\94½"
 
-#: mod/admin.php:177
-msgid "Overview"
-msgstr "概览"
+#: mod/contacts.php:432
+msgid "Contact has been ignored"
+msgstr "联系人已被忽视"
 
-#: mod/admin.php:178 mod/admin.php:654
-msgid "Federation Statistics"
-msgstr ""
+#: mod/contacts.php:432
+msgid "Contact has been unignored"
+msgstr "联系人已被解除忽视"
 
-#: mod/admin.php:179
-msgid "Configuration"
-msgstr ""
+#: mod/contacts.php:443
+msgid "Contact has been archived"
+msgstr "联系人已存档"
 
-#: mod/admin.php:180 mod/admin.php:1263
-msgid "Site"
-msgstr "网站"
+#: mod/contacts.php:443
+msgid "Contact has been unarchived"
+msgstr "联系人已被解除存档"
 
-#: mod/admin.php:181 mod/admin.php:1191 mod/admin.php:1696 mod/admin.php:1712
-msgid "Users"
-msgstr "用户"
+#: mod/contacts.php:467
+msgid "Drop contact"
+msgstr ""
 
-#: mod/admin.php:182 mod/admin.php:1812 mod/admin.php:1872 mod/settings.php:85
-msgid "Addons"
-msgstr "æ\8f\92件"
+#: mod/contacts.php:470 mod/contacts.php:823
+msgid "Do you really want to delete this contact?"
+msgstr "æ\82¨ç\9c\9fç\9a\84æ\83³å\88 é\99¤è¿\99个è\81\94系人å\90\97ï¼\9f"
 
-#: mod/admin.php:183 mod/admin.php:2081 mod/admin.php:2125
-msgid "Themes"
-msgstr "主题"
+#: mod/contacts.php:488
+msgid "Contact has been removed."
+msgstr "联系人被删除了。"
 
-#: mod/admin.php:184 mod/settings.php:63
-msgid "Additional features"
-msgstr "附加的特点"
+#: mod/contacts.php:519
+#, php-format
+msgid "You are mutual friends with %s"
+msgstr "您和 %s 互为朋友"
 
-#: mod/admin.php:185
-msgid "Database"
-msgstr "数据库"
+#: mod/contacts.php:523
+#, php-format
+msgid "You are sharing with %s"
+msgstr "你正在和 %s 分享"
 
-#: mod/admin.php:186
-msgid "DB updates"
-msgstr "数据库更新"
+#: mod/contacts.php:527
+#, php-format
+msgid "%s is sharing with you"
+msgstr "%s 正在和你分享"
 
-#: mod/admin.php:187 mod/admin.php:689
-msgid "Inspect Queue"
-msgstr ""
+#: mod/contacts.php:547
+msgid "Private communications are not available for this contact."
+msgstr "私人交流对这个联系人不可用。"
 
-#: mod/admin.php:188
-msgid "Tools"
-msgstr "工具"
+#: mod/contacts.php:549
+msgid "Never"
+msgstr "从未"
 
-#: mod/admin.php:189
-msgid "Contact Blocklist"
-msgstr "联系人屏蔽列表"
+#: mod/contacts.php:552
+msgid "(Update was successful)"
+msgstr "(更新成功)"
 
-#: mod/admin.php:190 mod/admin.php:311
-msgid "Server Blocklist"
-msgstr "服务器屏蔽列表"
+#: mod/contacts.php:552
+msgid "(Update was not successful)"
+msgstr "(更新不成功)"
 
-#: mod/admin.php:191 mod/admin.php:470
-msgid "Delete Item"
-msgstr "å\88 é\99¤é¡¹ç\9b®"
+#: mod/contacts.php:554 mod/contacts.php:992
+msgid "Suggest friends"
+msgstr "建议æ\9c\8bå\8f\8b们"
 
-#: mod/admin.php:192 mod/admin.php:193 mod/admin.php:2199
-msgid "Logs"
-msgstr "记录"
+#: mod/contacts.php:558
+#, php-format
+msgid "Network type: %s"
+msgstr "网络种类: %s"
 
-#: mod/admin.php:194 mod/admin.php:2266
-msgid "View Logs"
-msgstr "查看日志"
+#: mod/contacts.php:563
+msgid "Communications lost with this contact!"
+msgstr "和这个联系人的通信断开了!"
 
-#: mod/admin.php:196
-msgid "Diagnostics"
+#: mod/contacts.php:569
+msgid "Fetch further information for feeds"
+msgstr "拿文源别的消息"
+
+#: mod/contacts.php:571
+msgid ""
+"Fetch information like preview pictures, title and teaser from the feed "
+"item. You can activate this if the feed doesn't contain much text. Keywords "
+"are taken from the meta header in the feed item and are posted as hash tags."
 msgstr ""
 
-#: mod/admin.php:197
-msgid "PHP Info"
-msgstr "PHP Info"
+#: mod/contacts.php:572 mod/admin.php:1272 mod/admin.php:1435
+#: mod/admin.php:1445
+msgid "Disabled"
+msgstr "已停用"
 
-#: mod/admin.php:198
-msgid "probe address"
-msgstr "探测地址"
+#: mod/contacts.php:573
+msgid "Fetch information"
+msgstr "取消息"
 
-#: mod/admin.php:199
-msgid "check webfinger"
-msgstr ""
+#: mod/contacts.php:574
+msgid "Fetch keywords"
+msgstr "获取关键字"
 
-#: mod/admin.php:218 src/Content/Nav.php:217
-msgid "Admin"
-msgstr "管理"
+#: mod/contacts.php:575
+msgid "Fetch information and keywords"
+msgstr "取消息和关键词"
 
-#: mod/admin.php:219
-msgid "Addon Features"
-msgstr "插件特性"
+#: mod/contacts.php:608
+msgid "Contact"
+msgstr "联系人"
 
-#: mod/admin.php:220
-msgid "User registrations waiting for confirmation"
-msgstr "ç\94¨æ\88·æ³¨å\86\8cç­\89确认"
+#: mod/contacts.php:611
+msgid "Profile Visibility"
+msgstr "ç®\80å\8e\86å\8f¯è§\81é\87\8f"
 
-#: mod/admin.php:302
-msgid "The blocked domain"
-msgstr "被封禁的域名"
+#: mod/contacts.php:612
+#, php-format
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "请选择简介您想给%s显示他安全地看您的简介的时候。"
 
-#: mod/admin.php:303 mod/admin.php:316
-msgid "The reason why you blocked this domain."
-msgstr "封禁这个域名的原因。"
+#: mod/contacts.php:613
+msgid "Contact Information / Notes"
+msgstr "联系人信息/便条"
 
-#: mod/admin.php:304
-msgid "Delete domain"
-msgstr "删除域名"
+#: mod/contacts.php:614
+msgid "Their personal note"
+msgstr ""
 
-#: mod/admin.php:304
-msgid "Check to delete this entry from the blocklist"
-msgstr "选中以从列表中删除此条目"
+#: mod/contacts.php:616
+msgid "Edit contact notes"
+msgstr "编辑联系人便条"
 
-#: mod/admin.php:310 mod/admin.php:427 mod/admin.php:469 mod/admin.php:653
-#: mod/admin.php:688 mod/admin.php:784 mod/admin.php:1262 mod/admin.php:1695
-#: mod/admin.php:1811 mod/admin.php:1871 mod/admin.php:2080 mod/admin.php:2124
-#: mod/admin.php:2198 mod/admin.php:2265
-msgid "Administration"
-msgstr "管理"
+#: mod/contacts.php:620
+msgid "Block/Unblock contact"
+msgstr "屏蔽/解除屏蔽联系人"
 
-#: mod/admin.php:312
-msgid ""
-"This page can be used to define a black list of servers from the federated "
-"network that are not allowed to interact with your node. For all entered "
-"domains you should also give a reason why you have blocked the remote "
-"server."
-msgstr ""
+#: mod/contacts.php:621
+msgid "Ignore contact"
+msgstr "忽略联系人"
 
-#: mod/admin.php:313
-msgid ""
-"The list of blocked servers will be made publically available on the "
-"/friendica page so that your users and people investigating communication "
-"problems can find the reason easily."
-msgstr ""
+#: mod/contacts.php:622
+msgid "Repair URL settings"
+msgstr "维修URL设置"
 
-#: mod/admin.php:314
-msgid "Add new entry to block list"
-msgstr "添加新条目到屏蔽列表"
+#: mod/contacts.php:623
+msgid "View conversations"
+msgstr "看交流"
 
-#: mod/admin.php:315
-msgid "Server Domain"
-msgstr "服务器域名"
+#: mod/contacts.php:628
+msgid "Last update:"
+msgstr "上个更新:"
 
-#: mod/admin.php:315
-msgid ""
-"The domain of the new server to add to the block list. Do not include the "
-"protocol."
-msgstr "需要添加到服务器屏蔽列表的服务器的域名。请勿包括协议。"
+#: mod/contacts.php:630
+msgid "Update public posts"
+msgstr "更新公开文章"
 
-#: mod/admin.php:316
-msgid "Block reason"
-msgstr "封禁原因"
+#: mod/contacts.php:632 mod/contacts.php:1002
+msgid "Update now"
+msgstr "现在更新"
 
-#: mod/admin.php:317
-msgid "Add Entry"
-msgstr "添加条目"
+#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011
+#: mod/admin.php:485 mod/admin.php:1800
+msgid "Unblock"
+msgstr "解除屏蔽"
 
-#: mod/admin.php:318
-msgid "Save changes to the blocklist"
-msgstr "保存变更到屏蔽列表"
+#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011
+#: mod/admin.php:484 mod/admin.php:1799
+msgid "Block"
+msgstr "屏蔽"
 
-#: mod/admin.php:319
-msgid "Current Entries in the Blocklist"
-msgstr "å±\8fè\94½å\88\97表中ç\9a\84å½\93å\89\8dæ\9d¡ç\9b®"
+#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019
+msgid "Unignore"
+msgstr "å\8f\96æ¶\88忽è§\86"
 
-#: mod/admin.php:322
-msgid "Delete entry from blocklist"
-msgstr "删除屏蔽列表中的条目"
+#: mod/contacts.php:642
+msgid "Currently blocked"
+msgstr "现在被封禁的"
+
+#: mod/contacts.php:643
+msgid "Currently ignored"
+msgstr "现在不理的"
+
+#: mod/contacts.php:644
+msgid "Currently archived"
+msgstr "当前已存档"
+
+#: mod/contacts.php:645
+msgid "Awaiting connection acknowledge"
+msgstr "等待连接确认"
 
-#: mod/admin.php:325
-msgid "Delete entry from blocklist?"
-msgstr "从屏蔽列表删除条目?"
+#: mod/contacts.php:646
+msgid ""
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr "回答/喜欢关您公开文章<strong>会</strong>还可见的"
 
-#: mod/admin.php:351
-msgid "Server added to blocklist."
-msgstr "æ\9c\8då\8a¡å\99¨å·²æ·»å\8a å\88°å±\8fè\94½å\88\97表ã\80\82"
+#: mod/contacts.php:647
+msgid "Notification for new posts"
+msgstr "æ\96°æ¶\88æ\81¯æ\8f\90示"
 
-#: mod/admin.php:367
-msgid "Site blocklist updated."
-msgstr "站点屏蔽列表已更新。"
+#: mod/contacts.php:647
+msgid "Send a notification of every new post of this contact"
+msgstr "发送这个联系人的每篇新文章的通知"
 
-#: mod/admin.php:390 util/global_community_block.php:53
-msgid "The contact has been blocked from the node"
-msgstr "该联系人已被本节点屏蔽。"
+#: mod/contacts.php:650
+msgid "Blacklisted keywords"
+msgstr "黑名单关键词"
 
-#: mod/admin.php:392 util/global_community_block.php:48
-#, php-format
-msgid "Could not find any contact entry for this URL (%s)"
-msgstr ""
+#: mod/contacts.php:650
+msgid ""
+"Comma separated list of keywords that should not be converted to hashtags, "
+"when \"Fetch information and keywords\" is selected"
+msgstr "逗号分的关键词不应该翻译成主题标签,如果“取消息和关键词”选择的。"
 
-#: mod/admin.php:399
-#, php-format
-msgid "%s contact unblocked"
-msgid_plural "%s contacts unblocked"
-msgstr[0] ""
+#: mod/contacts.php:662 src/Model/Profile.php:424
+msgid "XMPP:"
+msgstr "XMPP:"
 
-#: mod/admin.php:428
-msgid "Remote Contact Blocklist"
+#: mod/contacts.php:667
+msgid "Actions"
 msgstr ""
 
-#: mod/admin.php:429
-msgid ""
-"This page allows you to prevent any message from a remote contact to reach "
-"your node."
-msgstr ""
+#: mod/contacts.php:669 mod/contacts.php:855 src/Content/Nav.php:100
+#: src/Model/Profile.php:888 view/theme/frio/theme.php:259
+msgid "Status"
+msgstr "状态"
 
-#: mod/admin.php:430
-msgid "Block Remote Contact"
-msgstr ""
+#: mod/contacts.php:670
+msgid "Contact Settings"
+msgstr "联系人设置"
 
-#: mod/admin.php:431 mod/admin.php:1698
-msgid "select all"
-msgstr "å\85¨é\80\89"
+#: mod/contacts.php:711
+msgid "Suggestions"
+msgstr "建议"
 
-#: mod/admin.php:432
-msgid "select none"
-msgstr ""
+#: mod/contacts.php:714
+msgid "Suggest potential friends"
+msgstr "建议潜在朋友们"
 
-#: mod/admin.php:435
-msgid "No remote contact is blocked from this node."
-msgstr ""
+#: mod/contacts.php:722
+msgid "Show all contacts"
+msgstr "显示所有的联系人"
 
-#: mod/admin.php:437
-msgid "Blocked Remote Contacts"
-msgstr ""
+#: mod/contacts.php:727
+msgid "Unblocked"
+msgstr "未屏蔽的"
 
-#: mod/admin.php:438
-msgid "Block New Remote Contact"
-msgstr ""
+#: mod/contacts.php:730
+msgid "Only show unblocked contacts"
+msgstr "只显示没被屏蔽的联系人"
 
-#: mod/admin.php:439
-msgid "Photo"
-msgstr "照片"
+#: mod/contacts.php:735
+msgid "Blocked"
+msgstr "被屏蔽的"
 
-#: mod/admin.php:447
-#, php-format
-msgid "%s total blocked contact"
-msgid_plural "%s total blocked contacts"
-msgstr[0] ""
+#: mod/contacts.php:738
+msgid "Only show blocked contacts"
+msgstr "只显示被屏蔽的联系人"
 
-#: mod/admin.php:449
-msgid "URL of the remote contact to block."
-msgstr ""
+#: mod/contacts.php:743
+msgid "Ignored"
+msgstr "忽视的"
 
-#: mod/admin.php:471
-msgid "Delete this Item"
-msgstr "å\88 é\99¤è¿\99个项ç\9b®"
+#: mod/contacts.php:746
+msgid "Only show ignored contacts"
+msgstr "å\8fªæ\98¾ç¤ºå¿½ç\95¥ç\9a\84è\81\94系人"
 
-#: mod/admin.php:472
-msgid ""
-"On this page you can delete an item from your node. If the item is a top "
-"level posting, the entire thread will be deleted."
-msgstr ""
+#: mod/contacts.php:751
+msgid "Archived"
+msgstr "已存档"
 
-#: mod/admin.php:473
-msgid ""
-"You need to know the GUID of the item. You can find it e.g. by looking at "
-"the display URL. The last part of http://example.com/display/123456 is the "
-"GUID, here 123456."
-msgstr ""
+#: mod/contacts.php:754
+msgid "Only show archived contacts"
+msgstr "只显示已存档联系人"
 
-#: mod/admin.php:474
-msgid "GUID"
-msgstr "GUID"
+#: mod/contacts.php:759
+msgid "Hidden"
+msgstr "隐藏的"
 
-#: mod/admin.php:474
-msgid "The GUID of the item you want to delete."
-msgstr "你想要删除的项目的 GUID."
+#: mod/contacts.php:762
+msgid "Only show hidden contacts"
+msgstr "只显示隐藏的联系人"
 
-#: mod/admin.php:513
-msgid "Item marked for deletion."
-msgstr "被标记为要删除的项目。"
+#: mod/contacts.php:818
+msgid "Search your contacts"
+msgstr "搜索您的联系人"
 
-#: mod/admin.php:584
-msgid "unknown"
-msgstr "æ\9cªç\9f¥"
+#: mod/contacts.php:826 mod/settings.php:170 mod/settings.php:701
+msgid "Update"
+msgstr "æ\9b´æ\96°"
 
-#: mod/admin.php:647
-msgid ""
-"This page offers you some numbers to the known part of the federated social "
-"network your Friendica node is part of. These numbers are not complete but "
-"only reflect the part of the network your node is aware of."
-msgstr ""
+#: mod/contacts.php:829 mod/contacts.php:1027
+msgid "Archive"
+msgstr "存档"
 
-#: mod/admin.php:648
-msgid ""
-"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
-"will improve the data displayed here."
-msgstr ""
+#: mod/contacts.php:829 mod/contacts.php:1027
+msgid "Unarchive"
+msgstr "从存档拿来"
 
-#: mod/admin.php:660
-#, php-format
-msgid ""
-"Currently this node is aware of %d nodes with %d registered users from the "
-"following platforms:"
-msgstr ""
+#: mod/contacts.php:832
+msgid "Batch Actions"
+msgstr "批量操作"
 
-#: mod/admin.php:691
-msgid "ID"
-msgstr "ID"
+#: mod/contacts.php:866 src/Model/Profile.php:899
+msgid "Profile Details"
+msgstr "简介内容"
 
-#: mod/admin.php:692
-msgid "Recipient Name"
-msgstr "æ\8e¥æ\94¶è\80\85ç\9a\84å\90\8då­\97"
+#: mod/contacts.php:878
+msgid "View all contacts"
+msgstr "æ\9f¥ç\9c\8bæ\89\80æ\9c\89è\81\94系人"
 
-#: mod/admin.php:693
-msgid "Recipient Profile"
-msgstr "æ\8e¥æ\94¶è\80\85ç\9a\84ç®\80ä»\8b"
+#: mod/contacts.php:889
+msgid "View all common friends"
+msgstr "æ\9f¥ç\9c\8bæ\89\80æ\9c\89å\85¬å\85±å¥½å\8f\8b"
 
-#: mod/admin.php:694 view/theme/frio/theme.php:266
-#: src/Core/NotificationsManager.php:178 src/Content/Nav.php:178
-msgid "Network"
-msgstr "网络"
+#: mod/contacts.php:898
+msgid "Advanced Contact Settings"
+msgstr "高级联系人设置"
 
-#: mod/admin.php:695
-msgid "Created"
-msgstr "å·²å\88\9b建"
+#: mod/contacts.php:930
+msgid "Mutual Friendship"
+msgstr "å\85±å\90\8cå\8f\8bè°\8a"
 
-#: mod/admin.php:696
-msgid "Last Tried"
-msgstr "上次尝试"
+#: mod/contacts.php:934
+msgid "is a fan of yours"
+msgstr "是你的粉丝"
 
-#: mod/admin.php:697
-msgid ""
-"This page lists the content of the queue for outgoing postings. These are "
-"postings the initial delivery failed for. They will be resend later and "
-"eventually deleted if the delivery fails permanently."
-msgstr ""
+#: mod/contacts.php:938
+msgid "you are a fan of"
+msgstr "您已关注"
 
-#: mod/admin.php:721
-#, php-format
-msgid ""
-"Your DB still runs with MyISAM tables. You should change the engine type to "
-"InnoDB. As Friendica will use InnoDB only features in the future, you should"
-" change this! See <a href=\"%s\">here</a> for a guide that may be helpful "
-"converting the table engines. You may also use the command <tt>php "
-"scripts/dbstructure.php toinnodb</tt> of your Friendica installation for an "
-"automatic conversion.<br />"
-msgstr ""
+#: mod/contacts.php:1013
+msgid "Toggle Blocked status"
+msgstr "切换屏蔽状态"
 
-#: mod/admin.php:728
-#, php-format
-msgid ""
-"There is a new version of Friendica available for download. Your current "
-"version is %1$s, upstream version is %2$s"
-msgstr "有新的 Friendica 版本可供下载。您当前的版本为 %1$s,上游版本为 %2$s"
+#: mod/contacts.php:1021
+msgid "Toggle Ignored status"
+msgstr "交替忽视现状"
 
-#: mod/admin.php:738
-msgid ""
-"The database update failed. Please run \"php scripts/dbstructure.php "
-"update\" from the command line and have a look at the errors that might "
-"appear."
-msgstr ""
+#: mod/contacts.php:1029
+msgid "Toggle Archive status"
+msgstr "交替档案现状"
 
-#: mod/admin.php:744
-msgid "The worker was never executed. Please check your database structure!"
-msgstr ""
+#: mod/contacts.php:1037
+msgid "Delete contact"
+msgstr "删除联系人"
 
-#: mod/admin.php:747
-#, php-format
-msgid ""
-"The last worker execution was on %s UTC. This is older than one hour. Please"
-" check your crontab settings."
-msgstr ""
+#: mod/_tos.php:48 mod/register.php:288 mod/admin.php:188 mod/admin.php:302
+#: src/Module/Tos.php:48
+msgid "Terms of Service"
+msgstr "服务条款"
 
-#: mod/admin.php:752 mod/admin.php:1647
-msgid "Normal Account"
-msgstr "正常帐户"
+#: mod/_tos.php:51 src/Module/Tos.php:51
+msgid "Privacy Statement"
+msgstr "隐私声明"
 
-#: mod/admin.php:753 mod/admin.php:1648
-msgid "Automatic Follower Account"
+#: mod/_tos.php:52 src/Module/Tos.php:52
+msgid ""
+"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."
 msgstr ""
 
-#: mod/admin.php:754 mod/admin.php:1649
-msgid "Public Forum Account"
+#: mod/_tos.php:53 src/Module/Tos.php:53
+#, php-format
+msgid ""
+"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."
 msgstr ""
 
-#: mod/admin.php:755 mod/admin.php:1650
-msgid "Automatic Friend Account"
-msgstr "自动朋友帐户"
-
-#: mod/admin.php:756
-msgid "Blog Account"
-msgstr "博客账户"
-
-#: mod/admin.php:757
-msgid "Private Forum Account"
-msgstr ""
+#: mod/friendica.php:77
+msgid "This is Friendica, version"
+msgstr "这是Friendica,版本"
 
-#: mod/admin.php:779
-msgid "Message queues"
-msgstr "通知排队"
+#: mod/friendica.php:78
+msgid "running at web location"
+msgstr "运作再网址"
 
-#: mod/admin.php:785
-msgid "Summary"
-msgstr "概要"
+#: mod/friendica.php:82
+msgid ""
+"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
+"about the Friendica project."
+msgstr "请浏览 <a href=\"https://friendi.ca\">Friendi.ca</a> 以了解更多关于 Friendica 项目的信息。"
 
-#: mod/admin.php:787
-msgid "Registered users"
-msgstr "注册的用户"
+#: mod/friendica.php:86
+msgid "Bug reports and issues: please visit"
+msgstr "Bug 及 issues 报告:请访问"
 
-#: mod/admin.php:789
-msgid "Pending registrations"
-msgstr "未决的注册"
+#: mod/friendica.php:86
+msgid "the bugtracker at github"
+msgstr "在 github 上的错误追踪系统"
 
-#: mod/admin.php:790
-msgid "Version"
-msgstr "版本"
+#: mod/friendica.php:89
+msgid ""
+"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
+"dot com"
+msgstr "建议,夸奖,捐赠,等-请发邮件到「 Info」在Friendica点com"
 
-#: mod/admin.php:795
-msgid "Active addons"
-msgstr "激活插件"
+#: mod/friendica.php:103
+msgid "Installed addons/apps:"
+msgstr "已安装的插件/应用:"
 
-#: mod/admin.php:826
-msgid "Can not parse base url. Must have at least <scheme>://<domain>"
-msgstr "不能分析基础URL。至少要<scheme>://<domain>"
+#: mod/friendica.php:117
+msgid "No installed addons/apps"
+msgstr "没有已安装的插件或应用"
 
-#: mod/admin.php:1127
-msgid "Site settings updated."
-msgstr "网站设置更新了。"
+#: mod/friendica.php:122
+#, php-format
+msgid "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
+msgstr "阅读此节点的<a href=\"%1$s/tos\">服务条款</a>。"
 
-#: mod/admin.php:1154 mod/settings.php:907
-msgid "No special theme for mobile devices"
-msgstr "没专门适合手机的主题"
+#: mod/friendica.php:127
+msgid "On this server the following remote servers are blocked."
+msgstr "在这个服务器上以下远程服务器被封禁了。"
 
-#: mod/admin.php:1183
-msgid "No community page"
-msgstr "没有社会页"
+#: mod/friendica.php:128 mod/admin.php:354 mod/admin.php:372
+msgid "Reason for the block"
+msgstr "封禁原因"
 
-#: mod/admin.php:1184
-msgid "Public postings from users of this site"
-msgstr "æ\9c¬ç½\91ç«\99ç\94¨æ\88·ç\9a\84å\85¬å¼\80æ\96\87ç« "
+#: mod/lostpass.php:27
+msgid "No valid account found."
+msgstr "æ\89¾ä¸\8då\88°æ\95\88ç\9a\84è´¦æ\88·ã\80\82"
 
-#: mod/admin.php:1185
-msgid "Public postings from the federated network"
-msgstr ""
+#: mod/lostpass.php:39
+msgid "Password reset request issued. Check your email."
+msgstr "重设密码要求发布了。核对您的收件箱。"
 
-#: mod/admin.php:1186
-msgid "Public postings from local users and the federated network"
+#: mod/lostpass.php:45
+#, php-format
+msgid ""
+"\n"
+"\t\tDear %1$s,\n"
+"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
+"\t\tpassword. In order to confirm this request, please select the verification link\n"
+"\t\tbelow or paste it into your web browser address bar.\n"
+"\n"
+"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
+"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n"
+"\n"
+"\t\tYour password will not be changed unless we can verify that you\n"
+"\t\tissued this request."
 msgstr ""
 
-#: mod/admin.php:1192
-msgid "Users, Global Contacts"
-msgstr "用户,全球联系人"
-
-#: mod/admin.php:1193
-msgid "Users, Global Contacts/fallback"
+#: mod/lostpass.php:56
+#, php-format
+msgid ""
+"\n"
+"\t\tFollow this link soon to verify your identity:\n"
+"\n"
+"\t\t%1$s\n"
+"\n"
+"\t\tYou will then receive a follow-up message containing the new password.\n"
+"\t\tYou may change that password from your account settings page after logging in.\n"
+"\n"
+"\t\tThe login details are as follows:\n"
+"\n"
+"\t\tSite Location:\t%2$s\n"
+"\t\tLogin Name:\t%3$s"
 msgstr ""
 
-#: mod/admin.php:1197
-msgid "One month"
-msgstr "一个月"
+#: mod/lostpass.php:73
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "重设密码要求被发布%s"
 
-#: mod/admin.php:1198
-msgid "Three months"
-msgstr "三个月"
+#: mod/lostpass.php:89
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "要求确认不了。(您可能已经提交它。)重设密码失败了。"
 
-#: mod/admin.php:1199
-msgid "Half a year"
-msgstr "半年"
+#: mod/lostpass.php:102
+msgid "Request has expired, please make a new one."
+msgstr "请求超时,请重试。"
 
-#: mod/admin.php:1200
-msgid "One year"
-msgstr "一年"
+#: mod/lostpass.php:117
+msgid "Forgot your Password?"
+msgstr "忘记你的密码吗?"
 
-#: mod/admin.php:1205
-msgid "Multi user instance"
-msgstr "多用户网站"
+#: mod/lostpass.php:118
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "输入您的邮件地址和提交为重置密码。然后核对收件箱看别的说明。"
 
-#: mod/admin.php:1228
-msgid "Closed"
-msgstr "关闭"
+#: mod/lostpass.php:119 src/Module/Login.php:314
+msgid "Nickname or Email: "
+msgstr "昵称或邮件地址:"
 
-#: mod/admin.php:1229
-msgid "Requires approval"
-msgstr "要批准"
+#: mod/lostpass.php:120
+msgid "Reset"
+msgstr "复位"
 
-#: mod/admin.php:1230
-msgid "Open"
-msgstr "打开"
+#: mod/lostpass.php:136 src/Module/Login.php:326
+msgid "Password Reset"
+msgstr "复位密码"
 
-#: mod/admin.php:1234
-msgid "No SSL policy, links will track page SSL state"
-msgstr "没SSLæ\96¹é\92\88ï¼\8cç\8e¯è\8a\82å°\86追踪页SSLç\8e°ç\8a"
+#: mod/lostpass.php:137
+msgid "Your password has been reset as requested."
+msgstr "æ\82¨ç\9a\84å¯\86ç \81被é\87\8d设å¦\82è¦\81æ±\82ç\9a\84ã\80\82"
 
-#: mod/admin.php:1235
-msgid "Force all links to use SSL"
-msgstr "强制所有链接使用 SSL"
+#: mod/lostpass.php:138
+msgid "Your new password is"
+msgstr "你的新的密码是"
 
-#: mod/admin.php:1236
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
-msgstr "自签证书,只在本地链接使用 SSL(不推荐)"
+#: mod/lostpass.php:139
+msgid "Save or copy your new password - and then"
+msgstr "保存或复制新密码-之后"
 
-#: mod/admin.php:1240
-msgid "Don't check"
-msgstr "请勿检查"
+#: mod/lostpass.php:140
+msgid "click here to login"
+msgstr "点击这里登录"
 
-#: mod/admin.php:1241
-msgid "check the stable version"
-msgstr "检查稳定版"
+#: mod/lostpass.php:141
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "您的密码可以在成功登录后在<em>设置</em>页修改。"
 
-#: mod/admin.php:1242
-msgid "check the development version"
-msgstr "检查开发版本"
+#: mod/lostpass.php:149
+#, php-format
+msgid ""
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tYour password has been changed as requested. Please retain this\n"
+"\t\t\tinformation for your records (or change your password immediately to\n"
+"\t\t\tsomething that you will remember).\n"
+"\t\t"
+msgstr ""
 
-#: mod/admin.php:1265
-msgid "Republish users to directory"
+#: mod/lostpass.php:155
+#, php-format
+msgid ""
+"\n"
+"\t\t\tYour login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%1$s\n"
+"\t\t\tLogin Name:\t%2$s\n"
+"\t\t\tPassword:\t%3$s\n"
+"\n"
+"\t\t\tYou may change that password from your account settings page after logging in.\n"
+"\t\t"
 msgstr ""
 
-#: mod/admin.php:1267
-msgid "File upload"
-msgstr "文件上传"
+#: mod/lostpass.php:169
+#, php-format
+msgid "Your password has been changed at %s"
+msgstr "您密码被变化在%s"
 
-#: mod/admin.php:1268
-msgid "Policies"
-msgstr "政策"
+#: mod/register.php:99
+msgid ""
+"Registration successful. Please check your email for further instructions."
+msgstr "注册成功了。请咨询说明再您的收件箱。"
 
-#: mod/admin.php:1270
-msgid "Auto Discovered Contact Directory"
-msgstr ""
+#: mod/register.php:103
+#, php-format
+msgid ""
+"Failed to send email message. Here your accout details:<br> login: %s<br> "
+"password: %s<br><br>You can change your password after login."
+msgstr "发送邮件失败。你的账户消息是:<br>用户名:%s<br> 密码: %s<br><br>。登录后能改密码。"
 
-#: mod/admin.php:1271
-msgid "Performance"
-msgstr "æ\80§è\83½"
+#: mod/register.php:110
+msgid "Registration successful."
+msgstr "注å\86\8cæ\88\90å\8a\9fã\80\82"
 
-#: mod/admin.php:1272
-msgid "Worker"
-msgstr ""
+#: mod/register.php:115
+msgid "Your registration can not be processed."
+msgstr "处理不了您的注册。"
 
-#: mod/admin.php:1273
+#: mod/register.php:162
+msgid "Your registration is pending approval by the site owner."
+msgstr "您的注册等网页主的批准。"
+
+#: mod/register.php:220
 msgid ""
-"Relocate - WARNING: advanced function. Could make this server unreachable."
-msgstr "重定位 - 警告:高级功能。可能会让这个服务器不可达。"
+"You may (optionally) fill in this form via OpenID by supplying your OpenID "
+"and clicking 'Register'."
+msgstr "您会(可选的)用OpenID填这个表格通过提供您的OpenID和点击「注册」。"
 
-#: mod/admin.php:1276
-msgid "Site name"
-msgstr "网页名字"
+#: mod/register.php:221
+msgid ""
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
+msgstr "如果您没熟悉OpenID,请留空这个栏和填另些栏。"
 
-#: mod/admin.php:1277
-msgid "Host name"
-msgstr "æ\9c\8då\8a¡å\99¨å\90\8d"
+#: mod/register.php:222
+msgid "Your OpenID (optional): "
+msgstr "æ\82¨ç\9a\84OpenID(å\8f¯é\80\89ç\9a\84):"
 
-#: mod/admin.php:1278
-msgid "Sender Email"
-msgstr "寄主邮件"
+#: mod/register.php:234
+msgid "Include your profile in member directory?"
+msgstr "放您的简介再员目录?"
 
-#: mod/admin.php:1278
-msgid ""
-"The email address your server shall use to send notification emails from."
+#: mod/register.php:259
+msgid "Note for the admin"
 msgstr ""
 
-#: mod/admin.php:1279
-msgid "Banner/Logo"
-msgstr "标题/标志"
+#: mod/register.php:259
+msgid "Leave a message for the admin, why you want to join this node"
+msgstr "给管理员留条消息,为什么你想加入这个节点"
 
-#: mod/admin.php:1280
-msgid "Shortcut icon"
-msgstr "捷径小图片"
+#: mod/register.php:260
+msgid "Membership on this site is by invitation only."
+msgstr "会员身份在这个网站是光通过邀请。"
 
-#: mod/admin.php:1280
-msgid "Link to an icon that will be used for browsers."
-msgstr ""
+#: mod/register.php:261
+msgid "Your invitation code: "
+msgstr "您的邀请码:"
 
-#: mod/admin.php:1281
-msgid "Touch icon"
-msgstr "触摸小图片"
+#: mod/register.php:264 mod/admin.php:1348
+msgid "Registration"
+msgstr "注册"
 
-#: mod/admin.php:1281
-msgid "Link to an icon that will be used for tablets and mobiles."
-msgstr ""
+#: mod/register.php:270
+msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
+msgstr "你的全名 (比如张三,真名或看起来是真名):"
 
-#: mod/admin.php:1282
-msgid "Additional Info"
-msgstr "别的消息"
+#: mod/register.php:271
+msgid ""
+"Your Email Address: (Initial information will be send there, so this has to "
+"be an existing address.)"
+msgstr "您的电子邮件地址:(初始信息将发送到这里,所以这必须是一个存在的地址。)"
 
-#: mod/admin.php:1282
+#: mod/register.php:273 mod/settings.php:1201
+msgid "New Password:"
+msgstr "新密码:"
+
+#: mod/register.php:273
+msgid "Leave empty for an auto generated password."
+msgstr "留空以使用自动生成的密码。"
+
+#: mod/register.php:274 mod/settings.php:1202
+msgid "Confirm:"
+msgstr "确认:"
+
+#: mod/register.php:275
 #, php-format
 msgid ""
-"For public servers: you can add additional information here that will be "
-"listed at %s/servers."
+"Choose a profile nickname. This must begin with a text character. Your "
+"profile address on this site will then be '<strong>nickname@%s</strong>'."
 msgstr ""
 
-#: mod/admin.php:1283
-msgid "System language"
-msgstr "系统语言"
+#: mod/register.php:276
+msgid "Choose a nickname: "
+msgstr "选择昵称:"
 
-#: mod/admin.php:1284
-msgid "System theme"
-msgstr "系统主题"
+#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283
+msgid "Register"
+msgstr "注册"
 
-#: mod/admin.php:1284
-msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
-msgstr "默认系统主题-会被用户简介超驰-<a href='#' id='cnftheme'>把主题设置变化</a>"
+#: mod/register.php:286
+msgid "Import your profile to this friendica instance"
+msgstr "进口您的简介到这个friendica服务器"
 
-#: mod/admin.php:1285
-msgid "Mobile system theme"
-msgstr "手机系统主题"
+#: mod/admin.php:106
+msgid "Theme settings updated."
+msgstr "主题设置更新了。"
 
-#: mod/admin.php:1285
-msgid "Theme for mobile devices"
-msgstr "用于移动设备的主题"
+#: mod/admin.php:179 src/Content/Nav.php:174
+msgid "Information"
+msgstr "资料"
 
-#: mod/admin.php:1286
-msgid "SSL link policy"
-msgstr "SSLç\8e¯è\8a\82æ\96¹é\92\88"
+#: mod/admin.php:180
+msgid "Overview"
+msgstr "æ¦\82è§\88"
 
-#: mod/admin.php:1286
-msgid "Determines whether generated links should be forced to use SSL"
-msgstr "决定产生的链接是否应该强制使用 SSL"
+#: mod/admin.php:181 mod/admin.php:718
+msgid "Federation Statistics"
+msgstr "联邦网络统计"
 
-#: mod/admin.php:1287
-msgid "Force SSL"
-msgstr "强制使用 SSL"
+#: mod/admin.php:182
+msgid "Configuration"
+msgstr ""
 
-#: mod/admin.php:1287
-msgid ""
-"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
-" to endless loops."
-msgstr "强逼所有非SSL的要求用SSL。注意:在有的系统会导致无限循环"
+#: mod/admin.php:183 mod/admin.php:1345
+msgid "Site"
+msgstr "网站"
 
-#: mod/admin.php:1288
-msgid "Hide help entry from navigation menu"
-msgstr "隐藏帮助在航行选单"
+#: mod/admin.php:184 mod/admin.php:1273 mod/admin.php:1788 mod/admin.php:1804
+msgid "Users"
+msgstr "用户"
 
-#: mod/admin.php:1288
-msgid ""
-"Hides the menu entry for the Help pages from the navigation menu. You can "
-"still access it calling /help directly."
-msgstr "隐藏帮助项目在航行选单。您还能用它经过手动的输入「/help」"
+#: mod/admin.php:185 mod/admin.php:1904 mod/admin.php:1964 mod/settings.php:86
+msgid "Addons"
+msgstr "插件"
 
-#: mod/admin.php:1289
-msgid "Single user instance"
-msgstr "单用户网站"
+#: mod/admin.php:186 mod/admin.php:2173 mod/admin.php:2217
+msgid "Themes"
+msgstr "主题"
 
-#: mod/admin.php:1289
-msgid "Make this instance multi-user or single-user for the named user"
-msgstr "弄这网站多用户或单用户为选择的用户"
+#: mod/admin.php:187 mod/settings.php:64
+msgid "Additional features"
+msgstr "附加的特点"
 
-#: mod/admin.php:1290
-msgid "Maximum image size"
-msgstr "图片最大尺寸"
+#: mod/admin.php:189
+msgid "Database"
+msgstr "数据库"
 
-#: mod/admin.php:1290
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr "最多上传照相的字节。默认是零,意思是无限。"
+#: mod/admin.php:190
+msgid "DB updates"
+msgstr "数据库更新"
 
-#: mod/admin.php:1291
-msgid "Maximum image length"
-msgstr "最大图片大小"
+#: mod/admin.php:191 mod/admin.php:753
+msgid "Inspect Queue"
+msgstr ""
 
-#: mod/admin.php:1291
-msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
-msgstr "最多像素在上传图片的长度。默认-1,意思是无限。"
+#: mod/admin.php:192
+msgid "Tools"
+msgstr "工具"
 
-#: mod/admin.php:1292
-msgid "JPEG image quality"
-msgstr "JPEG 图片质量"
+#: mod/admin.php:193
+msgid "Contact Blocklist"
+msgstr "联系人屏蔽列表"
 
-#: mod/admin.php:1292
-msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
-msgstr "上传的JPEG被用这质量[0-100]保存。默认100,最高。"
+#: mod/admin.php:194 mod/admin.php:362
+msgid "Server Blocklist"
+msgstr "服务器屏蔽列表"
 
-#: mod/admin.php:1294
-msgid "Register policy"
-msgstr "注册政策"
+#: mod/admin.php:195 mod/admin.php:521
+msgid "Delete Item"
+msgstr "删除项目"
 
-#: mod/admin.php:1295
-msgid "Maximum Daily Registrations"
-msgstr "一天最多注册"
+#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2291
+msgid "Logs"
+msgstr "记录"
 
-#: mod/admin.php:1295
-msgid ""
-"If registration is permitted above, this sets the maximum number of new user"
-" registrations to accept per day.  If register is set to closed, this "
-"setting has no effect."
-msgstr "如果注册上边许可的,这个选择一天最多新用户注册会接待。如果注册关闭了,这个设置没有印象。"
+#: mod/admin.php:198 mod/admin.php:2358
+msgid "View Logs"
+msgstr "查看日志"
 
-#: mod/admin.php:1296
-msgid "Register text"
-msgstr "注册正文"
+#: mod/admin.php:200
+msgid "Diagnostics"
+msgstr "诊断"
 
-#: mod/admin.php:1296
-msgid "Will be displayed prominently on the registration page."
-msgstr "被显著的在注册页表示。"
+#: mod/admin.php:201
+msgid "PHP Info"
+msgstr "PHP Info"
 
-#: mod/admin.php:1297
-msgid "Accounts abandoned after x days"
-msgstr "账户丢弃X天后"
+#: mod/admin.php:202
+msgid "probe address"
+msgstr "探测地址"
 
-#: mod/admin.php:1297
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr "拒绝浪费系统资源看外网站找丢弃的账户。输入0为无时限。"
+#: mod/admin.php:203
+msgid "check webfinger"
+msgstr "检查 webfinger"
 
-#: mod/admin.php:1298
-msgid "Allowed friend domains"
-msgstr "允许的朋友域"
+#: mod/admin.php:222 src/Content/Nav.php:217
+msgid "Admin"
+msgstr "管理"
 
-#: mod/admin.php:1298
-msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
-msgstr "逗号分隔的域名许根这个网站结友谊。通配符行。空的允许所有的域名。"
+#: mod/admin.php:223
+msgid "Addon Features"
+msgstr "插件特性"
 
-#: mod/admin.php:1299
-msgid "Allowed email domains"
-msgstr "允许的电子邮件域"
+#: mod/admin.php:224
+msgid "User registrations waiting for confirmation"
+msgstr "用户注册等确认"
 
-#: mod/admin.php:1299
-msgid ""
-"Comma separated list of domains which are allowed in email addresses for "
-"registrations to this site. Wildcards are accepted. Empty to allow any "
-"domains"
-msgstr "逗号分隔的域名可接受在邮件地址为这网站的注册。通配符行。空的允许所有的域名。"
+#: mod/admin.php:301 mod/admin.php:361 mod/admin.php:478 mod/admin.php:520
+#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1344
+#: mod/admin.php:1787 mod/admin.php:1903 mod/admin.php:1963 mod/admin.php:2172
+#: mod/admin.php:2216 mod/admin.php:2290 mod/admin.php:2357
+msgid "Administration"
+msgstr "管理"
 
-#: mod/admin.php:1300
-msgid "No OEmbed rich content"
-msgstr ""
+#: mod/admin.php:303
+msgid "Display Terms of Service"
+msgstr "显示服务条款"
 
-#: mod/admin.php:1300
+#: mod/admin.php:303
 msgid ""
-"Don't show the rich content (e.g. embedded PDF), except from the domains "
-"listed below."
+"Enable the Terms of Service page. If this is enabled a link to the terms "
+"will be added to the registration form and the general information page."
 msgstr ""
 
-#: mod/admin.php:1301
-msgid "Allowed OEmbed domains"
+#: mod/admin.php:304
+msgid "Display Privacy Statement"
 msgstr ""
 
-#: mod/admin.php:1301
+#: mod/admin.php:304
+#, php-format
 msgid ""
-"Comma separated list of domains which oembed content is allowed to be "
-"displayed. Wildcards are accepted."
+"Show some informations regarding the needed information to operate the node "
+"according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
 msgstr ""
 
-#: mod/admin.php:1302
-msgid "Block public"
-msgstr ""
+#: mod/admin.php:305
+msgid "The Terms of Service"
+msgstr "服务条款"
 
-#: mod/admin.php:1302
+#: mod/admin.php:305
 msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
+"Enter the Terms of Service for your node here. You can use BBCode. Headers "
+"of sections should be [h2] and below."
 msgstr ""
 
-#: mod/admin.php:1303
-msgid "Force publish"
-msgstr "强行发布"
+#: mod/admin.php:353
+msgid "The blocked domain"
+msgstr "被封禁的域名"
 
-#: mod/admin.php:1303
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr "让所有这网站的的简介表明在网站目录。"
+#: mod/admin.php:354 mod/admin.php:367
+msgid "The reason why you blocked this domain."
+msgstr "封禁这个域名的原因。"
 
-#: mod/admin.php:1304
-msgid "Global directory URL"
-msgstr ""
+#: mod/admin.php:355
+msgid "Delete domain"
+msgstr "删除域名"
+
+#: mod/admin.php:355
+msgid "Check to delete this entry from the blocklist"
+msgstr "选中以从列表中删除此条目"
 
-#: mod/admin.php:1304
+#: mod/admin.php:363
 msgid ""
-"URL to the global directory. If this is not set, the global directory is "
-"completely unavailable to the application."
+"This page can be used to define a black list of servers from the federated "
+"network that are not allowed to interact with your node. For all entered "
+"domains you should also give a reason why you have blocked the remote "
+"server."
 msgstr ""
 
-#: mod/admin.php:1305
-msgid "Private posts by default for new users"
-msgstr "新用户默认写私人文章"
-
-#: mod/admin.php:1305
+#: mod/admin.php:364
 msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
-msgstr "默认新用户文章批准使默认隐私组,没有公开。"
+"The list of blocked servers will be made publically available on the "
+"/friendica page so that your users and people investigating communication "
+"problems can find the reason easily."
+msgstr ""
 
-#: mod/admin.php:1306
-msgid "Don't include post content in email notifications"
-msgstr "别包含文章内容在邮件消息"
+#: mod/admin.php:365
+msgid "Add new entry to block list"
+msgstr "添加新条目到屏蔽列表"
+
+#: mod/admin.php:366
+msgid "Server Domain"
+msgstr "服务器域名"
 
-#: mod/admin.php:1306
+#: mod/admin.php:366
 msgid ""
-"Don't include the content of a post/comment/private message/etc. in the "
-"email notifications that are sent out from this site, as a privacy measure."
-msgstr "别包含文章/谈论/私消息/等的内容在文件消息被这个网站寄出,为了隐私。"
+"The domain of the new server to add to the block list. Do not include the "
+"protocol."
+msgstr "需要添加到服务器屏蔽列表的服务器的域名。请勿包括协议。"
 
-#: mod/admin.php:1307
-msgid "Disallow public access to addons listed in the apps menu."
-msgstr "不允许插件的公众使用权在应用选单。"
+#: mod/admin.php:367
+msgid "Block reason"
+msgstr "封禁原因"
 
-#: mod/admin.php:1307
-msgid ""
-"Checking this box will restrict addons listed in the apps menu to members "
-"only."
-msgstr "复选这个框为把应用选内插件限制仅成员"
+#: mod/admin.php:368
+msgid "Add Entry"
+msgstr "添加条目"
 
-#: mod/admin.php:1308
-msgid "Don't embed private images in posts"
-msgstr "别嵌入私人图案在文章里"
+#: mod/admin.php:369
+msgid "Save changes to the blocklist"
+msgstr "保存变更到屏蔽列表"
 
-#: mod/admin.php:1308
-msgid ""
-"Don't replace locally-hosted private photos in posts with an embedded copy "
-"of the image. This means that contacts who receive posts containing private "
-"photos will have to authenticate and load each image, which may take a "
-"while."
-msgstr "别把复制嵌入的照相代替本网站的私人照相在文章里。结果是收包括私人照相的熟人要认证才卸载个张照片,会花许久。"
+#: mod/admin.php:370
+msgid "Current Entries in the Blocklist"
+msgstr "屏蔽列表中的当前条目"
 
-#: mod/admin.php:1309
-msgid "Allow Users to set remote_self"
-msgstr "å\85\81许ç\94¨æ\88·ç\94¨é\81¥è¿\9cç\9a\84è\87ªèº«"
+#: mod/admin.php:373
+msgid "Delete entry from blocklist"
+msgstr "å\88 é\99¤å±\8fè\94½å\88\97表中ç\9a\84æ\9d¡ç\9b®"
 
-#: mod/admin.php:1309
-msgid ""
-"With checking this, every user is allowed to mark every contact as a "
-"remote_self in the repair contact dialog. Setting this flag on a contact "
-"causes mirroring every posting of that contact in the users stream."
-msgstr "选择这个之后,用户们允许表明熟人当遥远的自身在熟人修理页。遥远的自身所有文章被复制到用户文章流。"
+#: mod/admin.php:376
+msgid "Delete entry from blocklist?"
+msgstr "从屏蔽列表删除条目?"
 
-#: mod/admin.php:1310
-msgid "Block multiple registrations"
-msgstr "阻止多次注册"
+#: mod/admin.php:402
+msgid "Server added to blocklist."
+msgstr "服务器已添加到屏蔽列表。"
 
-#: mod/admin.php:1310
-msgid "Disallow users to register additional accounts for use as pages."
-msgstr "不允许用户注册别的账户为当页。"
+#: mod/admin.php:418
+msgid "Site blocklist updated."
+msgstr "站点屏蔽列表已更新。"
 
-#: mod/admin.php:1311
-msgid "OpenID support"
-msgstr "OpenID 支持"
+#: mod/admin.php:441 src/Core/Console/GlobalCommunityBlock.php:72
+msgid "The contact has been blocked from the node"
+msgstr "该联系人已被本节点屏蔽。"
+
+#: mod/admin.php:443 src/Core/Console/GlobalCommunityBlock.php:69
+#, php-format
+msgid "Could not find any contact entry for this URL (%s)"
+msgstr ""
 
-#: mod/admin.php:1311
-msgid "OpenID support for registration and logins."
-msgstr "支持使用 OpenID 注册和登录。"
+#: mod/admin.php:450
+#, php-format
+msgid "%s contact unblocked"
+msgid_plural "%s contacts unblocked"
+msgstr[0] ""
 
-#: mod/admin.php:1312
-msgid "Fullname check"
-msgstr "全名核实"
+#: mod/admin.php:479
+msgid "Remote Contact Blocklist"
+msgstr ""
 
-#: mod/admin.php:1312
+#: mod/admin.php:480
 msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
-msgstr "让用户注册的时候放空格姓名中间,省得垃圾注册。"
+"This page allows you to prevent any message from a remote contact to reach "
+"your node."
+msgstr ""
 
-#: mod/admin.php:1313
-msgid "Community pages for visitors"
+#: mod/admin.php:481
+msgid "Block Remote Contact"
 msgstr ""
 
-#: mod/admin.php:1313
-msgid ""
-"Which community pages should be available for visitors. Local users always "
-"see both pages."
+#: mod/admin.php:482 mod/admin.php:1790
+msgid "select all"
+msgstr "全选"
+
+#: mod/admin.php:483
+msgid "select none"
 msgstr ""
 
-#: mod/admin.php:1314
-msgid "Posts per user on community page"
-msgstr "个用户文章数量在社会页"
+#: mod/admin.php:486
+msgid "No remote contact is blocked from this node."
+msgstr ""
 
-#: mod/admin.php:1314
-msgid ""
-"The maximum number of posts per user on the community page. (Not valid for "
-"'Global Community')"
-msgstr "一个用户最多文章在社会页。(无效在“全球社会”)"
+#: mod/admin.php:488
+msgid "Blocked Remote Contacts"
+msgstr ""
 
-#: mod/admin.php:1315
-msgid "Enable OStatus support"
-msgstr "启用 OStatus 支持"
+#: mod/admin.php:489
+msgid "Block New Remote Contact"
+msgstr ""
 
-#: mod/admin.php:1315
-msgid ""
-"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
-"communications in OStatus are public, so privacy warnings will be "
-"occasionally displayed."
-msgstr "提供内置的 OStatus(StatusNet、GNU Social 等)兼容性。所有 OStatus 的通信是公开的,所以会偶尔显示隐私警告。"
+#: mod/admin.php:490
+msgid "Photo"
+msgstr "照片"
 
-#: mod/admin.php:1316
-msgid "Only import OStatus threads from our contacts"
+#: mod/admin.php:498
+#, php-format
+msgid "%s total blocked contact"
+msgid_plural "%s total blocked contacts"
+msgstr[0] ""
+
+#: mod/admin.php:500
+msgid "URL of the remote contact to block."
 msgstr ""
 
-#: mod/admin.php:1316
+#: mod/admin.php:522
+msgid "Delete this Item"
+msgstr "删除这个项目"
+
+#: mod/admin.php:523
 msgid ""
-"Normally we import every content from our OStatus contacts. With this option"
-" we only store threads that are started by a contact that is known on our "
-"system."
+"On this page you can delete an item from your node. If the item is a top "
+"level posting, the entire thread will be deleted."
 msgstr ""
 
-#: mod/admin.php:1317
-msgid "OStatus support can only be enabled if threading is enabled."
+#: mod/admin.php:524
+msgid ""
+"You need to know the GUID of the item. You can find it e.g. by looking at "
+"the display URL. The last part of http://example.com/display/123456 is the "
+"GUID, here 123456."
 msgstr ""
 
-#: mod/admin.php:1319
-msgid ""
-"Diaspora support can't be enabled because Friendica was installed into a sub"
-" directory."
-msgstr "Diaspora 支持无法启用,因为 Friendica 被安装到了一个子目录。"
+#: mod/admin.php:525
+msgid "GUID"
+msgstr "GUID"
 
-#: mod/admin.php:1320
-msgid "Enable Diaspora support"
-msgstr "启用 Diaspora 支持"
+#: mod/admin.php:525
+msgid "The GUID of the item you want to delete."
+msgstr "你想要删除的项目的 GUID."
 
-#: mod/admin.php:1320
-msgid "Provide built-in Diaspora network compatibility."
-msgstr "提供内置的 Diaspora 网络兼容性。"
+#: mod/admin.php:564
+msgid "Item marked for deletion."
+msgstr "被标记为要删除的项目。"
 
-#: mod/admin.php:1321
-msgid "Only allow Friendica contacts"
-msgstr "只允许 Friendica 联系人"
+#: mod/admin.php:635
+msgid "unknown"
+msgstr "未知"
 
-#: mod/admin.php:1321
+#: mod/admin.php:711
 msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
-msgstr "所有联系人必须使用 Friendica 协议 。所有其他内置沟通协议都已停用。"
+"This page offers you some numbers to the known part of the federated social "
+"network your Friendica node is part of. These numbers are not complete but "
+"only reflect the part of the network your node is aware of."
+msgstr ""
 
-#: mod/admin.php:1322
-msgid "Verify SSL"
-msgstr "验证 SSL"
+#: mod/admin.php:712
+msgid ""
+"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
+"will improve the data displayed here."
+msgstr ""
 
-#: mod/admin.php:1322
+#: mod/admin.php:724
+#, php-format
 msgid ""
-"If you wish, you can turn on strict certificate checking. This will mean you"
-" cannot connect (at all) to self-signed SSL sites."
-msgstr "你想的话,您会使严格证书核实可用。意思是您不能根自签的SSL网站交流。"
+"Currently this node is aware of %d nodes with %d registered users from the "
+"following platforms:"
+msgstr ""
 
-#: mod/admin.php:1323
-msgid "Proxy user"
-msgstr "代理用户"
+#: mod/admin.php:755
+msgid "ID"
+msgstr "ID"
 
-#: mod/admin.php:1324
-msgid "Proxy URL"
-msgstr "代理URL"
+#: mod/admin.php:756
+msgid "Recipient Name"
+msgstr "接收者的名字"
 
-#: mod/admin.php:1325
-msgid "Network timeout"
-msgstr "网络超时"
+#: mod/admin.php:757
+msgid "Recipient Profile"
+msgstr "接收者的简介"
 
-#: mod/admin.php:1325
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr "输入秒数。输入零为无限(不推荐的)。"
+#: mod/admin.php:758 src/Core/NotificationsManager.php:178
+#: src/Content/Nav.php:178 view/theme/frio/theme.php:266
+msgid "Network"
+msgstr "网络"
 
-#: mod/admin.php:1326
-msgid "Maximum Load Average"
-msgstr "最大平均负荷"
+#: mod/admin.php:759
+msgid "Created"
+msgstr "已创建"
 
-#: mod/admin.php:1326
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr "系统负荷平均以上转播和检查行程会被耽误-默认50。"
+#: mod/admin.php:760
+msgid "Last Tried"
+msgstr "上次尝试"
 
-#: mod/admin.php:1327
-msgid "Maximum Load Average (Frontend)"
+#: mod/admin.php:761
+msgid ""
+"This page lists the content of the queue for outgoing postings. These are "
+"postings the initial delivery failed for. They will be resend later and "
+"eventually deleted if the delivery fails permanently."
 msgstr ""
 
-#: mod/admin.php:1327
-msgid "Maximum system load before the frontend quits service - default 50."
+#: mod/admin.php:785
+#, php-format
+msgid ""
+"Your DB still runs with MyISAM tables. You should change the engine type to "
+"InnoDB. As Friendica will use InnoDB only features in the future, you should"
+" change this! See <a href=\"%s\">here</a> for a guide that may be helpful "
+"converting the table engines. You may also use the command <tt>php "
+"bin/console.php dbstructure toinnodb</tt> of your Friendica installation for"
+" an automatic conversion.<br />"
 msgstr ""
 
-#: mod/admin.php:1328
-msgid "Minimal Memory"
-msgstr "最少内存"
+#: mod/admin.php:792
+#, php-format
+msgid ""
+"There is a new version of Friendica available for download. Your current "
+"version is %1$s, upstream version is %2$s"
+msgstr "有新的 Friendica 版本可供下载。您当前的版本为 %1$s,上游版本为 %2$s"
 
-#: mod/admin.php:1328
+#: mod/admin.php:802
 msgid ""
-"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
-"default 0 (deactivated)."
+"The database update failed. Please run \"php bin/console.php dbstructure "
+"update\" from the command line and have a look at the errors that might "
+"appear."
 msgstr ""
 
-#: mod/admin.php:1329
-msgid "Maximum table size for optimization"
+#: mod/admin.php:808
+msgid "The worker was never executed. Please check your database structure!"
 msgstr ""
 
-#: mod/admin.php:1329
+#: mod/admin.php:811
+#, php-format
 msgid ""
-"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
-"Enter -1 to disable it."
+"The last worker execution was on %s UTC. This is older than one hour. Please"
+" check your crontab settings."
 msgstr ""
 
-#: mod/admin.php:1330
-msgid "Minimum level of fragmentation"
-msgstr ""
+#: mod/admin.php:816 mod/admin.php:1739
+msgid "Normal Account"
+msgstr "正常帐户"
 
-#: mod/admin.php:1330
-msgid ""
-"Minimum fragmenation level to start the automatic optimization - default "
-"value is 30%."
+#: mod/admin.php:817 mod/admin.php:1740
+msgid "Automatic Follower Account"
 msgstr ""
 
-#: mod/admin.php:1332
-msgid "Periodical check of global contacts"
+#: mod/admin.php:818 mod/admin.php:1741
+msgid "Public Forum Account"
 msgstr ""
 
-#: mod/admin.php:1332
-msgid ""
-"If enabled, the global contacts are checked periodically for missing or "
-"outdated data and the vitality of the contacts and servers."
-msgstr ""
+#: mod/admin.php:819 mod/admin.php:1742
+msgid "Automatic Friend Account"
+msgstr "自动朋友帐户"
 
-#: mod/admin.php:1333
-msgid "Days between requery"
-msgstr "重新查询间隔天数"
+#: mod/admin.php:820
+msgid "Blog Account"
+msgstr "博客账户"
 
-#: mod/admin.php:1333
-msgid "Number of days after which a server is requeried for his contacts."
+#: mod/admin.php:821
+msgid "Private Forum Account"
 msgstr ""
 
-#: mod/admin.php:1334
-msgid "Discover contacts from other servers"
-msgstr "从其他服务器上发现联系人"
+#: mod/admin.php:843
+msgid "Message queues"
+msgstr "通知排队"
 
-#: mod/admin.php:1334
-msgid ""
-"Periodically query other servers for contacts. You can choose between "
-"'users': the users on the remote system, 'Global Contacts': active contacts "
-"that are known on the system. The fallback is meant for Redmatrix servers "
-"and older friendica servers, where global contacts weren't available. The "
-"fallback increases the server load, so the recommened setting is 'Users, "
-"Global Contacts'."
-msgstr ""
+#: mod/admin.php:849
+msgid "Summary"
+msgstr "概要"
 
-#: mod/admin.php:1335
-msgid "Timeframe for fetching global contacts"
-msgstr ""
+#: mod/admin.php:851
+msgid "Registered users"
+msgstr "注册的用户"
 
-#: mod/admin.php:1335
-msgid ""
-"When the discovery is activated, this value defines the timeframe for the "
-"activity of the global contacts that are fetched from other servers."
-msgstr ""
+#: mod/admin.php:853
+msgid "Pending registrations"
+msgstr "未决的注册"
 
-#: mod/admin.php:1336
-msgid "Search the local directory"
-msgstr "搜索本地目录"
+#: mod/admin.php:854
+msgid "Version"
+msgstr "版本"
 
-#: mod/admin.php:1336
-msgid ""
-"Search the local directory instead of the global directory. When searching "
-"locally, every search will be executed on the global directory in the "
-"background. This improves the search results when the search is repeated."
-msgstr ""
+#: mod/admin.php:859
+msgid "Active addons"
+msgstr "激活插件"
 
-#: mod/admin.php:1338
-msgid "Publish server information"
-msgstr "发布服务器信息"
+#: mod/admin.php:890
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+msgstr "不能分析基础URL。至少要<scheme>://<domain>"
 
-#: mod/admin.php:1338
-msgid ""
-"If enabled, general server and usage data will be published. The data "
-"contains the name and version of the server, number of users with public "
-"profiles, number of posts and the activated protocols and connectors. See <a"
-" href='http://the-federation.info/'>the-federation.info</a> for details."
+#: mod/admin.php:1209
+msgid "Site settings updated."
+msgstr "网站设置更新了。"
+
+#: mod/admin.php:1236 mod/settings.php:905
+msgid "No special theme for mobile devices"
+msgstr "没专门适合手机的主题"
+
+#: mod/admin.php:1265
+msgid "No community page"
+msgstr "没有社会页"
+
+#: mod/admin.php:1266
+msgid "Public postings from users of this site"
+msgstr "本网站用户的公开文章"
+
+#: mod/admin.php:1267
+msgid "Public postings from the federated network"
+msgstr ""
+
+#: mod/admin.php:1268
+msgid "Public postings from local users and the federated network"
 msgstr ""
 
-#: mod/admin.php:1340
-msgid "Check upstream version"
-msgstr "检查上游版本"
+#: mod/admin.php:1274
+msgid "Users, Global Contacts"
+msgstr "用户,全球联系人"
 
-#: mod/admin.php:1340
-msgid ""
-"Enables checking for new Friendica versions at github. If there is a new "
-"version, you will be informed in the admin panel overview."
-msgstr "启用在 github 上检查新的 Friendica 版本。如果发现新版本,您将在管理员概要面板得到通知。"
+#: mod/admin.php:1275
+msgid "Users, Global Contacts/fallback"
+msgstr ""
 
-#: mod/admin.php:1341
-msgid "Suppress Tags"
-msgstr "压制标签"
+#: mod/admin.php:1279
+msgid "One month"
+msgstr "一个月"
 
-#: mod/admin.php:1341
-msgid "Suppress showing a list of hashtags at the end of the posting."
-msgstr "ä¸\8då\9c¨æ\96\87ç« æ\9c«å°¾æ\98¾ç¤ºä¸»é¢\98æ \87ç­¾å\88\97表ã\80\82"
+#: mod/admin.php:1280
+msgid "Three months"
+msgstr "ä¸\89个æ\9c\88"
 
-#: mod/admin.php:1342
-msgid "Path to item cache"
-msgstr "路线到项目缓存"
+#: mod/admin.php:1281
+msgid "Half a year"
+msgstr "半年"
 
-#: mod/admin.php:1342
-msgid "The item caches buffers generated bbcode and external images."
-msgstr ""
+#: mod/admin.php:1282
+msgid "One year"
+msgstr "一年"
 
-#: mod/admin.php:1343
-msgid "Cache duration in seconds"
-msgstr "缓存时间秒"
+#: mod/admin.php:1287
+msgid "Multi user instance"
+msgstr "多用户网站"
 
-#: mod/admin.php:1343
-msgid ""
-"How long should the cache files be hold? Default value is 86400 seconds (One"
-" day). To disable the item cache, set the value to -1."
-msgstr "高速缓存要存文件多久?默认是86400秒钟(一天)。停用高速缓存,输入-1。"
+#: mod/admin.php:1310
+msgid "Closed"
+msgstr "关闭"
 
-#: mod/admin.php:1344
-msgid "Maximum numbers of comments per post"
-msgstr "文件最多评论"
+#: mod/admin.php:1311
+msgid "Requires approval"
+msgstr "要批准"
 
-#: mod/admin.php:1344
-msgid "How much comments should be shown for each post? Default value is 100."
-msgstr ""
+#: mod/admin.php:1312
+msgid "Open"
+msgstr "打开"
 
-#: mod/admin.php:1345
-msgid "Temp path"
-msgstr "临时文件路线"
+#: mod/admin.php:1316
+msgid "No SSL policy, links will track page SSL state"
+msgstr "没SSL方针,环节将追踪页SSL现状"
 
-#: mod/admin.php:1345
-msgid ""
-"If you have a restricted system where the webserver can't access the system "
-"temp path, enter another path here."
-msgstr ""
+#: mod/admin.php:1317
+msgid "Force all links to use SSL"
+msgstr "强制所有链接使用 SSL"
 
-#: mod/admin.php:1346
-msgid "Base path to installation"
-msgstr "基础安装路线"
+#: mod/admin.php:1318
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+msgstr "自签证书,只在本地链接使用 SSL(不推荐)"
 
-#: mod/admin.php:1346
-msgid ""
-"If the system cannot detect the correct path to your installation, enter the"
-" correct path here. This setting should only be set if you are using a "
-"restricted system and symbolic links to your webroot."
-msgstr "如果您的系统无法为您检测到正确的安装路径,请在这里输入正确的路径。此配置仅在您使用设有限制的系统时符号链接到网页服务器根目录使用。"
+#: mod/admin.php:1322
+msgid "Don't check"
+msgstr "请勿检查"
 
-#: mod/admin.php:1347
-msgid "Disable picture proxy"
-msgstr "停用图片代理"
+#: mod/admin.php:1323
+msgid "check the stable version"
+msgstr "检查稳定版"
 
-#: mod/admin.php:1347
-msgid ""
-"The picture proxy increases performance and privacy. It shouldn't be used on"
-" systems with very low bandwith."
-msgstr ""
+#: mod/admin.php:1324
+msgid "check the development version"
+msgstr "检查开发版本"
 
-#: mod/admin.php:1348
-msgid "Only search in tags"
+#: mod/admin.php:1347
+msgid "Republish users to directory"
 msgstr ""
 
-#: mod/admin.php:1348
-msgid "On large systems the text search can slow down the system extremely."
-msgstr "在大型系统中,正文搜索会极大降低系统运行速度。"
-
-#: mod/admin.php:1350
-msgid "New base url"
-msgstr "新基础URL"
+#: mod/admin.php:1349
+msgid "File upload"
+msgstr "文件上传"
 
 #: mod/admin.php:1350
-msgid ""
-"Change base url for this server. Sends relocate message to all Friendica and"
-" Diaspora* contacts of all users."
-msgstr ""
+msgid "Policies"
+msgstr "政策"
 
 #: mod/admin.php:1352
-msgid "RINO Encryption"
+msgid "Auto Discovered Contact Directory"
 msgstr ""
 
-#: mod/admin.php:1352
-msgid "Encryption layer between nodes."
-msgstr "节点之间的加密层。"
-
-#: mod/admin.php:1354
-msgid "Maximum number of parallel workers"
-msgstr ""
+#: mod/admin.php:1353
+msgid "Performance"
+msgstr "性能"
 
 #: mod/admin.php:1354
-msgid ""
-"On shared hosters set this to 2. On larger systems, values of 10 are great. "
-"Default value is 4."
+msgid "Worker"
 msgstr ""
 
 #: mod/admin.php:1355
-msgid "Don't use 'proc_open' with the worker"
-msgstr ""
+msgid "Message Relay"
+msgstr "讯息中继"
 
-#: mod/admin.php:1355
+#: mod/admin.php:1356
 msgid ""
-"Enable this if your system doesn't allow the use of 'proc_open'. This can "
-"happen on shared hosters. If this is enabled you should increase the "
-"frequency of worker calls in your crontab."
-msgstr ""
+"Relocate - WARNING: advanced function. Could make this server unreachable."
+msgstr "重定位 - 警告:高级功能。可能会让这个服务器不可达。"
 
-#: mod/admin.php:1356
-msgid "Enable fastlane"
-msgstr ""
+#: mod/admin.php:1359
+msgid "Site name"
+msgstr "网页名字"
 
-#: mod/admin.php:1356
-msgid ""
-"When enabed, the fastlane mechanism starts an additional worker if processes"
-" with higher priority are blocked by processes of lower priority."
-msgstr ""
+#: mod/admin.php:1360
+msgid "Host name"
+msgstr "服务器名"
 
-#: mod/admin.php:1357
-msgid "Enable frontend worker"
-msgstr ""
+#: mod/admin.php:1361
+msgid "Sender Email"
+msgstr "寄主邮件"
 
-#: mod/admin.php:1357
-#, php-format
+#: mod/admin.php:1361
 msgid ""
-"When enabled the Worker process is triggered when backend access is "
-"performed \\x28e.g. messages being delivered\\x29. On smaller sites you "
-"might want to call %s/worker on a regular basis via an external cron job. "
-"You should only enable this option if you cannot utilize cron/scheduled jobs"
-" on your server."
+"The email address your server shall use to send notification emails from."
 msgstr ""
 
-#: mod/admin.php:1385
-msgid "Update has been marked successful"
-msgstr "æ\9b´æ\96°å½\93æ\88\90å\8a\9fæ \87ç­¾äº\86"
+#: mod/admin.php:1362
+msgid "Banner/Logo"
+msgstr "æ \87é¢\98/æ \87å¿\97"
 
-#: mod/admin.php:1392
-#, php-format
-msgid "Database structure update %s was successfully applied."
-msgstr ""
+#: mod/admin.php:1363
+msgid "Shortcut icon"
+msgstr "捷径小图片"
 
-#: mod/admin.php:1395
-#, php-format
-msgid "Executing of database structure update %s failed with error: %s"
+#: mod/admin.php:1363
+msgid "Link to an icon that will be used for browsers."
 msgstr ""
 
-#: mod/admin.php:1408
-#, php-format
-msgid "Executing %s failed with error: %s"
-msgstr "执行 %s 失败,错误:%s"
-
-#: mod/admin.php:1410
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr "把%s更新成功地实行。"
-
-#: mod/admin.php:1413
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr "%s更新没回答现状。不知道是否成功。"
+#: mod/admin.php:1364
+msgid "Touch icon"
+msgstr "触摸小图片"
 
-#: mod/admin.php:1416
-#, php-format
-msgid "There was no additional update function %s that needed to be called."
+#: mod/admin.php:1364
+msgid "Link to an icon that will be used for tablets and mobiles."
 msgstr ""
 
-#: mod/admin.php:1436
-msgid "No failed updates."
-msgstr "没有不通过地更新。"
-
-#: mod/admin.php:1437
-msgid "Check database structure"
-msgstr "检查数据库结构"
-
-#: mod/admin.php:1442
-msgid "Failed Updates"
-msgstr "没通过的更新"
-
-#: mod/admin.php:1443
-msgid ""
-"This does not include updates prior to 1139, which did not return a status."
-msgstr "这个不包括1139号更新之前,它们没回答装线。"
-
-#: mod/admin.php:1444
-msgid "Mark success (if update was manually applied)"
-msgstr "标注成功(如果手动地把更新实行了)"
-
-#: mod/admin.php:1445
-msgid "Attempt to execute this update step automatically"
-msgstr "试图自动地把这步更新实行"
+#: mod/admin.php:1365
+msgid "Additional Info"
+msgstr "别的消息"
 
-#: mod/admin.php:1484
+#: mod/admin.php:1365
 #, php-format
 msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tthe administrator of %2$s has set up an account for you."
+"For public servers: you can add additional information here that will be "
+"listed at %s/servers."
 msgstr ""
 
-#: mod/admin.php:1487
-#, php-format
+#: mod/admin.php:1366
+msgid "System language"
+msgstr "系统语言"
+
+#: mod/admin.php:1367
+msgid "System theme"
+msgstr "系统主题"
+
+#: mod/admin.php:1367
 msgid ""
-"\n"
-"\t\t\tThe login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%1$s\n"
-"\t\t\tLogin Name:\t\t%2$s\n"
-"\t\t\tPassword:\t\t%3$s\n"
-"\n"
-"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
-"\t\t\tin.\n"
-"\n"
-"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
-"\n"
-"\t\t\tYou may also wish to add some basic information to your default profile\n"
-"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
-"\n"
-"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
-"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
-"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
-"\t\t\tthan that.\n"
-"\n"
-"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
-"\t\t\tIf you are new and do not know anybody here, they may help\n"
-"\t\t\tyou to make some new and interesting friends.\n"
-"\n"
-"\t\t\tThank you and welcome to %4$s."
-msgstr ""
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr "默认系统主题-会被用户简介超驰-<a href='#' id='cnftheme'>把主题设置变化</a>"
 
-#: mod/admin.php:1519 src/Model/User.php:634
-#, php-format
-msgid "Registration details for %s"
-msgstr "注册信息为%s"
+#: mod/admin.php:1368
+msgid "Mobile system theme"
+msgstr "手机系统主题"
 
-#: mod/admin.php:1529
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] ""
+#: mod/admin.php:1368
+msgid "Theme for mobile devices"
+msgstr "用于移动设备的主题"
 
-#: mod/admin.php:1535
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] "%s 用户被删除了"
+#: mod/admin.php:1369
+msgid "SSL link policy"
+msgstr "SSL环节方针"
 
-#: mod/admin.php:1582
-#, php-format
-msgid "User '%s' deleted"
-msgstr "用户 '%s' 被删除了"
+#: mod/admin.php:1369
+msgid "Determines whether generated links should be forced to use SSL"
+msgstr "决定产生的链接是否应该强制使用 SSL"
 
-#: mod/admin.php:1590
-#, php-format
-msgid "User '%s' unblocked"
-msgstr "用户“%s”已解除屏蔽"
+#: mod/admin.php:1370
+msgid "Force SSL"
+msgstr "强制使用 SSL"
 
-#: mod/admin.php:1590
-#, php-format
-msgid "User '%s' blocked"
-msgstr "用户“%s”已屏蔽"
+#: mod/admin.php:1370
+msgid ""
+"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
+" to endless loops."
+msgstr "强逼所有非SSL的要求用SSL。注意:在有的系统会导致无限循环"
 
-#: mod/admin.php:1689 mod/admin.php:1701 mod/admin.php:1714 mod/admin.php:1732
-#: src/Content/ContactSelector.php:82
-msgid "Email"
-msgstr "电子邮件"
+#: mod/admin.php:1371
+msgid "Hide help entry from navigation menu"
+msgstr "在导航菜单隐藏帮助条目"
 
-#: mod/admin.php:1689 mod/admin.php:1714
-msgid "Register date"
-msgstr "注册日期"
+#: mod/admin.php:1371
+msgid ""
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
+msgstr "在导航菜单中隐藏帮助页面的菜单条目。您仍然可以通过输入「/help」直接访问。"
 
-#: mod/admin.php:1689 mod/admin.php:1714
-msgid "Last login"
-msgstr "上次登录"
+#: mod/admin.php:1372
+msgid "Single user instance"
+msgstr "单用户网站"
 
-#: mod/admin.php:1689 mod/admin.php:1714
-msgid "Last item"
-msgstr "上项目"
+#: mod/admin.php:1372
+msgid "Make this instance multi-user or single-user for the named user"
+msgstr "弄这网站多用户或单用户为选择的用户"
 
-#: mod/admin.php:1689 mod/settings.php:54
-msgid "Account"
-msgstr "å¸\90æ\88·"
+#: mod/admin.php:1373
+msgid "Maximum image size"
+msgstr "å\9b¾ç\89\87æ\9c\80大尺寸"
 
-#: mod/admin.php:1697
-msgid "Add User"
-msgstr "添加用户"
+#: mod/admin.php:1373
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "最多上传照相的字节。默认是零,意思是无限。"
 
-#: mod/admin.php:1699
-msgid "User registrations waiting for confirm"
-msgstr "用户注册等待确认"
+#: mod/admin.php:1374
+msgid "Maximum image length"
+msgstr "最大图片大小"
 
-#: mod/admin.php:1700
-msgid "User waiting for permanent deletion"
-msgstr "用户等待长久删除"
+#: mod/admin.php:1374
+msgid ""
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
+msgstr "最多像素在上传图片的长度。默认-1,意思是无限。"
 
-#: mod/admin.php:1701
-msgid "Request date"
-msgstr "要求日期"
+#: mod/admin.php:1375
+msgid "JPEG image quality"
+msgstr "JPEG 图片质量"
 
-#: mod/admin.php:1702
-msgid "No registrations."
-msgstr "没有注册。"
+#: mod/admin.php:1375
+msgid ""
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
+msgstr "上传的JPEG被用这质量[0-100]保存。默认100,最高。"
 
-#: mod/admin.php:1703
-msgid "Note from the user"
-msgstr ""
+#: mod/admin.php:1377
+msgid "Register policy"
+msgstr "注册政策"
 
-#: mod/admin.php:1705
-msgid "Deny"
-msgstr "否定"
+#: mod/admin.php:1378
+msgid "Maximum Daily Registrations"
+msgstr "一天最多注册"
 
-#: mod/admin.php:1709
-msgid "Site admin"
-msgstr "网站管理员"
+#: mod/admin.php:1378
+msgid ""
+"If registration is permitted above, this sets the maximum number of new user"
+" registrations to accept per day.  If register is set to closed, this "
+"setting has no effect."
+msgstr "如果注册上边许可的,这个选择一天最多新用户注册会接待。如果注册关闭了,这个设置没有印象。"
 
-#: mod/admin.php:1710
-msgid "Account expired"
-msgstr "帐户过期了"
+#: mod/admin.php:1379
+msgid "Register text"
+msgstr "注册正文"
 
-#: mod/admin.php:1713
-msgid "New User"
-msgstr "新用户"
+#: mod/admin.php:1379
+msgid ""
+"Will be displayed prominently on the registration page. You can use BBCode "
+"here."
+msgstr ""
 
-#: mod/admin.php:1714
-msgid "Deleted since"
-msgstr "å\88 é\99¤ä»\8e"
+#: mod/admin.php:1380
+msgid "Accounts abandoned after x days"
+msgstr "è´¦æ\88·ä¸¢å¼\83X天å\90\8e"
 
-#: mod/admin.php:1719
+#: mod/admin.php:1380
 msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "特定的用户被删除!\\n\\n什么这些用户放在这个网站被永远删除!\\n\\n您肯定吗?"
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "拒绝浪费系统资源看外网站找丢弃的账户。输入0为无时限。"
+
+#: mod/admin.php:1381
+msgid "Allowed friend domains"
+msgstr "允许的朋友域"
 
-#: mod/admin.php:1720
+#: mod/admin.php:1381
 msgid ""
-"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
-"site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "用户{0}将被删除!\\n\\n什么这个用户放在这个网站被永远删除!\\n\\n您肯定吗?"
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr "逗号分隔的域名许根这个网站结友谊。通配符行。空的允许所有的域名。"
 
-#: mod/admin.php:1730
-msgid "Name of the new user."
-msgstr "新用户的名字。"
+#: mod/admin.php:1382
+msgid "Allowed email domains"
+msgstr "允许的电子邮件域"
 
-#: mod/admin.php:1731
-msgid "Nickname"
-msgstr "昵称"
+#: mod/admin.php:1382
+msgid ""
+"Comma separated list of domains which are allowed in email addresses for "
+"registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains"
+msgstr "逗号分隔的域名可接受在邮件地址为这网站的注册。通配符行。空的允许所有的域名。"
 
-#: mod/admin.php:1731
-msgid "Nickname of the new user."
-msgstr "新用户的昵称。"
+#: mod/admin.php:1383
+msgid "No OEmbed rich content"
+msgstr ""
 
-#: mod/admin.php:1732
-msgid "Email address of the new user."
-msgstr "新用户的邮件地址。"
+#: mod/admin.php:1383
+msgid ""
+"Don't show the rich content (e.g. embedded PDF), except from the domains "
+"listed below."
+msgstr ""
 
-#: mod/admin.php:1774
-#, php-format
-msgid "Addon %s disabled."
-msgstr "插件 %s 已禁用。"
+#: mod/admin.php:1384
+msgid "Allowed OEmbed domains"
+msgstr ""
 
-#: mod/admin.php:1778
-#, php-format
-msgid "Addon %s enabled."
-msgstr "插件 %s 已启用。"
+#: mod/admin.php:1384
+msgid ""
+"Comma separated list of domains which oembed content is allowed to be "
+"displayed. Wildcards are accepted."
+msgstr ""
 
-#: mod/admin.php:1788 mod/admin.php:2037
-msgid "Disable"
-msgstr "停用"
+#: mod/admin.php:1385
+msgid "Block public"
+msgstr ""
 
-#: mod/admin.php:1791 mod/admin.php:2040
-msgid "Enable"
-msgstr "使能用"
+#: mod/admin.php:1385
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr ""
 
-#: mod/admin.php:1813 mod/admin.php:2082
-msgid "Toggle"
-msgstr "肘节"
+#: mod/admin.php:1386
+msgid "Force publish"
+msgstr "强行发布"
 
-#: mod/admin.php:1821 mod/admin.php:2091
-msgid "Author: "
-msgstr "作者:"
+#: mod/admin.php:1386
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "让所有这网站的的简介表明在网站目录。"
 
-#: mod/admin.php:1822 mod/admin.php:2092
-msgid "Maintainer: "
-msgstr "维护者:"
+#: mod/admin.php:1387
+msgid "Global directory URL"
+msgstr ""
 
-#: mod/admin.php:1874
-msgid "Reload active addons"
-msgstr "重新加载可用插件"
+#: mod/admin.php:1387
+msgid ""
+"URL to the global directory. If this is not set, the global directory is "
+"completely unavailable to the application."
+msgstr ""
 
-#: mod/admin.php:1879
-#, php-format
+#: mod/admin.php:1388
+msgid "Private posts by default for new users"
+msgstr "新用户默认写私人文章"
+
+#: mod/admin.php:1388
 msgid ""
-"There are currently no addons available on your node. You can find the "
-"official addon repository at %1$s and might find other interesting addons in"
-" the open addon registry at %2$s"
-msgstr "目前您的节点上没有可用插件。您可以在 %1$s 找到官方插件库,或者到开放的插件登记处 %2$s 也能找到其他有趣的插件"
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
+msgstr "默认新用户文章批准使默认隐私组,没有公开。"
 
-#: mod/admin.php:1999
-msgid "No themes found."
-msgstr "找不到主题。"
+#: mod/admin.php:1389
+msgid "Don't include post content in email notifications"
+msgstr "别包含文章内容在邮件消息"
 
-#: mod/admin.php:2073
-msgid "Screenshot"
-msgstr "截图"
+#: mod/admin.php:1389
+msgid ""
+"Don't include the content of a post/comment/private message/etc. in the "
+"email notifications that are sent out from this site, as a privacy measure."
+msgstr "别包含文章/谈论/私消息/等的内容在文件消息被这个网站寄出,为了隐私。"
 
-#: mod/admin.php:2127
-msgid "Reload active themes"
-msgstr "重载活动的主题"
+#: mod/admin.php:1390
+msgid "Disallow public access to addons listed in the apps menu."
+msgstr "不允许插件的公众使用权在应用选单。"
 
-#: mod/admin.php:2132
-#, php-format
-msgid "No themes found on the system. They should be placed in %1$s"
-msgstr "未在系统中发现主题。它们应该被放置在 %1$s"
+#: mod/admin.php:1390
+msgid ""
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
+msgstr "复选这个框为把应用选内插件限制仅成员"
 
-#: mod/admin.php:2133
-msgid "[Experimental]"
-msgstr "[试验]"
+#: mod/admin.php:1391
+msgid "Don't embed private images in posts"
+msgstr "别嵌入私人图案在文章里"
 
-#: mod/admin.php:2134
-msgid "[Unsupported]"
-msgstr "[没支持]"
+#: mod/admin.php:1391
+msgid ""
+"Don't replace locally-hosted private photos in posts with an embedded copy "
+"of the image. This means that contacts who receive posts containing private "
+"photos will have to authenticate and load each image, which may take a "
+"while."
+msgstr "别把复制嵌入的照相代替本网站的私人照相在文章里。结果是收包括私人照相的熟人要认证才卸载个张照片,会花许久。"
 
-#: mod/admin.php:2158
-msgid "Log settings updated."
-msgstr "日志设置更新了。"
+#: mod/admin.php:1392
+msgid "Allow Users to set remote_self"
+msgstr "允许用户用遥远的自身"
 
-#: mod/admin.php:2190
-msgid "PHP log currently enabled."
-msgstr "PHP 日志已启用。"
+#: mod/admin.php:1392
+msgid ""
+"With checking this, every user is allowed to mark every contact as a "
+"remote_self in the repair contact dialog. Setting this flag on a contact "
+"causes mirroring every posting of that contact in the users stream."
+msgstr "选择这个之后,用户们允许表明熟人当遥远的自身在熟人修理页。遥远的自身所有文章被复制到用户文章流。"
+
+#: mod/admin.php:1393
+msgid "Block multiple registrations"
+msgstr "阻止多次注册"
+
+#: mod/admin.php:1393
+msgid "Disallow users to register additional accounts for use as pages."
+msgstr "不允许用户注册别的账户为当页。"
+
+#: mod/admin.php:1394
+msgid "OpenID support"
+msgstr "OpenID 支持"
 
-#: mod/admin.php:2192
-msgid "PHP log currently disabled."
-msgstr "PHP 日志已禁用。"
+#: mod/admin.php:1394
+msgid "OpenID support for registration and logins."
+msgstr "支持使用 OpenID 注册和登录。"
 
-#: mod/admin.php:2201
-msgid "Clear"
-msgstr "清理出"
+#: mod/admin.php:1395
+msgid "Fullname check"
+msgstr "全名核实"
 
-#: mod/admin.php:2205
-msgid "Enable Debugging"
-msgstr "启用调试"
+#: mod/admin.php:1395
+msgid ""
+"Force users to register with a space between firstname and lastname in Full "
+"name, as an antispam measure"
+msgstr "让用户注册的时候放空格姓名中间,省得垃圾注册。"
 
-#: mod/admin.php:2206
-msgid "Log file"
-msgstr "日志文件"
+#: mod/admin.php:1396
+msgid "Community pages for visitors"
+msgstr ""
 
-#: mod/admin.php:2206
+#: mod/admin.php:1396
 msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr "必要被网页服务器可写的。相对Friendica主文件夹。"
+"Which community pages should be available for visitors. Local users always "
+"see both pages."
+msgstr ""
 
-#: mod/admin.php:2207
-msgid "Log level"
-msgstr "日志级别"
+#: mod/admin.php:1397
+msgid "Posts per user on community page"
+msgstr "个用户文章数量在社会页"
 
-#: mod/admin.php:2209
-msgid "PHP logging"
-msgstr "PHP 日志"
+#: mod/admin.php:1397
+msgid ""
+"The maximum number of posts per user on the community page. (Not valid for "
+"'Global Community')"
+msgstr "一个用户最多文章在社会页。(无效在“全球社会”)"
 
-#: mod/admin.php:2210
+#: mod/admin.php:1398
+msgid "Enable OStatus support"
+msgstr "启用 OStatus 支持"
+
+#: mod/admin.php:1398
 msgid ""
-"To enable logging of PHP errors and warnings you can add the following to "
-"the .htconfig.php file of your installation. The filename set in the "
-"'error_log' line is relative to the friendica top-level directory and must "
-"be writeable by the web server. The option '1' for 'log_errors' and "
-"'display_errors' is to enable these options, set to '0' to disable them."
+"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
+"communications in OStatus are public, so privacy warnings will be "
+"occasionally displayed."
+msgstr "提供内置的 OStatus(StatusNet、GNU Social 等)兼容性。所有 OStatus 的通信是公开的,所以会偶尔显示隐私警告。"
+
+#: mod/admin.php:1399
+msgid "Only import OStatus threads from our contacts"
 msgstr ""
 
-#: mod/admin.php:2241
-#, php-format
+#: mod/admin.php:1399
 msgid ""
-"Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see "
-"if file %1$s exist and is readable."
-msgstr "打开  <strong>%1$s</strong> 日志文件出错。\\r\\n <br/> 请检查 %1$s 文件是否存在并且可读。"
+"Normally we import every content from our OStatus contacts. With this option"
+" we only store threads that are started by a contact that is known on our "
+"system."
+msgstr ""
 
-#: mod/admin.php:2245
-#, php-format
+#: mod/admin.php:1400
+msgid "OStatus support can only be enabled if threading is enabled."
+msgstr ""
+
+#: mod/admin.php:1402
 msgid ""
-"Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file"
-" %1$s is readable."
-msgstr "无法打开 <strong>%1$s</strong> 日志文件。\\r\\n <br/> 请检查 %1$s 文件是否可读。"
+"Diaspora support can't be enabled because Friendica was installed into a sub"
+" directory."
+msgstr "Diaspora 支持无法启用,因为 Friendica 被安装到了一个子目录。"
 
-#: mod/admin.php:2336 mod/admin.php:2337 mod/settings.php:779
-msgid "Off"
-msgstr "å\85³"
+#: mod/admin.php:1403
+msgid "Enable Diaspora support"
+msgstr "å\90¯ç\94¨ Diaspora æ\94¯æ\8c\81"
 
-#: mod/admin.php:2336 mod/admin.php:2337 mod/settings.php:779
-msgid "On"
-msgstr ""
+#: mod/admin.php:1403
+msgid "Provide built-in Diaspora network compatibility."
+msgstr "提供内置的 Diaspora 网络兼容性。"
 
-#: mod/admin.php:2337
-#, php-format
-msgid "Lock feature %s"
-msgstr "锁定特性 %s"
+#: mod/admin.php:1404
+msgid "Only allow Friendica contacts"
+msgstr "只允许 Friendica 联系人"
 
-#: mod/admin.php:2345
-msgid "Manage Additional Features"
-msgstr "管理附加特性"
+#: mod/admin.php:1404
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
+msgstr "所有联系人必须使用 Friendica 协议 。所有其他内置沟通协议都已停用。"
 
-#: mod/babel.php:23
-msgid "Source (bbcode) text:"
-msgstr "源代码(bbcode)正文"
+#: mod/admin.php:1405
+msgid "Verify SSL"
+msgstr "验证 SSL"
+
+#: mod/admin.php:1405
+msgid ""
+"If you wish, you can turn on strict certificate checking. This will mean you"
+" cannot connect (at all) to self-signed SSL sites."
+msgstr "你想的话,您会使严格证书核实可用。意思是您不能根自签的SSL网站交流。"
 
-#: mod/babel.php:30
-msgid "Source (Diaspora) text to convert to BBcode:"
-msgstr "源代(Diaspora)正文要翻译成BBCode:"
+#: mod/admin.php:1406
+msgid "Proxy user"
+msgstr "代理用户"
 
-#: mod/babel.php:38
-msgid "Source input: "
-msgstr "源代码输入:"
+#: mod/admin.php:1407
+msgid "Proxy URL"
+msgstr "代理URL"
 
-#: mod/babel.php:42
-msgid "bbcode (raw HTML(: "
-msgstr ""
+#: mod/admin.php:1408
+msgid "Network timeout"
+msgstr "网络超时"
 
-#: mod/babel.php:45
-msgid "bbcode: "
-msgstr ""
+#: mod/admin.php:1408
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "输入秒数。输入零为无限(不推荐的)。"
 
-#: mod/babel.php:49 mod/babel.php:65
-msgid "bbcode => html2bbcode: "
-msgstr ""
+#: mod/admin.php:1409
+msgid "Maximum Load Average"
+msgstr "最大平均负荷"
 
-#: mod/babel.php:53
-msgid "bb2diaspora: "
-msgstr ""
+#: mod/admin.php:1409
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr "系统负荷平均以上转播和检查行程会被耽误-默认50。"
 
-#: mod/babel.php:57
-msgid "bb2diaspora => Markdown: "
+#: mod/admin.php:1410
+msgid "Maximum Load Average (Frontend)"
 msgstr ""
 
-#: mod/babel.php:61
-msgid "bb2diaspora => diaspora2bb: "
+#: mod/admin.php:1410
+msgid "Maximum system load before the frontend quits service - default 50."
 msgstr ""
 
-#: mod/babel.php:71
-msgid "Source input (Diaspora format): "
-msgstr "源代输入(Diaspora形式):"
-
-#: mod/babel.php:75
-msgid "diaspora2bb: "
-msgstr "diaspora2bb: "
-
-#: mod/bookmarklet.php:21 src/Content/Nav.php:114 src/Module/Login.php:312
-msgid "Login"
-msgstr "登录"
-
-#: mod/bookmarklet.php:49
-msgid "The post was created"
-msgstr "文章创建了"
+#: mod/admin.php:1411
+msgid "Minimal Memory"
+msgstr "最少内存"
 
-#: mod/community.php:44
-msgid "Community option not available."
-msgstr "社区选项不可用。"
+#: mod/admin.php:1411
+msgid ""
+"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
+"default 0 (deactivated)."
+msgstr ""
 
-#: mod/community.php:61
-msgid "Not available."
-msgstr "不可用的"
+#: mod/admin.php:1412
+msgid "Maximum table size for optimization"
+msgstr ""
 
-#: mod/community.php:74
-msgid "Local Community"
-msgstr "本地社区"
+#: mod/admin.php:1412
+msgid ""
+"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
+"Enter -1 to disable it."
+msgstr ""
 
-#: mod/community.php:77
-msgid "Posts from local users on this server"
+#: mod/admin.php:1413
+msgid "Minimum level of fragmentation"
 msgstr ""
 
-#: mod/community.php:85
-msgid "Global Community"
-msgstr "全球社区"
+#: mod/admin.php:1413
+msgid ""
+"Minimum fragmenation level to start the automatic optimization - default "
+"value is 30%."
+msgstr ""
 
-#: mod/community.php:88
-msgid "Posts from users of the whole federated network"
+#: mod/admin.php:1415
+msgid "Periodical check of global contacts"
 msgstr ""
 
-#: mod/community.php:178
+#: mod/admin.php:1415
 msgid ""
-"This community stream shows all public posts received by this node. They may"
-" not reflect the opinions of this node’s users."
+"If enabled, the global contacts are checked periodically for missing or "
+"outdated data and the vitality of the contacts and servers."
 msgstr ""
 
-#: mod/directory.php:153 src/Model/Profile.php:421 src/Model/Profile.php:769
-msgid "Status:"
-msgstr "现状:"
+#: mod/admin.php:1416
+msgid "Days between requery"
+msgstr "重新查询间隔天数"
 
-#: mod/directory.php:154 src/Model/Profile.php:422 src/Model/Profile.php:786
-msgid "Homepage:"
-msgstr "主页:"
+#: mod/admin.php:1416
+msgid "Number of days after which a server is requeried for his contacts."
+msgstr ""
 
-#: mod/directory.php:203 view/theme/vier/theme.php:201
-msgid "Global Directory"
-msgstr "综合目录"
+#: mod/admin.php:1417
+msgid "Discover contacts from other servers"
+msgstr "从其他服务器上发现联系人"
 
-#: mod/directory.php:205
-msgid "Find on this site"
-msgstr "找在这网站"
+#: mod/admin.php:1417
+msgid ""
+"Periodically query other servers for contacts. You can choose between "
+"'users': the users on the remote system, 'Global Contacts': active contacts "
+"that are known on the system. The fallback is meant for Redmatrix servers "
+"and older friendica servers, where global contacts weren't available. The "
+"fallback increases the server load, so the recommened setting is 'Users, "
+"Global Contacts'."
+msgstr ""
 
-#: mod/directory.php:207
-msgid "Results for:"
+#: mod/admin.php:1418
+msgid "Timeframe for fetching global contacts"
 msgstr ""
 
-#: mod/directory.php:209
-msgid "Site Directory"
-msgstr "网站目录"
+#: mod/admin.php:1418
+msgid ""
+"When the discovery is activated, this value defines the timeframe for the "
+"activity of the global contacts that are fetched from other servers."
+msgstr ""
 
-#: mod/directory.php:214
-msgid "No entries (some entries may be hidden)."
-msgstr "没æ\9c\89æ\96\87ç« (æ\9c\89ç\9a\84æ\96\87ç« ä¼\9a被é\9a\90è\97\8f\80\82"
+#: mod/admin.php:1419
+msgid "Search the local directory"
+msgstr "æ\90\9cç´¢æ\9c¬å\9c°ç\9b®å½\95"
 
-#: mod/editpost.php:27 mod/editpost.php:37
-msgid "Item not found"
-msgstr "项目没找到"
+#: mod/admin.php:1419
+msgid ""
+"Search the local directory instead of the global directory. When searching "
+"locally, every search will be executed on the global directory in the "
+"background. This improves the search results when the search is repeated."
+msgstr ""
 
-#: mod/editpost.php:44
-msgid "Edit post"
-msgstr "编辑文章"
+#: mod/admin.php:1421
+msgid "Publish server information"
+msgstr "发布服务器信息"
 
-#: mod/events.php:103 mod/events.php:105
-msgid "Event can not end before it has started."
-msgstr "事件不能在开始前结束。"
+#: mod/admin.php:1421
+msgid ""
+"If enabled, general server and usage data will be published. The data "
+"contains the name and version of the server, number of users with public "
+"profiles, number of posts and the activated protocols and connectors. See <a"
+" href='http://the-federation.info/'>the-federation.info</a> for details."
+msgstr ""
 
-#: mod/events.php:112 mod/events.php:114
-msgid "Event title and start time are required."
-msgstr "项目标题和开始时间是必须的。"
+#: mod/admin.php:1423
+msgid "Check upstream version"
+msgstr "检查上游版本"
 
-#: mod/events.php:394
-msgid "Create New Event"
-msgstr "创建新的事件"
+#: mod/admin.php:1423
+msgid ""
+"Enables checking for new Friendica versions at github. If there is a new "
+"version, you will be informed in the admin panel overview."
+msgstr "启用在 github 上检查新的 Friendica 版本。如果发现新版本,您将在管理员概要面板得到通知。"
 
-#: mod/events.php:509
-msgid "Event details"
-msgstr "事件细节"
+#: mod/admin.php:1424
+msgid "Suppress Tags"
+msgstr "压制标签"
 
-#: mod/events.php:510
-msgid "Starting date and Title are required."
-msgstr "需要开始日期和标题。"
+#: mod/admin.php:1424
+msgid "Suppress showing a list of hashtags at the end of the posting."
+msgstr "不在文章末尾显示主题标签列表。"
 
-#: mod/events.php:511 mod/events.php:512
-msgid "Event Starts:"
-msgstr "事件开始:"
+#: mod/admin.php:1425
+msgid "Path to item cache"
+msgstr "路线到项目缓存"
 
-#: mod/events.php:513 mod/events.php:529
-msgid "Finish date/time is not known or not relevant"
-msgstr "结束日期/时间未知或无关"
+#: mod/admin.php:1425
+msgid "The item caches buffers generated bbcode and external images."
+msgstr ""
 
-#: mod/events.php:515 mod/events.php:516
-msgid "Event Finishes:"
-msgstr "事件结束:"
+#: mod/admin.php:1426
+msgid "Cache duration in seconds"
+msgstr "缓存时间秒"
 
-#: mod/events.php:517 mod/events.php:530
-msgid "Adjust for viewer timezone"
-msgstr "调整为浏览者的时区"
+#: mod/admin.php:1426
+msgid ""
+"How long should the cache files be hold? Default value is 86400 seconds (One"
+" day). To disable the item cache, set the value to -1."
+msgstr "高速缓存要存文件多久?默认是86400秒钟(一天)。停用高速缓存,输入-1。"
 
-#: mod/events.php:519
-msgid "Description:"
-msgstr "æ\8f\8fè¿°ï¼\9a"
+#: mod/admin.php:1427
+msgid "Maximum numbers of comments per post"
+msgstr "æ\96\87件æ\9c\80å¤\9aè¯\84论"
 
-#: mod/events.php:523 mod/events.php:525
-msgid "Title:"
-msgstr "标题:"
+#: mod/admin.php:1427
+msgid "How much comments should be shown for each post? Default value is 100."
+msgstr ""
 
-#: mod/events.php:526 mod/events.php:527
-msgid "Share this event"
-msgstr "分享这个事件"
+#: mod/admin.php:1428
+msgid "Temp path"
+msgstr "临时文件路线"
 
-#: mod/events.php:534 src/Model/Profile.php:864
-msgid "Basic"
-msgstr "基本"
+#: mod/admin.php:1428
+msgid ""
+"If you have a restricted system where the webserver can't access the system "
+"temp path, enter another path here."
+msgstr ""
 
-#: mod/events.php:556
-msgid "Failed to remove event"
-msgstr "å\88 é\99¤äº\8b件失败"
+#: mod/admin.php:1429
+msgid "Base path to installation"
+msgstr "å\9fºç¡\80å®\89è£\85路线"
 
-#: mod/events.php:558
-msgid "Event removed"
-msgstr "事件已删除"
+#: mod/admin.php:1429
+msgid ""
+"If the system cannot detect the correct path to your installation, enter the"
+" correct path here. This setting should only be set if you are using a "
+"restricted system and symbolic links to your webroot."
+msgstr "如果您的系统无法为您检测到正确的安装路径,请在这里输入正确的路径。此配置仅在您使用设有限制的系统时符号链接到网页服务器根目录使用。"
 
-#: mod/fsuggest.php:71
-msgid "Friend suggestion sent."
-msgstr "朋友建议发送了。"
+#: mod/admin.php:1430
+msgid "Disable picture proxy"
+msgstr "停用图片代理"
 
-#: mod/fsuggest.php:102
-msgid "Suggest Friends"
-msgstr "推荐的朋友们"
+#: mod/admin.php:1430
+msgid ""
+"The picture proxy increases performance and privacy. It shouldn't be used on"
+" systems with very low bandwith."
+msgstr ""
 
-#: mod/fsuggest.php:104
-#, php-format
-msgid "Suggest a friend for %s"
-msgstr "给 %s 推荐朋友"
+#: mod/admin.php:1431
+msgid "Only search in tags"
+msgstr ""
 
-#: mod/group.php:36
-msgid "Group created."
-msgstr "群组已创建。"
+#: mod/admin.php:1431
+msgid "On large systems the text search can slow down the system extremely."
+msgstr "在大型系统中,正文搜索会极大降低系统运行速度。"
 
-#: mod/group.php:42
-msgid "Could not create group."
-msgstr "æ\97 æ³\95å\88\9b建群ç»\84ã\80\82"
+#: mod/admin.php:1433
+msgid "New base url"
+msgstr "æ\96°å\9fºç¡\80URL"
 
-#: mod/group.php:56 mod/group.php:158
-msgid "Group not found."
-msgstr "组找不到。"
+#: mod/admin.php:1433
+msgid ""
+"Change base url for this server. Sends relocate message to all Friendica and"
+" Diaspora* contacts of all users."
+msgstr ""
 
-#: mod/group.php:70
-msgid "Group name changed."
-msgstr "组名变化了。"
+#: mod/admin.php:1435
+msgid "RINO Encryption"
+msgstr "RINO 加密"
 
-#: mod/group.php:97
-msgid "Save Group"
-msgstr "保存组"
+#: mod/admin.php:1435
+msgid "Encryption layer between nodes."
+msgstr "节点之间的加密层。"
 
-#: mod/group.php:102
-msgid "Create a group of contacts/friends."
-msgstr "å\88\9b建ä¸\80ç»\84è\81\94系人ï¼\8fæ\9c\8bå\8f\8bã\80\82"
+#: mod/admin.php:1435
+msgid "Enabled"
+msgstr "å·²å\90¯ç\94¨"
 
-#: mod/group.php:103 mod/group.php:200 src/Model/Group.php:409
-msgid "Group Name: "
-msgstr "组名:"
+#: mod/admin.php:1437
+msgid "Maximum number of parallel workers"
+msgstr ""
 
-#: mod/group.php:127
-msgid "Group removed."
-msgstr "组删除了。"
+#: mod/admin.php:1437
+msgid ""
+"On shared hosters set this to 2. On larger systems, values of 10 are great. "
+"Default value is 4."
+msgstr ""
 
-#: mod/group.php:129
-msgid "Unable to remove group."
-msgstr "不能删除组。"
+#: mod/admin.php:1438
+msgid "Don't use 'proc_open' with the worker"
+msgstr ""
 
-#: mod/group.php:193
-msgid "Delete Group"
-msgstr "删除群组"
+#: mod/admin.php:1438
+msgid ""
+"Enable this if your system doesn't allow the use of 'proc_open'. This can "
+"happen on shared hosters. If this is enabled you should increase the "
+"frequency of worker calls in your crontab."
+msgstr ""
 
-#: mod/group.php:199
-msgid "Group Editor"
-msgstr "组编辑器"
+#: mod/admin.php:1439
+msgid "Enable fastlane"
+msgstr "启用快车道模式"
 
-#: mod/group.php:204
-msgid "Edit Group Name"
-msgstr "编辑群组名称"
+#: mod/admin.php:1439
+msgid ""
+"When enabed, the fastlane mechanism starts an additional worker if processes"
+" with higher priority are blocked by processes of lower priority."
+msgstr ""
 
-#: mod/group.php:214
-msgid "Members"
-msgstr "成员"
+#: mod/admin.php:1440
+msgid "Enable frontend worker"
+msgstr ""
 
-#: mod/group.php:217 mod/network.php:639
-msgid "Group is empty"
-msgstr "组没有成员"
+#: mod/admin.php:1440
+#, php-format
+msgid ""
+"When enabled the Worker process is triggered when backend access is "
+"performed \\x28e.g. messages being delivered\\x29. On smaller sites you "
+"might want to call %s/worker on a regular basis via an external cron job. "
+"You should only enable this option if you cannot utilize cron/scheduled jobs"
+" on your server."
+msgstr ""
 
-#: mod/group.php:230
-msgid "Remove Contact"
-msgstr "删除联系人"
+#: mod/admin.php:1442
+msgid "Subscribe to relay"
+msgstr ""
 
-#: mod/group.php:254
-msgid "Add Contact"
-msgstr "添加联系人"
+#: mod/admin.php:1442
+msgid ""
+"Enables the receiving of public posts from the relay. They will be included "
+"in the search, subscribed tags and on the global community page."
+msgstr ""
 
-#: mod/message.php:30 src/Content/Nav.php:198
-msgid "New Message"
-msgstr "新的消息"
+#: mod/admin.php:1443
+msgid "Relay server"
+msgstr "中继服务器"
 
-#: mod/message.php:77
-msgid "Unable to locate contact information."
-msgstr "无法找到联系人信息。"
+#: mod/admin.php:1443
+msgid ""
+"Address of the relay server where public posts should be send to. For "
+"example https://relay.diasp.org"
+msgstr ""
 
-#: mod/message.php:112 view/theme/frio/theme.php:268 src/Content/Nav.php:195
-msgid "Messages"
-msgstr "消息"
+#: mod/admin.php:1444
+msgid "Direct relay transfer"
+msgstr ""
 
-#: mod/message.php:136
-msgid "Do you really want to delete this message?"
-msgstr "您真的想删除这个通知吗?"
+#: mod/admin.php:1444
+msgid ""
+"Enables the direct transfer to other servers without using the relay servers"
+msgstr ""
 
-#: mod/message.php:156
-msgid "Message deleted."
-msgstr "消息删除了。"
+#: mod/admin.php:1445
+msgid "Relay scope"
+msgstr ""
 
-#: mod/message.php:185
-msgid "Conversation removed."
-msgstr "交流删除了。"
+#: mod/admin.php:1445
+msgid ""
+"Can be 'all' or 'tags'. 'all' means that every public post should be "
+"received. 'tags' means that only posts with selected tags should be "
+"received."
+msgstr ""
 
-#: mod/message.php:291
-msgid "No messages."
-msgstr "没有消息"
+#: mod/admin.php:1445
+msgid "all"
+msgstr ""
 
-#: mod/message.php:330
-msgid "Message not available."
-msgstr "通信不可用的"
+#: mod/admin.php:1445
+msgid "tags"
+msgstr ""
 
-#: mod/message.php:397
-msgid "Delete message"
-msgstr "删除消息"
+#: mod/admin.php:1446
+msgid "Server tags"
+msgstr ""
 
-#: mod/message.php:399 mod/message.php:500
-msgid "D, d M Y - g:i A"
-msgstr "D, d M Y - g:i A"
+#: mod/admin.php:1446
+msgid "Comma separated list of tags for the 'tags' subscription."
+msgstr ""
 
-#: mod/message.php:414 mod/message.php:497
-msgid "Delete conversation"
-msgstr "删除交谈"
+#: mod/admin.php:1447
+msgid "Allow user tags"
+msgstr ""
 
-#: mod/message.php:416
+#: mod/admin.php:1447
 msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "没可用的安全交通。您<strong>可能</strong>会在发送人的简介页会回答。"
+"If enabled, the tags from the saved searches will used for the 'tags' "
+"subscription in addition to the 'relay_server_tags'."
+msgstr ""
 
-#: mod/message.php:420
-msgid "Send Reply"
-msgstr "发回答"
+#: mod/admin.php:1475
+msgid "Update has been marked successful"
+msgstr "更新当成功标签了"
 
-#: mod/message.php:471
+#: mod/admin.php:1482
 #, php-format
-msgid "Unknown sender - %s"
-msgstr "生发送人-%s"
+msgid "Database structure update %s was successfully applied."
+msgstr ""
 
-#: mod/message.php:473
+#: mod/admin.php:1485
 #, php-format
-msgid "You and %s"
-msgstr "您和%s"
+msgid "Executing of database structure update %s failed with error: %s"
+msgstr ""
 
-#: mod/message.php:475
+#: mod/admin.php:1498
 #, php-format
-msgid "%s and You"
-msgstr "%s和您"
+msgid "Executing %s failed with error: %s"
+msgstr "执行 %s 失败,错误:%s"
 
-#: mod/message.php:503
+#: mod/admin.php:1500
 #, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] "%d通知"
-
-#: mod/network.php:202 src/Model/Group.php:401
-msgid "add"
-msgstr "添加"
+msgid "Update %s was successfully applied."
+msgstr "把%s更新成功地实行。"
 
-#: mod/network.php:547
+#: mod/admin.php:1503
 #, php-format
-msgid ""
-"Warning: This group contains %s member from a network that doesn't allow non"
-" public messages."
-msgid_plural ""
-"Warning: This group contains %s members from a network that doesn't allow "
-"non public messages."
-msgstr[0] "警告:这个组包含 %s 来自不允许非公开消息的网络的成员。"
-
-#: mod/network.php:550
-msgid "Messages in this group won't be send to these receivers."
-msgstr "这个组中的消息不会被发送至这些接收者。"
-
-#: mod/network.php:618
-msgid "No such group"
-msgstr "没有这个组"
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "%s更新没回答现状。不知道是否成功。"
 
-#: mod/network.php:643
+#: mod/admin.php:1506
 #, php-format
-msgid "Group: %s"
-msgstr "组:%s"
-
-#: mod/network.php:669
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr "私人通信给这个人回被公开。"
-
-#: mod/network.php:672
-msgid "Invalid contact."
-msgstr "无效的联系人。"
-
-#: mod/network.php:921
-msgid "Commented Order"
-msgstr "评论时间顺序"
-
-#: mod/network.php:924
-msgid "Sort by Comment Date"
-msgstr "按评论日期顺序排列"
+msgid "There was no additional update function %s that needed to be called."
+msgstr ""
 
-#: mod/network.php:929
-msgid "Posted Order"
-msgstr "发布时间顺序"
+#: mod/admin.php:1526
+msgid "No failed updates."
+msgstr "没有不通过地更新。"
 
-#: mod/network.php:932
-msgid "Sort by Post Date"
-msgstr "æ\8c\89å\8f\91å¸\83æ\97¥æ\9c\9f顺åº\8fæ\8e\92å\88\97"
+#: mod/admin.php:1527
+msgid "Check database structure"
+msgstr "æ£\80æ\9f¥æ\95°æ\8d®åº\93ç»\93æ\9e\84"
 
-#: mod/network.php:943
-msgid "Posts that mention or involve you"
-msgstr "æ\8f\90å\8f\8aä½ æ\88\96ä½ å\8f\82ä¸\8eç\9a\84æ\96\87ç« "
+#: mod/admin.php:1532
+msgid "Failed Updates"
+msgstr "没é\80\9aè¿\87ç\9a\84æ\9b´æ\96°"
 
-#: mod/network.php:951
-msgid "New"
-msgstr "新"
+#: mod/admin.php:1533
+msgid ""
+"This does not include updates prior to 1139, which did not return a status."
+msgstr "这个不包括1139号更新之前,它们没回答装线。"
 
-#: mod/network.php:954
-msgid "Activity Stream - by date"
-msgstr "æ´»å\8a¨æµ\81ï¼\8dæ\8c\89æ\97¥æ\9c\9f"
+#: mod/admin.php:1534
+msgid "Mark success (if update was manually applied)"
+msgstr "æ \87注æ\88\90å\8a\9fï¼\88å¦\82æ\9e\9cæ\89\8bå\8a¨å\9c°æ\8a\8aæ\9b´æ\96°å®\9eè¡\8cäº\86ï¼\89"
 
-#: mod/network.php:962
-msgid "Shared Links"
-msgstr "共享的链接"
+#: mod/admin.php:1535
+msgid "Attempt to execute this update step automatically"
+msgstr "试图自动地把这步更新实行"
 
-#: mod/network.php:965
-msgid "Interesting Links"
-msgstr "有意思的超链接"
+#: mod/admin.php:1574
+#, php-format
+msgid ""
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tthe administrator of %2$s has set up an account for you."
+msgstr ""
 
-#: mod/network.php:973
-msgid "Starred"
-msgstr "被星"
+#: mod/admin.php:1577
+#, php-format
+msgid ""
+"\n"
+"\t\t\tThe login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%1$s\n"
+"\t\t\tLogin Name:\t\t%2$s\n"
+"\t\t\tPassword:\t\t%3$s\n"
+"\n"
+"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
+"\t\t\tin.\n"
+"\n"
+"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
+"\n"
+"\t\t\tYou may also wish to add some basic information to your default profile\n"
+"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
+"\n"
+"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
+"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
+"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
+"\t\t\tthan that.\n"
+"\n"
+"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
+"\t\t\tIf you are new and do not know anybody here, they may help\n"
+"\t\t\tyou to make some new and interesting friends.\n"
+"\n"
+"\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n"
+"\n"
+"\t\t\tThank you and welcome to %4$s."
+msgstr ""
 
-#: mod/network.php:976
-msgid "Favourite Posts"
-msgstr "最喜欢的文章"
+#: mod/admin.php:1611 src/Model/User.php:649
+#, php-format
+msgid "Registration details for %s"
+msgstr "注册信息为%s"
 
-#: mod/notes.php:53 src/Model/Profile.php:946
-msgid "Personal Notes"
-msgstr "私人便条"
+#: mod/admin.php:1621
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] ""
 
-#: mod/photos.php:108 src/Model/Profile.php:907
-msgid "Photo Albums"
-msgstr "相册"
+#: mod/admin.php:1627
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%s 用户被删除了"
 
-#: mod/photos.php:109 mod/photos.php:1713
-msgid "Recent Photos"
-msgstr "最近的照片"
+#: mod/admin.php:1674
+#, php-format
+msgid "User '%s' deleted"
+msgstr "用户 '%s' 被删除了"
 
-#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715
-msgid "Upload New Photos"
-msgstr "上传新照片"
+#: mod/admin.php:1682
+#, php-format
+msgid "User '%s' unblocked"
+msgstr "用户“%s”已解除屏蔽"
 
-#: mod/photos.php:126 mod/settings.php:49
-msgid "everybody"
-msgstr "每人"
+#: mod/admin.php:1682
+#, php-format
+msgid "User '%s' blocked"
+msgstr "用户“%s”已屏蔽"
 
-#: mod/photos.php:184
-msgid "Contact information unavailable"
-msgstr "联系人信息不可用"
+#: mod/admin.php:1781 mod/admin.php:1793 mod/admin.php:1806 mod/admin.php:1824
+#: src/Content/ContactSelector.php:82
+msgid "Email"
+msgstr "电子邮件"
 
-#: mod/photos.php:204
-msgid "Album not found."
-msgstr "取回不了相册."
+#: mod/admin.php:1781 mod/admin.php:1806
+msgid "Register date"
+msgstr "注册日期"
 
-#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161
-msgid "Delete Album"
-msgstr "删除相册"
+#: mod/admin.php:1781 mod/admin.php:1806
+msgid "Last login"
+msgstr "上次登录"
 
-#: mod/photos.php:243
-msgid "Do you really want to delete this photo album and all its photos?"
-msgstr "您真的想删除这个相册和所有里面的照相吗?"
+#: mod/admin.php:1781 mod/admin.php:1806
+msgid "Last item"
+msgstr "上项目"
 
-#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446
-msgid "Delete Photo"
-msgstr "å\88 é\99¤ç\85§ç\89\87"
+#: mod/admin.php:1781 mod/settings.php:55
+msgid "Account"
+msgstr "å¸\90æ\88·"
 
-#: mod/photos.php:319
-msgid "Do you really want to delete this photo?"
-msgstr "æ\82¨ç\9c\9fç\9a\84æ\83³å\88 é\99¤è¿\99个ç\85§ç\9b¸å\90\97ï¼\9f"
+#: mod/admin.php:1789
+msgid "Add User"
+msgstr "æ·»å\8a ç\94¨æ\88·"
 
-#: mod/photos.php:667
-msgid "a photo"
-msgstr "一张照片"
+#: mod/admin.php:1791
+msgid "User registrations waiting for confirm"
+msgstr "用户注册等待确认"
 
-#: mod/photos.php:667
-#, php-format
-msgid "%1$s was tagged in %2$s by %3$s"
-msgstr "%1$s被%3$s标签在%2$s"
+#: mod/admin.php:1792
+msgid "User waiting for permanent deletion"
+msgstr "用户等待长久删除"
 
-#: mod/photos.php:769
-msgid "Image upload didn't complete, please try again"
-msgstr "图片上传未完成,请重试"
+#: mod/admin.php:1793
+msgid "Request date"
+msgstr "要求日期"
 
-#: mod/photos.php:772
-msgid "Image file is missing"
-msgstr "缺少图片文件"
+#: mod/admin.php:1794
+msgid "No registrations."
+msgstr "没有注册。"
 
-#: mod/photos.php:777
-msgid ""
-"Server can't accept new file upload at this time, please contact your "
-"administrator"
-msgstr "服务器目前无法接受新的上传文件,请联系您的管理员"
+#: mod/admin.php:1795
+msgid "Note from the user"
+msgstr ""
 
-#: mod/photos.php:803
-msgid "Image file is empty."
-msgstr "å\9b¾ç\89\87æ\96\87件空ç\9a\84ã\80\82"
+#: mod/admin.php:1797
+msgid "Deny"
+msgstr "å\90¦å®\9a"
 
-#: mod/photos.php:940
-msgid "No photos selected"
-msgstr "没有照片挑选了"
+#: mod/admin.php:1801
+msgid "Site admin"
+msgstr "网站管理员"
 
-#: mod/photos.php:1036 mod/videos.php:310
-msgid "Access to this item is restricted."
-msgstr "这个项目使用权限的。"
+#: mod/admin.php:1802
+msgid "Account expired"
+msgstr "帐户过期了"
 
-#: mod/photos.php:1090
-msgid "Upload Photos"
-msgstr "上传照片"
+#: mod/admin.php:1805
+msgid "New User"
+msgstr "新用户"
 
-#: mod/photos.php:1094 mod/photos.php:1156
-msgid "New album name: "
-msgstr "新册名:"
+#: mod/admin.php:1806
+msgid "Deleted since"
+msgstr "删除从"
 
-#: mod/photos.php:1095
-msgid "or existing album name: "
-msgstr "或现有册名"
+#: mod/admin.php:1811
+msgid ""
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "特定的用户被删除!\\n\\n什么这些用户放在这个网站被永远删除!\\n\\n您肯定吗?"
 
-#: mod/photos.php:1096
-msgid "Do not show a status post for this upload"
-msgstr "别显示现状报到关于这个上传"
+#: mod/admin.php:1812
+msgid ""
+"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
+"site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "用户{0}将被删除!\\n\\n什么这个用户放在这个网站被永远删除!\\n\\n您肯定吗?"
 
-#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1233
-msgid "Show to Groups"
-msgstr "给组表示"
+#: mod/admin.php:1822
+msgid "Name of the new user."
+msgstr "新用户的名字。"
 
-#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1234
-msgid "Show to Contacts"
-msgstr "展示给联系人"
+#: mod/admin.php:1823
+msgid "Nickname"
+msgstr "昵称"
 
-#: mod/photos.php:1167
-msgid "Edit Album"
-msgstr "编照片册"
+#: mod/admin.php:1823
+msgid "Nickname of the new user."
+msgstr "新用户的昵称。"
 
-#: mod/photos.php:1172
-msgid "Show Newest First"
-msgstr "先表示最新的"
+#: mod/admin.php:1824
+msgid "Email address of the new user."
+msgstr "新用户的邮件地址。"
 
-#: mod/photos.php:1174
-msgid "Show Oldest First"
-msgstr "先表示最老的"
+#: mod/admin.php:1866
+#, php-format
+msgid "Addon %s disabled."
+msgstr "插件 %s 已禁用。"
 
-#: mod/photos.php:1195 mod/photos.php:1698
-msgid "View Photo"
-msgstr "看照片"
+#: mod/admin.php:1870
+#, php-format
+msgid "Addon %s enabled."
+msgstr "插件 %s 已启用。"
 
-#: mod/photos.php:1236
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "无权利。用这个项目可能受限制。"
+#: mod/admin.php:1880 mod/admin.php:2129
+msgid "Disable"
+msgstr "停用"
 
-#: mod/photos.php:1238
-msgid "Photo not available"
-msgstr "ä¸\8då\8f¯è\8e·å¾\97ç\9a\84ç\85§ç\89\87"
+#: mod/admin.php:1883 mod/admin.php:2132
+msgid "Enable"
+msgstr "使è\83½ç\94¨"
 
-#: mod/photos.php:1301
-msgid "View photo"
-msgstr "看照片"
+#: mod/admin.php:1905 mod/admin.php:2174
+msgid "Toggle"
+msgstr "肘节"
 
-#: mod/photos.php:1301
-msgid "Edit photo"
-msgstr "编辑照片"
+#: mod/admin.php:1913 mod/admin.php:2183
+msgid "Author: "
+msgstr "作者:"
 
-#: mod/photos.php:1302
-msgid "Use as profile photo"
-msgstr "ç\94¨ä¸ºèµ\84æ\96\99å\9b¾"
+#: mod/admin.php:1914 mod/admin.php:2184
+msgid "Maintainer: "
+msgstr "ç»´æ\8a¤è\80\85ï¼\9a"
 
-#: mod/photos.php:1308 src/Object/Post.php:148
-msgid "Private Message"
-msgstr "私人的新闻"
+#: mod/admin.php:1966
+msgid "Reload active addons"
+msgstr "重新加载可用插件"
 
-#: mod/photos.php:1327
-msgid "View Full Size"
-msgstr "看全尺寸"
+#: mod/admin.php:1971
+#, php-format
+msgid ""
+"There are currently no addons available on your node. You can find the "
+"official addon repository at %1$s and might find other interesting addons in"
+" the open addon registry at %2$s"
+msgstr "目前您的节点上没有可用插件。您可以在 %1$s 找到官方插件库,或者到开放的插件登记处 %2$s 也能找到其他有趣的插件"
 
-#: mod/photos.php:1414
-msgid "Tags: "
-msgstr "æ \87ç­¾ï¼\9a"
+#: mod/admin.php:2091
+msgid "No themes found."
+msgstr "æ\89¾ä¸\8då\88°ä¸»é¢\98ã\80\82"
 
-#: mod/photos.php:1417
-msgid "[Remove any tag]"
-msgstr "[删除任何标签]"
+#: mod/admin.php:2165
+msgid "Screenshot"
+msgstr "截图"
 
-#: mod/photos.php:1432
-msgid "New album name"
-msgstr "新册名"
+#: mod/admin.php:2219
+msgid "Reload active themes"
+msgstr "重载活动的主题"
 
-#: mod/photos.php:1433
-msgid "Caption"
-msgstr "字幕"
+#: mod/admin.php:2224
+#, php-format
+msgid "No themes found on the system. They should be placed in %1$s"
+msgstr "未在系统中发现主题。它们应该被放置在 %1$s"
 
-#: mod/photos.php:1434
-msgid "Add a Tag"
-msgstr "加标签"
+#: mod/admin.php:2225
+msgid "[Experimental]"
+msgstr "[试验]"
 
-#: mod/photos.php:1434
-msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "例子:@zhang, @Zhang_San, @li@example.com, #Beijing, #ktv"
+#: mod/admin.php:2226
+msgid "[Unsupported]"
+msgstr "[没支持]"
 
-#: mod/photos.php:1435
-msgid "Do not rotate"
-msgstr "不要旋转"
+#: mod/admin.php:2250
+msgid "Log settings updated."
+msgstr "日志设置更新了。"
 
-#: mod/photos.php:1436
-msgid "Rotate CW (right)"
-msgstr "顺时针地转动(左)"
+#: mod/admin.php:2282
+msgid "PHP log currently enabled."
+msgstr "PHP 日志已启用。"
 
-#: mod/photos.php:1437
-msgid "Rotate CCW (left)"
-msgstr "反顺时针地转动(右)"
+#: mod/admin.php:2284
+msgid "PHP log currently disabled."
+msgstr "PHP 日志已禁用。"
 
-#: mod/photos.php:1471 src/Object/Post.php:295
-msgid "I like this (toggle)"
-msgstr "æ\88\91å\96\9c欢è¿\99(交æ\9b¿)"
+#: mod/admin.php:2293
+msgid "Clear"
+msgstr "æ¸\85ç\90\86å\87º"
 
-#: mod/photos.php:1472 src/Object/Post.php:296
-msgid "I don't like this (toggle)"
-msgstr "我不喜欢这(交替)"
+#: mod/admin.php:2297
+msgid "Enable Debugging"
+msgstr "启用调试"
 
-#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600
-#: src/Object/Post.php:785
-msgid "This is you"
-msgstr "这是你"
+#: mod/admin.php:2298
+msgid "Log file"
+msgstr "日志文件"
 
-#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602
-#: src/Object/Post.php:391 src/Object/Post.php:787
-msgid "Comment"
-msgstr "评论"
+#: mod/admin.php:2298
+msgid ""
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
+msgstr "必要被网页服务器可写的。相对Friendica主文件夹。"
 
-#: mod/photos.php:1634
-msgid "Map"
-msgstr "地图"
+#: mod/admin.php:2299
+msgid "Log level"
+msgstr "日志级别"
 
-#: mod/photos.php:1704 mod/videos.php:388
-msgid "View Album"
-msgstr "看照片册"
+#: mod/admin.php:2301
+msgid "PHP logging"
+msgstr "PHP 日志"
 
-#: mod/profile.php:36 src/Model/Profile.php:118
-msgid "Requested profile is not available."
-msgstr "要求的简介联系不上的。"
+#: mod/admin.php:2302
+msgid ""
+"To enable logging of PHP errors and warnings you can add the following to "
+"the .htconfig.php file of your installation. The filename set in the "
+"'error_log' line is relative to the friendica top-level directory and must "
+"be writeable by the web server. The option '1' for 'log_errors' and "
+"'display_errors' is to enable these options, set to '0' to disable them."
+msgstr ""
 
-#: mod/profile.php:77 src/Protocol/OStatus.php:1247
+#: mod/admin.php:2333
 #, php-format
-msgid "%s's posts"
-msgstr ""
+msgid ""
+"Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see "
+"if file %1$s exist and is readable."
+msgstr "打开  <strong>%1$s</strong> 日志文件出错。\\r\\n <br/> 请检查 %1$s 文件是否存在并且可读。"
 
-#: mod/profile.php:78 src/Protocol/OStatus.php:1248
+#: mod/admin.php:2337
 #, php-format
-msgid "%s's comments"
-msgstr ""
+msgid ""
+"Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file"
+" %1$s is readable."
+msgstr "无法打开 <strong>%1$s</strong> 日志文件。\\r\\n <br/> 请检查 %1$s 文件是否可读。"
 
-#: mod/profile.php:79 src/Protocol/OStatus.php:1246
+#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775
+msgid "Off"
+msgstr "关"
+
+#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775
+msgid "On"
+msgstr "开"
+
+#: mod/admin.php:2429
 #, php-format
-msgid "%s's timeline"
-msgstr "%s 的时间线"
+msgid "Lock feature %s"
+msgstr "锁定特性 %s"
 
-#: mod/profile.php:194
-msgid "Tips for New Members"
-msgstr "新人建议"
+#: mod/admin.php:2437
+msgid "Manage Additional Features"
+msgstr "管理附加特性"
 
-#: mod/settings.php:71
+#: mod/settings.php:72
 msgid "Display"
 msgstr "显示"
 
-#: mod/settings.php:78 mod/settings.php:845
+#: mod/settings.php:79 mod/settings.php:842
 msgid "Social Networks"
 msgstr "社会化网络"
 
-#: mod/settings.php:92 src/Content/Nav.php:204
+#: mod/settings.php:93 src/Content/Nav.php:204
 msgid "Delegations"
 msgstr "代表"
 
-#: mod/settings.php:99
+#: mod/settings.php:100
 msgid "Connected apps"
 msgstr "连接着应用"
 
-#: mod/settings.php:113
+#: mod/settings.php:114
 msgid "Remove account"
 msgstr "删除账户"
 
-#: mod/settings.php:167
+#: mod/settings.php:168
 msgid "Missing some important data!"
 msgstr "缺失一些重要数据!"
 
-#: mod/settings.php:278
+#: mod/settings.php:279
 msgid "Failed to connect with email account using the settings provided."
 msgstr "不能连接电子邮件账户用输入的设置。"
 
-#: mod/settings.php:283
+#: mod/settings.php:284
 msgid "Email settings updated."
 msgstr "电子邮件设置更新了"
 
-#: mod/settings.php:299
+#: mod/settings.php:300
 msgid "Features updated"
 msgstr "特点更新了"
 
-#: mod/settings.php:371
+#: mod/settings.php:372
 msgid "Relocate message has been send to your contacts"
 msgstr "调动消息已发送给您的联系人"
 
-#: mod/settings.php:383 src/Model/User.php:312
+#: mod/settings.php:384 src/Model/User.php:325
 msgid "Passwords do not match. Password unchanged."
 msgstr "密码不匹配。密码没改变。"
 
-#: mod/settings.php:388
+#: mod/settings.php:389
 msgid "Empty passwords are not allowed. Password unchanged."
 msgstr "空的密码禁止。密码没未改变的。"
 
-#: mod/settings.php:394
+#: mod/settings.php:394 src/Core/Console/NewPassword.php:78
+msgid ""
+"The new password has been exposed in a public data dump, please choose "
+"another."
+msgstr ""
+
+#: mod/settings.php:400
 msgid "Wrong password."
 msgstr "密码不正确。"
 
-#: mod/settings.php:401
+#: mod/settings.php:407 src/Core/Console/NewPassword.php:85
 msgid "Password changed."
 msgstr "密码变化了。"
 
-#: mod/settings.php:403
+#: mod/settings.php:409 src/Core/Console/NewPassword.php:82
 msgid "Password update failed. Please try again."
 msgstr "密码更新失败了。请再试。"
 
-#: mod/settings.php:493
+#: mod/settings.php:496
 msgid " Please use a shorter name."
 msgstr " 请用一个更短的名字。"
 
-#: mod/settings.php:496
+#: mod/settings.php:499
 msgid " Name too short."
 msgstr " 名字过短。"
 
-#: mod/settings.php:504
+#: mod/settings.php:507
 msgid "Wrong Password"
 msgstr "密码不正确"
 
-#: mod/settings.php:509
+#: mod/settings.php:512
 msgid "Invalid email."
 msgstr "无效的邮箱。"
 
-#: mod/settings.php:516
+#: mod/settings.php:519
 msgid "Cannot change to that email."
 msgstr "无法更改到此电子邮件地址。"
 
-#: mod/settings.php:569
+#: mod/settings.php:572
 msgid "Private forum has no privacy permissions. Using default privacy group."
 msgstr "私人评坛没有隐私批准。默认隐私组用者。"
 
-#: mod/settings.php:572
+#: mod/settings.php:575
 msgid "Private forum has no privacy permissions and no default privacy group."
 msgstr "私人评坛没有隐私批准或默认隐私组。"
 
-#: mod/settings.php:612
+#: mod/settings.php:615
 msgid "Settings updated."
 msgstr "设置更新了。"
 
-#: mod/settings.php:678 mod/settings.php:704 mod/settings.php:740
+#: mod/settings.php:674 mod/settings.php:700 mod/settings.php:736
 msgid "Add application"
 msgstr "加入应用"
 
-#: mod/settings.php:682 mod/settings.php:708
+#: mod/settings.php:678 mod/settings.php:704
 msgid "Consumer Key"
 msgstr "钥匙(Consumer Key)"
 
-#: mod/settings.php:683 mod/settings.php:709
+#: mod/settings.php:679 mod/settings.php:705
 msgid "Consumer Secret"
 msgstr "密码(Consumer Secret)"
 
-#: mod/settings.php:684 mod/settings.php:710
+#: mod/settings.php:680 mod/settings.php:706
 msgid "Redirect"
 msgstr "重定向"
 
-#: mod/settings.php:685 mod/settings.php:711
+#: mod/settings.php:681 mod/settings.php:707
 msgid "Icon url"
 msgstr "图符URL"
 
-#: mod/settings.php:696
+#: mod/settings.php:692
 msgid "You can't edit this application."
 msgstr "您不能编辑这个应用。"
 
-#: mod/settings.php:739
+#: mod/settings.php:735
 msgid "Connected Apps"
 msgstr "连接着应用"
 
-#: mod/settings.php:741 src/Object/Post.php:154 src/Object/Post.php:156
+#: mod/settings.php:737 src/Object/Post.php:155 src/Object/Post.php:157
 msgid "Edit"
 msgstr "编辑"
 
-#: mod/settings.php:743
+#: mod/settings.php:739
 msgid "Client key starts with"
 msgstr "客户钥匙头字是"
 
-#: mod/settings.php:744
+#: mod/settings.php:740
 msgid "No name"
 msgstr "无名"
 
-#: mod/settings.php:745
+#: mod/settings.php:741
 msgid "Remove authorization"
 msgstr "撤消权能"
 
-#: mod/settings.php:756
+#: mod/settings.php:752
 msgid "No Addon settings configured"
-msgstr ""
+msgstr "无插件设置配置完成"
 
-#: mod/settings.php:765
+#: mod/settings.php:761
 msgid "Addon Settings"
 msgstr "插件设置"
 
-#: mod/settings.php:786
+#: mod/settings.php:782
 msgid "Additional Features"
 msgstr "附加特性"
 
-#: mod/settings.php:808 src/Content/ContactSelector.php:83
+#: mod/settings.php:805 src/Content/ContactSelector.php:83
 msgid "Diaspora"
 msgstr "Diaspora"
 
-#: mod/settings.php:808 mod/settings.php:809
+#: mod/settings.php:805 mod/settings.php:806
 msgid "enabled"
 msgstr "能够做的"
 
-#: mod/settings.php:808 mod/settings.php:809
+#: mod/settings.php:805 mod/settings.php:806
 msgid "disabled"
 msgstr "已停用"
 
-#: mod/settings.php:808 mod/settings.php:809
+#: mod/settings.php:805 mod/settings.php:806
 #, php-format
 msgid "Built-in support for %s connectivity is %s"
 msgstr "包括的支持为%s连通性是%s"
 
-#: mod/settings.php:809
+#: mod/settings.php:806
 msgid "GNU Social (OStatus)"
-msgstr ""
+msgstr "GNU Social (OStatus)"
 
-#: mod/settings.php:840
+#: mod/settings.php:837
 msgid "Email access is disabled on this site."
 msgstr "电子邮件访问在这个站上被禁用。"
 
-#: mod/settings.php:850
+#: mod/settings.php:847
 msgid "General Social Media Settings"
 msgstr "通用社交媒体设置"
 
-#: mod/settings.php:851
+#: mod/settings.php:848
+msgid "Disable Content Warning"
+msgstr "禁用内容警告"
+
+#: mod/settings.php:848
+msgid ""
+"Users on networks like Mastodon or Pleroma are able to set a content warning"
+" field which collapse their post by default. This disables the automatic "
+"collapsing and sets the content warning as the post title. Doesn't affect "
+"any other content filtering you eventually set up."
+msgstr ""
+
+#: mod/settings.php:849
 msgid "Disable intelligent shortening"
 msgstr ""
 
-#: mod/settings.php:851
+#: mod/settings.php:849
 msgid ""
 "Normally the system tries to find the best link to add to shortened posts. "
 "If this option is enabled then every shortened post will always point to the"
 " original friendica post."
 msgstr ""
 
-#: mod/settings.php:852
+#: mod/settings.php:850
 msgid "Automatically follow any GNU Social (OStatus) followers/mentioners"
 msgstr "自动关注任何 GNU Social (OStatus) 关注者/提及者"
 
-#: mod/settings.php:852
+#: mod/settings.php:850
 msgid ""
 "If you receive a message from an unknown OStatus user, this option decides "
 "what to do. If it is checked, a new contact will be created for every "
 "unknown user."
 msgstr ""
 
-#: mod/settings.php:853
+#: mod/settings.php:851
 msgid "Default group for OStatus contacts"
 msgstr "用于 OStatus 联系人的默认组"
 
-#: mod/settings.php:854
+#: mod/settings.php:852
 msgid "Your legacy GNU Social account"
 msgstr "您遗留的 GNU Social 账户"
 
-#: mod/settings.php:854
+#: mod/settings.php:852
 msgid ""
 "If you enter your old GNU Social/Statusnet account name here (in the format "
 "user@domain.tld), your contacts will be added automatically. The field will "
 "be emptied when done."
 msgstr "如果您在这里输入您旧的 GNU Social/Statusnet 账号名 (格式示例 user@domain.tld) ,您的联系人列表将会被自动添加。完成后该字段将被清空。"
 
-#: mod/settings.php:857
+#: mod/settings.php:855
 msgid "Repair OStatus subscriptions"
 msgstr "修复 OStatus 订阅"
 
-#: mod/settings.php:861
+#: mod/settings.php:859
 msgid "Email/Mailbox Setup"
 msgstr "邮件收件箱设置"
 
-#: mod/settings.php:862
+#: mod/settings.php:860
 msgid ""
 "If you wish to communicate with email contacts using this service "
 "(optional), please specify how to connect to your mailbox."
 msgstr "如果您想用这股服务(可选的)跟邮件熟人交流,请指定怎么连通您的收件箱。"
 
-#: mod/settings.php:863
+#: mod/settings.php:861
 msgid "Last successful email check:"
 msgstr "上个成功收件箱检查:"
 
-#: mod/settings.php:865
+#: mod/settings.php:863
 msgid "IMAP server name:"
 msgstr "IMAP服务器名字:"
 
-#: mod/settings.php:866
+#: mod/settings.php:864
 msgid "IMAP port:"
 msgstr "IMAP服务器端口:"
 
-#: mod/settings.php:867
+#: mod/settings.php:865
 msgid "Security:"
 msgstr "安全:"
 
-#: mod/settings.php:867 mod/settings.php:872
+#: mod/settings.php:865 mod/settings.php:870
 msgid "None"
 msgstr "没有"
 
-#: mod/settings.php:868
+#: mod/settings.php:866
 msgid "Email login name:"
 msgstr "邮件登录名:"
 
-#: mod/settings.php:869
+#: mod/settings.php:867
 msgid "Email password:"
 msgstr "邮件密码:"
 
-#: mod/settings.php:870
+#: mod/settings.php:868
 msgid "Reply-to address:"
 msgstr "回答地址:"
 
-#: mod/settings.php:871
+#: mod/settings.php:869
 msgid "Send public posts to all email contacts:"
 msgstr "发送公开文章给所有的邮件联系人:"
 
-#: mod/settings.php:872
+#: mod/settings.php:870
 msgid "Action after import:"
 msgstr "进口后行动:"
 
-#: mod/settings.php:872 src/Content/Nav.php:191
+#: mod/settings.php:870 src/Content/Nav.php:191
 msgid "Mark as seen"
 msgstr "标注看过"
 
-#: mod/settings.php:872
+#: mod/settings.php:870
 msgid "Move to folder"
 msgstr "搬到文件夹"
 
-#: mod/settings.php:873
+#: mod/settings.php:871
 msgid "Move to folder:"
 msgstr "搬到文件夹:"
 
-#: mod/settings.php:916
+#: mod/settings.php:914
 #, php-format
 msgid "%s - (Unsupported)"
 msgstr "%s - (不支持的)"
 
-#: mod/settings.php:918
+#: mod/settings.php:916
 #, php-format
 msgid "%s - (Experimental)"
 msgstr "%s - (实验性)"
 
-#: mod/settings.php:961
+#: mod/settings.php:959
 msgid "Display Settings"
 msgstr "表示设置"
 
-#: mod/settings.php:967 mod/settings.php:991
+#: mod/settings.php:965 mod/settings.php:989
 msgid "Display Theme:"
 msgstr "显示主题:"
 
-#: mod/settings.php:968
+#: mod/settings.php:966
 msgid "Mobile Theme:"
 msgstr "手机主题:"
 
-#: mod/settings.php:969
+#: mod/settings.php:967
 msgid "Suppress warning of insecure networks"
 msgstr ""
 
-#: mod/settings.php:969
+#: mod/settings.php:967
 msgid ""
 "Should the system suppress the warning that the current group contains "
 "members of networks that can't receive non public postings."
 msgstr ""
 
-#: mod/settings.php:970
+#: mod/settings.php:968
 msgid "Update browser every xx seconds"
 msgstr "更新游览器每XX秒"
 
-#: mod/settings.php:970
+#: mod/settings.php:968
 msgid "Minimum of 10 seconds. Enter -1 to disable it."
 msgstr "至少 10 秒。输入 -1 禁用。"
 
-#: mod/settings.php:971
+#: mod/settings.php:969
 msgid "Number of items to display per page:"
 msgstr "每页表示多少项目:"
 
-#: mod/settings.php:971 mod/settings.php:972
+#: mod/settings.php:969 mod/settings.php:970
 msgid "Maximum of 100 items"
 msgstr "最多100项目"
 
-#: mod/settings.php:972
+#: mod/settings.php:970
 msgid "Number of items to display per page when viewed from mobile device:"
 msgstr "用手机看一页展示多少项目:"
 
-#: mod/settings.php:973
+#: mod/settings.php:971
 msgid "Don't show emoticons"
 msgstr "不显示表情符号"
 
-#: mod/settings.php:974
+#: mod/settings.php:972
 msgid "Calendar"
 msgstr "日历"
 
-#: mod/settings.php:975
+#: mod/settings.php:973
 msgid "Beginning of week:"
 msgstr "一周的开始:"
 
-#: mod/settings.php:976
+#: mod/settings.php:974
 msgid "Don't show notices"
 msgstr "不显示提示"
 
-#: mod/settings.php:977
+#: mod/settings.php:975
 msgid "Infinite scroll"
 msgstr "无限的滚动"
 
-#: mod/settings.php:978
+#: mod/settings.php:976
 msgid "Automatic updates only at the top of the network page"
 msgstr "仅在返回到网页头部时自动更新"
 
-#: mod/settings.php:978
+#: mod/settings.php:976
 msgid ""
 "When disabled, the network page is updated all the time, which could be "
 "confusing while reading."
 msgstr "禁用后,网页将会一直更新,这可能会对阅读造成干扰。"
 
-#: mod/settings.php:979
+#: mod/settings.php:977
 msgid "Bandwith Saver Mode"
 msgstr "省流量模式"
 
-#: mod/settings.php:979
+#: mod/settings.php:977
 msgid ""
 "When enabled, embedded content is not displayed on automatic updates, they "
 "only show on page reload."
 msgstr "当启用时,嵌入的内容不会在自动更新时显示,它们只在页面重载时显示。"
 
-#: mod/settings.php:980
+#: mod/settings.php:978
 msgid "Smart Threading"
 msgstr ""
 
-#: mod/settings.php:980
+#: mod/settings.php:978
 msgid ""
 "When enabled, suppress extraneous thread indentation while keeping it where "
 "it matters. Only works if threading is available and enabled."
 msgstr ""
 
-#: mod/settings.php:982
+#: mod/settings.php:980
 msgid "General Theme Settings"
 msgstr "通用主题设置"
 
-#: mod/settings.php:983
+#: mod/settings.php:981
 msgid "Custom Theme Settings"
 msgstr "自定义主题设置"
 
-#: mod/settings.php:984
+#: mod/settings.php:982
 msgid "Content Settings"
 msgstr "内容设置"
 
-#: mod/settings.php:985 view/theme/duepuntozero/config.php:73
+#: mod/settings.php:983 view/theme/duepuntozero/config.php:73
 #: view/theme/frio/config.php:115 view/theme/quattro/config.php:75
 #: view/theme/vier/config.php:121
 msgid "Theme settings"
 msgstr "主题设置"
 
-#: mod/settings.php:1006
+#: mod/settings.php:1002
 msgid "Unable to find your profile. Please contact your admin."
 msgstr "无法找到您的简介。请联系您的管理员。"
 
-#: mod/settings.php:1048
+#: mod/settings.php:1044
 msgid "Account Types"
 msgstr "账户类型"
 
-#: mod/settings.php:1049
+#: mod/settings.php:1045
 msgid "Personal Page Subtypes"
 msgstr ""
 
-#: mod/settings.php:1050
+#: mod/settings.php:1046
 msgid "Community Forum Subtypes"
 msgstr ""
 
-#: mod/settings.php:1057
+#: mod/settings.php:1053
 msgid "Personal Page"
 msgstr "个人页面"
 
-#: mod/settings.php:1058
+#: mod/settings.php:1054
 msgid "Account for a personal profile."
 msgstr ""
 
-#: mod/settings.php:1061
+#: mod/settings.php:1057
 msgid "Organisation Page"
-msgstr ""
+msgstr "组织页面"
 
-#: mod/settings.php:1062
+#: mod/settings.php:1058
 msgid ""
 "Account for an organisation that automatically approves contact requests as "
 "\"Followers\"."
 msgstr ""
 
-#: mod/settings.php:1065
+#: mod/settings.php:1061
 msgid "News Page"
 msgstr "新闻页面"
 
-#: mod/settings.php:1066
+#: mod/settings.php:1062
 msgid ""
 "Account for a news reflector that automatically approves contact requests as"
 " \"Followers\"."
 msgstr ""
 
-#: mod/settings.php:1069
+#: mod/settings.php:1065
 msgid "Community Forum"
 msgstr "社区论坛"
 
-#: mod/settings.php:1070
+#: mod/settings.php:1066
 msgid "Account for community discussions."
 msgstr ""
 
-#: mod/settings.php:1073
+#: mod/settings.php:1069
 msgid "Normal Account Page"
 msgstr "标准账户页面"
 
-#: mod/settings.php:1074
+#: mod/settings.php:1070
 msgid ""
 "Account for a regular personal profile that requires manual approval of "
 "\"Friends\" and \"Followers\"."
 msgstr ""
 
-#: mod/settings.php:1077
+#: mod/settings.php:1073
 msgid "Soapbox Page"
 msgstr "演讲台页"
 
-#: mod/settings.php:1078
+#: mod/settings.php:1074
 msgid ""
 "Account for a public profile that automatically approves contact requests as"
 " \"Followers\"."
 msgstr ""
 
-#: mod/settings.php:1081
+#: mod/settings.php:1077
 msgid "Public Forum"
 msgstr "公共论坛"
 
-#: mod/settings.php:1082
+#: mod/settings.php:1078
 msgid "Automatically approves all contact requests."
-msgstr ""
+msgstr "自动批准所有联系人请求。"
 
-#: mod/settings.php:1085
+#: mod/settings.php:1081
 msgid "Automatic Friend Page"
 msgstr "自动朋友页"
 
-#: mod/settings.php:1086
+#: mod/settings.php:1082
 msgid ""
 "Account for a popular profile that automatically approves contact requests "
 "as \"Friends\"."
 msgstr ""
 
-#: mod/settings.php:1089
+#: mod/settings.php:1085
 msgid "Private Forum [Experimental]"
 msgstr "隐私评坛[实验性的 ]"
 
-#: mod/settings.php:1090
+#: mod/settings.php:1086
 msgid "Requires manual approval of contact requests."
-msgstr ""
+msgstr "需要人工批准联系人请求。"
 
-#: mod/settings.php:1101
+#: mod/settings.php:1097
 msgid "OpenID:"
 msgstr "OpenID:"
 
-#: mod/settings.php:1101
+#: mod/settings.php:1097
 msgid "(Optional) Allow this OpenID to login to this account."
 msgstr "(可选的) 允许这个 OpenID 登录这个账户。"
 
-#: mod/settings.php:1109
+#: mod/settings.php:1105
 msgid "Publish your default profile in your local site directory?"
 msgstr "出版您默认简介在您当地的网站目录?"
 
-#: mod/settings.php:1109
+#: mod/settings.php:1105
 #, php-format
 msgid ""
 "Your profile will be published in the global friendica directories (e.g. <a "
 "href=\"%s\">%s</a>). Your profile will be visible in public."
 msgstr ""
 
-#: mod/settings.php:1115
+#: mod/settings.php:1111
 msgid "Publish your default profile in the global social directory?"
 msgstr "出版您默认简介在综合社会目录?"
 
-#: mod/settings.php:1115
+#: mod/settings.php:1111
 #, php-format
 msgid ""
 "Your profile will be published in this node's <a href=\"%s\">local "
@@ -7118,583 +7264,338 @@ msgid ""
 " system settings."
 msgstr ""
 
-#: mod/settings.php:1122
+#: mod/settings.php:1118
 msgid "Hide your contact/friend list from viewers of your default profile?"
 msgstr "在您的默认简介中向访问者隐藏您的联系人/朋友列表?"
 
-#: mod/settings.php:1122
+#: mod/settings.php:1118
 msgid ""
 "Your contact list won't be shown in your default profile page. You can "
 "decide to show your contact list separately for each additional profile you "
 "create"
 msgstr "您的联系人列表将不会在您的默认简介页面展示。您可以决定在您自建的各附加简介中分别展示您的联系人列表"
 
-#: mod/settings.php:1126
+#: mod/settings.php:1122
 msgid "Hide your profile details from anonymous viewers?"
 msgstr "对匿名访问者隐藏详细简介?"
 
-#: mod/settings.php:1126
+#: mod/settings.php:1122
 msgid ""
 "Anonymous visitors will only see your profile picture, your display name and"
 " the nickname you are using on your profile page. Disables posting public "
 "messages to Diaspora and other networks."
 msgstr ""
 
-#: mod/settings.php:1130
+#: mod/settings.php:1126
 msgid "Allow friends to post to your profile page?"
 msgstr "允许朋友们贴文章在您的简介页?"
 
-#: mod/settings.php:1130
+#: mod/settings.php:1126
 msgid ""
 "Your contacts may write posts on your profile wall. These posts will be "
 "distributed to your contacts"
 msgstr ""
 
-#: mod/settings.php:1134
+#: mod/settings.php:1130
 msgid "Allow friends to tag your posts?"
 msgstr "允许朋友们标签您的文章?"
 
-#: mod/settings.php:1134
+#: mod/settings.php:1130
 msgid "Your contacts can add additional tags to your posts."
-msgstr ""
+msgstr "您的联系人可以为您的帖子添加额外的标签。"
 
-#: mod/settings.php:1138
+#: mod/settings.php:1134
 msgid "Allow us to suggest you as a potential friend to new members?"
 msgstr "允许我们建议您潜力朋友给新成员?"
 
-#: mod/settings.php:1138
+#: mod/settings.php:1134
 msgid ""
 "If you like, Friendica may suggest new members to add you as a contact."
-msgstr ""
+msgstr "如果您愿意,Friendica 可能会建议新成员将您添加为联系人。"
 
-#: mod/settings.php:1142
+#: mod/settings.php:1138
 msgid "Permit unknown people to send you private mail?"
 msgstr "允许生人寄给您私人邮件?"
 
-#: mod/settings.php:1142
+#: mod/settings.php:1138
 msgid ""
 "Friendica network users may send you private messages even if they are not "
 "in your contact list."
-msgstr ""
+msgstr "Friendica 网络用户可能会向您发送私人信息,即使他们不在您的联系人列表中。"
 
-#: mod/settings.php:1146
+#: mod/settings.php:1142
 msgid "Profile is <strong>not published</strong>."
 msgstr "简介<strong>未发布</strong>。"
 
-#: mod/settings.php:1152
+#: mod/settings.php:1148
 #, php-format
 msgid "Your Identity Address is <strong>'%s'</strong> or '%s'."
 msgstr "你的身份地址是 <strong>'%s'</strong> 或者 '%s'."
 
-#: mod/settings.php:1159
+#: mod/settings.php:1155
 msgid "Automatically expire posts after this many days:"
 msgstr "在这数天后自动使文章过期:"
 
-#: mod/settings.php:1159
+#: mod/settings.php:1155
 msgid "If empty, posts will not expire. Expired posts will be deleted"
 msgstr "如果为空,文章不会过期。过期的文章将被删除"
 
-#: mod/settings.php:1160
+#: mod/settings.php:1156
 msgid "Advanced expiration settings"
 msgstr "高级过期设置"
 
-#: mod/settings.php:1161
+#: mod/settings.php:1157
 msgid "Advanced Expiration"
 msgstr "先进的过期"
 
-#: mod/settings.php:1162
+#: mod/settings.php:1158
 msgid "Expire posts:"
 msgstr "把文章过期:"
 
-#: mod/settings.php:1163
+#: mod/settings.php:1159
 msgid "Expire personal notes:"
 msgstr "把私人便条过期:"
 
-#: mod/settings.php:1164
+#: mod/settings.php:1160
 msgid "Expire starred posts:"
 msgstr "把星的文章过期:"
 
-#: mod/settings.php:1165
+#: mod/settings.php:1161
 msgid "Expire photos:"
 msgstr "把照片过期:"
 
-#: mod/settings.php:1166
+#: mod/settings.php:1162
 msgid "Only expire posts by others:"
 msgstr "只别人的文章过期:"
 
-#: mod/settings.php:1196
+#: mod/settings.php:1192
 msgid "Account Settings"
 msgstr "帐户设置"
 
-#: mod/settings.php:1204
+#: mod/settings.php:1200
 msgid "Password Settings"
 msgstr "密码设置"
 
-#: mod/settings.php:1206
+#: mod/settings.php:1202
 msgid "Leave password fields blank unless changing"
 msgstr "留空密码字段,除非要修改"
 
-#: mod/settings.php:1207
+#: mod/settings.php:1203
 msgid "Current Password:"
 msgstr "当前密码:"
 
-#: mod/settings.php:1207 mod/settings.php:1208
+#: mod/settings.php:1203 mod/settings.php:1204
 msgid "Your current password to confirm the changes"
 msgstr "你的当前密码,来确认修改"
 
-#: mod/settings.php:1208
+#: mod/settings.php:1204
 msgid "Password:"
 msgstr "密码:"
 
-#: mod/settings.php:1212
+#: mod/settings.php:1208
 msgid "Basic Settings"
-msgstr "基础设置"
-
-#: mod/settings.php:1213 src/Model/Profile.php:738
-msgid "Full Name:"
-msgstr "全名:"
-
-#: mod/settings.php:1214
-msgid "Email Address:"
-msgstr "电子邮件地址:"
-
-#: mod/settings.php:1215
-msgid "Your Timezone:"
-msgstr "你的时区:"
-
-#: mod/settings.php:1216
-msgid "Your Language:"
-msgstr "你的语言:"
-
-#: mod/settings.php:1216
-msgid ""
-"Set the language we use to show you friendica interface and to send you "
-"emails"
-msgstr ""
-
-#: mod/settings.php:1217
-msgid "Default Post Location:"
-msgstr "默认文章位置:"
-
-#: mod/settings.php:1218
-msgid "Use Browser Location:"
-msgstr "使用浏览器位置:"
-
-#: mod/settings.php:1221
-msgid "Security and Privacy Settings"
-msgstr "安全和隐私设置"
-
-#: mod/settings.php:1223
-msgid "Maximum Friend Requests/Day:"
-msgstr "每天最大朋友请求数:"
-
-#: mod/settings.php:1223 mod/settings.php:1252
-msgid "(to prevent spam abuse)"
-msgstr "(用于防止垃圾信息滥用)"
-
-#: mod/settings.php:1224
-msgid "Default Post Permissions"
-msgstr "默认文章权限"
-
-#: mod/settings.php:1225
-msgid "(click to open/close)"
-msgstr "(点击来打开/关闭)"
-
-#: mod/settings.php:1235
-msgid "Default Private Post"
-msgstr "默认私人文章"
-
-#: mod/settings.php:1236
-msgid "Default Public Post"
-msgstr "默认公开文章"
-
-#: mod/settings.php:1240
-msgid "Default Permissions for New Posts"
-msgstr "新文章的默认权限"
-
-#: mod/settings.php:1252
-msgid "Maximum private messages per day from unknown people:"
-msgstr "每天来自未知的人的私信:"
-
-#: mod/settings.php:1255
-msgid "Notification Settings"
-msgstr "通知设置"
-
-#: mod/settings.php:1256
-msgid "By default post a status message when:"
-msgstr "默认地发现状通知如果:"
-
-#: mod/settings.php:1257
-msgid "accepting a friend request"
-msgstr "接受朋友邀请"
-
-#: mod/settings.php:1258
-msgid "joining a forum/community"
-msgstr "加入一个论坛/社区"
-
-#: mod/settings.php:1259
-msgid "making an <em>interesting</em> profile change"
-msgstr "把简介有意思地变修改"
-
-#: mod/settings.php:1260
-msgid "Send a notification email when:"
-msgstr "发一个消息要是:"
-
-#: mod/settings.php:1261
-msgid "You receive an introduction"
-msgstr "你收到一份介绍"
-
-#: mod/settings.php:1262
-msgid "Your introductions are confirmed"
-msgstr "你的介绍被确认了"
-
-#: mod/settings.php:1263
-msgid "Someone writes on your profile wall"
-msgstr "某人写在你的简历墙"
-
-#: mod/settings.php:1264
-msgid "Someone writes a followup comment"
-msgstr "某人写一个后续的评论"
-
-#: mod/settings.php:1265
-msgid "You receive a private message"
-msgstr "你收到一封私信"
-
-#: mod/settings.php:1266
-msgid "You receive a friend suggestion"
-msgstr "你受到一个朋友建议"
-
-#: mod/settings.php:1267
-msgid "You are tagged in a post"
-msgstr "你被在新闻标签"
-
-#: mod/settings.php:1268
-msgid "You are poked/prodded/etc. in a post"
-msgstr "您在文章被戳"
-
-#: mod/settings.php:1270
-msgid "Activate desktop notifications"
-msgstr "启用桌面通知"
-
-#: mod/settings.php:1270
-msgid "Show desktop popup on new notifications"
-msgstr "在有新的提示时显示桌面弹出窗口"
-
-#: mod/settings.php:1272
-msgid "Text-only notification emails"
-msgstr "纯文本通知邮件"
-
-#: mod/settings.php:1274
-msgid "Send text only notification emails, without the html part"
-msgstr "发送纯文本通知邮件,无 html 部分"
-
-#: mod/settings.php:1276
-msgid "Show detailled notifications"
-msgstr ""
-
-#: mod/settings.php:1278
-msgid ""
-"Per default the notificiation are condensed to a single notification per "
-"item. When enabled, every notification is displayed."
-msgstr ""
-
-#: mod/settings.php:1280
-msgid "Advanced Account/Page Type Settings"
-msgstr "专家账户/页种设置"
-
-#: mod/settings.php:1281
-msgid "Change the behaviour of this account for special situations"
-msgstr "把这个账户特别情况的时候行动变化"
-
-#: mod/settings.php:1284
-msgid "Relocate"
-msgstr "调动"
-
-#: mod/settings.php:1285
-msgid ""
-"If you have moved this profile from another server, and some of your "
-"contacts don't receive your updates, try pushing this button."
-msgstr "如果您调动这个简介从别的服务器但有的熟人没收到您的更新,尝试按这个钮。"
-
-#: mod/settings.php:1286
-msgid "Resend relocate message to contacts"
-msgstr "把调动信息寄给熟人"
-
-#: mod/videos.php:140
-msgid "Do you really want to delete this video?"
-msgstr "你真的想删除这个视频吗?"
-
-#: mod/videos.php:145
-msgid "Delete Video"
-msgstr "删除视频"
-
-#: mod/videos.php:208
-msgid "No videos selected"
-msgstr "没有视频被选择"
-
-#: mod/videos.php:397
-msgid "Recent Videos"
-msgstr "最近的视频"
-
-#: mod/videos.php:399
-msgid "Upload New Videos"
-msgstr "上传新视频"
-
-#: view/theme/duepuntozero/config.php:54 src/Model/User.php:475
-msgid "default"
-msgstr "默认"
-
-#: view/theme/duepuntozero/config.php:55
-msgid "greenzero"
-msgstr "greenzero"
-
-#: view/theme/duepuntozero/config.php:56
-msgid "purplezero"
-msgstr "purplezero"
-
-#: view/theme/duepuntozero/config.php:57
-msgid "easterbunny"
-msgstr "easterbunny"
-
-#: view/theme/duepuntozero/config.php:58
-msgid "darkzero"
-msgstr "darkzero"
-
-#: view/theme/duepuntozero/config.php:59
-msgid "comix"
-msgstr "comix"
-
-#: view/theme/duepuntozero/config.php:60
-msgid "slackr"
-msgstr "slackr"
-
-#: view/theme/duepuntozero/config.php:74
-msgid "Variations"
-msgstr "变化"
-
-#: view/theme/frio/php/Image.php:25
-msgid "Repeat the image"
-msgstr ""
-
-#: view/theme/frio/php/Image.php:25
-msgid "Will repeat your image to fill the background."
-msgstr ""
-
-#: view/theme/frio/php/Image.php:27
-msgid "Stretch"
-msgstr ""
-
-#: view/theme/frio/php/Image.php:27
-msgid "Will stretch to width/height of the image."
-msgstr ""
-
-#: view/theme/frio/php/Image.php:29
-msgid "Resize fill and-clip"
-msgstr ""
-
-#: view/theme/frio/php/Image.php:29
-msgid "Resize to fill and retain aspect ratio."
-msgstr ""
-
-#: view/theme/frio/php/Image.php:31
-msgid "Resize best fit"
-msgstr ""
-
-#: view/theme/frio/php/Image.php:31
-msgid "Resize to best fit and retain aspect ratio."
-msgstr ""
+msgstr "基础设置"
 
-#: view/theme/frio/config.php:97
-msgid "Default"
-msgstr "默认"
+#: mod/settings.php:1209 src/Model/Profile.php:738
+msgid "Full Name:"
+msgstr "全名:"
 
-#: view/theme/frio/config.php:109
-msgid "Note"
-msgstr ""
+#: mod/settings.php:1210
+msgid "Email Address:"
+msgstr "电子邮件地址:"
 
-#: view/theme/frio/config.php:109
-msgid "Check image permissions if all users are allowed to visit the image"
-msgstr ""
+#: mod/settings.php:1211
+msgid "Your Timezone:"
+msgstr "你的时区:"
 
-#: view/theme/frio/config.php:116
-msgid "Select scheme"
-msgstr "选择方案"
+#: mod/settings.php:1212
+msgid "Your Language:"
+msgstr "你的语言:"
 
-#: view/theme/frio/config.php:117
-msgid "Navigation bar background color"
+#: mod/settings.php:1212
+msgid ""
+"Set the language we use to show you friendica interface and to send you "
+"emails"
 msgstr ""
 
-#: view/theme/frio/config.php:118
-msgid "Navigation bar icon color "
-msgstr ""
+#: mod/settings.php:1213
+msgid "Default Post Location:"
+msgstr "默认文章位置:"
 
-#: view/theme/frio/config.php:119
-msgid "Link color"
-msgstr "链接颜色"
+#: mod/settings.php:1214
+msgid "Use Browser Location:"
+msgstr "使用浏览器位置:"
 
-#: view/theme/frio/config.php:120
-msgid "Set the background color"
-msgstr "设置背景色"
+#: mod/settings.php:1217
+msgid "Security and Privacy Settings"
+msgstr "安全和隐私设置"
 
-#: view/theme/frio/config.php:121
-msgid "Content background opacity"
-msgstr ""
+#: mod/settings.php:1219
+msgid "Maximum Friend Requests/Day:"
+msgstr "每天最大朋友请求数:"
 
-#: view/theme/frio/config.php:122
-msgid "Set the background image"
-msgstr "设置背景图片"
+#: mod/settings.php:1219 mod/settings.php:1248
+msgid "(to prevent spam abuse)"
+msgstr "(用于防止垃圾信息滥用)"
 
-#: view/theme/frio/config.php:127
-msgid "Login page background image"
-msgstr "登录页面背景图片"
+#: mod/settings.php:1220
+msgid "Default Post Permissions"
+msgstr "默认文章权限"
 
-#: view/theme/frio/config.php:130
-msgid "Login page background color"
-msgstr "登录页面背景色"
+#: mod/settings.php:1221
+msgid "(click to open/close)"
+msgstr "(点击来打开/关闭)"
 
-#: view/theme/frio/config.php:130
-msgid "Leave background image and color empty for theme defaults"
-msgstr ""
+#: mod/settings.php:1231
+msgid "Default Private Post"
+msgstr "默认私人文章"
 
-#: view/theme/frio/theme.php:238
-msgid "Guest"
-msgstr ""
+#: mod/settings.php:1232
+msgid "Default Public Post"
+msgstr "默认公开文章"
 
-#: view/theme/frio/theme.php:243
-msgid "Visitor"
-msgstr "访客"
+#: mod/settings.php:1236
+msgid "Default Permissions for New Posts"
+msgstr "新文章的默认权限"
 
-#: view/theme/frio/theme.php:256 src/Content/Nav.php:97
-#: src/Module/Login.php:311
-msgid "Logout"
-msgstr "注销"
+#: mod/settings.php:1248
+msgid "Maximum private messages per day from unknown people:"
+msgstr "每天来自未知的人的私信:"
 
-#: view/theme/frio/theme.php:256 src/Content/Nav.php:97
-msgid "End this session"
-msgstr "结束此次会话"
+#: mod/settings.php:1251
+msgid "Notification Settings"
+msgstr "通知设置"
 
-#: view/theme/frio/theme.php:259 src/Content/Nav.php:100
-#: src/Content/Nav.php:181
-msgid "Your posts and conversations"
-msgstr "你的消息和交谈"
+#: mod/settings.php:1252
+msgid "By default post a status message when:"
+msgstr "默认地发现状通知如果:"
 
-#: view/theme/frio/theme.php:260 src/Content/Nav.php:101
-msgid "Your profile page"
-msgstr "你的简介页"
+#: mod/settings.php:1253
+msgid "accepting a friend request"
+msgstr "接受朋友邀请"
 
-#: view/theme/frio/theme.php:261 src/Content/Nav.php:102
-msgid "Your photos"
-msgstr "你的照片"
+#: mod/settings.php:1254
+msgid "joining a forum/community"
+msgstr "加入一个论坛/社区"
 
-#: view/theme/frio/theme.php:262 src/Content/Nav.php:103
-#: src/Model/Profile.php:912 src/Model/Profile.php:915
-msgid "Videos"
-msgstr "视频"
+#: mod/settings.php:1255
+msgid "making an <em>interesting</em> profile change"
+msgstr "把简介有意思地变修改"
 
-#: view/theme/frio/theme.php:262 src/Content/Nav.php:103
-msgid "Your videos"
-msgstr "你的视频"
+#: mod/settings.php:1256
+msgid "Send a notification email when:"
+msgstr "发一个消息要是:"
 
-#: view/theme/frio/theme.php:263 src/Content/Nav.php:104
-msgid "Your events"
-msgstr "你的项目"
+#: mod/settings.php:1257
+msgid "You receive an introduction"
+msgstr "你收到一份介绍"
 
-#: view/theme/frio/theme.php:266 src/Content/Nav.php:178
-msgid "Conversations from your friends"
-msgstr "来自你的朋友们的交谈"
+#: mod/settings.php:1258
+msgid "Your introductions are confirmed"
+msgstr "你的介绍被确认了"
 
-#: view/theme/frio/theme.php:267 src/Content/Nav.php:169
-#: src/Model/Profile.php:927 src/Model/Profile.php:938
-msgid "Events and Calendar"
-msgstr "事件和日历"
+#: mod/settings.php:1259
+msgid "Someone writes on your profile wall"
+msgstr "某人写在你的简历墙"
 
-#: view/theme/frio/theme.php:268 src/Content/Nav.php:195
-msgid "Private mail"
-msgstr "私人的邮件"
+#: mod/settings.php:1260
+msgid "Someone writes a followup comment"
+msgstr "某人写一个后续的评论"
 
-#: view/theme/frio/theme.php:269 src/Content/Nav.php:206
-msgid "Account settings"
-msgstr "帐户设置"
+#: mod/settings.php:1261
+msgid "You receive a private message"
+msgstr "你收到一封私信"
 
-#: view/theme/frio/theme.php:270 src/Content/Nav.php:212
-msgid "Manage/edit friends and contacts"
-msgstr "管理/编辑朋友和联系人"
+#: mod/settings.php:1262
+msgid "You receive a friend suggestion"
+msgstr "你受到一个朋友建议"
 
-#: view/theme/quattro/config.php:76
-msgid "Alignment"
-msgstr "对齐"
+#: mod/settings.php:1263
+msgid "You are tagged in a post"
+msgstr "你被在新闻标签"
 
-#: view/theme/quattro/config.php:76
-msgid "Left"
-msgstr "左边"
+#: mod/settings.php:1264
+msgid "You are poked/prodded/etc. in a post"
+msgstr "您在文章被戳"
 
-#: view/theme/quattro/config.php:76
-msgid "Center"
-msgstr "中间"
+#: mod/settings.php:1266
+msgid "Activate desktop notifications"
+msgstr "启用桌面通知"
 
-#: view/theme/quattro/config.php:77
-msgid "Color scheme"
-msgstr "色彩方案"
+#: mod/settings.php:1266
+msgid "Show desktop popup on new notifications"
+msgstr "在有新的提示时显示桌面弹出窗口"
 
-#: view/theme/quattro/config.php:78
-msgid "Posts font size"
-msgstr "文章"
+#: mod/settings.php:1268
+msgid "Text-only notification emails"
+msgstr "纯文本通知邮件"
 
-#: view/theme/quattro/config.php:79
-msgid "Textareas font size"
-msgstr "文本区字体大小"
+#: mod/settings.php:1270
+msgid "Send text only notification emails, without the html part"
+msgstr "发送纯文本通知邮件,无 html 部分"
 
-#: view/theme/vier/config.php:75
-msgid "Comma separated list of helper forums"
+#: mod/settings.php:1272
+msgid "Show detailled notifications"
+msgstr "显示详细通知"
+
+#: mod/settings.php:1274
+msgid ""
+"Per default, notifications are condensed to a single notification per item. "
+"When enabled every notification is displayed."
 msgstr ""
 
-#: view/theme/vier/config.php:122
-msgid "Set style"
-msgstr "选择款式"
+#: mod/settings.php:1276
+msgid "Advanced Account/Page Type Settings"
+msgstr "专家账户/页种设置"
 
-#: view/theme/vier/config.php:123
-msgid "Community Pages"
-msgstr "社会页"
+#: mod/settings.php:1277
+msgid "Change the behaviour of this account for special situations"
+msgstr "把这个账户特别情况的时候行动变化"
 
-#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150
-msgid "Community Profiles"
-msgstr "社会简介"
+#: mod/settings.php:1280
+msgid "Relocate"
+msgstr "调动"
 
-#: view/theme/vier/config.php:125
-msgid "Help or @NewHere ?"
-msgstr "帮助或@菜鸟?"
+#: mod/settings.php:1281
+msgid ""
+"If you have moved this profile from another server, and some of your "
+"contacts don't receive your updates, try pushing this button."
+msgstr "如果您调动这个简介从别的服务器但有的熟人没收到您的更新,尝试按这个钮。"
 
-#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389
-msgid "Connect Services"
-msgstr "连接服务"
+#: mod/settings.php:1282
+msgid "Resend relocate message to contacts"
+msgstr "把调动信息寄给熟人"
 
-#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199
-msgid "Find Friends"
-msgstr "找朋友们"
+#: src/Core/UserImport.php:104
+msgid "Error decoding account file"
+msgstr "解码账户文件出错误"
 
-#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181
-msgid "Last users"
-msgstr "上次用户"
+#: src/Core/UserImport.php:110
+msgid "Error! No version data in file! This is not a Friendica account file?"
+msgstr "错误!文件没有版本数!这不是Friendica账户文件吗?"
 
-#: view/theme/vier/theme.php:200
-msgid "Local Directory"
-msgstr "当地目录"
+#: src/Core/UserImport.php:118
+#, php-format
+msgid "User '%s' already exists on this server!"
+msgstr "用户「%s」已经存在这个服务器!"
 
-#: view/theme/vier/theme.php:202 src/Content/Widget.php:65
-msgid "Similar Interests"
-msgstr "ç\9b¸ä¼¼å\85´è¶£"
+#: src/Core/UserImport.php:151
+msgid "User creation error"
+msgstr "ç\94¨æ\88·å\88\9b建é\94\99误"
 
-#: view/theme/vier/theme.php:204 src/Content/Widget.php:67
-msgid "Invite Friends"
-msgstr "邀请朋友们"
+#: src/Core/UserImport.php:169
+msgid "User profile creation error"
+msgstr "用户简介创建错误"
 
-#: view/theme/vier/theme.php:256 src/Content/ForumManager.php:127
-msgid "External link to forum"
-msgstr "到论坛的外链"
+#: src/Core/UserImport.php:213
+#, php-format
+msgid "%d contact not imported"
+msgid_plural "%d contacts not imported"
+msgstr[0] "%d 个联系人没导入"
 
-#: view/theme/vier/theme.php:292
-msgid "Quick Start"
-msgstr "å¿«é\80\9få\85¥é\97¨"
+#: src/Core/UserImport.php:278
+msgid "Done. You can now login with your username and password"
+msgstr "å®\8cæ\88\90ã\80\82ä½ ç\8e°å\9c¨å\8f¯ä»¥ç\94¨ä½ ç\9a\84ç\94¨æ\88·å\90\8då\92\8cå¯\86ç \81ç\99»å½\95"
 
 #: src/Core/NotificationsManager.php:171
 msgid "System"
@@ -7749,48 +7650,46 @@ msgstr "%s 可以参加 %s 的事件"
 msgid "%s is now friends with %s"
 msgstr "%s成为%s的朋友"
 
-#: src/Core/NotificationsManager.php:813
+#: src/Core/NotificationsManager.php:825
 msgid "Friend Suggestion"
 msgstr "朋友建议"
 
-#: src/Core/NotificationsManager.php:839
+#: src/Core/NotificationsManager.php:851
 msgid "Friend/Connect Request"
 msgstr "友谊/联络要求"
 
-#: src/Core/NotificationsManager.php:839
+#: src/Core/NotificationsManager.php:851
 msgid "New Follower"
 msgstr "新关注者"
 
-#: src/Core/UserImport.php:104
-msgid "Error decoding account file"
-msgstr "解码账户文件出错误"
+#: src/Core/ACL.php:295
+msgid "Post to Email"
+msgstr "电邮发布"
 
-#: src/Core/UserImport.php:110
-msgid "Error! No version data in file! This is not a Friendica account file?"
-msgstr "错误!文件没有版本数!这不是Friendica账户文件吗?"
+#: src/Core/ACL.php:301
+msgid "Hide your profile details from unknown viewers?"
+msgstr "使简介信息给陌生的看着看不了?"
 
-#: src/Core/UserImport.php:118
+#: src/Core/ACL.php:300
 #, php-format
-msgid "User '%s' already exists on this server!"
-msgstr "用户「%s」已经存在这个服务器!"
+msgid "Connectors disabled, since \"%s\" is enabled."
+msgstr "连接器已停用,因为\"%s\"启用。"
 
-#: src/Core/UserImport.php:151
-msgid "User creation error"
-msgstr "用户创建错误"
+#: src/Core/ACL.php:307
+msgid "Visible to everybody"
+msgstr "任何人可见的"
 
-#: src/Core/UserImport.php:169
-msgid "User profile creation error"
-msgstr "用户简介创建错误"
+#: src/Core/ACL.php:308 view/theme/vier/config.php:115
+msgid "show"
+msgstr "显示"
 
-#: src/Core/UserImport.php:213
-#, php-format
-msgid "%d contact not imported"
-msgid_plural "%d contacts not imported"
-msgstr[0] "%d 个联系人没导入"
+#: src/Core/ACL.php:309 view/theme/vier/config.php:115
+msgid "don't show"
+msgstr "不要显示"
 
-#: src/Core/UserImport.php:278
-msgid "Done. You can now login with your username and password"
-msgstr "å®\8cæ\88\90ã\80\82ä½ ç\8e°å\9c¨å\8f¯ä»¥ç\94¨ä½ ç\9a\84ç\94¨æ\88·å\90\8då\92\8cå¯\86ç \81ç\99»å½\95"
+#: src/Core/ACL.php:319
+msgid "Close"
+msgstr "å\85³é\97­"
 
 #: src/Util/Temporal.php:147 src/Model/Profile.php:758
 msgid "Birthday:"
@@ -7857,746 +7756,826 @@ msgstr "秒"
 msgid "%1$d %2$s ago"
 msgstr "%1$d %2$s以前"
 
-#: src/Content/Text/BBCode.php:547
+#: src/Content/Text/BBCode.php:555
 msgid "view full size"
 msgstr "看全尺寸"
 
-#: src/Content/Text/BBCode.php:1000 src/Content/Text/BBCode.php:1761
-#: src/Content/Text/BBCode.php:1762
+#: src/Content/Text/BBCode.php:981 src/Content/Text/BBCode.php:1750
+#: src/Content/Text/BBCode.php:1751
 msgid "Image/photo"
 msgstr "图像/照片"
 
-#: src/Content/Text/BBCode.php:1138
+#: src/Content/Text/BBCode.php:1119
 #, php-format
 msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
 msgstr ""
 
-#: src/Content/Text/BBCode.php:1696 src/Content/Text/BBCode.php:1718
+#: src/Content/Text/BBCode.php:1677 src/Content/Text/BBCode.php:1699
 msgid "$1 wrote:"
 msgstr "$1写:"
 
-#: src/Content/Text/BBCode.php:1770 src/Content/Text/BBCode.php:1771
+#: src/Content/Text/BBCode.php:1759 src/Content/Text/BBCode.php:1760
 msgid "Encrypted content"
 msgstr "加密的内容"
 
-#: src/Content/Text/BBCode.php:1888
+#: src/Content/Text/BBCode.php:1879
 msgid "Invalid source protocol"
 msgstr "无效的源协议"
 
-#: src/Content/Text/BBCode.php:1899
+#: src/Content/Text/BBCode.php:1890
 msgid "Invalid link protocol"
 msgstr "无效的连接协议"
 
-#: src/Content/ContactSelector.php:55
-msgid "Frequently"
-msgstr "时常"
+#: src/Content/ForumManager.php:127 view/theme/vier/theme.php:256
+msgid "External link to forum"
+msgstr "到论坛的外链"
 
-#: src/Content/ContactSelector.php:56
-msgid "Hourly"
-msgstr "每小时"
+#: src/Content/Nav.php:53
+msgid "Nothing new here"
+msgstr "这里没有什么新的"
 
-#: src/Content/ContactSelector.php:57
-msgid "Twice daily"
-msgstr "æ¯\8fæ\97¥ä¸¤æ¬¡"
+#: src/Content/Nav.php:57
+msgid "Clear notifications"
+msgstr "æ¸\85ç\90\86å\87ºé\80\9aç\9f¥"
 
-#: src/Content/ContactSelector.php:58
-msgid "Daily"
-msgstr "每日"
+#: src/Content/Nav.php:97 src/Module/Login.php:311
+#: view/theme/frio/theme.php:256
+msgid "Logout"
+msgstr "注销"
 
-#: src/Content/ContactSelector.php:59
-msgid "Weekly"
-msgstr "每周"
+#: src/Content/Nav.php:97 view/theme/frio/theme.php:256
+msgid "End this session"
+msgstr "结束此次会话"
 
-#: src/Content/ContactSelector.php:60
-msgid "Monthly"
-msgstr "每月"
+#: src/Content/Nav.php:100 src/Content/Nav.php:181
+#: view/theme/frio/theme.php:259
+msgid "Your posts and conversations"
+msgstr "你的消息和交谈"
 
-#: src/Content/ContactSelector.php:80
-msgid "OStatus"
-msgstr "OStatus"
+#: src/Content/Nav.php:101 view/theme/frio/theme.php:260
+msgid "Your profile page"
+msgstr "你的简介页"
 
-#: src/Content/ContactSelector.php:81
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: src/Content/Nav.php:102 view/theme/frio/theme.php:261
+msgid "Your photos"
+msgstr "你的照片"
 
-#: src/Content/ContactSelector.php:84
-msgid "Facebook"
-msgstr "Facebook"
+#: src/Content/Nav.php:103 src/Model/Profile.php:912 src/Model/Profile.php:915
+#: view/theme/frio/theme.php:262
+msgid "Videos"
+msgstr "视频"
 
-#: src/Content/ContactSelector.php:85
-msgid "Zot!"
-msgstr "Zot!"
+#: src/Content/Nav.php:103 view/theme/frio/theme.php:262
+msgid "Your videos"
+msgstr "你的视频"
 
-#: src/Content/ContactSelector.php:86
-msgid "LinkedIn"
-msgstr "LinkedIn"
+#: src/Content/Nav.php:104 view/theme/frio/theme.php:263
+msgid "Your events"
+msgstr "你的项目"
 
-#: src/Content/ContactSelector.php:87
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
+#: src/Content/Nav.php:105
+msgid "Personal notes"
+msgstr "私人的便条"
 
-#: src/Content/ContactSelector.php:88
-msgid "MySpace"
-msgstr "MySpace"
+#: src/Content/Nav.php:105
+msgid "Your personal notes"
+msgstr "你的私人便条"
 
-#: src/Content/ContactSelector.php:89
-msgid "Google+"
-msgstr "Google+"
+#: src/Content/Nav.php:114
+msgid "Sign in"
+msgstr "登录"
 
-#: src/Content/ContactSelector.php:90
-msgid "pump.io"
-msgstr "pump.io"
+#: src/Content/Nav.php:124
+msgid "Home Page"
+msgstr "主页"
 
-#: src/Content/ContactSelector.php:91
-msgid "Twitter"
-msgstr "Twitter"
+#: src/Content/Nav.php:128
+msgid "Create an account"
+msgstr "注册"
 
-#: src/Content/ContactSelector.php:92
-msgid "Diaspora Connector"
-msgstr "Diaspora连接"
+#: src/Content/Nav.php:134
+msgid "Help and documentation"
+msgstr "帮助及文档"
 
-#: src/Content/ContactSelector.php:93
-msgid "GNU Social Connector"
-msgstr "GNU Social 连接器"
+#: src/Content/Nav.php:138
+msgid "Apps"
+msgstr "应用程序"
 
-#: src/Content/ContactSelector.php:94
-msgid "pnut"
-msgstr ""
+#: src/Content/Nav.php:138
+msgid "Addon applications, utilities, games"
+msgstr "可加的应用,设施,游戏"
 
-#: src/Content/ContactSelector.php:95
-msgid "App.net"
+#: src/Content/Nav.php:142
+msgid "Search site content"
+msgstr "搜索网站内容"
+
+#: src/Content/Nav.php:165
+msgid "Community"
+msgstr "社会"
+
+#: src/Content/Nav.php:165
+msgid "Conversations on this and other servers"
 msgstr ""
 
-#: src/Content/ContactSelector.php:125
-msgid "Male"
-msgstr "男的"
+#: src/Content/Nav.php:169 src/Model/Profile.php:927 src/Model/Profile.php:938
+#: view/theme/frio/theme.php:267
+msgid "Events and Calendar"
+msgstr "事件和日历"
 
-#: src/Content/ContactSelector.php:125
-msgid "Female"
-msgstr "女ç\9a\84"
+#: src/Content/Nav.php:172
+msgid "Directory"
+msgstr "å\90\8då½\95"
 
-#: src/Content/ContactSelector.php:125
-msgid "Currently Male"
-msgstr "现在男的"
+#: src/Content/Nav.php:172
+msgid "People directory"
+msgstr "人物名录"
 
-#: src/Content/ContactSelector.php:125
-msgid "Currently Female"
-msgstr "现在女的"
+#: src/Content/Nav.php:174
+msgid "Information about this friendica instance"
+msgstr "资料关于这个Friendica服务器"
 
-#: src/Content/ContactSelector.php:125
-msgid "Mostly Male"
-msgstr "主要男的"
+#: src/Content/Nav.php:178 view/theme/frio/theme.php:266
+msgid "Conversations from your friends"
+msgstr "来自你的朋友们的交谈"
 
-#: src/Content/ContactSelector.php:125
-msgid "Mostly Female"
-msgstr "主要女的"
+#: src/Content/Nav.php:179
+msgid "Network Reset"
+msgstr "网络重设"
 
-#: src/Content/ContactSelector.php:125
-msgid "Transgender"
-msgstr "è·¨æ\80§å\88¥"
+#: src/Content/Nav.php:179
+msgid "Load Network page with no filters"
+msgstr "表示ç½\91ç»\9c页æ\97 æ»¤å\99¨"
 
-#: src/Content/ContactSelector.php:125
-msgid "Intersex"
-msgstr "阴阳人"
+#: src/Content/Nav.php:186
+msgid "Friend Requests"
+msgstr "友谊邀请"
 
-#: src/Content/ContactSelector.php:125
-msgid "Transsexual"
-msgstr "”转基因“人"
+#: src/Content/Nav.php:190
+msgid "See all notifications"
+msgstr "看所有的通知"
 
-#: src/Content/ContactSelector.php:125
-msgid "Hermaphrodite"
-msgstr "两性体"
+#: src/Content/Nav.php:191
+msgid "Mark all system notifications seen"
+msgstr "记号各系统通知看过的"
 
-#: src/Content/ContactSelector.php:125
-msgid "Neuter"
-msgstr "中性的"
+#: src/Content/Nav.php:195 view/theme/frio/theme.php:268
+msgid "Private mail"
+msgstr "私人的邮件"
+
+#: src/Content/Nav.php:196
+msgid "Inbox"
+msgstr "收件箱"
+
+#: src/Content/Nav.php:197
+msgid "Outbox"
+msgstr "发件箱"
+
+#: src/Content/Nav.php:201
+msgid "Manage"
+msgstr "管理"
+
+#: src/Content/Nav.php:201
+msgid "Manage other pages"
+msgstr "管理别的页"
+
+#: src/Content/Nav.php:206 view/theme/frio/theme.php:269
+msgid "Account settings"
+msgstr "帐户设置"
+
+#: src/Content/Nav.php:209 src/Model/Profile.php:372
+msgid "Profiles"
+msgstr "简介"
+
+#: src/Content/Nav.php:209
+msgid "Manage/Edit Profiles"
+msgstr "管理/编辑简介"
+
+#: src/Content/Nav.php:212 view/theme/frio/theme.php:270
+msgid "Manage/edit friends and contacts"
+msgstr "管理/编辑朋友和联系人"
+
+#: src/Content/Nav.php:217
+msgid "Site setup and configuration"
+msgstr "网站开办和配置"
+
+#: src/Content/Nav.php:220
+msgid "Navigation"
+msgstr "导航"
+
+#: src/Content/Nav.php:220
+msgid "Site map"
+msgstr "网站地图"
+
+#: src/Content/OEmbed.php:253
+msgid "Embedding disabled"
+msgstr "嵌入已停用"
+
+#: src/Content/OEmbed.php:373
+msgid "Embedded content"
+msgstr "嵌入内容"
+
+#: src/Content/Widget/CalendarExport.php:61
+msgid "Export"
+msgstr "导出"
+
+#: src/Content/Widget/CalendarExport.php:62
+msgid "Export calendar as ical"
+msgstr "导出日历为 ical"
 
-#: src/Content/ContactSelector.php:125
-msgid "Non-specific"
-msgstr "不明确的"
+#: src/Content/Widget/CalendarExport.php:63
+msgid "Export calendar as csv"
+msgstr "导出日历为 csv"
 
-#: src/Content/ContactSelector.php:125
-msgid "Other"
-msgstr "别的"
+#: src/Content/Feature.php:79
+msgid "General Features"
+msgstr "通用特性"
 
-#: src/Content/ContactSelector.php:147
-msgid "Males"
-msgstr "男人"
+#: src/Content/Feature.php:81
+msgid "Multiple Profiles"
+msgstr "多简介"
 
-#: src/Content/ContactSelector.php:147
-msgid "Females"
-msgstr "女人"
+#: src/Content/Feature.php:81
+msgid "Ability to create multiple profiles"
+msgstr "能穿凿多简介"
 
-#: src/Content/ContactSelector.php:147
-msgid "Gay"
-msgstr "ç\94·å\90\8cæ\80§æ\81\8bç\9a\84"
+#: src/Content/Feature.php:82
+msgid "Photo Location"
+msgstr "ç\85§ç\89\87å\9c°ç\82¹"
 
-#: src/Content/ContactSelector.php:147
-msgid "Lesbian"
-msgstr "女同性恋的"
+#: src/Content/Feature.php:82
+msgid ""
+"Photo metadata is normally stripped. This extracts the location (if present)"
+" prior to stripping metadata and links it to a map."
+msgstr ""
 
-#: src/Content/ContactSelector.php:147
-msgid "No Preference"
-msgstr "无偏爱"
+#: src/Content/Feature.php:83
+msgid "Export Public Calendar"
+msgstr "导出公共日历"
 
-#: src/Content/ContactSelector.php:147
-msgid "Bisexual"
-msgstr "双性恋的"
+#: src/Content/Feature.php:83
+msgid "Ability for visitors to download the public calendar"
+msgstr ""
 
-#: src/Content/ContactSelector.php:147
-msgid "Autosexual"
-msgstr "自性的"
+#: src/Content/Feature.php:88
+msgid "Post Composition Features"
+msgstr "文章编写特性"
 
-#: src/Content/ContactSelector.php:147
-msgid "Abstinent"
-msgstr "æ\9c\89è\8a\82å\88¶ç\9a\84"
+#: src/Content/Feature.php:89
+msgid "Post Preview"
+msgstr "æ\96\87ç« é¢\84è§\88"
 
-#: src/Content/ContactSelector.php:147
-msgid "Virgin"
-msgstr "å\8e\9få§\8bç\9a\84"
+#: src/Content/Feature.php:89
+msgid "Allow previewing posts and comments before publishing them"
+msgstr "å\9c¨å\8f\91å¸\83å\89\8då\85\81许é¢\84è§\88æ\96\87ç« å\92\8cè¯\84论"
 
-#: src/Content/ContactSelector.php:147
-msgid "Deviant"
-msgstr "变态"
+#: src/Content/Feature.php:90
+msgid "Auto-mention Forums"
+msgstr "自动提示论坛"
 
-#: src/Content/ContactSelector.php:147
-msgid "Fetish"
-msgstr "恋物对象"
+#: src/Content/Feature.php:90
+msgid ""
+"Add/remove mention when a forum page is selected/deselected in ACL window."
+msgstr ""
 
-#: src/Content/ContactSelector.php:147
-msgid "Oodles"
-msgstr "多多"
+#: src/Content/Feature.php:95
+msgid "Network Sidebar Widgets"
+msgstr "网络工具栏小窗口"
 
-#: src/Content/ContactSelector.php:147
-msgid "Nonsexual"
-msgstr "æ\97 æ\80§"
+#: src/Content/Feature.php:96
+msgid "Search by Date"
+msgstr "æ\8c\89æ\97¥æ\9c\9fæ\90\9cç´¢"
 
-#: src/Content/ContactSelector.php:169
-msgid "Single"
-msgstr "单身"
+#: src/Content/Feature.php:96
+msgid "Ability to select posts by date ranges"
+msgstr "能按时期范围选择文章"
 
-#: src/Content/ContactSelector.php:169
-msgid "Lonely"
-msgstr "å¯\82å¯\9e"
+#: src/Content/Feature.php:97 src/Content/Feature.php:127
+msgid "List Forums"
+msgstr "å\88\97å\87ºå\90\84论å\9d\9b"
 
-#: src/Content/ContactSelector.php:169
-msgid "Available"
-msgstr "单身的"
+#: src/Content/Feature.php:97
+msgid "Enable widget to display the forums your are connected with"
+msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Unavailable"
-msgstr "不可获得的"
+#: src/Content/Feature.php:98
+msgid "Group Filter"
+msgstr "组过滤器"
 
-#: src/Content/ContactSelector.php:169
-msgid "Has crush"
-msgstr "迷恋"
+#: src/Content/Feature.php:98
+msgid "Enable widget to display Network posts only from selected group"
+msgstr "启用用于只显示从所选组发出的网络文章的小组件"
 
-#: src/Content/ContactSelector.php:169
-msgid "Infatuated"
-msgstr "ç\97´è¿·"
+#: src/Content/Feature.php:99
+msgid "Network Filter"
+msgstr "ç½\91ç»\9c滤å\99¨"
 
-#: src/Content/ContactSelector.php:169
-msgid "Dating"
-msgstr "约会"
+#: src/Content/Feature.php:99
+msgid "Enable widget to display Network posts only from selected network"
+msgstr "使光表示网络文章从选择的网络小窗口"
 
-#: src/Content/ContactSelector.php:169
-msgid "Unfaithful"
-msgstr "外遇"
+#: src/Content/Feature.php:100
+msgid "Save search terms for re-use"
+msgstr "保存搜索关键为再用"
 
-#: src/Content/ContactSelector.php:169
-msgid "Sex Addict"
-msgstr "性交因成瘾者"
+#: src/Content/Feature.php:105
+msgid "Network Tabs"
+msgstr "网络分页"
 
-#: src/Content/ContactSelector.php:169 src/Model/User.php:492
-msgid "Friends"
-msgstr "朋友"
+#: src/Content/Feature.php:106
+msgid "Network Personal Tab"
+msgstr "网络私人分页"
 
-#: src/Content/ContactSelector.php:169
-msgid "Friends/Benefits"
-msgstr "朋友/益"
+#: src/Content/Feature.php:106
+msgid "Enable tab to display only Network posts that you've interacted on"
+msgstr "启用只显示你参与了的网络文章的标签页"
 
-#: src/Content/ContactSelector.php:169
-msgid "Casual"
-msgstr "休闲"
+#: src/Content/Feature.php:107
+msgid "Network New Tab"
+msgstr "网络新分页"
 
-#: src/Content/ContactSelector.php:169
-msgid "Engaged"
-msgstr "已订å©\9aç\9a\84"
+#: src/Content/Feature.php:107
+msgid "Enable tab to display only new Network posts (from the last 12 hours)"
+msgstr "å\90¯ç\94¨å\8fªæ\98¾ç¤ºæ\96°ç\9a\84ç½\91ç»\9cæ\96\87ç« ï¼\88è¿\87å\8e»12å°\8fæ\97¶ï¼\89ç\9a\84æ \87签页"
 
-#: src/Content/ContactSelector.php:169
-msgid "Married"
-msgstr "ç»\93å©\9a"
+#: src/Content/Feature.php:108
+msgid "Network Shared Links Tab"
+msgstr "ç½\91ç»\9cå\88\86享é\93¾æ\8e¥å\88\86页"
 
-#: src/Content/ContactSelector.php:169
-msgid "Imaginarily married"
-msgstr "想像结婚"
+#: src/Content/Feature.php:108
+msgid "Enable tab to display only Network posts with links in them"
+msgstr "使表示光网络文章包括链接分页可用"
 
-#: src/Content/ContactSelector.php:169
-msgid "Partners"
-msgstr "伴侣"
+#: src/Content/Feature.php:113
+msgid "Post/Comment Tools"
+msgstr "文章/评论工具"
 
-#: src/Content/ContactSelector.php:169
-msgid "Cohabiting"
-msgstr "å\90\8cå±\85"
+#: src/Content/Feature.php:114
+msgid "Multiple Deletion"
+msgstr "å¤\9aå\88 é\99¤"
 
-#: src/Content/ContactSelector.php:169
-msgid "Common law"
-msgstr "普通法结婚"
+#: src/Content/Feature.php:114
+msgid "Select and delete multiple posts/comments at once"
+msgstr "选择和删除多文章/评论一次"
 
-#: src/Content/ContactSelector.php:169
-msgid "Happy"
-msgstr "幸福"
+#: src/Content/Feature.php:115
+msgid "Edit Sent Posts"
+msgstr "编辑发送的文章"
 
-#: src/Content/ContactSelector.php:169
-msgid "Not looking"
-msgstr "没找"
+#: src/Content/Feature.php:115
+msgid "Edit and correct posts and comments after sending"
+msgstr "编辑或修改文章和评论发送后"
 
-#: src/Content/ContactSelector.php:169
-msgid "Swinger"
-msgstr "交换性伴侣的"
+#: src/Content/Feature.php:116
+msgid "Tagging"
+msgstr "标签"
 
-#: src/Content/ContactSelector.php:169
-msgid "Betrayed"
-msgstr "被è\83\8cå\8f\9b"
+#: src/Content/Feature.php:116
+msgid "Ability to tag existing posts"
+msgstr "è\83½æ\8a\8aç\9b®å\89\8dç\9a\84æ\96\87ç« æ \87ç­¾"
 
-#: src/Content/ContactSelector.php:169
-msgid "Separated"
-msgstr "分手"
+#: src/Content/Feature.php:117
+msgid "Post Categories"
+msgstr "文章种类"
 
-#: src/Content/ContactSelector.php:169
-msgid "Unstable"
-msgstr "不稳"
+#: src/Content/Feature.php:117
+msgid "Add categories to your posts"
+msgstr "加入种类给您的文章"
 
-#: src/Content/ContactSelector.php:169
-msgid "Divorced"
-msgstr "离婚"
+#: src/Content/Feature.php:118 src/Content/Widget.php:200
+msgid "Saved Folders"
+msgstr "保存的文件夹"
 
-#: src/Content/ContactSelector.php:169
-msgid "Imaginarily divorced"
-msgstr "想像离婚"
+#: src/Content/Feature.php:118
+msgid "Ability to file posts under folders"
+msgstr "能把文章归档在文件夹 "
 
-#: src/Content/ContactSelector.php:169
-msgid "Widowed"
-msgstr "寡妇"
+#: src/Content/Feature.php:119
+msgid "Dislike Posts"
+msgstr "不喜欢文章"
+
+#: src/Content/Feature.php:119
+msgid "Ability to dislike posts/comments"
+msgstr "能不喜欢文章/评论"
 
-#: src/Content/ContactSelector.php:169
-msgid "Uncertain"
-msgstr "不确定"
+#: src/Content/Feature.php:120
+msgid "Star Posts"
+msgstr "加星的文章"
 
-#: src/Content/ContactSelector.php:169
-msgid "It's complicated"
-msgstr "是复杂"
+#: src/Content/Feature.php:120
+msgid "Ability to mark special posts with a star indicator"
+msgstr "能把优秀文章跟星标注"
 
-#: src/Content/ContactSelector.php:169
-msgid "Don't care"
-msgstr "无所谓"
+#: src/Content/Feature.php:121
+msgid "Mute Post Notifications"
+msgstr ""
 
-#: src/Content/ContactSelector.php:169
-msgid "Ask me"
-msgstr "问我"
+#: src/Content/Feature.php:121
+msgid "Ability to mute notifications for a thread"
+msgstr ""
 
-#: src/Content/Nav.php:53
-msgid "Nothing new here"
-msgstr "这里没有什么新的"
+#: src/Content/Feature.php:126
+msgid "Advanced Profile Settings"
+msgstr ""
 
-#: src/Content/Nav.php:57
-msgid "Clear notifications"
-msgstr "清理出通知"
+#: src/Content/Feature.php:127
+msgid "Show visitors public community forums at the Advanced Profile Page"
+msgstr ""
 
-#: src/Content/Nav.php:105
-msgid "Personal notes"
-msgstr "私人的便条"
+#: src/Content/Feature.php:128
+msgid "Tag Cloud"
+msgstr "标签云"
 
-#: src/Content/Nav.php:105
-msgid "Your personal notes"
-msgstr "你的私人便条"
+#: src/Content/Feature.php:128
+msgid "Provide a personal tag cloud on your profile page"
+msgstr "在您的个人简介中提供个人标签云"
 
-#: src/Content/Nav.php:114
-msgid "Sign in"
-msgstr "登录"
+#: src/Content/Feature.php:129
+msgid "Display Membership Date"
+msgstr ""
 
-#: src/Content/Nav.php:124
-msgid "Home Page"
-msgstr "主页"
+#: src/Content/Feature.php:129
+msgid "Display membership date in profile"
+msgstr ""
 
-#: src/Content/Nav.php:128
-msgid "Create an account"
-msgstr "注å\86\8c"
+#: src/Content/Widget.php:33
+msgid "Add New Contact"
+msgstr "æ·»å\8a æ\96°ç\9a\84è\81\94系人"
 
-#: src/Content/Nav.php:134
-msgid "Help and documentation"
-msgstr "帮助证件"
+#: src/Content/Widget.php:34
+msgid "Enter address or web location"
+msgstr "输入地址或网络位置"
 
-#: src/Content/Nav.php:138
-msgid "Apps"
-msgstr "应用程序"
+#: src/Content/Widget.php:35
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "比如:li@example.com, http://example.com/li"
 
-#: src/Content/Nav.php:138
-msgid "Addon applications, utilities, games"
-msgstr "可加的应用,设施,游戏"
+#: src/Content/Widget.php:53
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d邀请可用的"
 
-#: src/Content/Nav.php:142
-msgid "Search site content"
-msgstr "æ\90\9cç´¢ç½\91ç«\99å\86\85容"
+#: src/Content/Widget.php:59
+msgid "Find People"
+msgstr "æ\89¾äººç\89©"
 
-#: src/Content/Nav.php:165
-msgid "Community"
-msgstr "社会"
+#: src/Content/Widget.php:60
+msgid "Enter name or interest"
+msgstr "输入名字或兴趣"
 
-#: src/Content/Nav.php:165
-msgid "Conversations on this and other servers"
-msgstr ""
+#: src/Content/Widget.php:62
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "比如:李某,打鱼"
 
-#: src/Content/Nav.php:172
-msgid "Directory"
-msgstr "名录"
+#: src/Content/Widget.php:65 view/theme/vier/theme.php:202
+msgid "Similar Interests"
+msgstr "相似兴趣"
 
-#: src/Content/Nav.php:172
-msgid "People directory"
-msgstr "人物名录"
+#: src/Content/Widget.php:66
+msgid "Random Profile"
+msgstr "随机简介"
 
-#: src/Content/Nav.php:174
-msgid "Information about this friendica instance"
-msgstr "资料关于这个Friendica服务器"
+#: src/Content/Widget.php:67 view/theme/vier/theme.php:204
+msgid "Invite Friends"
+msgstr "邀请朋友们"
 
-#: src/Content/Nav.php:179
-msgid "Network Reset"
-msgstr "网络重设"
+#: src/Content/Widget.php:68
+msgid "View Global Directory"
+msgstr "查看全球目录"
 
-#: src/Content/Nav.php:179
-msgid "Load Network page with no filters"
-msgstr "表示网络页无滤器"
+#: src/Content/Widget.php:159
+msgid "Networks"
+msgstr "网络"
 
-#: src/Content/Nav.php:186
-msgid "Friend Requests"
-msgstr "友谊邀请"
+#: src/Content/Widget.php:162
+msgid "All Networks"
+msgstr "所有网络"
 
-#: src/Content/Nav.php:190
-msgid "See all notifications"
-msgstr "看所有的通知"
+#: src/Content/Widget.php:203 src/Content/Widget.php:243
+msgid "Everything"
+msgstr "一切"
 
-#: src/Content/Nav.php:191
-msgid "Mark all system notifications seen"
-msgstr "记号各系统通知看过的"
+#: src/Content/Widget.php:240
+msgid "Categories"
+msgstr "种类"
 
-#: src/Content/Nav.php:196
-msgid "Inbox"
-msgstr "收件箱"
+#: src/Content/Widget.php:307
+#, php-format
+msgid "%d contact in common"
+msgid_plural "%d contacts in common"
+msgstr[0] "%d 个共同的联系人"
 
-#: src/Content/Nav.php:197
-msgid "Outbox"
-msgstr "发件箱"
+#: src/Content/ContactSelector.php:55
+msgid "Frequently"
+msgstr ""
 
-#: src/Content/Nav.php:201
-msgid "Manage"
-msgstr "管理"
+#: src/Content/ContactSelector.php:56
+msgid "Hourly"
+msgstr "每小时"
 
-#: src/Content/Nav.php:201
-msgid "Manage other pages"
-msgstr "管理别的页"
+#: src/Content/ContactSelector.php:57
+msgid "Twice daily"
+msgstr "每天两次"
 
-#: src/Content/Nav.php:209 src/Model/Profile.php:372
-msgid "Profiles"
-msgstr "简介"
+#: src/Content/ContactSelector.php:58
+msgid "Daily"
+msgstr "每天"
 
-#: src/Content/Nav.php:209
-msgid "Manage/Edit Profiles"
-msgstr "管理/编辑简介"
+#: src/Content/ContactSelector.php:59
+msgid "Weekly"
+msgstr "每周"
 
-#: src/Content/Nav.php:217
-msgid "Site setup and configuration"
-msgstr "网站开办和配置"
+#: src/Content/ContactSelector.php:60
+msgid "Monthly"
+msgstr "每月"
 
-#: src/Content/Nav.php:220
-msgid "Navigation"
-msgstr "导航"
+#: src/Content/ContactSelector.php:80
+msgid "OStatus"
+msgstr "OStatus"
 
-#: src/Content/Nav.php:220
-msgid "Site map"
-msgstr "网站地图"
+#: src/Content/ContactSelector.php:81
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
 
-#: src/Content/Feature.php:79
-msgid "General Features"
-msgstr "通用特性"
+#: src/Content/ContactSelector.php:84
+msgid "Facebook"
+msgstr "Facebook"
 
-#: src/Content/Feature.php:81
-msgid "Multiple Profiles"
-msgstr "多简介"
+#: src/Content/ContactSelector.php:85
+msgid "Zot!"
+msgstr "Zot!"
 
-#: src/Content/Feature.php:81
-msgid "Ability to create multiple profiles"
-msgstr "能穿凿多简介"
+#: src/Content/ContactSelector.php:86
+msgid "LinkedIn"
+msgstr "LinkedIn"
 
-#: src/Content/Feature.php:82
-msgid "Photo Location"
-msgstr "照片地点"
+#: src/Content/ContactSelector.php:87
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
 
-#: src/Content/Feature.php:82
-msgid ""
-"Photo metadata is normally stripped. This extracts the location (if present)"
-" prior to stripping metadata and links it to a map."
-msgstr ""
+#: src/Content/ContactSelector.php:88
+msgid "MySpace"
+msgstr "MySpace"
 
-#: src/Content/Feature.php:83
-msgid "Export Public Calendar"
-msgstr "导出公共日历"
+#: src/Content/ContactSelector.php:89
+msgid "Google+"
+msgstr "Google+"
 
-#: src/Content/Feature.php:83
-msgid "Ability for visitors to download the public calendar"
-msgstr ""
+#: src/Content/ContactSelector.php:90
+msgid "pump.io"
+msgstr "pump.io"
 
-#: src/Content/Feature.php:88
-msgid "Post Composition Features"
-msgstr "æ\96\87ç« ç¼\96å\86\99ç\89¹æ\80§"
+#: src/Content/ContactSelector.php:91
+msgid "Twitter"
+msgstr "æ\8e¨ç\89¹"
 
-#: src/Content/Feature.php:89
-msgid "Post Preview"
-msgstr "文章预览"
+#: src/Content/ContactSelector.php:92
+msgid "Diaspora Connector"
+msgstr ""
 
-#: src/Content/Feature.php:89
-msgid "Allow previewing posts and comments before publishing them"
-msgstr "在发布前允许预览文章和评论"
+#: src/Content/ContactSelector.php:93
+msgid "GNU Social Connector"
+msgstr "GNU Social 连接器"
 
-#: src/Content/Feature.php:90
-msgid "Auto-mention Forums"
-msgstr "自动提示论坛"
+#: src/Content/ContactSelector.php:94
+msgid "pnut"
+msgstr ""
 
-#: src/Content/Feature.php:90
-msgid ""
-"Add/remove mention when a forum page is selected/deselected in ACL window."
+#: src/Content/ContactSelector.php:95
+msgid "App.net"
 msgstr ""
 
-#: src/Content/Feature.php:95
-msgid "Network Sidebar Widgets"
-msgstr "ç½\91ç»\9cå·¥å\85·æ \8få°\8fçª\97å\8f£"
+#: src/Content/ContactSelector.php:125
+msgid "Male"
+msgstr "ç\94·"
 
-#: src/Content/Feature.php:96
-msgid "Search by Date"
-msgstr "按日期搜索"
+#: src/Content/ContactSelector.php:125
+msgid "Female"
+msgstr ""
 
-#: src/Content/Feature.php:96
-msgid "Ability to select posts by date ranges"
-msgstr "能按时期范围选择文章"
+#: src/Content/ContactSelector.php:125
+msgid "Currently Male"
+msgstr "目前为男"
 
-#: src/Content/Feature.php:97 src/Content/Feature.php:127
-msgid "List Forums"
-msgstr "列出各论坛"
+#: src/Content/ContactSelector.php:125
+msgid "Currently Female"
+msgstr "目前为女"
 
-#: src/Content/Feature.php:97
-msgid "Enable widget to display the forums your are connected with"
-msgstr ""
+#: src/Content/ContactSelector.php:125
+msgid "Mostly Male"
+msgstr "更多为男"
 
-#: src/Content/Feature.php:98
-msgid "Group Filter"
-msgstr "组过滤器"
+#: src/Content/ContactSelector.php:125
+msgid "Mostly Female"
+msgstr "更多为女"
 
-#: src/Content/Feature.php:98
-msgid "Enable widget to display Network posts only from selected group"
-msgstr "启用用于只显示从所选组发出的网络文章的小组件"
+#: src/Content/ContactSelector.php:125
+msgid "Transgender"
+msgstr "跨性别"
 
-#: src/Content/Feature.php:99
-msgid "Network Filter"
-msgstr "网络滤器"
+#: src/Content/ContactSelector.php:125
+msgid "Intersex"
+msgstr "双性人"
 
-#: src/Content/Feature.php:99
-msgid "Enable widget to display Network posts only from selected network"
-msgstr "使光表示网络文章从选择的网络小窗口"
+#: src/Content/ContactSelector.php:125
+msgid "Transsexual"
+msgstr "换性者"
 
-#: src/Content/Feature.php:100
-msgid "Save search terms for re-use"
-msgstr "保存搜索关键为再用"
+#: src/Content/ContactSelector.php:125
+msgid "Hermaphrodite"
+msgstr "雌雄间性"
 
-#: src/Content/Feature.php:105
-msgid "Network Tabs"
-msgstr "网络分页"
+#: src/Content/ContactSelector.php:125
+msgid "Neuter"
+msgstr "中性"
 
-#: src/Content/Feature.php:106
-msgid "Network Personal Tab"
-msgstr "网络私人分页"
+#: src/Content/ContactSelector.php:125
+msgid "Non-specific"
+msgstr "不明确的"
 
-#: src/Content/Feature.php:106
-msgid "Enable tab to display only Network posts that you've interacted on"
-msgstr "å\90¯ç\94¨å\8fªæ\98¾ç¤ºä½ å\8f\82ä¸\8eäº\86ç\9a\84ç½\91ç»\9cæ\96\87ç« ç\9a\84æ \87签页"
+#: src/Content/ContactSelector.php:125
+msgid "Other"
+msgstr "å\88«ç\9a\84"
 
-#: src/Content/Feature.php:107
-msgid "Network New Tab"
-msgstr "ç½\91ç»\9cæ\96°å\88\86页"
+#: src/Content/ContactSelector.php:147
+msgid "Males"
+msgstr "ç\94·äºº"
 
-#: src/Content/Feature.php:107
-msgid "Enable tab to display only new Network posts (from the last 12 hours)"
-msgstr "å\90¯ç\94¨å\8fªæ\98¾ç¤ºæ\96°ç\9a\84ç½\91ç»\9cæ\96\87ç« ï¼\88è¿\87å\8e»12å°\8fæ\97¶ï¼\89ç\9a\84æ \87签页"
+#: src/Content/ContactSelector.php:147
+msgid "Females"
+msgstr "女人"
 
-#: src/Content/Feature.php:108
-msgid "Network Shared Links Tab"
-msgstr "ç½\91ç»\9cå\88\86享é\93¾æ\8e¥å\88\86页"
+#: src/Content/ContactSelector.php:147
+msgid "Gay"
+msgstr "ç\94·å\90\8cæ\80§æ\81\8bç\9a\84"
 
-#: src/Content/Feature.php:108
-msgid "Enable tab to display only Network posts with links in them"
-msgstr "使表示光网络文章包括链接分页可用"
+#: src/Content/ContactSelector.php:147
+msgid "Lesbian"
+msgstr "女同性恋的"
 
-#: src/Content/Feature.php:113
-msgid "Post/Comment Tools"
-msgstr "æ\96\87ç« ï¼\8fè¯\84论工å\85·"
+#: src/Content/ContactSelector.php:147
+msgid "No Preference"
+msgstr "æ\97 å\81\8fç\88±"
 
-#: src/Content/Feature.php:114
-msgid "Multiple Deletion"
-msgstr "å¤\9aå\88 é\99¤"
+#: src/Content/ContactSelector.php:147
+msgid "Bisexual"
+msgstr "å\8f\8cæ\80§æ\81\8bç\9a\84"
 
-#: src/Content/Feature.php:114
-msgid "Select and delete multiple posts/comments at once"
-msgstr "选择和删除多文章/评论一次"
+#: src/Content/ContactSelector.php:147
+msgid "Autosexual"
+msgstr "自性的"
 
-#: src/Content/Feature.php:115
-msgid "Edit Sent Posts"
-msgstr "编辑发送的文章"
+#: src/Content/ContactSelector.php:147
+msgid "Abstinent"
+msgstr "有节制的"
 
-#: src/Content/Feature.php:115
-msgid "Edit and correct posts and comments after sending"
-msgstr "编辑或修改文章和评论发送后"
+#: src/Content/ContactSelector.php:147
+msgid "Virgin"
+msgstr "原始的"
 
-#: src/Content/Feature.php:116
-msgid "Tagging"
-msgstr "标签"
+#: src/Content/ContactSelector.php:147
+msgid "Deviant"
+msgstr "变态"
 
-#: src/Content/Feature.php:116
-msgid "Ability to tag existing posts"
-msgstr "能把目前的文章标签"
+#: src/Content/ContactSelector.php:147
+msgid "Fetish"
+msgstr "恋物对象"
 
-#: src/Content/Feature.php:117
-msgid "Post Categories"
-msgstr "文章种类"
+#: src/Content/ContactSelector.php:147
+msgid "Oodles"
+msgstr "多多"
 
-#: src/Content/Feature.php:117
-msgid "Add categories to your posts"
-msgstr "加入种类给您的文章"
+#: src/Content/ContactSelector.php:147
+msgid "Nonsexual"
+msgstr "无性"
 
-#: src/Content/Feature.php:118 src/Content/Widget.php:200
-msgid "Saved Folders"
-msgstr "保存的文件夹"
+#: src/Content/ContactSelector.php:169
+msgid "Single"
+msgstr "单身"
 
-#: src/Content/Feature.php:118
-msgid "Ability to file posts under folders"
-msgstr "能把文章归档在文件夹 "
+#: src/Content/ContactSelector.php:169
+msgid "Lonely"
+msgstr "寂寞"
 
-#: src/Content/Feature.php:119
-msgid "Dislike Posts"
-msgstr "不喜欢文章"
+#: src/Content/ContactSelector.php:169
+msgid "Available"
+msgstr "单身的"
 
-#: src/Content/Feature.php:119
-msgid "Ability to dislike posts/comments"
-msgstr "能不喜欢文章/评论"
+#: src/Content/ContactSelector.php:169
+msgid "Unavailable"
+msgstr "不可获得的"
 
-#: src/Content/Feature.php:120
-msgid "Star Posts"
-msgstr "加星的文章"
+#: src/Content/ContactSelector.php:169
+msgid "Has crush"
+msgstr "迷恋"
 
-#: src/Content/Feature.php:120
-msgid "Ability to mark special posts with a star indicator"
-msgstr "能把优秀文章跟星标注"
+#: src/Content/ContactSelector.php:169
+msgid "Infatuated"
+msgstr "痴迷"
 
-#: src/Content/Feature.php:121
-msgid "Mute Post Notifications"
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Dating"
+msgstr "约会"
 
-#: src/Content/Feature.php:121
-msgid "Ability to mute notifications for a thread"
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Unfaithful"
+msgstr "外遇"
 
-#: src/Content/Feature.php:126
-msgid "Advanced Profile Settings"
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Sex Addict"
+msgstr "性交因成瘾者"
 
-#: src/Content/Feature.php:127
-msgid "Show visitors public community forums at the Advanced Profile Page"
-msgstr ""
+#: src/Content/ContactSelector.php:169 src/Model/User.php:505
+msgid "Friends"
+msgstr "朋友"
 
-#: src/Content/Feature.php:128
-msgid "Tag Cloud"
-msgstr "æ \87ç­¾äº\91"
+#: src/Content/ContactSelector.php:169
+msgid "Friends/Benefits"
+msgstr "æ\9c\8bå\8f\8b\9b\8a"
 
-#: src/Content/Feature.php:128
-msgid "Provide a personal tag cloud on your profile page"
-msgstr "在您的个人简介中提供个人标签云"
+#: src/Content/ContactSelector.php:169
+msgid "Casual"
+msgstr "休闲"
 
-#: src/Content/Feature.php:129
-msgid "Display Membership Date"
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Engaged"
+msgstr "已订婚的"
 
-#: src/Content/Feature.php:129
-msgid "Display membership date in profile"
-msgstr ""
+#: src/Content/ContactSelector.php:169
+msgid "Married"
+msgstr "结婚"
 
-#: src/Content/OEmbed.php:253
-msgid "Embedding disabled"
-msgstr "嵌入已停用"
+#: src/Content/ContactSelector.php:169
+msgid "Imaginarily married"
+msgstr "想像结婚"
+
+#: src/Content/ContactSelector.php:169
+msgid "Partners"
+msgstr "伴侣"
 
-#: src/Content/OEmbed.php:373
-msgid "Embedded content"
-msgstr "åµ\8cå\85¥å\86\85容"
+#: src/Content/ContactSelector.php:169
+msgid "Cohabiting"
+msgstr "å\90\8cå±\85"
 
-#: src/Content/Widget.php:33
-msgid "Add New Contact"
-msgstr "æ·»å\8a æ\96°ç\9a\84è\81\94系人"
+#: src/Content/ContactSelector.php:169
+msgid "Common law"
+msgstr "æ\99®é\80\9aæ³\95ç»\93å©\9a"
 
-#: src/Content/Widget.php:34
-msgid "Enter address or web location"
-msgstr "输入地址或网络位置"
+#: src/Content/ContactSelector.php:169
+msgid "Happy"
+msgstr "幸福"
 
-#: src/Content/Widget.php:35
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "æ¯\94å¦\82ï¼\9ali@example.com, http://example.com/li"
+#: src/Content/ContactSelector.php:169
+msgid "Not looking"
+msgstr "没æ\89¾"
 
-#: src/Content/Widget.php:53
-#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] "%d邀请可用的"
+#: src/Content/ContactSelector.php:169
+msgid "Swinger"
+msgstr "交换性伴侣的"
 
-#: src/Content/Widget.php:59
-msgid "Find People"
-msgstr "找人物"
+#: src/Content/ContactSelector.php:169
+msgid "Betrayed"
+msgstr "被背叛"
 
-#: src/Content/Widget.php:60
-msgid "Enter name or interest"
-msgstr "输入名字或兴趣"
+#: src/Content/ContactSelector.php:169
+msgid "Separated"
+msgstr "分手"
 
-#: src/Content/Widget.php:62
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "比如:李某,打鱼"
+#: src/Content/ContactSelector.php:169
+msgid "Unstable"
+msgstr "不稳"
 
-#: src/Content/Widget.php:66
-msgid "Random Profile"
-msgstr "随机简介"
+#: src/Content/ContactSelector.php:169
+msgid "Divorced"
+msgstr "离婚"
 
-#: src/Content/Widget.php:68
-msgid "View Global Directory"
-msgstr "æ\9f¥ç\9c\8bå\85¨ç\90\83ç\9b®å½\95"
+#: src/Content/ContactSelector.php:169
+msgid "Imaginarily divorced"
+msgstr "æ\83³å\83\8f离å©\9a"
 
-#: src/Content/Widget.php:159
-msgid "Networks"
-msgstr "网络"
+#: src/Content/ContactSelector.php:169
+msgid "Widowed"
+msgstr "寡妇"
 
-#: src/Content/Widget.php:162
-msgid "All Networks"
-msgstr "所有网络"
+#: src/Content/ContactSelector.php:169
+msgid "Uncertain"
+msgstr "不确定"
 
-#: src/Content/Widget.php:203 src/Content/Widget.php:243
-msgid "Everything"
-msgstr "一切"
+#: src/Content/ContactSelector.php:169
+msgid "It's complicated"
+msgstr "是复杂"
 
-#: src/Content/Widget.php:240
-msgid "Categories"
-msgstr "种类"
+#: src/Content/ContactSelector.php:169
+msgid "Don't care"
+msgstr "无所谓"
 
-#: src/Content/Widget.php:307
-#, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] "%d 个共同的联系人"
+#: src/Content/ContactSelector.php:169
+msgid "Ask me"
+msgstr "问我"
 
 #: src/Database/DBStructure.php:32
 msgid "There are no tables on MyISAM."
-msgstr ""
+msgstr "未在 MyISAM 中发现表。"
 
 #: src/Database/DBStructure.php:75
 #, php-format
@@ -8627,11 +8606,11 @@ msgstr "\n在数据库更新的时候发生了错误 %d\n%s\n"
 msgid "Errors encountered performing database changes: "
 msgstr "操作数据库更改的时候遇到了错误:"
 
-#: src/Database/DBStructure.php:209
+#: src/Database/DBStructure.php:210
 msgid ": Database update"
 msgstr ": 数据库升级"
 
-#: src/Database/DBStructure.php:458
+#: src/Database/DBStructure.php:460
 #, php-format
 msgid "%s: updating %s table."
 msgstr "%s: 正在更新 %s 表。"
@@ -8640,21 +8619,6 @@ msgstr "%s: 正在更新 %s 表。"
 msgid "[no subject]"
 msgstr "[无题目]"
 
-#: src/Model/Item.php:1666
-#, php-format
-msgid "%1$s is attending %2$s's %3$s"
-msgstr "%1$s 正在参加 %2$s 的 %3$s"
-
-#: src/Model/Item.php:1671
-#, php-format
-msgid "%1$s is not attending %2$s's %3$s"
-msgstr "%1$s 不在参加 %2$s 的 %3$s"
-
-#: src/Model/Item.php:1676
-#, php-format
-msgid "%1$s may attend %2$s's %3$s"
-msgstr "%1$s 可以参加 %2$s 的 %3$s"
-
 #: src/Model/Profile.php:97
 msgid "Requested account is not available."
 msgstr "要求的账户不可用。"
@@ -8666,7 +8630,7 @@ msgstr "修改简介"
 
 #: src/Model/Profile.php:336
 msgid "Atom feed"
-msgstr ""
+msgstr "Atom 源"
 
 #: src/Model/Profile.php:372
 msgid "Manage/edit profiles"
@@ -8773,212 +8737,289 @@ msgstr ""
 msgid "Only You Can See This"
 msgstr "只有你可以看这个"
 
-#: src/Model/Contact.php:559
+#: src/Model/Item.php:1676
+#, php-format
+msgid "%1$s is attending %2$s's %3$s"
+msgstr "%1$s 正在参加 %2$s 的 %3$s"
+
+#: src/Model/Item.php:1681
+#, php-format
+msgid "%1$s is not attending %2$s's %3$s"
+msgstr "%1$s 不在参加 %2$s 的 %3$s"
+
+#: src/Model/Item.php:1686
+#, php-format
+msgid "%1$s may attend %2$s's %3$s"
+msgstr "%1$s 可以参加 %2$s 的 %3$s"
+
+#: src/Model/Group.php:44
+msgid ""
+"A deleted group with this name was revived. Existing item permissions "
+"<strong>may</strong> apply to this group and any future members. If this is "
+"not what you intended, please create another group with a different name."
+msgstr "一个用这个名字的被删掉的组复活了。现有项目的权限<strong>可能</strong>对这个组和任何未来的成员有效。如果这不是你想要的,请用一个不同的名字创建另一个组。"
+
+#: src/Model/Group.php:328
+msgid "Default privacy group for new contacts"
+msgstr "对新联系人的默认隐私组"
+
+#: src/Model/Group.php:361
+msgid "Everybody"
+msgstr "每人"
+
+#: src/Model/Group.php:381
+msgid "edit"
+msgstr "编辑"
+
+#: src/Model/Group.php:405
+msgid "Edit group"
+msgstr "编辑组"
+
+#: src/Model/Group.php:406
+msgid "Contacts not in any group"
+msgstr "不在任何组的联系人"
+
+#: src/Model/Group.php:407
+msgid "Create a new group"
+msgstr "创建新组"
+
+#: src/Model/Group.php:409
+msgid "Edit groups"
+msgstr "编辑组"
+
+#: src/Model/Contact.php:645
 msgid "Drop Contact"
 msgstr "删除联系人"
 
-#: src/Model/Contact.php:962
+#: src/Model/Contact.php:1048
 msgid "Organisation"
 msgstr "组织"
 
-#: src/Model/Contact.php:965
+#: src/Model/Contact.php:1051
 msgid "News"
 msgstr "新闻"
 
-#: src/Model/Contact.php:968
+#: src/Model/Contact.php:1054
 msgid "Forum"
 msgstr "论坛"
 
-#: src/Model/Contact.php:1147
+#: src/Model/Contact.php:1233
 msgid "Connect URL missing."
 msgstr "连接URL失踪的。"
 
-#: src/Model/Contact.php:1156
+#: src/Model/Contact.php:1242
 msgid ""
 "The contact could not be added. Please check the relevant network "
 "credentials in your Settings -> Social Networks page."
 msgstr ""
 
-#: src/Model/Contact.php:1184
+#: src/Model/Contact.php:1289
 msgid ""
 "This site is not configured to allow communications with other networks."
 msgstr "这网站没配置允许跟别的网络交流."
 
-#: src/Model/Contact.php:1185 src/Model/Contact.php:1199
+#: src/Model/Contact.php:1290 src/Model/Contact.php:1304
 msgid "No compatible communication protocols or feeds were discovered."
 msgstr "没有兼容协议或者摘要找到了."
 
-#: src/Model/Contact.php:1197
+#: src/Model/Contact.php:1302
 msgid "The profile address specified does not provide adequate information."
 msgstr "输入的简介地址没有够消息。"
 
-#: src/Model/Contact.php:1202
+#: src/Model/Contact.php:1307
 msgid "An author or name was not found."
 msgstr "找不到作者或名。"
 
-#: src/Model/Contact.php:1205
+#: src/Model/Contact.php:1310
 msgid "No browser URL could be matched to this address."
 msgstr "这个地址没有符合什么游览器URL。"
 
-#: src/Model/Contact.php:1208
+#: src/Model/Contact.php:1313
 msgid ""
 "Unable to match @-style Identity Address with a known protocol or email "
 "contact."
 msgstr "无法匹配一个@-风格的身份地址和一个已知的协议或电子邮件联系人。"
 
-#: src/Model/Contact.php:1209
+#: src/Model/Contact.php:1314
 msgid "Use mailto: in front of address to force email check."
 msgstr "输入mailto:地址前为要求电子邮件检查。"
 
-#: src/Model/Contact.php:1215
+#: src/Model/Contact.php:1320
 msgid ""
 "The profile address specified belongs to a network which has been disabled "
 "on this site."
 msgstr "输入的简介地址属在这个网站使不可用的网络。"
 
-#: src/Model/Contact.php:1220
+#: src/Model/Contact.php:1325
 msgid ""
 "Limited profile. This person will be unable to receive direct/personal "
 "notifications from you."
 msgstr "有限的简介。这人不会接受直达/私人通信从您。"
 
-#: src/Model/Contact.php:1290
+#: src/Model/Contact.php:1376
 msgid "Unable to retrieve contact information."
 msgstr "无法检索联系人信息。"
 
-#: src/Model/Contact.php:1502
+#: src/Model/Contact.php:1588
 #, php-format
 msgid "%s's birthday"
 msgstr "%s的生日"
 
-#: src/Model/Contact.php:1503 src/Protocol/DFRN.php:1398
+#: src/Model/Contact.php:1589 src/Protocol/DFRN.php:1478
 #, php-format
 msgid "Happy Birthday %s"
 msgstr "生日快乐%s"
 
-#: src/Model/Group.php:44
-msgid ""
-"A deleted group with this name was revived. Existing item permissions "
-"<strong>may</strong> apply to this group and any future members. If this is "
-"not what you intended, please create another group with a different name."
-msgstr "一个用这个名字的被删掉的组复活了。现有项目的权限<strong>可能</strong>对这个组和任何未来的成员有效。如果这不是你想要的,请用一个不同的名字创建另一个组。"
+#: src/Model/Event.php:53 src/Model/Event.php:70 src/Model/Event.php:419
+#: src/Model/Event.php:882
+msgid "Starts:"
+msgstr "开始:"
 
-#: src/Model/Group.php:329
-msgid "Default privacy group for new contacts"
-msgstr "对新联系人的默认隐私组"
+#: src/Model/Event.php:56 src/Model/Event.php:76 src/Model/Event.php:420
+#: src/Model/Event.php:886
+msgid "Finishes:"
+msgstr "结束:"
 
-#: src/Model/Group.php:362
-msgid "Everybody"
-msgstr "每人"
+#: src/Model/Event.php:368
+msgid "all-day"
+msgstr "全天"
 
-#: src/Model/Group.php:382
-msgid "edit"
-msgstr "编辑"
+#: src/Model/Event.php:391
+msgid "Jun"
+msgstr "六月"
 
-#: src/Model/Group.php:406
-msgid "Edit group"
-msgstr "编辑组"
+#: src/Model/Event.php:394
+msgid "Sept"
+msgstr "九月"
 
-#: src/Model/Group.php:407
-msgid "Contacts not in any group"
-msgstr "不在任何组的联系人"
+#: src/Model/Event.php:417
+msgid "No events to display"
+msgstr "没有可显示的事件"
 
-#: src/Model/Group.php:408
-msgid "Create a new group"
-msgstr "创建新组"
+#: src/Model/Event.php:543
+msgid "l, F j"
+msgstr "l, F j"
 
-#: src/Model/Group.php:410
-msgid "Edit groups"
-msgstr "编辑"
+#: src/Model/Event.php:566
+msgid "Edit event"
+msgstr "编辑事件"
 
-#: src/Model/User.php:142
+#: src/Model/Event.php:567
+msgid "Duplicate event"
+msgstr ""
+
+#: src/Model/Event.php:568
+msgid "Delete event"
+msgstr "删除事件"
+
+#: src/Model/Event.php:815
+msgid "D g:i A"
+msgstr ""
+
+#: src/Model/Event.php:816
+msgid "g:i A"
+msgstr ""
+
+#: src/Model/Event.php:901 src/Model/Event.php:903
+msgid "Show map"
+msgstr "显示地图"
+
+#: src/Model/Event.php:902
+msgid "Hide map"
+msgstr "隐藏地图"
+
+#: src/Model/User.php:144
 msgid "Login failed"
 msgstr "登录失败"
 
-#: src/Model/User.php:173
+#: src/Model/User.php:175
 msgid "Not enough information to authenticate"
 msgstr "没有足够信息以认证"
 
-#: src/Model/User.php:319
+#: src/Model/User.php:332
 msgid "An invitation is required."
 msgstr "需要邀请。"
 
-#: src/Model/User.php:323
+#: src/Model/User.php:336
 msgid "Invitation could not be verified."
 msgstr "不能验证邀请。"
 
-#: src/Model/User.php:330
+#: src/Model/User.php:343
 msgid "Invalid OpenID url"
 msgstr "无效的OpenID url"
 
-#: src/Model/User.php:343 src/Module/Login.php:100
+#: src/Model/User.php:356 src/Module/Login.php:100
 msgid ""
 "We encountered a problem while logging in with the OpenID you provided. "
 "Please check the correct spelling of the ID."
 msgstr "我们用您输入的OpenID登录的时候碰到问题。请核实拼法是对的。"
 
-#: src/Model/User.php:343 src/Module/Login.php:100
+#: src/Model/User.php:356 src/Module/Login.php:100
 msgid "The error message was:"
 msgstr "错误通知是:"
 
-#: src/Model/User.php:349
+#: src/Model/User.php:362
 msgid "Please enter the required information."
 msgstr "请输入必要的信息。"
 
-#: src/Model/User.php:362
+#: src/Model/User.php:375
 msgid "Please use a shorter name."
 msgstr "请用一个短一点的名字。"
 
-#: src/Model/User.php:365
+#: src/Model/User.php:378
 msgid "Name too short."
 msgstr "名字太短。"
 
-#: src/Model/User.php:373
+#: src/Model/User.php:386
 msgid "That doesn't appear to be your full (First Last) name."
 msgstr "这看上去不是您的全姓名。"
 
-#: src/Model/User.php:378
+#: src/Model/User.php:391
 msgid "Your email domain is not among those allowed on this site."
 msgstr "这网站允许的域名中没有您的"
 
-#: src/Model/User.php:382
+#: src/Model/User.php:395
 msgid "Not a valid email address."
 msgstr "无效的邮件地址。"
 
-#: src/Model/User.php:386 src/Model/User.php:394
+#: src/Model/User.php:399 src/Model/User.php:407
 msgid "Cannot use that email."
-msgstr "不能用这个邮件地址。"
+msgstr "无法使用此邮件地址。"
 
-#: src/Model/User.php:401
+#: src/Model/User.php:414
 msgid "Your nickname can only contain a-z, 0-9 and _."
 msgstr "您的昵称只能由字母、数字和下划线组成。"
 
-#: src/Model/User.php:408 src/Model/User.php:464
+#: src/Model/User.php:421 src/Model/User.php:477
 msgid "Nickname is already registered. Please choose another."
 msgstr "此昵称已被注册。请选择新的昵称。"
 
-#: src/Model/User.php:418
+#: src/Model/User.php:431
 msgid "SERIOUS ERROR: Generation of security keys failed."
 msgstr "严重错误:安全密钥生成失败。"
 
-#: src/Model/User.php:451 src/Model/User.php:455
+#: src/Model/User.php:464 src/Model/User.php:468
 msgid "An error occurred during registration. Please try again."
 msgstr "注册出现问题。请再次尝试。"
 
-#: src/Model/User.php:480
+#: src/Model/User.php:488 view/theme/duepuntozero/config.php:54
+msgid "default"
+msgstr "默认"
+
+#: src/Model/User.php:493
 msgid "An error occurred creating your default profile. Please try again."
 msgstr "创建你的默认简介的时候出现了一个错误。请再试。"
 
-#: src/Model/User.php:487
+#: src/Model/User.php:500
 msgid "An error occurred creating your self contact. Please try again."
 msgstr ""
 
-#: src/Model/User.php:496
+#: src/Model/User.php:509
 msgid ""
 "An error occurred creating your default contact group. Please try again."
 msgstr ""
 
-#: src/Model/User.php:570
+#: src/Model/User.php:583
 #, php-format
 msgid ""
 "\n"
@@ -8987,12 +9028,12 @@ msgid ""
 "\t\t"
 msgstr ""
 
-#: src/Model/User.php:580
+#: src/Model/User.php:593
 #, php-format
 msgid "Registration at %s"
 msgstr "在 %s 的注册"
 
-#: src/Model/User.php:598
+#: src/Model/User.php:611
 #, php-format
 msgid ""
 "\n"
@@ -9001,16 +9042,17 @@ msgid ""
 "\t\t"
 msgstr "\n\t\t\t亲爱的 %1$s,\n\t\t\t\t感谢您在 %2$s 注册。您的账户已被创建。\n\t\t"
 
-#: src/Model/User.php:602
+#: src/Model/User.php:615
 #, php-format
 msgid ""
 "\n"
 "\t\t\tThe login details are as follows:\n"
-"\t\t\t\tSite Location:\t%3$s\n"
-"\t\t\t\tLogin Name:\t%1$s\n"
-"\t\t\t\tPassword:\t%5$s\n"
 "\n"
-"\t\t\tYou may change your password from your account Settings page after logging\n"
+"\t\t\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"
@@ -9019,7 +9061,7 @@ msgid ""
 "\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\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"
@@ -9027,220 +9069,405 @@ msgid ""
 "\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."
 msgstr ""
 
-#: src/Protocol/DFRN.php:1397
-#, php-format
-msgid "%s\\'s birthday"
-msgstr "%s的生日"
-
-#: src/Protocol/OStatus.php:1774
+#: src/Protocol/OStatus.php:1799
 #, php-format
 msgid "%s is now following %s."
 msgstr "%s 正在关注 %s."
 
-#: src/Protocol/OStatus.php:1775
+#: src/Protocol/OStatus.php:1800
 msgid "following"
 msgstr "关注"
 
-#: src/Protocol/OStatus.php:1778
+#: src/Protocol/OStatus.php:1803
 #, php-format
-msgid "%s stopped following %s."
-msgstr "%s 停止关注了 %s."
-
-#: src/Protocol/OStatus.php:1779
-msgid "stopped following"
-msgstr "结束关注了"
-
-#: src/Protocol/Diaspora.php:2584
-msgid "Sharing notification from Diaspora network"
-msgstr "分享通知从Diaspora网络"
-
-#: src/Protocol/Diaspora.php:3660
-msgid "Attachments:"
-msgstr "附件:"
-
-#: src/Worker/Delivery.php:391
-msgid "(no subject)"
-msgstr "(无主题)"
-
-#: src/Module/Login.php:282
-msgid "Create a New Account"
-msgstr "创建新的账户"
-
-#: src/Module/Login.php:315
-msgid "Password: "
-msgstr "密码: "
-
-#: src/Module/Login.php:316
-msgid "Remember me"
-msgstr "记住我"
-
-#: src/Module/Login.php:319
-msgid "Or login using OpenID: "
-msgstr "或者使用 OpenID 登录: "
-
-#: src/Module/Login.php:325
-msgid "Forgot your password?"
-msgstr "忘记你的密码吗?"
+msgid "%s stopped following %s."
+msgstr "%s 停止关注了 %s."
 
-#: src/Module/Login.php:328
-msgid "Website Terms of Service"
-msgstr "网站的各项规定"
+#: src/Protocol/OStatus.php:1804
+msgid "stopped following"
+msgstr "取消关注"
 
-#: src/Module/Login.php:329
-msgid "terms of service"
-msgstr "各项规定"
+#: src/Protocol/DFRN.php:1477
+#, php-format
+msgid "%s\\'s birthday"
+msgstr "%s的生日"
 
-#: src/Module/Login.php:331
-msgid "Website Privacy Policy"
-msgstr "网站隐私政策"
+#: src/Protocol/Diaspora.php:2651
+msgid "Sharing notification from Diaspora network"
+msgstr "分享通知从Diaspora网络"
 
-#: src/Module/Login.php:332
-msgid "privacy policy"
-msgstr "é\9a\90ç§\81æ\94¿ç­\96"
+#: src/Protocol/Diaspora.php:3738
+msgid "Attachments:"
+msgstr "é\99\84件ï¼\9a"
 
-#: src/Module/Logout.php:28
-msgid "Logged out."
-msgstr "已注销。"
+#: src/Worker/Delivery.php:392
+msgid "(no subject)"
+msgstr "(无主题)"
 
-#: src/Object/Post.php:127
+#: src/Object/Post.php:128
 msgid "This entry was edited"
 msgstr "这个条目被编辑了"
 
-#: src/Object/Post.php:181
+#: src/Object/Post.php:182
 msgid "save to folder"
 msgstr "保存在文件夹"
 
-#: src/Object/Post.php:234
+#: src/Object/Post.php:235
 msgid "I will attend"
 msgstr "我将会参加"
 
-#: src/Object/Post.php:234
+#: src/Object/Post.php:235
 msgid "I will not attend"
 msgstr "我将不会参加"
 
-#: src/Object/Post.php:234
+#: src/Object/Post.php:235
 msgid "I might attend"
 msgstr "我可能会参加"
 
-#: src/Object/Post.php:262
+#: src/Object/Post.php:263
 msgid "add star"
 msgstr "加星"
 
-#: src/Object/Post.php:263
+#: src/Object/Post.php:264
 msgid "remove star"
 msgstr "消星"
 
-#: src/Object/Post.php:264
+#: src/Object/Post.php:265
 msgid "toggle star status"
 msgstr "转变星现状"
 
-#: src/Object/Post.php:267
+#: src/Object/Post.php:268
 msgid "starred"
-msgstr "被贴星"
+msgstr "已标星"
 
-#: src/Object/Post.php:273
+#: src/Object/Post.php:274
 msgid "ignore thread"
 msgstr "忽视主题"
 
-#: src/Object/Post.php:274
+#: src/Object/Post.php:275
 msgid "unignore thread"
 msgstr "取消忽视主题"
 
-#: src/Object/Post.php:275
+#: src/Object/Post.php:276
 msgid "toggle ignore status"
 msgstr "切换忽视状态"
 
-#: src/Object/Post.php:284
+#: src/Object/Post.php:285
 msgid "add tag"
 msgstr "加标签"
 
-#: src/Object/Post.php:295
+#: src/Object/Post.php:296
 msgid "like"
 msgstr "喜欢"
 
-#: src/Object/Post.php:296
+#: src/Object/Post.php:297
 msgid "dislike"
 msgstr "不喜欢"
 
-#: src/Object/Post.php:299
+#: src/Object/Post.php:300
 msgid "Share this"
 msgstr "分享这个"
 
-#: src/Object/Post.php:299
+#: src/Object/Post.php:300
 msgid "share"
 msgstr "分享"
 
-#: src/Object/Post.php:357
+#: src/Object/Post.php:365
 msgid "to"
 msgstr "至"
 
-#: src/Object/Post.php:358
+#: src/Object/Post.php:366
 msgid "via"
 msgstr "经过"
 
-#: src/Object/Post.php:359
+#: src/Object/Post.php:367
 msgid "Wall-to-Wall"
 msgstr "从墙到墙"
 
-#: src/Object/Post.php:360
+#: src/Object/Post.php:368
 msgid "via Wall-To-Wall:"
 msgstr "通过从墙到墙"
 
-#: src/Object/Post.php:419
+#: src/Object/Post.php:427
 #, php-format
 msgid "%d comment"
 msgid_plural "%d comments"
 msgstr[0] "%d评论"
 
-#: src/Object/Post.php:789
+#: src/Object/Post.php:797
 msgid "Bold"
 msgstr "粗体"
 
-#: src/Object/Post.php:790
+#: src/Object/Post.php:798
 msgid "Italic"
 msgstr "斜体"
 
-#: src/Object/Post.php:791
+#: src/Object/Post.php:799
 msgid "Underline"
 msgstr "下划线"
 
-#: src/Object/Post.php:792
+#: src/Object/Post.php:800
 msgid "Quote"
 msgstr "引语"
 
-#: src/Object/Post.php:793
+#: src/Object/Post.php:801
 msgid "Code"
 msgstr "源代码"
 
-#: src/Object/Post.php:794
+#: src/Object/Post.php:802
 msgid "Image"
 msgstr "图片"
 
-#: src/Object/Post.php:795
+#: src/Object/Post.php:803
 msgid "Link"
 msgstr "链接"
 
-#: src/Object/Post.php:796
+#: src/Object/Post.php:804
 msgid "Video"
 msgstr "录像"
 
-#: src/App.php:513
+#: src/Module/Login.php:282
+msgid "Create a New Account"
+msgstr "创建新的账户"
+
+#: src/Module/Login.php:315
+msgid "Password: "
+msgstr "密码:"
+
+#: src/Module/Login.php:316
+msgid "Remember me"
+msgstr "记住我"
+
+#: src/Module/Login.php:319
+msgid "Or login using OpenID: "
+msgstr "或者使用 OpenID 登录: "
+
+#: src/Module/Login.php:325
+msgid "Forgot your password?"
+msgstr "忘记你的密码吗?"
+
+#: src/Module/Login.php:328
+msgid "Website Terms of Service"
+msgstr "网站服务条款"
+
+#: src/Module/Login.php:329
+msgid "terms of service"
+msgstr "服务条款"
+
+#: src/Module/Login.php:331
+msgid "Website Privacy Policy"
+msgstr "网站隐私政策"
+
+#: src/Module/Login.php:332
+msgid "privacy policy"
+msgstr "隐私政策"
+
+#: src/Module/Logout.php:28
+msgid "Logged out."
+msgstr "已注销。"
+
+#: src/App.php:511
 msgid "Delete this item?"
 msgstr "删除这个项目?"
 
-#: src/App.php:515
+#: src/App.php:513
 msgid "show fewer"
 msgstr "显示更小"
 
-#: index.php:441
+#: view/theme/duepuntozero/config.php:55
+msgid "greenzero"
+msgstr "greenzero"
+
+#: view/theme/duepuntozero/config.php:56
+msgid "purplezero"
+msgstr "purplezero"
+
+#: view/theme/duepuntozero/config.php:57
+msgid "easterbunny"
+msgstr "easterbunny"
+
+#: view/theme/duepuntozero/config.php:58
+msgid "darkzero"
+msgstr "darkzero"
+
+#: view/theme/duepuntozero/config.php:59
+msgid "comix"
+msgstr "comix"
+
+#: view/theme/duepuntozero/config.php:60
+msgid "slackr"
+msgstr "slackr"
+
+#: view/theme/duepuntozero/config.php:74
+msgid "Variations"
+msgstr "变化"
+
+#: view/theme/frio/php/Image.php:25
+msgid "Repeat the image"
+msgstr ""
+
+#: view/theme/frio/php/Image.php:25
+msgid "Will repeat your image to fill the background."
+msgstr ""
+
+#: view/theme/frio/php/Image.php:27
+msgid "Stretch"
+msgstr ""
+
+#: view/theme/frio/php/Image.php:27
+msgid "Will stretch to width/height of the image."
+msgstr ""
+
+#: view/theme/frio/php/Image.php:29
+msgid "Resize fill and-clip"
+msgstr ""
+
+#: view/theme/frio/php/Image.php:29
+msgid "Resize to fill and retain aspect ratio."
+msgstr ""
+
+#: view/theme/frio/php/Image.php:31
+msgid "Resize best fit"
+msgstr ""
+
+#: view/theme/frio/php/Image.php:31
+msgid "Resize to best fit and retain aspect ratio."
+msgstr ""
+
+#: view/theme/frio/config.php:97
+msgid "Default"
+msgstr "默认"
+
+#: view/theme/frio/config.php:109
+msgid "Note"
+msgstr "便条"
+
+#: view/theme/frio/config.php:109
+msgid "Check image permissions if all users are allowed to visit the image"
+msgstr ""
+
+#: view/theme/frio/config.php:116
+msgid "Select scheme"
+msgstr "选择方案"
+
+#: view/theme/frio/config.php:117
+msgid "Navigation bar background color"
+msgstr ""
+
+#: view/theme/frio/config.php:118
+msgid "Navigation bar icon color "
+msgstr ""
+
+#: view/theme/frio/config.php:119
+msgid "Link color"
+msgstr "链接颜色"
+
+#: view/theme/frio/config.php:120
+msgid "Set the background color"
+msgstr "设置背景色"
+
+#: view/theme/frio/config.php:121
+msgid "Content background opacity"
+msgstr ""
+
+#: view/theme/frio/config.php:122
+msgid "Set the background image"
+msgstr "设置背景图片"
+
+#: view/theme/frio/config.php:127
+msgid "Login page background image"
+msgstr "登录页面背景图片"
+
+#: view/theme/frio/config.php:130
+msgid "Login page background color"
+msgstr "登录页面背景色"
+
+#: view/theme/frio/config.php:130
+msgid "Leave background image and color empty for theme defaults"
+msgstr ""
+
+#: view/theme/frio/theme.php:238
+msgid "Guest"
+msgstr ""
+
+#: view/theme/frio/theme.php:243
+msgid "Visitor"
+msgstr "访客"
+
+#: view/theme/quattro/config.php:76
+msgid "Alignment"
+msgstr "对齐"
+
+#: view/theme/quattro/config.php:76
+msgid "Left"
+msgstr "左边"
+
+#: view/theme/quattro/config.php:76
+msgid "Center"
+msgstr "中间"
+
+#: view/theme/quattro/config.php:77
+msgid "Color scheme"
+msgstr "色彩方案"
+
+#: view/theme/quattro/config.php:78
+msgid "Posts font size"
+msgstr "文章"
+
+#: view/theme/quattro/config.php:79
+msgid "Textareas font size"
+msgstr "文本区字体大小"
+
+#: view/theme/vier/config.php:75
+msgid "Comma separated list of helper forums"
+msgstr ""
+
+#: view/theme/vier/config.php:122
+msgid "Set style"
+msgstr "设置风格"
+
+#: view/theme/vier/config.php:123
+msgid "Community Pages"
+msgstr "社会页"
+
+#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150
+msgid "Community Profiles"
+msgstr "社会简介"
+
+#: view/theme/vier/config.php:125
+msgid "Help or @NewHere ?"
+msgstr "需要帮助或@第一次来这儿?"
+
+#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389
+msgid "Connect Services"
+msgstr "连接服务"
+
+#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199
+msgid "Find Friends"
+msgstr "找朋友们"
+
+#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181
+msgid "Last users"
+msgstr "上次用户"
+
+#: view/theme/vier/theme.php:200
+msgid "Local Directory"
+msgstr "本地目录"
+
+#: view/theme/vier/theme.php:292
+msgid "Quick Start"
+msgstr "快速入门"
+
+#: index.php:444
 msgid "toggle mobile"
-msgstr "交替手机"
+msgstr "切换移动设备"
 
-#: boot.php:786
+#: boot.php:791
 #, php-format
 msgid "Update %s failed. See error logs."
-msgstr "更新%s美通过。看错误记录。"
+msgstr "更新 %s 失败。查看错误日志。"
index c59d546e025983e9b2ca64c8570d2b7f489e203d..93d5dab8710065b7009ad405eab4ba7a9a989d76 100644 (file)
@@ -9,11 +9,20 @@ $a->strings["Welcome "] = "欢迎";
 $a->strings["Please upload a profile photo."] = "请上传一张简介照片";
 $a->strings["Welcome back "] = "欢迎回来";
 $a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "表格安全令牌不对。最可能因为表格开着太久(三个小时以上)提交前。";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "找不到DNS信息为数据库服务器「%s」";
+$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [
+       0 => "达到每日 %d 发文限制。此文被拒绝发出。",
+];
+$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [
+       0 => "达到每周 %d 发文限制。此文被拒绝发出。",
+];
+$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "达到每月 %d 发文限制。此文被拒绝发出。";
+$a->strings["Profile Photos"] = "简介照片";
 $a->strings["Friendica Notification"] = "Friendica 通知";
 $a->strings["Thank You,"] = "谢谢,";
 $a->strings["%s Administrator"] = "%s管理员";
 $a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s 的管理员";
-$a->strings["noreply"] = "noreply";
+$a->strings["noreply"] = "无答复";
 $a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify]收到新邮件在%s";
 $a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s发给您新私人通知在%2\$s.";
 $a->strings["a private message"] = "一条私人信息";
@@ -63,143 +72,21 @@ $a->strings["Please visit %s if you wish to make any changes to this relationshi
 $a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "";
 $a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "";
 $a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "请访问 %s  如果你希望对修改这个关系。";
-$a->strings["[Friendica System:Notify] registration request"] = "";
+$a->strings["[Friendica System:Notify] registration request"] = "[Friendica 系统:通知] 注册请求";
 $a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "";
 $a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "";
-$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s("] = "";
+$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "";
 $a->strings["Please visit %s to approve or reject the request."] = "请访问%s来批准或拒绝这个请求。";
-$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
-$a->strings["Starts:"] = "开始:";
-$a->strings["Finishes:"] = "结束:";
-$a->strings["Location:"] = "位置:";
-$a->strings["all-day"] = "全天";
-$a->strings["Sun"] = "星期日";
-$a->strings["Mon"] = "星期一";
-$a->strings["Tue"] = "星期二";
-$a->strings["Wed"] = "星期三";
-$a->strings["Thu"] = "星期四";
-$a->strings["Fri"] = "星期五";
-$a->strings["Sat"] = "星期六";
-$a->strings["Sunday"] = "星期天";
-$a->strings["Monday"] = "星期一";
-$a->strings["Tuesday"] = "星期二";
-$a->strings["Wednesday"] = "星期三";
-$a->strings["Thursday"] = "星期四";
-$a->strings["Friday"] = "星期五";
-$a->strings["Saturday"] = "星期六";
-$a->strings["Jan"] = "一月";
-$a->strings["Feb"] = "二月";
-$a->strings["Mar"] = "三月";
-$a->strings["Apr"] = "四月";
-$a->strings["May"] = "五月";
-$a->strings["Jun"] = "六月";
-$a->strings["Jul"] = "七月";
-$a->strings["Aug"] = "八月";
-$a->strings["Sept"] = "九月";
-$a->strings["Oct"] = "十月";
-$a->strings["Nov"] = "十一月";
-$a->strings["Dec"] = "十二月";
-$a->strings["January"] = "一月";
-$a->strings["February"] = "二月";
-$a->strings["March"] = "三月";
-$a->strings["April"] = "四月";
-$a->strings["June"] = "六月";
-$a->strings["July"] = "七月";
-$a->strings["August"] = "八月";
-$a->strings["September"] = "九月";
-$a->strings["October"] = "十月";
-$a->strings["November"] = "十一月";
-$a->strings["December"] = "十二月";
-$a->strings["today"] = "今天";
-$a->strings["month"] = "月";
-$a->strings["week"] = "星期";
-$a->strings["day"] = "日";
-$a->strings["No events to display"] = "没有可显示的事件";
-$a->strings["l, F j"] = "l, F j";
-$a->strings["Edit event"] = "编辑事件";
-$a->strings["Duplicate event"] = "";
-$a->strings["Delete event"] = "删除事件";
-$a->strings["link to source"] = "链接到来源";
-$a->strings["Export"] = "导出";
-$a->strings["Export calendar as ical"] = "导出日历为 ical";
-$a->strings["Export calendar as csv"] = "导出日历为 csv";
-$a->strings["D g:i A"] = "";
-$a->strings["g:i A"] = "";
-$a->strings["Show map"] = "显示地图";
-$a->strings["Hide map"] = "隐藏地图";
 $a->strings["Item not found."] = "项目找不到。";
 $a->strings["Do you really want to delete this item?"] = "您真的想删除这个项目吗?";
 $a->strings["Yes"] = "是";
-$a->strings["Cancel"] = "退消";
+$a->strings["Cancel"] = "消";
 $a->strings["Permission denied."] = "权限不够。";
 $a->strings["Archives"] = "档案";
 $a->strings["show more"] = "看多";
-$a->strings["newer"] = "更新";
-$a->strings["older"] = "更旧";
-$a->strings["first"] = "首先";
-$a->strings["prev"] = "上个";
-$a->strings["next"] = "下个";
-$a->strings["last"] = "最后";
-$a->strings["Loading more entries..."] = "没有项目...";
-$a->strings["The end"] = "";
-$a->strings["No contacts"] = "没有联系人";
-$a->strings["%d Contact"] = [
-       0 => "%d 联系人",
-];
-$a->strings["View Contacts"] = "查看联系人";
-$a->strings["Save"] = "保存";
-$a->strings["Follow"] = "关注";
-$a->strings["Search"] = "搜索";
-$a->strings["@name, !forum, #tags, content"] = "";
-$a->strings["Full Text"] = "全文";
-$a->strings["Tags"] = "标签:";
-$a->strings["Contacts"] = "联系人";
-$a->strings["Forums"] = "论坛";
-$a->strings["poke"] = "戳";
-$a->strings["poked"] = "戳了";
-$a->strings["ping"] = "砰";
-$a->strings["pinged"] = "砰了";
-$a->strings["prod"] = "柔戳";
-$a->strings["prodded"] = "柔戳了";
-$a->strings["slap"] = "掌击";
-$a->strings["slapped"] = "掌击了";
-$a->strings["finger"] = "指";
-$a->strings["fingered"] = "指了";
-$a->strings["rebuff"] = "拒绝";
-$a->strings["rebuffed"] = "已拒绝";
-$a->strings["Sep"] = "";
-$a->strings["View Video"] = "察看视频";
-$a->strings["bytes"] = "字节";
-$a->strings["Click to open/close"] = "点击为开关";
-$a->strings["View on separate page"] = "在另一页面中查看";
-$a->strings["view on separate page"] = "在另一页面中查看";
-$a->strings["event"] = "项目";
-$a->strings["photo"] = "照片";
-$a->strings["activity"] = "活动";
-$a->strings["comment"] = [
-       0 => "评论",
-];
-$a->strings["post"] = "文章";
-$a->strings["Item filed"] = "把项目归档了";
-$a->strings["Post to Email"] = "电邮发布";
-$a->strings["Hide your profile details from unknown viewers?"] = "使简介信息给陌生的看着看不了?";
-$a->strings["Connectors disabled, since \"%s\" is enabled."] = "连接器已停用,因为\"%s\"启用。";
-$a->strings["Visible to everybody"] = "任何人可见的";
-$a->strings["show"] = "显示";
-$a->strings["don't show"] = "不要显示";
-$a->strings["CC: email addresses"] = "抄送: 电子邮件地址";
-$a->strings["Example: bob@example.com, mary@example.com"] = "比如: li@example.com, wang@example.com";
-$a->strings["Permissions"] = "权限";
-$a->strings["Close"] = "关闭";
-$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [
-       0 => "达到每日 %d 发文限制。此文被拒绝发出。",
-];
-$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [
-       0 => "达到每周 %d 发文限制。此文被拒绝发出。",
-];
-$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "达到每月 %d 发文限制。此文被拒绝发出。";
-$a->strings["Profile Photos"] = "简介照片";
+$a->strings["event"] = "事件";
 $a->strings["status"] = "现状";
+$a->strings["photo"] = "照片";
 $a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s 喜欢 %2\$s 的 %3\$s";
 $a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s 不喜欢 %2\$s 的 %3\$s";
 $a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s 参加了 %2\$s 的 %3\$s";
@@ -243,9 +130,9 @@ $a->strings["%s doesn't attend."] = "%s 不参加。";
 $a->strings["%s attends maybe."] = "";
 $a->strings["and"] = "和";
 $a->strings["and %d other people"] = "和 %d 个其他人";
-$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "<span  %1\$s>%2\$d人们</span>å\96\9c欢è¿\99个";
+$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "<span  %1\$s>%2\$d个人</span>å\96\9c欢";
 $a->strings["%s like this."] = "%s 赞了这个。";
-$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "<span  %1\$s>%2\$d人们</span>ä¸\8då\96\9c欢è¿\99个";
+$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "<span  %1\$s>%2\$d个人</span>ä¸\8då\96\9c欢";
 $a->strings["%s don't like this."] = "%s 踩了这个。";
 $a->strings["<span  %1\$s>%2\$d people</span> attend"] = "<span  %1\$s>%2\$d 人</span>参加";
 $a->strings["%s attend."] = "%s 参加。";
@@ -261,6 +148,7 @@ $a->strings["Tag term:"] = "标签:";
 $a->strings["Save to Folder:"] = "保存再文件夹:";
 $a->strings["Where are you right now?"] = "你在哪里?";
 $a->strings["Delete item(s)?"] = "把项目删除吗?";
+$a->strings["New Post"] = "";
 $a->strings["Share"] = "分享";
 $a->strings["Upload photo"] = "上传照片";
 $a->strings["upload photo"] = "上传照片";
@@ -300,7 +188,88 @@ $a->strings["Not Attending"] = [
 $a->strings["Undecided"] = [
        0 => "未决定的",
 ];
-$a->strings["Cannot locate DNS info for database server '%s'"] = "找不到DNS信息为数据库服务器「%s」";
+$a->strings["newer"] = "更新";
+$a->strings["older"] = "更旧";
+$a->strings["first"] = "首先";
+$a->strings["prev"] = "上个";
+$a->strings["next"] = "下个";
+$a->strings["last"] = "最后";
+$a->strings["Loading more entries..."] = "没有项目...";
+$a->strings["The end"] = "";
+$a->strings["No contacts"] = "没有联系人";
+$a->strings["%d Contact"] = [
+       0 => "%d 联系人",
+];
+$a->strings["View Contacts"] = "查看联系人";
+$a->strings["Save"] = "保存";
+$a->strings["Follow"] = "关注";
+$a->strings["Search"] = "搜索";
+$a->strings["@name, !forum, #tags, content"] = "";
+$a->strings["Full Text"] = "全文";
+$a->strings["Tags"] = "标签:";
+$a->strings["Contacts"] = "联系人";
+$a->strings["Forums"] = "论坛";
+$a->strings["poke"] = "戳";
+$a->strings["poked"] = "戳了";
+$a->strings["ping"] = "砰";
+$a->strings["pinged"] = "砰了";
+$a->strings["prod"] = "柔戳";
+$a->strings["prodded"] = "柔戳了";
+$a->strings["slap"] = "掌击";
+$a->strings["slapped"] = "掌击了";
+$a->strings["finger"] = "指";
+$a->strings["fingered"] = "指了";
+$a->strings["rebuff"] = "拒绝";
+$a->strings["rebuffed"] = "已拒绝";
+$a->strings["Monday"] = "星期一";
+$a->strings["Tuesday"] = "星期二";
+$a->strings["Wednesday"] = "星期三";
+$a->strings["Thursday"] = "星期四";
+$a->strings["Friday"] = "星期五";
+$a->strings["Saturday"] = "星期六";
+$a->strings["Sunday"] = "星期天";
+$a->strings["January"] = "一月";
+$a->strings["February"] = "二月";
+$a->strings["March"] = "三月";
+$a->strings["April"] = "四月";
+$a->strings["May"] = "五月";
+$a->strings["June"] = "六月";
+$a->strings["July"] = "七月";
+$a->strings["August"] = "八月";
+$a->strings["September"] = "九月";
+$a->strings["October"] = "十月";
+$a->strings["November"] = "十一月";
+$a->strings["December"] = "十二月";
+$a->strings["Mon"] = "星期一";
+$a->strings["Tue"] = "星期二";
+$a->strings["Wed"] = "星期三";
+$a->strings["Thu"] = "星期四";
+$a->strings["Fri"] = "星期五";
+$a->strings["Sat"] = "星期六";
+$a->strings["Sun"] = "星期日";
+$a->strings["Jan"] = "一月";
+$a->strings["Feb"] = "二月";
+$a->strings["Mar"] = "三月";
+$a->strings["Apr"] = "四月";
+$a->strings["Jul"] = "七月";
+$a->strings["Aug"] = "八月";
+$a->strings["Sep"] = "";
+$a->strings["Oct"] = "十月";
+$a->strings["Nov"] = "十一月";
+$a->strings["Dec"] = "十二月";
+$a->strings["Content warning: %s"] = "内容警告:%s";
+$a->strings["View Video"] = "察看视频";
+$a->strings["bytes"] = "字节";
+$a->strings["Click to open/close"] = "点击为开关";
+$a->strings["View on separate page"] = "在另一页面中查看";
+$a->strings["view on separate page"] = "在另一页面中查看";
+$a->strings["link to source"] = "链接到来源";
+$a->strings["activity"] = "活动";
+$a->strings["comment"] = [
+       0 => "评论",
+];
+$a->strings["post"] = "文章";
+$a->strings["Item filed"] = "把项目归档了";
 $a->strings["No friends to display."] = "没有朋友展示。";
 $a->strings["Connect"] = "连接";
 $a->strings["Authorize application connection"] = "授权应用连接";
@@ -384,13 +353,13 @@ $a->strings["Group Your Contacts"] = "给你的联系人分组";
 $a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "您交朋友们后,组织他们分私人交流组在您熟人页的边栏,您会私下地跟组交流在您的网络页。";
 $a->strings["Why Aren't My Posts Public?"] = "我文章怎么没公开的?";
 $a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica尊敬您的隐私。默认是您文章只被您朋友们看。更多消息在帮助部分在上面的链接。";
-$a->strings["Getting Help"] = "怎么获得帮助";
+$a->strings["Getting Help"] = "获取帮助";
 $a->strings["Go to the Help Section"] = "看帮助部分";
 $a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "我们<strong>帮助</strong>页可查阅到详情关于别的编程特点和资源。";
 $a->strings["Visit %s's profile [%s]"] = "看%s的简介[%s]";
 $a->strings["Edit contact"] = "编辑联系人";
 $a->strings["Contacts who are not members of a group"] = "不在组里的联系人";
-$a->strings["Not Extended"] = "";
+$a->strings["Not Extended"] = "未扩展";
 $a->strings["Resubscribing to OStatus contacts"] = "重新订阅 OStatus 联系人";
 $a->strings["Error"] = "错误";
 $a->strings["Done"] = "完成";
@@ -399,16 +368,6 @@ $a->strings["Do you really want to delete this suggestion?"] = "您真的想删
 $a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "没有建议。如果这是新网站,请24小时后再试。";
 $a->strings["Ignore/Hide"] = "忽视/隐藏";
 $a->strings["Friend Suggestions"] = "朋友推荐";
-$a->strings["Contact wasn't found or can't be unfollowed."] = "找不到联系人或者不能关注联系人。";
-$a->strings["Contact unfollowed"] = "取消关注了的联系人";
-$a->strings["Submit Request"] = "提交要求";
-$a->strings["You aren't a friend of this contact."] = "你不是这个联系人的朋友。";
-$a->strings["Unfollowing is currently not supported by your network."] = "取消关注现在不被你的网络支持。";
-$a->strings["Disconnect/Unfollow"] = "断开连接/取消关注";
-$a->strings["Your Identity Address:"] = "你的身份地址:";
-$a->strings["Profile URL"] = "简介 URL";
-$a->strings["Status Messages and Posts"] = "现状通知和文章";
-$a->strings["[Embedded content - reload page to view]"] = "[嵌入内容-重新加载页为看]";
 $a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "这个网站超过一天最多账户注册。请明天再试。";
 $a->strings["Import"] = "";
 $a->strings["Move account"] = "把账户搬出";
@@ -417,24 +376,12 @@ $a->strings["You need to export your account from the old server and upload it h
 $a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "这个特性是实验性的。我们不能从 OStatus 网络 (GNU Social/Statusnet) 或者 Diaspora 导入联系人";
 $a->strings["Account file"] = "账户文件";
 $a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "为了导出你的账户,点击「设置→导出你的个人信息」和选择「导出账户」";
+$a->strings["[Embedded content - reload page to view]"] = "[嵌入内容-重新加载页为看]";
 $a->strings["%1\$s welcomes %2\$s"] = "%1\$s欢迎%2\$s";
-$a->strings["People Search - %s"] = "";
-$a->strings["Forum Search - %s"] = "";
-$a->strings["No matches"] = "没有结果";
-$a->strings["This is Friendica, version"] = "这是Friendica,版本";
-$a->strings["running at web location"] = "运作再网址";
-$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "请浏览 <a href=\"https://friendi.ca\">Friendi.ca</a> 以了解更多关于 Friendica 项目的信息。";
-$a->strings["Bug reports and issues: please visit"] = "Bug 及 issues 报告:请访问";
-$a->strings["the bugtracker at github"] = "在 github 上的错误追踪系统";
-$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "建议,夸奖,捐赠,等-请发邮件到「 Info」在Friendica点com";
-$a->strings["Installed addons/apps:"] = "已安装的插件/应用:";
-$a->strings["No installed addons/apps"] = "没有已安装的插件或应用";
-$a->strings["On this server the following remote servers are blocked."] = "在这个服务器上以下远程服务器被封禁了。";
-$a->strings["Blocked domain"] = "被封禁的域名";
-$a->strings["Reason for the block"] = "封禁原因";
 $a->strings["No keywords to match. Please add keywords to your default profile."] = "没有符合的关键字。请在您的默认简介加关键字。";
 $a->strings["is interested in:"] = "感兴趣对:";
 $a->strings["Profile Match"] = "简介符合";
+$a->strings["No matches"] = "没有结果";
 $a->strings["Invalid request identifier."] = "无效要求身份号。";
 $a->strings["Discard"] = "丢弃";
 $a->strings["Ignore"] = "忽视";
@@ -461,35 +408,19 @@ $a->strings["Accepting %s as a sharer allows them to subscribe to your posts, bu
 $a->strings["Friend"] = "朋友";
 $a->strings["Sharer"] = "分享者";
 $a->strings["Subscriber"] = "订阅者";
+$a->strings["Location:"] = "位置:";
 $a->strings["About:"] = "关于:";
 $a->strings["Tags:"] = "标签:";
 $a->strings["Gender:"] = "性别:";
+$a->strings["Profile URL"] = "简介 URL";
 $a->strings["Network:"] = "网络";
 $a->strings["No introductions."] = "没有介绍。";
 $a->strings["Show unread"] = "显示未读";
 $a->strings["Show all"] = "显示全部";
 $a->strings["No more %s notifications."] = "没有更多的 %s 通知。";
-$a->strings["Post successful."] = "评论发表了。";
 $a->strings["OpenID protocol error. No ID returned."] = "OpenID协议错误。没ID还。 ";
 $a->strings["Account not found and OpenID registration is not permitted on this site."] = "找不到账户和OpenID注册不允许。";
 $a->strings["Login failed."] = "登录失败。";
-$a->strings["Subscribing to OStatus contacts"] = "正在订阅 OStatus 联系人";
-$a->strings["No contact provided."] = "";
-$a->strings["Couldn't fetch information for contact."] = "无法获取联系人信息。";
-$a->strings["Couldn't fetch friends for contact."] = "无法取得联系人的朋友信息。";
-$a->strings["success"] = "成功";
-$a->strings["failed"] = "失败";
-$a->strings["ignored"] = "已忽视的";
-$a->strings["Access to this profile has been restricted."] = "使用权这个简介被限制了.";
-$a->strings["Events"] = "事件";
-$a->strings["View"] = "";
-$a->strings["Previous"] = "上";
-$a->strings["Next"] = "下";
-$a->strings["list"] = "列表";
-$a->strings["User not found"] = "找不到用户";
-$a->strings["This calendar format is not supported"] = "这个日历格式不被支持";
-$a->strings["No exportable data found"] = "找不到可导出的数据";
-$a->strings["calendar"] = "日历";
 $a->strings["Profile not found."] = "找不到简介。";
 $a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "这会偶尔地发生熟人双方都要求和已经批准的时候。";
 $a->strings["Response from remote site was not understood."] = "遥网站的回答明白不了。";
@@ -531,9 +462,445 @@ $a->strings["You are cordially invited to join me and other close friends on Fri
 $a->strings["You will need to supply this invitation code: \$invite_code"] = "您要输入这个邀请密码:\$invite_code";
 $a->strings["Once you have registered, please connect with me via my profile page at:"] = "您一注册,请页跟我连接,用我的简介在:";
 $a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "欲了解更多关于 Friendica 项目的信息以及为什么我们认为这很重要,请访问 http://friendi.ca";
+$a->strings["Invalid request."] = "无效请求。";
+$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "不好意思,可能你上传的是PHP设置允许的大";
+$a->strings["Or - did you try to upload an empty file?"] = "或者,你是不是上传空的文件?";
+$a->strings["File exceeds size limit of %s"] = "文件超过了 %s 的大小限制";
+$a->strings["File upload failed."] = "文件上传失败。";
 $a->strings["Manage Identities and/or Pages"] = "管理身份或页";
 $a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "交替不同同一人或社会/组页合用您的账户或给您「管理」批准";
 $a->strings["Select an identity to manage: "] = "选择同一个人管理:";
+$a->strings["This introduction has already been accepted."] = "这个介绍已经接受了。";
+$a->strings["Profile location is not valid or does not contain profile information."] = "简介位置失效或不包含简介信息。";
+$a->strings["Warning: profile location has no identifiable owner name."] = "警告:简介位置没有可设别的主名。";
+$a->strings["Warning: profile location has no profile photo."] = "警告:简介位置没有简介图。";
+$a->strings["%d required parameter was not found at the given location"] = [
+       0 => "%d需要的参数没找到在输入的位置。",
+];
+$a->strings["Introduction complete."] = "介绍完成的。";
+$a->strings["Unrecoverable protocol error."] = "不能恢复的协议错误";
+$a->strings["Profile unavailable."] = "简介无效";
+$a->strings["%s has received too many connection requests today."] = "%s今天已经受到了太多联络要求";
+$a->strings["Spam protection measures have been invoked."] = "垃圾保护措施被用了。";
+$a->strings["Friends are advised to please try again in 24 hours."] = "朋友们被建议请24小时后再试。";
+$a->strings["Invalid locator"] = "无效找到物";
+$a->strings["You have already introduced yourself here."] = "您已经自我介绍这儿。";
+$a->strings["Apparently you are already friends with %s."] = "看上去您已经是%s的朋友。";
+$a->strings["Invalid profile URL."] = "无效的简介URL。";
+$a->strings["Disallowed profile URL."] = "不允许的简介地址.";
+$a->strings["Blocked domain"] = "被封禁的域名";
+$a->strings["Failed to update contact record."] = "更新联系人记录失败。";
+$a->strings["Your introduction has been sent."] = "您的介绍发布了。";
+$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "无法为您的网络完成远程订阅。请直接在您的系统上订阅。";
+$a->strings["Please login to confirm introduction."] = "请登录以确认介绍。";
+$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "当前登录的身份不正确。请登录到<strong>这个</strong>用户。";
+$a->strings["Confirm"] = "确认";
+$a->strings["Hide this contact"] = "隐藏这个联系人";
+$a->strings["Welcome home %s."] = "欢迎%s。";
+$a->strings["Please confirm your introduction/connection request to %s."] = "请确认您的介绍/联络要求给%s。";
+$a->strings["Public access denied."] = "拒绝公开访问";
+$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "请从以下支持的通信网络之一输入你的 “身份地址”:";
+$a->strings["If you are not yet a member of the free social web, <a href=\"%s\">follow this link to find a public Friendica site and join us today</a>."] = "如果您还不是自由社交网络用户中的一员,<a href=\"%s\"> 请通过此链接查找公共 Friendica 站点并在今天加入我们吧 </a>。";
+$a->strings["Friend/Connection Request"] = "朋友/连接请求";
+$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "例如:jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de";
+$a->strings["Please answer the following:"] = "请回答下述的:";
+$a->strings["Does %s know you?"] = "%s是否认识你?";
+$a->strings["Add a personal note:"] = "添加一个个人便条:";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)";
+$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)";
+$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = " - 请别用这个表格。而是在你的 Diaspora 搜索栏输入 %s.";
+$a->strings["Your Identity Address:"] = "你的身份地址:";
+$a->strings["Submit Request"] = "提交要求";
+$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
+$a->strings["Time Conversion"] = "时间装换";
+$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica提供这个服务目的是分享项目跟别的网络和朋友们在别的时区。";
+$a->strings["UTC time: %s"] = "UTC时间: %s";
+$a->strings["Current timezone: %s"] = "现在时区: %s";
+$a->strings["Converted localtime: %s"] = "装换的当地时间:%s";
+$a->strings["Please select your timezone:"] = "请选择你的时区:";
+$a->strings["Only logged in users are permitted to perform a probing."] = "只有已登录用户才被允许进行探测。";
+$a->strings["Permission denied"] = "权限不够";
+$a->strings["Invalid profile identifier."] = "无限的简介标识符。";
+$a->strings["Profile Visibility Editor"] = "简介能见度编辑器。";
+$a->strings["Click on a contact to add or remove."] = "单击联系人以添加或删除。";
+$a->strings["Visible To"] = "能见被";
+$a->strings["All Contacts (with secure profile access)"] = "";
+$a->strings["Account approved."] = "账户已被批准。";
+$a->strings["Registration revoked for %s"] = "撤销了 %s 的注册";
+$a->strings["Please login."] = "请登录。";
+$a->strings["Remove My Account"] = "删除我的账户";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "这要完全删除您的账户。这一做过,就不能恢复。";
+$a->strings["Please enter your password for verification:"] = "请输入密码为确认:";
+$a->strings["No contacts."] = "没有联系人。";
+$a->strings["Access denied."] = "没有用权。";
+$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "一天最多墙通知给%s超过了。通知没有通过 。";
+$a->strings["No recipient selected."] = "没有选择的接受者。";
+$a->strings["Unable to check your home location."] = "核对不了您的主页。";
+$a->strings["Message could not be sent."] = "消息发不了。";
+$a->strings["Message collection failure."] = "通信受到错误。";
+$a->strings["Message sent."] = "消息发了";
+$a->strings["No recipient."] = "没有接受者。";
+$a->strings["Send Private Message"] = "发私人的通信";
+$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "如果您想%s回答,请核对您网站的隐私设置允许生发送人的私人邮件。";
+$a->strings["To:"] = "到:";
+$a->strings["Subject:"] = "题目:";
+$a->strings["Export account"] = "导出账户";
+$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "导出你的账户信息和联系人。用这个功能来生成一个你的账户的备份,并且/或者把它移到另外一个服务器。";
+$a->strings["Export all"] = "导出全部";
+$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "导出你的账户信息、联系人和所有你的项目为 json 格式。可能会是一个很大的文件,并可能花费很多时间。用这个功能来做一个你的账户的全备份(照片不会被导出)";
+$a->strings["Export personal data"] = "导出个人信息";
+$a->strings["- select -"] = "-选择-";
+$a->strings["No more system notifications."] = "没别系统通知。";
+$a->strings["{0} wants to be your friend"] = "{0}想成为您的朋友";
+$a->strings["{0} sent you a message"] = "{0}发给您一个通信";
+$a->strings["{0} requested registration"] = "{0}要求注册";
+$a->strings["Poke/Prod"] = "戳";
+$a->strings["poke, prod or do other things to somebody"] = "把人家戳或别的行动";
+$a->strings["Recipient"] = "接受者";
+$a->strings["Choose what you wish to do to recipient"] = "选择您想把别人作";
+$a->strings["Make this post private"] = "使这个文章私人";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s关注着%2\$s的%3\$s";
+$a->strings["Tag removed"] = "标签去除了";
+$a->strings["Remove Item Tag"] = "去除项目标签";
+$a->strings["Select a tag to remove: "] = "选择删除一个标签: ";
+$a->strings["Remove"] = "移走";
+$a->strings["Image exceeds size limit of %s"] = "图片超过 %s 的大小限制";
+$a->strings["Unable to process image."] = "处理不了图像.";
+$a->strings["Wall Photos"] = "墙照片";
+$a->strings["Image upload failed."] = "图像上载失败了.";
+$a->strings["Remove term"] = "删除关键字";
+$a->strings["Saved Searches"] = "保存的搜索";
+$a->strings["Only logged in users are permitted to perform a search."] = "只有已登录的用户被允许进行搜索。";
+$a->strings["Too Many Requests"] = "过多请求";
+$a->strings["Only one search per minute is permitted for not logged in users."] = "对未登录的用户,每分钟只允许一条搜索。";
+$a->strings["No results."] = "没有结果。";
+$a->strings["Items tagged with: %s"] = "项目标记为:%s";
+$a->strings["Results for: %s"] = "";
+$a->strings["Login"] = "登录";
+$a->strings["The post was created"] = "文章创建了";
+$a->strings["Community option not available."] = "社区选项不可用。";
+$a->strings["Not available."] = "不可用的";
+$a->strings["Local Community"] = "本地社区";
+$a->strings["Posts from local users on this server"] = "";
+$a->strings["Global Community"] = "全球社区";
+$a->strings["Posts from users of the whole federated network"] = "";
+$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "";
+$a->strings["Item not found"] = "项目没找到";
+$a->strings["Edit post"] = "编辑文章";
+$a->strings["CC: email addresses"] = "抄送: 电子邮件地址";
+$a->strings["Example: bob@example.com, mary@example.com"] = "比如: li@example.com, wang@example.com";
+$a->strings["You must be logged in to use this module"] = "您必须登录才能使用此模块";
+$a->strings["Source URL"] = "";
+$a->strings["Friend suggestion sent."] = "朋友建议发送了。";
+$a->strings["Suggest Friends"] = "推荐的朋友们";
+$a->strings["Suggest a friend for %s"] = "给 %s 推荐朋友";
+$a->strings["Group created."] = "群组已创建。";
+$a->strings["Could not create group."] = "无法创建群组。";
+$a->strings["Group not found."] = "组找不到。";
+$a->strings["Group name changed."] = "组名变化了。";
+$a->strings["Save Group"] = "保存组";
+$a->strings["Create a group of contacts/friends."] = "创建一组联系人/朋友。";
+$a->strings["Group Name: "] = "组名:";
+$a->strings["Group removed."] = "组删除了。";
+$a->strings["Unable to remove group."] = "不能删除组。";
+$a->strings["Delete Group"] = "删除群组";
+$a->strings["Group Editor"] = "组编辑器";
+$a->strings["Edit Group Name"] = "编辑群组名称";
+$a->strings["Members"] = "成员";
+$a->strings["All Contacts"] = "所有联系人";
+$a->strings["Group is empty"] = "组没有成员";
+$a->strings["Remove Contact"] = "删除联系人";
+$a->strings["Add Contact"] = "添加联系人";
+$a->strings["Unable to locate original post."] = "找不到当初的新闻";
+$a->strings["Empty post discarded."] = "空帖子被丢弃了。";
+$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "这个新闻是由%s,Friendica社会化网络成员之一,发给你。";
+$a->strings["You may visit them online at %s"] = "你可以网上拜访他在%s";
+$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "你不想受到这些新闻的话,请回答这个新闻给发者联系。";
+$a->strings["%s posted an update."] = "%s贴上一个新闻。";
+$a->strings["New Message"] = "新的消息";
+$a->strings["Unable to locate contact information."] = "无法找到联系人信息。";
+$a->strings["Messages"] = "消息";
+$a->strings["Do you really want to delete this message?"] = "您真的想删除这个通知吗?";
+$a->strings["Message deleted."] = "消息删除了。";
+$a->strings["Conversation removed."] = "交流删除了。";
+$a->strings["No messages."] = "没有消息";
+$a->strings["Message not available."] = "通信不可用的";
+$a->strings["Delete message"] = "删除消息";
+$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
+$a->strings["Delete conversation"] = "删除交谈";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "没可用的安全交通。您<strong>可能</strong>会在发送人的简介页会回答。";
+$a->strings["Send Reply"] = "发回答";
+$a->strings["Unknown sender - %s"] = "生发送人-%s";
+$a->strings["You and %s"] = "您和%s";
+$a->strings["%s and You"] = "%s和您";
+$a->strings["%d message"] = [
+       0 => "%d通知",
+];
+$a->strings["add"] = "添加";
+$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
+       0 => "警告:这个组包含 %s 来自不允许非公开消息的网络的成员。",
+];
+$a->strings["Messages in this group won't be send to these receivers."] = "这个组中的消息不会被发送至这些接收者。";
+$a->strings["No such group"] = "没有这个组";
+$a->strings["Group: %s"] = "组:%s";
+$a->strings["Private messages to this person are at risk of public disclosure."] = "私人通信给这个人回被公开。";
+$a->strings["Invalid contact."] = "无效的联系人。";
+$a->strings["Commented Order"] = "评论时间顺序";
+$a->strings["Sort by Comment Date"] = "按评论日期顺序排列";
+$a->strings["Posted Order"] = "发布时间顺序";
+$a->strings["Sort by Post Date"] = "按发布日期顺序排列";
+$a->strings["Personal"] = "私人";
+$a->strings["Posts that mention or involve you"] = "提及你或你参与的文章";
+$a->strings["New"] = "新";
+$a->strings["Activity Stream - by date"] = "活动流-按日期";
+$a->strings["Shared Links"] = "共享的链接";
+$a->strings["Interesting Links"] = "有意思的超链接";
+$a->strings["Starred"] = "被星";
+$a->strings["Favourite Posts"] = "最喜欢的文章";
+$a->strings["Personal Notes"] = "私人便条";
+$a->strings["Post successful."] = "评论发表了。";
+$a->strings["Photo Albums"] = "相册";
+$a->strings["Recent Photos"] = "最近的照片";
+$a->strings["Upload New Photos"] = "上传新照片";
+$a->strings["everybody"] = "每人";
+$a->strings["Contact information unavailable"] = "联系人信息不可用";
+$a->strings["Album not found."] = "取回不了相册.";
+$a->strings["Delete Album"] = "删除相册";
+$a->strings["Do you really want to delete this photo album and all its photos?"] = "您真的想删除这个相册和所有里面的照相吗?";
+$a->strings["Delete Photo"] = "删除照片";
+$a->strings["Do you really want to delete this photo?"] = "您真的想删除这个照相吗?";
+$a->strings["a photo"] = "一张照片";
+$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s被%3\$s标签在%2\$s";
+$a->strings["Image upload didn't complete, please try again"] = "图片上传未完成,请重试";
+$a->strings["Image file is missing"] = "缺少图片文件";
+$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "服务器目前无法接受新的上传文件,请联系您的管理员";
+$a->strings["Image file is empty."] = "图片文件空的。";
+$a->strings["No photos selected"] = "没有照片挑选了";
+$a->strings["Access to this item is restricted."] = "这个项目使用权限的。";
+$a->strings["Upload Photos"] = "上传照片";
+$a->strings["New album name: "] = "新册名:";
+$a->strings["or existing album name: "] = "或现有册名";
+$a->strings["Do not show a status post for this upload"] = "别显示现状报到关于这个上传";
+$a->strings["Permissions"] = "权限";
+$a->strings["Show to Groups"] = "给组表示";
+$a->strings["Show to Contacts"] = "展示给联系人";
+$a->strings["Edit Album"] = "编照片册";
+$a->strings["Show Newest First"] = "先表示最新的";
+$a->strings["Show Oldest First"] = "先表示最老的";
+$a->strings["View Photo"] = "看照片";
+$a->strings["Permission denied. Access to this item may be restricted."] = "无权利。用这个项目可能受限制。";
+$a->strings["Photo not available"] = "不可获得的照片";
+$a->strings["View photo"] = "看照片";
+$a->strings["Edit photo"] = "编辑照片";
+$a->strings["Use as profile photo"] = "用为资料图";
+$a->strings["Private Message"] = "私人的新闻";
+$a->strings["View Full Size"] = "看全尺寸";
+$a->strings["Tags: "] = "标签:";
+$a->strings["[Remove any tag]"] = "[删除任何标签]";
+$a->strings["New album name"] = "新册名";
+$a->strings["Caption"] = "字幕";
+$a->strings["Add a Tag"] = "加标签";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "例子:@zhang, @Zhang_San, @li@example.com, #Beijing, #ktv";
+$a->strings["Do not rotate"] = "不要旋转";
+$a->strings["Rotate CW (right)"] = "顺时针地转动(左)";
+$a->strings["Rotate CCW (left)"] = "反顺时针地转动(右)";
+$a->strings["I like this (toggle)"] = "我喜欢这(交替)";
+$a->strings["I don't like this (toggle)"] = "我不喜欢这(交替)";
+$a->strings["This is you"] = "这是你";
+$a->strings["Comment"] = "评论";
+$a->strings["Map"] = "地图";
+$a->strings["View Album"] = "看照片册";
+$a->strings["Requested profile is not available."] = "要求的简介联系不上的。";
+$a->strings["%s's posts"] = "%s的帖子";
+$a->strings["%s's comments"] = "%s 的评论";
+$a->strings["%s's timeline"] = "%s 的时间线";
+$a->strings["Access to this profile has been restricted."] = "使用权这个简介被限制了.";
+$a->strings["Tips for New Members"] = "新人建议";
+$a->strings["Do you really want to delete this video?"] = "你真的想删除这个视频吗?";
+$a->strings["Delete Video"] = "删除视频";
+$a->strings["No videos selected"] = "没有视频被选择";
+$a->strings["Recent Videos"] = "最近的视频";
+$a->strings["Upload New Videos"] = "上传新视频";
+$a->strings["Parent user not found."] = "未找到家长账户。";
+$a->strings["No parent user"] = "无家长账户";
+$a->strings["Parent Password:"] = "家长密码:";
+$a->strings["Please enter the password of the parent account to legitimize your request."] = "请为家长账户设置密码以使您的请求有效化。";
+$a->strings["Parent User"] = "家长账户";
+$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "";
+$a->strings["Save Settings"] = "保存设置";
+$a->strings["Delegate Page Management"] = "页代表管理";
+$a->strings["Delegates"] = "代表";
+$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "代表会管理所有的方面这个账户/页除了基础账户配置以外。请别代表您私人账户给您没完全信的人。";
+$a->strings["Existing Page Delegates"] = "目前页代表";
+$a->strings["Potential Delegates"] = "潜力的代表";
+$a->strings["Add"] = "加";
+$a->strings["No entries."] = "没有项目。";
+$a->strings["People Search - %s"] = "搜索人 - %s";
+$a->strings["Forum Search - %s"] = "搜索论坛 - %s";
+$a->strings["Friendica Communications Server - Setup"] = "Friendica沟通服务器-安装";
+$a->strings["Could not connect to database."] = "解不了数据库。";
+$a->strings["Could not create table."] = "无法创建表格。";
+$a->strings["Your Friendica site database has been installed."] = "您Friendica网站数据库被安装了。";
+$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "您可能要手工地进口文件「database.sql」用phpmyadmin或mysql。";
+$a->strings["Please see the file \"INSTALL.txt\"."] = "请看文件「INSTALL.txt」";
+$a->strings["Database already in use."] = "数据库已经被使用。";
+$a->strings["System check"] = "系统检测";
+$a->strings["Next"] = "下";
+$a->strings["Check again"] = "再检测";
+$a->strings["Database connection"] = "数据库接通";
+$a->strings["In order to install Friendica we need to know how to connect to your database."] = "为安装Friendica我们要知道怎么连接您的数据库。";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "你有关于这些设置有问题的话,请给互联网托管服务或者网页管理联系。";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "您下边指定的数据库应该已经存在。如果还没有,请创建后继续。";
+$a->strings["Database Server Name"] = "数据库服务器名";
+$a->strings["Database Login Name"] = "数据库登录名";
+$a->strings["Database Login Password"] = "数据库登录密码";
+$a->strings["For security reasons the password must not be empty"] = "由于安全的原因,密码不能为空";
+$a->strings["Database Name"] = "数据库名字";
+$a->strings["Site administrator email address"] = "网站行政人员邮件地址";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "您账户邮件地址必要符合这个为用网站处理仪表板";
+$a->strings["Please select a default timezone for your website"] = "请选择您网站的默认时区";
+$a->strings["Site settings"] = "网站设置";
+$a->strings["System Language:"] = "系统语言:";
+$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "为 Friendica 安装界面及邮件发送设置默认语言。";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "没找到命令行PHP在网服务器PATH。";
+$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Setup the worker'</a>"] = "";
+$a->strings["PHP executable path"] = "PHP可执行路径";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "输入全路线到php执行程序。您会留空白为继续安装。";
+$a->strings["Command line PHP"] = "命令行PHP";
+$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP执行程序不是命令行PHP執行檔(有可能是cgi-fgci版本)";
+$a->strings["Found PHP version: "] = "找到 PHP 版本:";
+$a->strings["PHP cli binary"] = "命令行PHP執行檔";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "您系统的命令行PHP没有能够「register_argc_argv」。";
+$a->strings["This is required for message delivery to work."] = "这必要为通信发布成功。";
+$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
+$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "错误:这系统的「register_argc_argv」子程序不能产生加密钥匙";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "如果您用Windows,请看「http://www.php.net/manual/en/openssl.installation.php」。";
+$a->strings["Generate encryption keys"] = "产生加密钥匙";
+$a->strings["libCurl PHP module"] = "libCurl PHP模块";
+$a->strings["GD graphics PHP module"] = "GD显示PHP模块";
+$a->strings["OpenSSL PHP module"] = "OpenSSL PHP模块";
+$a->strings["PDO or MySQLi PHP module"] = "PDO 或者 MySQLi PHP 模块";
+$a->strings["mb_string PHP module"] = "mb_string PHP模块";
+$a->strings["XML PHP module"] = "XML PHP 模块";
+$a->strings["iconv PHP module"] = "iconv PHP 模块";
+$a->strings["POSIX PHP module"] = "POSIX PHP 模块";
+$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite部件";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "错误:Apache服务器的mod-rewrite模块是必要的可却不安装的。";
+$a->strings["Error: libCURL PHP module required but not installed."] = "错误:libCurl PHP模块是必要的可却不安装的。";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "错误:GD显示PHP模块跟JPEG支持是必要的可却安装的。";
+$a->strings["Error: openssl PHP module required but not installed."] = "错误:openssl PHP模块是必要的可却不安装的。";
+$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "";
+$a->strings["Error: The MySQL driver for PDO is not installed."] = "错误:MySQL 的 PHP 数据对象 (PDO) 扩展驱动未安装。";
+$a->strings["Error: mb_string PHP module required but not installed."] = "错误:mbstring PHP模块必要可没安装的。";
+$a->strings["Error: iconv PHP module required but not installed."] = "错误:需要 iconv PHP 模块但它并没有被安装。";
+$a->strings["Error: POSIX PHP module required but not installed."] = "";
+$a->strings["Error, XML PHP module required but not installed."] = "部件错误,需要 XML PHP 模块但它并没有被安装。";
+$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "网页安装器要创建一个叫 \".htconfig.php\" 的文件在你的 web 服务器的顶层目录下,但无法这么做。";
+$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "这常常是一个权设置,因为网服务器可能不会写文件在文件夹-即使您会。";
+$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "这个步骤头,我们给您正文要保存在叫.htconfig.php的文件在您Friendica主文件夹。";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "或者您会这个步骤不做还是实行手动的安装。请看INSTALL.txt文件为说明。";
+$a->strings[".htconfig.php is writable"] = ".htconfig.php是可写的";
+$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica用Smarty3模板机车为建筑网页。Smarty3把模板编译成PHP为催建筑网页。";
+$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "为了保存这些模板,网服务器要写权利于view/smarty3/目录在Friendica主目录下。";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "请保险您网服务器用户(比如www-data)有这个目录的写权利。";
+$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "注意:为了安全,您应该只给网服务器写权利于view/smarty3/-没有模板文件(.tpl)之下。";
+$a->strings["view/smarty3 is writable"] = "能写view/smarty3";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "在 .htaccess 中的 URL 重写不工作。请检查你的服务器配置。";
+$a->strings["Url rewrite is working"] = "URL改写发挥机能";
+$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP 扩展没有安装";
+$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP 扩展已安装";
+$a->strings["ImageMagick supports GIF"] = "ImageMagick 支持 GIF";
+$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "数据库配置文件 \".htconfig.php\" 无法被写入。请在 web 服务器根目录下使用附上的文字创建一个配置文件。";
+$a->strings["<h1>What next</h1>"] = "<h1>下步是什么</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "";
+$a->strings["Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "";
+$a->strings["Subscribing to OStatus contacts"] = "正在订阅 OStatus 联系人";
+$a->strings["No contact provided."] = "未提供联系人。";
+$a->strings["Couldn't fetch information for contact."] = "无法获取联系人信息。";
+$a->strings["Couldn't fetch friends for contact."] = "无法取得联系人的朋友信息。";
+$a->strings["success"] = "成功";
+$a->strings["failed"] = "失败";
+$a->strings["ignored"] = "已忽视的";
+$a->strings["Contact wasn't found or can't be unfollowed."] = "找不到联系人或者不能关注联系人。";
+$a->strings["Contact unfollowed"] = "取消关注了的联系人";
+$a->strings["You aren't a friend of this contact."] = "你不是这个联系人的朋友。";
+$a->strings["Unfollowing is currently not supported by your network."] = "取消关注现在不被你的网络支持。";
+$a->strings["Disconnect/Unfollow"] = "断开连接/取消关注";
+$a->strings["Status Messages and Posts"] = "现状通知和文章";
+$a->strings["Events"] = "事件";
+$a->strings["View"] = "查看";
+$a->strings["Previous"] = "上";
+$a->strings["today"] = "今天";
+$a->strings["month"] = "月";
+$a->strings["week"] = "星期";
+$a->strings["day"] = "日";
+$a->strings["list"] = "列表";
+$a->strings["User not found"] = "找不到用户";
+$a->strings["This calendar format is not supported"] = "这个日历格式不被支持";
+$a->strings["No exportable data found"] = "找不到可导出的数据";
+$a->strings["calendar"] = "日历";
+$a->strings["Event can not end before it has started."] = "事件不能在开始前结束。";
+$a->strings["Event title and start time are required."] = "项目标题和开始时间是必须的。";
+$a->strings["Create New Event"] = "创建新的事件";
+$a->strings["Event details"] = "事件细节";
+$a->strings["Starting date and Title are required."] = "需要开始日期和标题。";
+$a->strings["Event Starts:"] = "事件开始:";
+$a->strings["Required"] = "必须的";
+$a->strings["Finish date/time is not known or not relevant"] = "结束日期/时间未知或无关";
+$a->strings["Event Finishes:"] = "事件结束:";
+$a->strings["Adjust for viewer timezone"] = "调整为浏览者的时区";
+$a->strings["Description:"] = "描述:";
+$a->strings["Title:"] = "标题:";
+$a->strings["Share this event"] = "分享这个事件";
+$a->strings["Basic"] = "基本";
+$a->strings["Advanced"] = "高级";
+$a->strings["Failed to remove event"] = "删除事件失败";
+$a->strings["Event removed"] = "事件已删除";
+$a->strings["Image uploaded but image cropping failed."] = "照片上传去了,但修剪失灵。";
+$a->strings["Image size reduction [%s] failed."] = "照片减少[%s]失灵。";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "万一新照片一会出现,换档重新加载或者成为空浏览器高速缓存。";
+$a->strings["Unable to process image"] = "不能处理照片";
+$a->strings["Upload File:"] = "上传文件:";
+$a->strings["Select a profile:"] = "选择一个简介";
+$a->strings["or"] = "或者";
+$a->strings["skip this step"] = "略过这步";
+$a->strings["select a photo from your photo albums"] = "从您的照片册选择一片。";
+$a->strings["Crop Image"] = "修剪照片";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "请调图片剪裁为最好看。";
+$a->strings["Done Editing"] = "编辑完成";
+$a->strings["Image uploaded successfully."] = "照片成功地上传了。";
+$a->strings["Status:"] = "现状:";
+$a->strings["Homepage:"] = "主页:";
+$a->strings["Global Directory"] = "综合目录";
+$a->strings["Find on this site"] = "找在这网站";
+$a->strings["Results for:"] = "结果:";
+$a->strings["Site Directory"] = "网站目录";
+$a->strings["Find"] = "搜索";
+$a->strings["No entries (some entries may be hidden)."] = "没有文章(有的文章会被隐藏)。";
+$a->strings["Source input"] = "源码输入";
+$a->strings["BBCode::convert (raw HTML)"] = "";
+$a->strings["BBCode::convert"] = "";
+$a->strings["BBCode::convert => HTML::toBBCode"] = "";
+$a->strings["BBCode::toMarkdown"] = "";
+$a->strings["BBCode::toMarkdown => Markdown::convert"] = "";
+$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "";
+$a->strings["BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"] = "";
+$a->strings["Source input \\x28Diaspora format\\x29"] = "";
+$a->strings["Markdown::toBBCode"] = "";
+$a->strings["Raw HTML input"] = "原始 HTML 输入";
+$a->strings["HTML Input"] = "HTML 输入";
+$a->strings["HTML::toBBCode"] = "";
+$a->strings["HTML::toPlaintext"] = "";
+$a->strings["Source text"] = "源文本";
+$a->strings["BBCode"] = "";
+$a->strings["Markdown"] = "Markdown";
+$a->strings["HTML"] = "HTML";
+$a->strings["The contact could not be added."] = "无法添加此联系人。";
+$a->strings["You already added this contact."] = "您已添加此联系人。";
+$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora 支持没被启用。无法添加联系人。";
+$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus 支持没被启用。无法添加联系人。";
+$a->strings["The network type couldn't be detected. Contact can't be added."] = "网络类型无法被检测。无法添加联系人。";
 $a->strings["Profile deleted."] = "简介删除了。";
 $a->strings["Profile-"] = "简介-";
 $a->strings["New profile created."] = "新的简介已创建。";
@@ -573,7 +940,6 @@ $a->strings["Profile picture"] = "头像";
 $a->strings["Preferences"] = "偏好";
 $a->strings["Status information"] = "状态信息";
 $a->strings["Additional information"] = "更多信息";
-$a->strings["Personal"] = "私人";
 $a->strings["Relation"] = "关系";
 $a->strings["Miscellaneous"] = "形形色色";
 $a->strings["Your Gender:"] = "你的性:";
@@ -581,7 +947,6 @@ $a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span cl
 $a->strings["Sexual Preference:"] = "性取向:";
 $a->strings["Example: fishing photography software"] = "例如:钓鱼 照片 软件";
 $a->strings["Profile Name:"] = "简介名:";
-$a->strings["Required"] = "必须的";
 $a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "这是你的<strong>公开的</strong>简介。<br />它<strong>可能</strong>被所有的因特网用的看到。";
 $a->strings["Your Full Name:"] = "你的全名:";
 $a->strings["Title/Description:"] = "标题/描述:";
@@ -621,18 +986,12 @@ $a->strings["visible to everybody"] = "给打假可见的";
 $a->strings["Edit/Manage Profiles"] = "编辑/管理简介";
 $a->strings["Change profile photo"] = "换简介照片";
 $a->strings["Create New Profile"] = "创建新的简介";
-$a->strings["Invalid request."] = "无效请求。";
-$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "不好意思,可能你上传的是PHP设置允许的大";
-$a->strings["Or - did you try to upload an empty file?"] = "或者,你是不是上传空的文件?";
-$a->strings["File exceeds size limit of %s"] = "文件超过了 %s 的大小限制";
-$a->strings["File upload failed."] = "文件上传失败。";
 $a->strings["%d contact edited."] = [
        0 => "%d 个联系人被编辑了。",
 ];
 $a->strings["Could not access contact record."] = "无法访问联系人记录。";
 $a->strings["Could not locate selected profile."] = "找不到选择的简介。";
 $a->strings["Contact updated."] = "联系人更新了。";
-$a->strings["Failed to update contact record."] = "更新联系人记录失败。";
 $a->strings["Contact has been blocked"] = "联系人已被屏蔽";
 $a->strings["Contact has been unblocked"] = "联系人已被解除屏蔽";
 $a->strings["Contact has been ignored"] = "联系人已被忽视";
@@ -661,7 +1020,7 @@ $a->strings["Fetch information and keywords"] = "取消息和关键词";
 $a->strings["Contact"] = "联系人";
 $a->strings["Profile Visibility"] = "简历可见量";
 $a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "请选择简介您想给%s显示他安全地看您的简介的时候。";
-$a->strings["Contact Information / Notes"] = "熟人信息/便条";
+$a->strings["Contact Information / Notes"] = "联系人信息/便条";
 $a->strings["Their personal note"] = "";
 $a->strings["Edit contact notes"] = "编辑联系人便条";
 $a->strings["Block/Unblock contact"] = "屏蔽/解除屏蔽联系人";
@@ -689,7 +1048,6 @@ $a->strings["Status"] = "状态";
 $a->strings["Contact Settings"] = "联系人设置";
 $a->strings["Suggestions"] = "建议";
 $a->strings["Suggest potential friends"] = "建议潜在朋友们";
-$a->strings["All Contacts"] = "所有联系人";
 $a->strings["Show all contacts"] = "显示所有的联系人";
 $a->strings["Unblocked"] = "未屏蔽的";
 $a->strings["Only show unblocked contacts"] = "只显示没被屏蔽的联系人";
@@ -702,8 +1060,6 @@ $a->strings["Only show archived contacts"] = "只显示已存档联系人";
 $a->strings["Hidden"] = "隐藏的";
 $a->strings["Only show hidden contacts"] = "只显示隐藏的联系人";
 $a->strings["Search your contacts"] = "搜索您的联系人";
-$a->strings["Results for: %s"] = "";
-$a->strings["Find"] = "搜索";
 $a->strings["Update"] = "更新";
 $a->strings["Archive"] = "存档";
 $a->strings["Unarchive"] = "从存档拿来";
@@ -711,246 +1067,49 @@ $a->strings["Batch Actions"] = "批量操作";
 $a->strings["Profile Details"] = "简介内容";
 $a->strings["View all contacts"] = "查看所有联系人";
 $a->strings["View all common friends"] = "查看所有公共好友";
-$a->strings["Advanced"] = "高级";
 $a->strings["Advanced Contact Settings"] = "高级联系人设置";
-$a->strings["Mutual Friendship"] = "共同友谊";
-$a->strings["is a fan of yours"] = "是你的粉丝";
-$a->strings["you are a fan of"] = "您已关注";
-$a->strings["Toggle Blocked status"] = "切换屏蔽状态";
-$a->strings["Toggle Ignored status"] = "交替忽视现状";
-$a->strings["Toggle Archive status"] = "交替档案现状";
-$a->strings["Delete contact"] = "删除联系人";
-$a->strings["No parent user"] = "";
-$a->strings["Parent User"] = "";
-$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "";
-$a->strings["Save Settings"] = "保存设置";
-$a->strings["Delegate Page Management"] = "页代表管理";
-$a->strings["Delegates"] = "";
-$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "代表会管理所有的方面这个账户/页除了基础账户配置以外。请别代表您私人账户给您没完全信的人。";
-$a->strings["Existing Page Managers"] = "目前页管理员";
-$a->strings["Existing Page Delegates"] = "目前页代表";
-$a->strings["Potential Delegates"] = "潜力的代表";
-$a->strings["Remove"] = "移走";
-$a->strings["Add"] = "加";
-$a->strings["No entries."] = "没有项目。";
-$a->strings["This introduction has already been accepted."] = "这个介绍已经接受了。";
-$a->strings["Profile location is not valid or does not contain profile information."] = "简介位置失效或不包含简介信息。";
-$a->strings["Warning: profile location has no identifiable owner name."] = "警告:简介位置没有可设别的主名。";
-$a->strings["Warning: profile location has no profile photo."] = "警告:简介位置没有简介图。";
-$a->strings["%d required parameter was not found at the given location"] = [
-       0 => "%d需要的参数没找到在输入的位置。",
-];
-$a->strings["Introduction complete."] = "介绍完成的。";
-$a->strings["Unrecoverable protocol error."] = "不能恢复的协议错误";
-$a->strings["Profile unavailable."] = "简介无效";
-$a->strings["%s has received too many connection requests today."] = "%s今天已经受到了太多联络要求";
-$a->strings["Spam protection measures have been invoked."] = "垃圾保护措施被用了。";
-$a->strings["Friends are advised to please try again in 24 hours."] = "朋友们被建议请24小时后再试。";
-$a->strings["Invalid locator"] = "无效找到物";
-$a->strings["You have already introduced yourself here."] = "您已经自我介绍这儿。";
-$a->strings["Apparently you are already friends with %s."] = "看上去您已经是%s的朋友。";
-$a->strings["Invalid profile URL."] = "无效的简介URL。";
-$a->strings["Disallowed profile URL."] = "不允许的简介地址.";
-$a->strings["Your introduction has been sent."] = "您的介绍发布了。";
-$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "无法为您的网络完成远程订阅。请直接在您的系统上订阅。";
-$a->strings["Please login to confirm introduction."] = "请登录以确认介绍。";
-$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "当前登录的身份不正确。请登录到<strong>这个</strong>用户。";
-$a->strings["Confirm"] = "确认";
-$a->strings["Hide this contact"] = "隐藏这个联系人";
-$a->strings["Welcome home %s."] = "欢迎%s。";
-$a->strings["Please confirm your introduction/connection request to %s."] = "请确认您的介绍/联络要求给%s。";
-$a->strings["Public access denied."] = "拒绝公开访问";
-$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "请从以下支持的通信网络之一输入你的 “身份地址”:";
-$a->strings["If you are not yet a member of the free social web, <a href=\"%s\">follow this link to find a public Friendica site and join us today</a>."] = "";
-$a->strings["Friend/Connection Request"] = "朋友/连接请求";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "";
-$a->strings["Please answer the following:"] = "请回答下述的:";
-$a->strings["Does %s know you?"] = "%s是否认识你?";
-$a->strings["Add a personal note:"] = "添加一个个人便条:";
-$a->strings["Friendica"] = "Friendica";
-$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)";
-$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)";
-$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = " - 请别用这个表格。而是在你的 Diaspora 搜索栏输入 %s.";
-$a->strings["- select -"] = "-选择-";
-$a->strings["The contact could not be added."] = "无法添加此联系人。";
-$a->strings["You already added this contact."] = "您已添加此联系人。";
-$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora 支持没被启用。无法添加联系人。";
-$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus 支持没被启用。无法添加联系人。";
-$a->strings["The network type couldn't be detected. Contact can't be added."] = "网络类型无法被检测。无法添加联系人。";
-$a->strings["Friendica Communications Server - Setup"] = "Friendica沟通服务器-安装";
-$a->strings["Could not connect to database."] = "解不了数据库。";
-$a->strings["Could not create table."] = "无法创建表格。";
-$a->strings["Your Friendica site database has been installed."] = "您Friendica网站数据库被安装了。";
-$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "您可能要手工地进口文件「database.sql」用phpmyadmin或mysql。";
-$a->strings["Please see the file \"INSTALL.txt\"."] = "请看文件「INSTALL.txt」";
-$a->strings["Database already in use."] = "数据库已经被使用。";
-$a->strings["System check"] = "系统检测";
-$a->strings["Check again"] = "再检测";
-$a->strings["Database connection"] = "数据库接通";
-$a->strings["In order to install Friendica we need to know how to connect to your database."] = "为安装Friendica我们要知道怎么连接您的数据库。";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "你有关于这些设置有问题的话,请给互联网托管服务或者网页管理联系。";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "您下边指定的数据库应该已经存在。如果还没有,请创建后继续。";
-$a->strings["Database Server Name"] = "数据库服务器名";
-$a->strings["Database Login Name"] = "数据库登录名";
-$a->strings["Database Login Password"] = "数据库登录密码";
-$a->strings["For security reasons the password must not be empty"] = "由于安全的原因,密码不能为空";
-$a->strings["Database Name"] = "数据库名字";
-$a->strings["Site administrator email address"] = "网站行政人员邮件地址";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "您账户邮件地址必要符合这个为用网站处理仪表板";
-$a->strings["Please select a default timezone for your website"] = "请选择您网站的默认时区";
-$a->strings["Site settings"] = "网站设置";
-$a->strings["System Language:"] = "系统语言:";
-$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "为 Friendica 安装界面及邮件发送设置默认语言。";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "没找到命令行PHP在网服务器PATH。";
-$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Setup the worker'</a>"] = "";
-$a->strings["PHP executable path"] = "PHP可执行路径";
-$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "输入全路线到php执行程序。您会留空白为继续安装。";
-$a->strings["Command line PHP"] = "命令行PHP";
-$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP执行程序不是命令行PHP執行檔(有可能是cgi-fgci版本)";
-$a->strings["Found PHP version: "] = "找到 PHP 版本:";
-$a->strings["PHP cli binary"] = "命令行PHP執行檔";
-$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "您系统的命令行PHP没有能够「register_argc_argv」。";
-$a->strings["This is required for message delivery to work."] = "这必要为通信发布成功。";
-$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
-$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "错误:这系统的「register_argc_argv」子程序不能产生加密钥匙";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "如果您用Windows,请看「http://www.php.net/manual/en/openssl.installation.php」。";
-$a->strings["Generate encryption keys"] = "产生加密钥匙";
-$a->strings["libCurl PHP module"] = "libCurl PHP模块";
-$a->strings["GD graphics PHP module"] = "GD显示PHP模块";
-$a->strings["OpenSSL PHP module"] = "OpenSSL PHP模块";
-$a->strings["PDO or MySQLi PHP module"] = "PDO 或者 MySQLi PHP 模块";
-$a->strings["mb_string PHP module"] = "mb_string PHP模块";
-$a->strings["XML PHP module"] = "XML PHP 模块";
-$a->strings["iconv module"] = "iconv 模块";
-$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite部件";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "错误:Apache服务器的mod-rewrite模块是必要的可却不安装的。";
-$a->strings["Error: libCURL PHP module required but not installed."] = "错误:libCurl PHP模块是必要的可却不安装的。";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "错误:GD显示PHP模块跟JPEG支持是必要的可却安装的。";
-$a->strings["Error: openssl PHP module required but not installed."] = "错误:openssl PHP模块是必要的可却不安装的。";
-$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "";
-$a->strings["Error: The MySQL driver for PDO is not installed."] = "";
-$a->strings["Error: mb_string PHP module required but not installed."] = "错误:mbstring PHP模块必要可没安装的。";
-$a->strings["Error: iconv PHP module required but not installed."] = "错误:需要 iconv PHP 模块但它并没有被安装。";
-$a->strings["Error, XML PHP module required but not installed."] = "部件错误,需要 XML PHP 模块但它并没有被安装。";
-$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "网页安装器要创建一个叫 \".htconfig.php\" 的文件在你的 web 服务器的顶层目录下,但无法这么做。";
-$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "这常常是一个权设置,因为网服务器可能不会写文件在文件夹-即使您会。";
-$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "这个步骤头,我们给您正文要保存在叫.htconfig.php的文件在您Friendica主文件夹。";
-$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "或者您会这个步骤不做还是实行手动的安装。请看INSTALL.txt文件为说明。";
-$a->strings[".htconfig.php is writable"] = ".htconfig.php是可写的";
-$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica用Smarty3模板机车为建筑网页。Smarty3把模板编译成PHP为催建筑网页。";
-$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "为了保存这些模板,网服务器要写权利于view/smarty3/目录在Friendica主目录下。";
-$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "请保险您网服务器用户(比如www-data)有这个目录的写权利。";
-$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "注意:为了安全,您应该只给网服务器写权利于view/smarty3/-没有模板文件(.tpl)之下。";
-$a->strings["view/smarty3 is writable"] = "能写view/smarty3";
-$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "在 .htaccess 中的 URL 重写不工作。请检查你的服务器配置。";
-$a->strings["Url rewrite is working"] = "URL改写发挥机能";
-$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP 扩展没有安装";
-$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP 扩展已安装";
-$a->strings["ImageMagick supports GIF"] = "ImageMagick 支持 GIF";
-$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "数据库配置文件 \".htconfig.php\" 无法被写入。请在 web 服务器根目录下使用附上的文字创建一个配置文件。";
-$a->strings["<h1>What next</h1>"] = "<h1>下步是什么</h1>";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "";
-$a->strings["Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "";
-$a->strings["Time Conversion"] = "时间装换";
-$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica提供这个服务目的是分享项目跟别的网络和朋友们在别的时区。";
-$a->strings["UTC time: %s"] = "UTC时间: %s";
-$a->strings["Current timezone: %s"] = "现在时区: %s";
-$a->strings["Converted localtime: %s"] = "装换的当地时间:%s";
-$a->strings["Please select your timezone:"] = "请选择你的时区:";
-$a->strings["No valid account found."] = "找不到效的账户。";
-$a->strings["Password reset request issued. Check your email."] = "重设密码要求发布了。核对您的收件箱。";
-$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "";
-$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "";
-$a->strings["Password reset requested at %s"] = "重设密码要求被发布%s";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "要求确认不了。(您可能已经提交它。)重设密码失败了。";
-$a->strings["Request has expired, please make a new one."] = "请求超时,请重试。";
-$a->strings["Forgot your Password?"] = "忘记你的密码吗?";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "输入您的邮件地址和提交为重置密码。然后核对收件箱看别的说明。";
-$a->strings["Nickname or Email: "] = "昵称或邮件地址:";
-$a->strings["Reset"] = "复位";
-$a->strings["Password Reset"] = "复位密码";
-$a->strings["Your password has been reset as requested."] = "您的密码被重设如要求的。";
-$a->strings["Your new password is"] = "你的新的密码是";
-$a->strings["Save or copy your new password - and then"] = "保存或复制新密码-之后";
-$a->strings["click here to login"] = "点击这里登录";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "您的密码可以在成功登录后在<em>设置</em>页修改。";
-$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "";
-$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "";
-$a->strings["Your password has been changed at %s"] = "您密码被变化在%s";
-$a->strings["No more system notifications."] = "没别系统通知。";
-$a->strings["{0} wants to be your friend"] = "{0}想成为您的朋友";
-$a->strings["{0} sent you a message"] = "{0}发给您一个通信";
-$a->strings["{0} requested registration"] = "{0}要求注册";
-$a->strings["Poke/Prod"] = "戳";
-$a->strings["poke, prod or do other things to somebody"] = "把人家戳或别的行动";
-$a->strings["Recipient"] = "接受者";
-$a->strings["Choose what you wish to do to recipient"] = "选择您想把别人作";
-$a->strings["Make this post private"] = "使这个文章私人";
-$a->strings["Only logged in users are permitted to perform a probing."] = "只有已登录用户才被允许进行探测。";
-$a->strings["Image uploaded but image cropping failed."] = "照片上传去了,但修剪失灵。";
-$a->strings["Image size reduction [%s] failed."] = "照片减少[%s]失灵。";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "万一新照片一会出现,换档重新加载或者成为空浏览器高速缓存。";
-$a->strings["Unable to process image"] = "不能处理照片";
-$a->strings["Image exceeds size limit of %s"] = "图片超过 %s 的大小限制";
-$a->strings["Unable to process image."] = "处理不了图像.";
-$a->strings["Upload File:"] = "上传文件:";
-$a->strings["Select a profile:"] = "选择一个简介";
-$a->strings["or"] = "或者";
-$a->strings["skip this step"] = "略过这步";
-$a->strings["select a photo from your photo albums"] = "从您的照片册选择一片。";
-$a->strings["Crop Image"] = "修剪照片";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "请调图片剪裁为最好看。";
-$a->strings["Done Editing"] = "编辑完成";
-$a->strings["Image uploaded successfully."] = "照片成功地上传了。";
-$a->strings["Image upload failed."] = "图像上载失败了.";
-$a->strings["Permission denied"] = "权限不够";
-$a->strings["Invalid profile identifier."] = "无限的简介标识符。";
-$a->strings["Profile Visibility Editor"] = "简介能见度编辑器。";
-$a->strings["Click on a contact to add or remove."] = "单击联系人以添加或删除。";
-$a->strings["Visible To"] = "能见被";
-$a->strings["All Contacts (with secure profile access)"] = "";
-$a->strings["Account approved."] = "账户已被批准。";
-$a->strings["Registration revoked for %s"] = "撤销了 %s 的注册";
-$a->strings["Please login."] = "请登录。";
-$a->strings["Remove My Account"] = "删除我的账户";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "这要完全删除您的账户。这一做过,就不能恢复。";
-$a->strings["Please enter your password for verification:"] = "请输入密码为确认:";
-$a->strings["Remove term"] = "删除关键字";
-$a->strings["Saved Searches"] = "保存的搜索";
-$a->strings["Only logged in users are permitted to perform a search."] = "只有已登录的用户被允许进行搜索。";
-$a->strings["Too Many Requests"] = "过多请求";
-$a->strings["Only one search per minute is permitted for not logged in users."] = "对未登录的用户,每分钟只允许一条搜索。";
-$a->strings["No results."] = "没有结果。";
-$a->strings["Items tagged with: %s"] = "";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s关注着%2\$s的%3\$s";
-$a->strings["Tag removed"] = "标签去除了";
-$a->strings["Remove Item Tag"] = "去除项目标签";
-$a->strings["Select a tag to remove: "] = "选择删除一个标签: ";
-$a->strings["Export account"] = "导出账户";
-$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "导出你的账户信息和联系人。用这个功能来生成一个你的账户的备份,并且/或者把它移到另外一个服务器。";
-$a->strings["Export all"] = "导出全部";
-$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "导出你的账户信息、联系人和所有你的项目为 json 格式。可能会是一个很大的文件,并可能花费很多时间。用这个功能来做一个你的账户的全备份(照片不会被导出)";
-$a->strings["Export personal data"] = "导出个人信息";
-$a->strings["No contacts."] = "没有联系人。";
-$a->strings["Access denied."] = "没有用权。";
-$a->strings["Wall Photos"] = "墙照片";
-$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "一天最多墙通知给%s超过了。通知没有通过 。";
-$a->strings["No recipient selected."] = "没有选择的接受者。";
-$a->strings["Unable to check your home location."] = "核对不了您的主页。";
-$a->strings["Message could not be sent."] = "消息发不了。";
-$a->strings["Message collection failure."] = "通信受到错误。";
-$a->strings["Message sent."] = "消息发了";
-$a->strings["No recipient."] = "没有接受者。";
-$a->strings["Send Private Message"] = "发私人的通信";
-$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "如果您想%s回答,请核对您网站的隐私设置允许生发送人的私人邮件。";
-$a->strings["To:"] = "到:";
-$a->strings["Subject:"] = "题目:";
-$a->strings["Unable to locate original post."] = "找不到当初的新闻";
-$a->strings["Empty post discarded."] = "空帖子被丢弃了。";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "这个新闻是由%s,Friendica社会化网络成员之一,发给你。";
-$a->strings["You may visit them online at %s"] = "你可以网上拜访他在%s";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "你不想受到这些新闻的话,请回答这个新闻给发者联系。";
-$a->strings["%s posted an update."] = "%s贴上一个新闻。";
+$a->strings["Mutual Friendship"] = "共同友谊";
+$a->strings["is a fan of yours"] = "是你的粉丝";
+$a->strings["you are a fan of"] = "您已关注";
+$a->strings["Toggle Blocked status"] = "切换屏蔽状态";
+$a->strings["Toggle Ignored status"] = "交替忽视现状";
+$a->strings["Toggle Archive status"] = "交替档案现状";
+$a->strings["Delete contact"] = "删除联系人";
+$a->strings["Terms of Service"] = "服务条款";
+$a->strings["Privacy Statement"] = "隐私声明";
+$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."] = "";
+$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."] = "";
+$a->strings["This is Friendica, version"] = "这是Friendica,版本";
+$a->strings["running at web location"] = "运作再网址";
+$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "请浏览 <a href=\"https://friendi.ca\">Friendi.ca</a> 以了解更多关于 Friendica 项目的信息。";
+$a->strings["Bug reports and issues: please visit"] = "Bug 及 issues 报告:请访问";
+$a->strings["the bugtracker at github"] = "在 github 上的错误追踪系统";
+$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "建议,夸奖,捐赠,等-请发邮件到「 Info」在Friendica点com";
+$a->strings["Installed addons/apps:"] = "已安装的插件/应用:";
+$a->strings["No installed addons/apps"] = "没有已安装的插件或应用";
+$a->strings["Read about the <a href=\"%1\$s/tos\">Terms of Service</a> of this node."] = "阅读此节点的<a href=\"%1\$s/tos\">服务条款</a>。";
+$a->strings["On this server the following remote servers are blocked."] = "在这个服务器上以下远程服务器被封禁了。";
+$a->strings["Reason for the block"] = "封禁原因";
+$a->strings["No valid account found."] = "找不到效的账户。";
+$a->strings["Password reset request issued. Check your email."] = "重设密码要求发布了。核对您的收件箱。";
+$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "";
+$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "";
+$a->strings["Password reset requested at %s"] = "重设密码要求被发布%s";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "要求确认不了。(您可能已经提交它。)重设密码失败了。";
+$a->strings["Request has expired, please make a new one."] = "请求超时,请重试。";
+$a->strings["Forgot your Password?"] = "忘记你的密码吗?";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "输入您的邮件地址和提交为重置密码。然后核对收件箱看别的说明。";
+$a->strings["Nickname or Email: "] = "昵称或邮件地址:";
+$a->strings["Reset"] = "复位";
+$a->strings["Password Reset"] = "复位密码";
+$a->strings["Your password has been reset as requested."] = "您的密码被重设如要求的。";
+$a->strings["Your new password is"] = "你的新的密码是";
+$a->strings["Save or copy your new password - and then"] = "保存或复制新密码-之后";
+$a->strings["click here to login"] = "点击这里登录";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "您的密码可以在成功登录后在<em>设置</em>页修改。";
+$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "";
+$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "";
+$a->strings["Your password has been changed at %s"] = "您密码被变化在%s";
 $a->strings["Registration successful. Please check your email for further instructions."] = "注册成功了。请咨询说明再您的收件箱。";
 $a->strings["Failed to send email message. Here your accout details:<br> login: %s<br> password: %s<br><br>You can change your password after login."] = "发送邮件失败。你的账户消息是:<br>用户名:%s<br> 密码: %s<br><br>。登录后能改密码。";
 $a->strings["Registration successful."] = "注册成功。";
@@ -963,10 +1122,10 @@ $a->strings["Include your profile in member directory?"] = "放您的简介再
 $a->strings["Note for the admin"] = "";
 $a->strings["Leave a message for the admin, why you want to join this node"] = "给管理员留条消息,为什么你想加入这个节点";
 $a->strings["Membership on this site is by invitation only."] = "会员身份在这个网站是光通过邀请。";
-$a->strings["Your invitation code: "] = "";
+$a->strings["Your invitation code: "] = "您的邀请码:";
 $a->strings["Registration"] = "注册";
 $a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "你的全名 (比如张三,真名或看起来是真名):";
-$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "";
+$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "您的电子邮件地址:(初始信息将发送到这里,所以这必须是一个存在的地址。)";
 $a->strings["New Password:"] = "新密码:";
 $a->strings["Leave empty for an auto generated password."] = "留空以使用自动生成的密码。";
 $a->strings["Confirm:"] = "确认:";
@@ -977,7 +1136,7 @@ $a->strings["Import your profile to this friendica instance"] = "进口您的简
 $a->strings["Theme settings updated."] = "主题设置更新了。";
 $a->strings["Information"] = "资料";
 $a->strings["Overview"] = "概览";
-$a->strings["Federation Statistics"] = "";
+$a->strings["Federation Statistics"] = "联邦网络统计";
 $a->strings["Configuration"] = "";
 $a->strings["Site"] = "网站";
 $a->strings["Users"] = "用户";
@@ -993,18 +1152,24 @@ $a->strings["Server Blocklist"] = "服务器屏蔽列表";
 $a->strings["Delete Item"] = "删除项目";
 $a->strings["Logs"] = "记录";
 $a->strings["View Logs"] = "查看日志";
-$a->strings["Diagnostics"] = "";
+$a->strings["Diagnostics"] = "诊断";
 $a->strings["PHP Info"] = "PHP Info";
 $a->strings["probe address"] = "探测地址";
-$a->strings["check webfinger"] = "";
+$a->strings["check webfinger"] = "检查 webfinger";
 $a->strings["Admin"] = "管理";
 $a->strings["Addon Features"] = "插件特性";
 $a->strings["User registrations waiting for confirmation"] = "用户注册等确认";
+$a->strings["Administration"] = "管理";
+$a->strings["Display Terms of Service"] = "显示服务条款";
+$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = "";
+$a->strings["Display Privacy Statement"] = "";
+$a->strings["Show some informations regarding the needed information to operate the node according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."] = "";
+$a->strings["The Terms of Service"] = "服务条款";
+$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "";
 $a->strings["The blocked domain"] = "被封禁的域名";
 $a->strings["The reason why you blocked this domain."] = "封禁这个域名的原因。";
 $a->strings["Delete domain"] = "删除域名";
 $a->strings["Check to delete this entry from the blocklist"] = "选中以从列表中删除此条目";
-$a->strings["Administration"] = "管理";
 $a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = "";
 $a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "";
 $a->strings["Add new entry to block list"] = "添加新条目到屏蔽列表";
@@ -1053,9 +1218,9 @@ $a->strings["Network"] = "网络";
 $a->strings["Created"] = "已创建";
 $a->strings["Last Tried"] = "上次尝试";
 $a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = "";
-$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php scripts/dbstructure.php toinnodb</tt> of your Friendica installation for an automatic conversion.<br />"] = "";
+$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 bin/console.php dbstructure 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"] = "有新的 Friendica 版本可供下载。您当前的版本为 %1\$s,上游版本为 %2\$s";
-$a->strings["The database update failed. Please run \"php scripts/dbstructure.php update\" from the command line and have a look at the errors that might appear."] = "";
+$a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = "";
 $a->strings["The worker was never executed. Please check your database structure!"] = "";
 $a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = "";
 $a->strings["Normal Account"] = "正常帐户";
@@ -1099,6 +1264,7 @@ $a->strings["Policies"] = "政策";
 $a->strings["Auto Discovered Contact Directory"] = "";
 $a->strings["Performance"] = "性能";
 $a->strings["Worker"] = "";
+$a->strings["Message Relay"] = "讯息中继";
 $a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "重定位 - 警告:高级功能。可能会让这个服务器不可达。";
 $a->strings["Site name"] = "网页名字";
 $a->strings["Host name"] = "服务器名";
@@ -1120,8 +1286,8 @@ $a->strings["SSL link policy"] = "SSL环节方针";
 $a->strings["Determines whether generated links should be forced to use SSL"] = "决定产生的链接是否应该强制使用 SSL";
 $a->strings["Force SSL"] = "强制使用 SSL";
 $a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "强逼所有非SSL的要求用SSL。注意:在有的系统会导致无限循环";
-$a->strings["Hide help entry from navigation menu"] = "隐藏帮助在航行选单";
-$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "隐藏帮助项目在航行选单。您还能用它经过手动的输入「/help」";
+$a->strings["Hide help entry from navigation menu"] = "在导航菜单隐藏帮助条目";
+$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "在导航菜单中隐藏帮助页面的菜单条目。您仍然可以通过输入「/help」直接访问。";
 $a->strings["Single user instance"] = "单用户网站";
 $a->strings["Make this instance multi-user or single-user for the named user"] = "弄这网站多用户或单用户为选择的用户";
 $a->strings["Maximum image size"] = "图片最大尺寸";
@@ -1134,7 +1300,7 @@ $a->strings["Register policy"] = "注册政策";
 $a->strings["Maximum Daily Registrations"] = "一天最多注册";
 $a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day.  If register is set to closed, this setting has no effect."] = "如果注册上边许可的,这个选择一天最多新用户注册会接待。如果注册关闭了,这个设置没有印象。";
 $a->strings["Register text"] = "注册正文";
-$a->strings["Will be displayed prominently on the registration page."] = "被显著的在注册页表示。";
+$a->strings["Will be displayed prominently on the registration page. You can use BBCode here."] = "";
 $a->strings["Accounts abandoned after x days"] = "账户丢弃X天后";
 $a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "拒绝浪费系统资源看外网站找丢弃的账户。输入0为无时限。";
 $a->strings["Allowed friend domains"] = "允许的朋友域";
@@ -1229,16 +1395,31 @@ $a->strings["Only search in tags"] = "";
 $a->strings["On large systems the text search can slow down the system extremely."] = "在大型系统中,正文搜索会极大降低系统运行速度。";
 $a->strings["New base url"] = "新基础URL";
 $a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = "";
-$a->strings["RINO Encryption"] = "";
+$a->strings["RINO Encryption"] = "RINO 加密";
 $a->strings["Encryption layer between nodes."] = "节点之间的加密层。";
+$a->strings["Enabled"] = "已启用";
 $a->strings["Maximum number of parallel workers"] = "";
 $a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "";
 $a->strings["Don't use 'proc_open' with the worker"] = "";
 $a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."] = "";
-$a->strings["Enable fastlane"] = "";
+$a->strings["Enable fastlane"] = "启用快车道模式";
 $a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = "";
 $a->strings["Enable frontend worker"] = "";
 $a->strings["When enabled the Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = "";
+$a->strings["Subscribe to relay"] = "";
+$a->strings["Enables the receiving of public posts from the relay. They will be included in the search, subscribed tags and on the global community page."] = "";
+$a->strings["Relay server"] = "中继服务器";
+$a->strings["Address of the relay server where public posts should be send to. For example https://relay.diasp.org"] = "";
+$a->strings["Direct relay transfer"] = "";
+$a->strings["Enables the direct transfer to other servers without using the relay servers"] = "";
+$a->strings["Relay scope"] = "";
+$a->strings["Can be 'all' or 'tags'. 'all' means that every public post should be received. 'tags' means that only posts with selected tags should be received."] = "";
+$a->strings["all"] = "";
+$a->strings["tags"] = "";
+$a->strings["Server tags"] = "";
+$a->strings["Comma separated list of tags for the 'tags' subscription."] = "";
+$a->strings["Allow user tags"] = "";
+$a->strings["If enabled, the tags from the saved searches will used for the 'tags' subscription in addition to the 'relay_server_tags'."] = "";
 $a->strings["Update has been marked successful"] = "更新当成功标签了";
 $a->strings["Database structure update %s was successfully applied."] = "";
 $a->strings["Executing of database structure update %s failed with error: %s"] = "";
@@ -1253,7 +1434,7 @@ $a->strings["This does not include updates prior to 1139, which did not return a
 $a->strings["Mark success (if update was manually applied)"] = "标注成功(如果手动地把更新实行了)";
 $a->strings["Attempt to execute this update step automatically"] = "试图自动地把这步更新实行";
 $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "";
-$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4\$s."] = "";
+$a->strings["\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\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "";
 $a->strings["Registration details for %s"] = "注册信息为%s";
 $a->strings["%s user blocked/unblocked"] = [
        0 => "",
@@ -1317,164 +1498,6 @@ $a->strings["Off"] = "关";
 $a->strings["On"] = "开";
 $a->strings["Lock feature %s"] = "锁定特性 %s";
 $a->strings["Manage Additional Features"] = "管理附加特性";
-$a->strings["Source (bbcode) text:"] = "源代码(bbcode)正文";
-$a->strings["Source (Diaspora) text to convert to BBcode:"] = "源代(Diaspora)正文要翻译成BBCode:";
-$a->strings["Source input: "] = "源代码输入:";
-$a->strings["bbcode (raw HTML(: "] = "";
-$a->strings["bbcode: "] = "";
-$a->strings["bbcode => html2bbcode: "] = "";
-$a->strings["bb2diaspora: "] = "";
-$a->strings["bb2diaspora => Markdown: "] = "";
-$a->strings["bb2diaspora => diaspora2bb: "] = "";
-$a->strings["Source input (Diaspora format): "] = "源代输入(Diaspora形式):";
-$a->strings["diaspora2bb: "] = "diaspora2bb: ";
-$a->strings["Login"] = "登录";
-$a->strings["The post was created"] = "文章创建了";
-$a->strings["Community option not available."] = "社区选项不可用。";
-$a->strings["Not available."] = "不可用的";
-$a->strings["Local Community"] = "本地社区";
-$a->strings["Posts from local users on this server"] = "";
-$a->strings["Global Community"] = "全球社区";
-$a->strings["Posts from users of the whole federated network"] = "";
-$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "";
-$a->strings["Status:"] = "现状:";
-$a->strings["Homepage:"] = "主页:";
-$a->strings["Global Directory"] = "综合目录";
-$a->strings["Find on this site"] = "找在这网站";
-$a->strings["Results for:"] = "";
-$a->strings["Site Directory"] = "网站目录";
-$a->strings["No entries (some entries may be hidden)."] = "没有文章(有的文章会被隐藏)。";
-$a->strings["Item not found"] = "项目没找到";
-$a->strings["Edit post"] = "编辑文章";
-$a->strings["Event can not end before it has started."] = "事件不能在开始前结束。";
-$a->strings["Event title and start time are required."] = "项目标题和开始时间是必须的。";
-$a->strings["Create New Event"] = "创建新的事件";
-$a->strings["Event details"] = "事件细节";
-$a->strings["Starting date and Title are required."] = "需要开始日期和标题。";
-$a->strings["Event Starts:"] = "事件开始:";
-$a->strings["Finish date/time is not known or not relevant"] = "结束日期/时间未知或无关";
-$a->strings["Event Finishes:"] = "事件结束:";
-$a->strings["Adjust for viewer timezone"] = "调整为浏览者的时区";
-$a->strings["Description:"] = "描述:";
-$a->strings["Title:"] = "标题:";
-$a->strings["Share this event"] = "分享这个事件";
-$a->strings["Basic"] = "基本";
-$a->strings["Failed to remove event"] = "删除事件失败";
-$a->strings["Event removed"] = "事件已删除";
-$a->strings["Friend suggestion sent."] = "朋友建议发送了。";
-$a->strings["Suggest Friends"] = "推荐的朋友们";
-$a->strings["Suggest a friend for %s"] = "给 %s 推荐朋友";
-$a->strings["Group created."] = "群组已创建。";
-$a->strings["Could not create group."] = "无法创建群组。";
-$a->strings["Group not found."] = "组找不到。";
-$a->strings["Group name changed."] = "组名变化了。";
-$a->strings["Save Group"] = "保存组";
-$a->strings["Create a group of contacts/friends."] = "创建一组联系人/朋友。";
-$a->strings["Group Name: "] = "组名:";
-$a->strings["Group removed."] = "组删除了。";
-$a->strings["Unable to remove group."] = "不能删除组。";
-$a->strings["Delete Group"] = "删除群组";
-$a->strings["Group Editor"] = "组编辑器";
-$a->strings["Edit Group Name"] = "编辑群组名称";
-$a->strings["Members"] = "成员";
-$a->strings["Group is empty"] = "组没有成员";
-$a->strings["Remove Contact"] = "删除联系人";
-$a->strings["Add Contact"] = "添加联系人";
-$a->strings["New Message"] = "新的消息";
-$a->strings["Unable to locate contact information."] = "无法找到联系人信息。";
-$a->strings["Messages"] = "消息";
-$a->strings["Do you really want to delete this message?"] = "您真的想删除这个通知吗?";
-$a->strings["Message deleted."] = "消息删除了。";
-$a->strings["Conversation removed."] = "交流删除了。";
-$a->strings["No messages."] = "没有消息";
-$a->strings["Message not available."] = "通信不可用的";
-$a->strings["Delete message"] = "删除消息";
-$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
-$a->strings["Delete conversation"] = "删除交谈";
-$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "没可用的安全交通。您<strong>可能</strong>会在发送人的简介页会回答。";
-$a->strings["Send Reply"] = "发回答";
-$a->strings["Unknown sender - %s"] = "生发送人-%s";
-$a->strings["You and %s"] = "您和%s";
-$a->strings["%s and You"] = "%s和您";
-$a->strings["%d message"] = [
-       0 => "%d通知",
-];
-$a->strings["add"] = "添加";
-$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
-       0 => "警告:这个组包含 %s 来自不允许非公开消息的网络的成员。",
-];
-$a->strings["Messages in this group won't be send to these receivers."] = "这个组中的消息不会被发送至这些接收者。";
-$a->strings["No such group"] = "没有这个组";
-$a->strings["Group: %s"] = "组:%s";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "私人通信给这个人回被公开。";
-$a->strings["Invalid contact."] = "无效的联系人。";
-$a->strings["Commented Order"] = "评论时间顺序";
-$a->strings["Sort by Comment Date"] = "按评论日期顺序排列";
-$a->strings["Posted Order"] = "发布时间顺序";
-$a->strings["Sort by Post Date"] = "按发布日期顺序排列";
-$a->strings["Posts that mention or involve you"] = "提及你或你参与的文章";
-$a->strings["New"] = "新";
-$a->strings["Activity Stream - by date"] = "活动流-按日期";
-$a->strings["Shared Links"] = "共享的链接";
-$a->strings["Interesting Links"] = "有意思的超链接";
-$a->strings["Starred"] = "被星";
-$a->strings["Favourite Posts"] = "最喜欢的文章";
-$a->strings["Personal Notes"] = "私人便条";
-$a->strings["Photo Albums"] = "相册";
-$a->strings["Recent Photos"] = "最近的照片";
-$a->strings["Upload New Photos"] = "上传新照片";
-$a->strings["everybody"] = "每人";
-$a->strings["Contact information unavailable"] = "联系人信息不可用";
-$a->strings["Album not found."] = "取回不了相册.";
-$a->strings["Delete Album"] = "删除相册";
-$a->strings["Do you really want to delete this photo album and all its photos?"] = "您真的想删除这个相册和所有里面的照相吗?";
-$a->strings["Delete Photo"] = "删除照片";
-$a->strings["Do you really want to delete this photo?"] = "您真的想删除这个照相吗?";
-$a->strings["a photo"] = "一张照片";
-$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s被%3\$s标签在%2\$s";
-$a->strings["Image upload didn't complete, please try again"] = "图片上传未完成,请重试";
-$a->strings["Image file is missing"] = "缺少图片文件";
-$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "服务器目前无法接受新的上传文件,请联系您的管理员";
-$a->strings["Image file is empty."] = "图片文件空的。";
-$a->strings["No photos selected"] = "没有照片挑选了";
-$a->strings["Access to this item is restricted."] = "这个项目使用权限的。";
-$a->strings["Upload Photos"] = "上传照片";
-$a->strings["New album name: "] = "新册名:";
-$a->strings["or existing album name: "] = "或现有册名";
-$a->strings["Do not show a status post for this upload"] = "别显示现状报到关于这个上传";
-$a->strings["Show to Groups"] = "给组表示";
-$a->strings["Show to Contacts"] = "展示给联系人";
-$a->strings["Edit Album"] = "编照片册";
-$a->strings["Show Newest First"] = "先表示最新的";
-$a->strings["Show Oldest First"] = "先表示最老的";
-$a->strings["View Photo"] = "看照片";
-$a->strings["Permission denied. Access to this item may be restricted."] = "无权利。用这个项目可能受限制。";
-$a->strings["Photo not available"] = "不可获得的照片";
-$a->strings["View photo"] = "看照片";
-$a->strings["Edit photo"] = "编辑照片";
-$a->strings["Use as profile photo"] = "用为资料图";
-$a->strings["Private Message"] = "私人的新闻";
-$a->strings["View Full Size"] = "看全尺寸";
-$a->strings["Tags: "] = "标签:";
-$a->strings["[Remove any tag]"] = "[删除任何标签]";
-$a->strings["New album name"] = "新册名";
-$a->strings["Caption"] = "字幕";
-$a->strings["Add a Tag"] = "加标签";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "例子:@zhang, @Zhang_San, @li@example.com, #Beijing, #ktv";
-$a->strings["Do not rotate"] = "不要旋转";
-$a->strings["Rotate CW (right)"] = "顺时针地转动(左)";
-$a->strings["Rotate CCW (left)"] = "反顺时针地转动(右)";
-$a->strings["I like this (toggle)"] = "我喜欢这(交替)";
-$a->strings["I don't like this (toggle)"] = "我不喜欢这(交替)";
-$a->strings["This is you"] = "这是你";
-$a->strings["Comment"] = "评论";
-$a->strings["Map"] = "地图";
-$a->strings["View Album"] = "看照片册";
-$a->strings["Requested profile is not available."] = "要求的简介联系不上的。";
-$a->strings["%s's posts"] = "";
-$a->strings["%s's comments"] = "";
-$a->strings["%s's timeline"] = "%s 的时间线";
-$a->strings["Tips for New Members"] = "新人建议";
 $a->strings["Display"] = "显示";
 $a->strings["Social Networks"] = "社会化网络";
 $a->strings["Delegations"] = "代表";
@@ -1487,6 +1510,7 @@ $a->strings["Features updated"] = "特点更新了";
 $a->strings["Relocate message has been send to your contacts"] = "调动消息已发送给您的联系人";
 $a->strings["Passwords do not match. Password unchanged."] = "密码不匹配。密码没改变。";
 $a->strings["Empty passwords are not allowed. Password unchanged."] = "空的密码禁止。密码没未改变的。";
+$a->strings["The new password has been exposed in a public data dump, please choose another."] = "";
 $a->strings["Wrong password."] = "密码不正确。";
 $a->strings["Password changed."] = "密码变化了。";
 $a->strings["Password update failed. Please try again."] = "密码更新失败了。请再试。";
@@ -1509,16 +1533,18 @@ $a->strings["Edit"] = "编辑";
 $a->strings["Client key starts with"] = "客户钥匙头字是";
 $a->strings["No name"] = "无名";
 $a->strings["Remove authorization"] = "撤消权能";
-$a->strings["No Addon settings configured"] = "";
+$a->strings["No Addon settings configured"] = "无插件设置配置完成";
 $a->strings["Addon Settings"] = "插件设置";
 $a->strings["Additional Features"] = "附加特性";
 $a->strings["Diaspora"] = "Diaspora";
 $a->strings["enabled"] = "能够做的";
 $a->strings["disabled"] = "已停用";
 $a->strings["Built-in support for %s connectivity is %s"] = "包括的支持为%s连通性是%s";
-$a->strings["GNU Social (OStatus)"] = "";
+$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)";
 $a->strings["Email access is disabled on this site."] = "电子邮件访问在这个站上被禁用。";
 $a->strings["General Social Media Settings"] = "通用社交媒体设置";
+$a->strings["Disable Content Warning"] = "禁用内容警告";
+$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "";
 $a->strings["Disable intelligent shortening"] = "";
 $a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "";
 $a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "自动关注任何 GNU Social (OStatus) 关注者/提及者";
@@ -1575,7 +1601,7 @@ $a->strings["Personal Page Subtypes"] = "";
 $a->strings["Community Forum Subtypes"] = "";
 $a->strings["Personal Page"] = "个人页面";
 $a->strings["Account for a personal profile."] = "";
-$a->strings["Organisation Page"] = "";
+$a->strings["Organisation Page"] = "组织页面";
 $a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "";
 $a->strings["News Page"] = "新闻页面";
 $a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "";
@@ -1586,11 +1612,11 @@ $a->strings["Account for a regular personal profile that requires manual approva
 $a->strings["Soapbox Page"] = "演讲台页";
 $a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "";
 $a->strings["Public Forum"] = "公共论坛";
-$a->strings["Automatically approves all contact requests."] = "";
+$a->strings["Automatically approves all contact requests."] = "自动批准所有联系人请求。";
 $a->strings["Automatic Friend Page"] = "自动朋友页";
 $a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "";
 $a->strings["Private Forum [Experimental]"] = "隐私评坛[实验性的 ]";
-$a->strings["Requires manual approval of contact requests."] = "";
+$a->strings["Requires manual approval of contact requests."] = "需要人工批准联系人请求。";
 $a->strings["OpenID:"] = "OpenID:";
 $a->strings["(Optional) Allow this OpenID to login to this account."] = "(可选的) 允许这个 OpenID 登录这个账户。";
 $a->strings["Publish your default profile in your local site directory?"] = "出版您默认简介在您当地的网站目录?";
@@ -1604,11 +1630,11 @@ $a->strings["Anonymous visitors will only see your profile picture, your display
 $a->strings["Allow friends to post to your profile page?"] = "允许朋友们贴文章在您的简介页?";
 $a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "";
 $a->strings["Allow friends to tag your posts?"] = "允许朋友们标签您的文章?";
-$a->strings["Your contacts can add additional tags to your posts."] = "";
+$a->strings["Your contacts can add additional tags to your posts."] = "您的联系人可以为您的帖子添加额外的标签。";
 $a->strings["Allow us to suggest you as a potential friend to new members?"] = "允许我们建议您潜力朋友给新成员?";
-$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "";
+$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "如果您愿意,Friendica 可能会建议新成员将您添加为联系人。";
 $a->strings["Permit unknown people to send you private mail?"] = "允许生人寄给您私人邮件?";
-$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "";
+$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Friendica 网络用户可能会向您发送私人信息,即使他们不在您的联系人列表中。";
 $a->strings["Profile is <strong>not published</strong>."] = "简介<strong>未发布</strong>。";
 $a->strings["Your Identity Address is <strong>'%s'</strong> or '%s'."] = "你的身份地址是 <strong>'%s'</strong> 或者 '%s'.";
 $a->strings["Automatically expire posts after this many days:"] = "在这数天后自动使文章过期:";
@@ -1661,81 +1687,22 @@ $a->strings["Activate desktop notifications"] = "启用桌面通知";
 $a->strings["Show desktop popup on new notifications"] = "在有新的提示时显示桌面弹出窗口";
 $a->strings["Text-only notification emails"] = "纯文本通知邮件";
 $a->strings["Send text only notification emails, without the html part"] = "发送纯文本通知邮件,无 html 部分";
-$a->strings["Show detailled notifications"] = "";
-$a->strings["Per default the notificiation are condensed to a single notification per item. When enabled, every notification is displayed."] = "";
+$a->strings["Show detailled notifications"] = "显示详细通知";
+$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "";
 $a->strings["Advanced Account/Page Type Settings"] = "专家账户/页种设置";
 $a->strings["Change the behaviour of this account for special situations"] = "把这个账户特别情况的时候行动变化";
 $a->strings["Relocate"] = "调动";
 $a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "如果您调动这个简介从别的服务器但有的熟人没收到您的更新,尝试按这个钮。";
 $a->strings["Resend relocate message to contacts"] = "把调动信息寄给熟人";
-$a->strings["Do you really want to delete this video?"] = "你真的想删除这个视频吗?";
-$a->strings["Delete Video"] = "删除视频";
-$a->strings["No videos selected"] = "没有视频被选择";
-$a->strings["Recent Videos"] = "最近的视频";
-$a->strings["Upload New Videos"] = "上传新视频";
-$a->strings["default"] = "默认";
-$a->strings["greenzero"] = "greenzero";
-$a->strings["purplezero"] = "purplezero";
-$a->strings["easterbunny"] = "easterbunny";
-$a->strings["darkzero"] = "darkzero";
-$a->strings["comix"] = "comix";
-$a->strings["slackr"] = "slackr";
-$a->strings["Variations"] = "变化";
-$a->strings["Repeat the image"] = "";
-$a->strings["Will repeat your image to fill the background."] = "";
-$a->strings["Stretch"] = "";
-$a->strings["Will stretch to width/height of the image."] = "";
-$a->strings["Resize fill and-clip"] = "";
-$a->strings["Resize to fill and retain aspect ratio."] = "";
-$a->strings["Resize best fit"] = "";
-$a->strings["Resize to best fit and retain aspect ratio."] = "";
-$a->strings["Default"] = "默认";
-$a->strings["Note"] = "";
-$a->strings["Check image permissions if all users are allowed to visit the image"] = "";
-$a->strings["Select scheme"] = "选择方案";
-$a->strings["Navigation bar background color"] = "";
-$a->strings["Navigation bar icon color "] = "";
-$a->strings["Link color"] = "链接颜色";
-$a->strings["Set the background color"] = "设置背景色";
-$a->strings["Content background opacity"] = "";
-$a->strings["Set the background image"] = "设置背景图片";
-$a->strings["Login page background image"] = "登录页面背景图片";
-$a->strings["Login page background color"] = "登录页面背景色";
-$a->strings["Leave background image and color empty for theme defaults"] = "";
-$a->strings["Guest"] = "";
-$a->strings["Visitor"] = "访客";
-$a->strings["Logout"] = "注销";
-$a->strings["End this session"] = "结束此次会话";
-$a->strings["Your posts and conversations"] = "你的消息和交谈";
-$a->strings["Your profile page"] = "你的简介页";
-$a->strings["Your photos"] = "你的照片";
-$a->strings["Videos"] = "视频";
-$a->strings["Your videos"] = "你的视频";
-$a->strings["Your events"] = "你的项目";
-$a->strings["Conversations from your friends"] = "来自你的朋友们的交谈";
-$a->strings["Events and Calendar"] = "事件和日历";
-$a->strings["Private mail"] = "私人的邮件";
-$a->strings["Account settings"] = "帐户设置";
-$a->strings["Manage/edit friends and contacts"] = "管理/编辑朋友和联系人";
-$a->strings["Alignment"] = "对齐";
-$a->strings["Left"] = "左边";
-$a->strings["Center"] = "中间";
-$a->strings["Color scheme"] = "色彩方案";
-$a->strings["Posts font size"] = "文章";
-$a->strings["Textareas font size"] = "文本区字体大小";
-$a->strings["Comma separated list of helper forums"] = "";
-$a->strings["Set style"] = "选择款式";
-$a->strings["Community Pages"] = "社会页";
-$a->strings["Community Profiles"] = "社会简介";
-$a->strings["Help or @NewHere ?"] = "帮助或@菜鸟?";
-$a->strings["Connect Services"] = "连接服务";
-$a->strings["Find Friends"] = "找朋友们";
-$a->strings["Last users"] = "上次用户";
-$a->strings["Local Directory"] = "当地目录";
-$a->strings["Similar Interests"] = "相似兴趣";
-$a->strings["Invite Friends"] = "邀请朋友们";
-$a->strings["External link to forum"] = "到论坛的外链";
-$a->strings["Quick Start"] = "快速入门";
+$a->strings["Error decoding account file"] = "解码账户文件出错误";
+$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "错误!文件没有版本数!这不是Friendica账户文件吗?";
+$a->strings["User '%s' already exists on this server!"] = "用户「%s」已经存在这个服务器!";
+$a->strings["User creation error"] = "用户创建错误";
+$a->strings["User profile creation error"] = "用户简介创建错误";
+$a->strings["%d contact not imported"] = [
+       0 => "%d 个联系人没导入",
+];
+$a->strings["Done. You can now login with your username and password"] = "完成。你现在可以用你的用户名和密码登录";
 $a->strings["System"] = "系统";
 $a->strings["Home"] = "主页";
 $a->strings["Introductions"] = "介绍";
@@ -1750,15 +1717,13 @@ $a->strings["%s is now friends with %s"] = "%s成为%s的朋友";
 $a->strings["Friend Suggestion"] = "朋友建议";
 $a->strings["Friend/Connect Request"] = "友谊/联络要求";
 $a->strings["New Follower"] = "新关注者";
-$a->strings["Error decoding account file"] = "解码账户文件出错误";
-$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "错误!文件没有版本数!这不是Friendica账户文件吗?";
-$a->strings["User '%s' already exists on this server!"] = "用户「%s」已经存在这个服务器!";
-$a->strings["User creation error"] = "用户创建错误";
-$a->strings["User profile creation error"] = "用户简介创建错误";
-$a->strings["%d contact not imported"] = [
-       0 => "%d 个联系人没导入",
-];
-$a->strings["Done. You can now login with your username and password"] = "完成。你现在可以用你的用户名和密码登录";
+$a->strings["Post to Email"] = "电邮发布";
+$a->strings["Hide your profile details from unknown viewers?"] = "使简介信息给陌生的看着看不了?";
+$a->strings["Connectors disabled, since \"%s\" is enabled."] = "连接器已停用,因为\"%s\"启用。";
+$a->strings["Visible to everybody"] = "任何人可见的";
+$a->strings["show"] = "显示";
+$a->strings["don't show"] = "不要显示";
+$a->strings["Close"] = "关闭";
 $a->strings["Birthday:"] = "生日:";
 $a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD 或 MM-DD";
 $a->strings["never"] = "从未";
@@ -1782,113 +1747,55 @@ $a->strings["$1 wrote:"] = "$1写:";
 $a->strings["Encrypted content"] = "加密的内容";
 $a->strings["Invalid source protocol"] = "无效的源协议";
 $a->strings["Invalid link protocol"] = "无效的连接协议";
-$a->strings["Frequently"] = "时常";
-$a->strings["Hourly"] = "每小时";
-$a->strings["Twice daily"] = "每日两次";
-$a->strings["Daily"] = "每日";
-$a->strings["Weekly"] = "每周";
-$a->strings["Monthly"] = "每月";
-$a->strings["OStatus"] = "OStatus";
-$a->strings["RSS/Atom"] = "RSS/Atom";
-$a->strings["Facebook"] = "Facebook";
-$a->strings["Zot!"] = "Zot!";
-$a->strings["LinkedIn"] = "LinkedIn";
-$a->strings["XMPP/IM"] = "XMPP/IM";
-$a->strings["MySpace"] = "MySpace";
-$a->strings["Google+"] = "Google+";
-$a->strings["pump.io"] = "pump.io";
-$a->strings["Twitter"] = "Twitter";
-$a->strings["Diaspora Connector"] = "Diaspora连接";
-$a->strings["GNU Social Connector"] = "GNU Social 连接器";
-$a->strings["pnut"] = "";
-$a->strings["App.net"] = "";
-$a->strings["Male"] = "男的";
-$a->strings["Female"] = "女的";
-$a->strings["Currently Male"] = "现在男的";
-$a->strings["Currently Female"] = "现在女的";
-$a->strings["Mostly Male"] = "主要男的";
-$a->strings["Mostly Female"] = "主要女的";
-$a->strings["Transgender"] = "跨性別";
-$a->strings["Intersex"] = "阴阳人";
-$a->strings["Transsexual"] = "”转基因“人";
-$a->strings["Hermaphrodite"] = "两性体";
-$a->strings["Neuter"] = "中性的";
-$a->strings["Non-specific"] = "不明确的";
-$a->strings["Other"] = "别的";
-$a->strings["Males"] = "男人";
-$a->strings["Females"] = "女人";
-$a->strings["Gay"] = "男同性恋的";
-$a->strings["Lesbian"] = "女同性恋的";
-$a->strings["No Preference"] = "无偏爱";
-$a->strings["Bisexual"] = "双性恋的";
-$a->strings["Autosexual"] = "自性的";
-$a->strings["Abstinent"] = "有节制的";
-$a->strings["Virgin"] = "原始的";
-$a->strings["Deviant"] = "变态";
-$a->strings["Fetish"] = "恋物对象";
-$a->strings["Oodles"] = "多多";
-$a->strings["Nonsexual"] = "无性";
-$a->strings["Single"] = "单身";
-$a->strings["Lonely"] = "寂寞";
-$a->strings["Available"] = "单身的";
-$a->strings["Unavailable"] = "不可获得的";
-$a->strings["Has crush"] = "迷恋";
-$a->strings["Infatuated"] = "痴迷";
-$a->strings["Dating"] = "约会";
-$a->strings["Unfaithful"] = "外遇";
-$a->strings["Sex Addict"] = "性交因成瘾者";
-$a->strings["Friends"] = "朋友";
-$a->strings["Friends/Benefits"] = "朋友/益";
-$a->strings["Casual"] = "休闲";
-$a->strings["Engaged"] = "已订婚的";
-$a->strings["Married"] = "结婚";
-$a->strings["Imaginarily married"] = "想像结婚";
-$a->strings["Partners"] = "伴侣";
-$a->strings["Cohabiting"] = "同居";
-$a->strings["Common law"] = "普通法结婚";
-$a->strings["Happy"] = "幸福";
-$a->strings["Not looking"] = "没找";
-$a->strings["Swinger"] = "交换性伴侣的";
-$a->strings["Betrayed"] = "被背叛";
-$a->strings["Separated"] = "分手";
-$a->strings["Unstable"] = "不稳";
-$a->strings["Divorced"] = "离婚";
-$a->strings["Imaginarily divorced"] = "想像离婚";
-$a->strings["Widowed"] = "寡妇";
-$a->strings["Uncertain"] = "不确定";
-$a->strings["It's complicated"] = "是复杂";
-$a->strings["Don't care"] = "无所谓";
-$a->strings["Ask me"] = "问我";
+$a->strings["External link to forum"] = "到论坛的外链";
 $a->strings["Nothing new here"] = "这里没有什么新的";
 $a->strings["Clear notifications"] = "清理出通知";
+$a->strings["Logout"] = "注销";
+$a->strings["End this session"] = "结束此次会话";
+$a->strings["Your posts and conversations"] = "你的消息和交谈";
+$a->strings["Your profile page"] = "你的简介页";
+$a->strings["Your photos"] = "你的照片";
+$a->strings["Videos"] = "视频";
+$a->strings["Your videos"] = "你的视频";
+$a->strings["Your events"] = "你的项目";
 $a->strings["Personal notes"] = "私人的便条";
 $a->strings["Your personal notes"] = "你的私人便条";
 $a->strings["Sign in"] = "登录";
 $a->strings["Home Page"] = "主页";
 $a->strings["Create an account"] = "注册";
-$a->strings["Help and documentation"] = "帮助证件";
+$a->strings["Help and documentation"] = "帮助及文档";
 $a->strings["Apps"] = "应用程序";
 $a->strings["Addon applications, utilities, games"] = "可加的应用,设施,游戏";
 $a->strings["Search site content"] = "搜索网站内容";
 $a->strings["Community"] = "社会";
 $a->strings["Conversations on this and other servers"] = "";
+$a->strings["Events and Calendar"] = "事件和日历";
 $a->strings["Directory"] = "名录";
 $a->strings["People directory"] = "人物名录";
 $a->strings["Information about this friendica instance"] = "资料关于这个Friendica服务器";
+$a->strings["Conversations from your friends"] = "来自你的朋友们的交谈";
 $a->strings["Network Reset"] = "网络重设";
 $a->strings["Load Network page with no filters"] = "表示网络页无滤器";
 $a->strings["Friend Requests"] = "友谊邀请";
 $a->strings["See all notifications"] = "看所有的通知";
 $a->strings["Mark all system notifications seen"] = "记号各系统通知看过的";
+$a->strings["Private mail"] = "私人的邮件";
 $a->strings["Inbox"] = "收件箱";
 $a->strings["Outbox"] = "发件箱";
 $a->strings["Manage"] = "管理";
 $a->strings["Manage other pages"] = "管理别的页";
+$a->strings["Account settings"] = "帐户设置";
 $a->strings["Profiles"] = "简介";
 $a->strings["Manage/Edit Profiles"] = "管理/编辑简介";
+$a->strings["Manage/edit friends and contacts"] = "管理/编辑朋友和联系人";
 $a->strings["Site setup and configuration"] = "网站开办和配置";
 $a->strings["Navigation"] = "导航";
 $a->strings["Site map"] = "网站地图";
+$a->strings["Embedding disabled"] = "嵌入已停用";
+$a->strings["Embedded content"] = "嵌入内容";
+$a->strings["Export"] = "导出";
+$a->strings["Export calendar as ical"] = "导出日历为 ical";
+$a->strings["Export calendar as csv"] = "导出日历为 csv";
 $a->strings["General Features"] = "通用特性";
 $a->strings["Multiple Profiles"] = "多简介";
 $a->strings["Ability to create multiple profiles"] = "能穿凿多简介";
@@ -1941,8 +1848,6 @@ $a->strings["Tag Cloud"] = "标签云";
 $a->strings["Provide a personal tag cloud on your profile page"] = "在您的个人简介中提供个人标签云";
 $a->strings["Display Membership Date"] = "";
 $a->strings["Display membership date in profile"] = "";
-$a->strings["Embedding disabled"] = "嵌入已停用";
-$a->strings["Embedded content"] = "嵌入内容";
 $a->strings["Add New Contact"] = "添加新的联系人";
 $a->strings["Enter address or web location"] = "输入地址或网络位置";
 $a->strings["Example: bob@example.com, http://example.com/barbara"] = "比如:li@example.com, http://example.com/li";
@@ -1952,7 +1857,9 @@ $a->strings["%d invitation available"] = [
 $a->strings["Find People"] = "找人物";
 $a->strings["Enter name or interest"] = "输入名字或兴趣";
 $a->strings["Examples: Robert Morgenstein, Fishing"] = "比如:李某,打鱼";
+$a->strings["Similar Interests"] = "相似兴趣";
 $a->strings["Random Profile"] = "随机简介";
+$a->strings["Invite Friends"] = "邀请朋友们";
 $a->strings["View Global Directory"] = "查看全球目录";
 $a->strings["Networks"] = "网络";
 $a->strings["All Networks"] = "所有网络";
@@ -1961,7 +1868,84 @@ $a->strings["Categories"] = "种类";
 $a->strings["%d contact in common"] = [
        0 => "%d 个共同的联系人",
 ];
-$a->strings["There are no tables on MyISAM."] = "";
+$a->strings["Frequently"] = "";
+$a->strings["Hourly"] = "每小时";
+$a->strings["Twice daily"] = "每天两次";
+$a->strings["Daily"] = "每天";
+$a->strings["Weekly"] = "每周";
+$a->strings["Monthly"] = "每月";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$a->strings["Facebook"] = "Facebook";
+$a->strings["Zot!"] = "Zot!";
+$a->strings["LinkedIn"] = "LinkedIn";
+$a->strings["XMPP/IM"] = "XMPP/IM";
+$a->strings["MySpace"] = "MySpace";
+$a->strings["Google+"] = "Google+";
+$a->strings["pump.io"] = "pump.io";
+$a->strings["Twitter"] = "推特";
+$a->strings["Diaspora Connector"] = "";
+$a->strings["GNU Social Connector"] = "GNU Social 连接器";
+$a->strings["pnut"] = "";
+$a->strings["App.net"] = "";
+$a->strings["Male"] = "男";
+$a->strings["Female"] = "女";
+$a->strings["Currently Male"] = "目前为男";
+$a->strings["Currently Female"] = "目前为女";
+$a->strings["Mostly Male"] = "更多为男";
+$a->strings["Mostly Female"] = "更多为女";
+$a->strings["Transgender"] = "跨性别";
+$a->strings["Intersex"] = "双性人";
+$a->strings["Transsexual"] = "换性者";
+$a->strings["Hermaphrodite"] = "雌雄间性";
+$a->strings["Neuter"] = "中性";
+$a->strings["Non-specific"] = "不明确的";
+$a->strings["Other"] = "别的";
+$a->strings["Males"] = "男人";
+$a->strings["Females"] = "女人";
+$a->strings["Gay"] = "男同性恋的";
+$a->strings["Lesbian"] = "女同性恋的";
+$a->strings["No Preference"] = "无偏爱";
+$a->strings["Bisexual"] = "双性恋的";
+$a->strings["Autosexual"] = "自性的";
+$a->strings["Abstinent"] = "有节制的";
+$a->strings["Virgin"] = "原始的";
+$a->strings["Deviant"] = "变态";
+$a->strings["Fetish"] = "恋物对象";
+$a->strings["Oodles"] = "多多";
+$a->strings["Nonsexual"] = "无性";
+$a->strings["Single"] = "单身";
+$a->strings["Lonely"] = "寂寞";
+$a->strings["Available"] = "单身的";
+$a->strings["Unavailable"] = "不可获得的";
+$a->strings["Has crush"] = "迷恋";
+$a->strings["Infatuated"] = "痴迷";
+$a->strings["Dating"] = "约会";
+$a->strings["Unfaithful"] = "外遇";
+$a->strings["Sex Addict"] = "性交因成瘾者";
+$a->strings["Friends"] = "朋友";
+$a->strings["Friends/Benefits"] = "朋友/益";
+$a->strings["Casual"] = "休闲";
+$a->strings["Engaged"] = "已订婚的";
+$a->strings["Married"] = "结婚";
+$a->strings["Imaginarily married"] = "想像结婚";
+$a->strings["Partners"] = "伴侣";
+$a->strings["Cohabiting"] = "同居";
+$a->strings["Common law"] = "普通法结婚";
+$a->strings["Happy"] = "幸福";
+$a->strings["Not looking"] = "没找";
+$a->strings["Swinger"] = "交换性伴侣的";
+$a->strings["Betrayed"] = "被背叛";
+$a->strings["Separated"] = "分手";
+$a->strings["Unstable"] = "不稳";
+$a->strings["Divorced"] = "离婚";
+$a->strings["Imaginarily divorced"] = "想像离婚";
+$a->strings["Widowed"] = "寡妇";
+$a->strings["Uncertain"] = "不确定";
+$a->strings["It's complicated"] = "是复杂";
+$a->strings["Don't care"] = "无所谓";
+$a->strings["Ask me"] = "问我";
+$a->strings["There are no tables on MyISAM."] = "未在 MyISAM 中发现表。";
 $a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "";
 $a->strings["The error message is\n[pre]%s[/pre]"] = "错误消息是\n[pre]%s[/pre]";
 $a->strings["\nError %d occurred during database update:\n%s\n"] = "\n在数据库更新的时候发生了错误 %d\n%s\n";
@@ -1969,12 +1953,9 @@ $a->strings["Errors encountered performing database changes: "] = "操作数据
 $a->strings[": Database update"] = ": 数据库升级";
 $a->strings["%s: updating %s table."] = "%s: 正在更新 %s 表。";
 $a->strings["[no subject]"] = "[无题目]";
-$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s 正在参加 %2\$s 的 %3\$s";
-$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s 不在参加 %2\$s 的 %3\$s";
-$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s 可以参加 %2\$s 的 %3\$s";
 $a->strings["Requested account is not available."] = "要求的账户不可用。";
 $a->strings["Edit profile"] = "修改简介";
-$a->strings["Atom feed"] = "";
+$a->strings["Atom feed"] = "Atom 源";
 $a->strings["Manage/edit profiles"] = "管理/修改简介";
 $a->strings["g A l F d"] = "g A l d F";
 $a->strings["F d"] = "F d";
@@ -2001,6 +1982,17 @@ $a->strings["Work/employment:"] = "工作";
 $a->strings["School/education:"] = "学院/教育";
 $a->strings["Forums:"] = "";
 $a->strings["Only You Can See This"] = "只有你可以看这个";
+$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s 正在参加 %2\$s 的 %3\$s";
+$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s 不在参加 %2\$s 的 %3\$s";
+$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s 可以参加 %2\$s 的 %3\$s";
+$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "一个用这个名字的被删掉的组复活了。现有项目的权限<strong>可能</strong>对这个组和任何未来的成员有效。如果这不是你想要的,请用一个不同的名字创建另一个组。";
+$a->strings["Default privacy group for new contacts"] = "对新联系人的默认隐私组";
+$a->strings["Everybody"] = "每人";
+$a->strings["edit"] = "编辑";
+$a->strings["Edit group"] = "编辑组";
+$a->strings["Contacts not in any group"] = "不在任何组的联系人";
+$a->strings["Create a new group"] = "创建新组";
+$a->strings["Edit groups"] = "编辑组";
 $a->strings["Drop Contact"] = "删除联系人";
 $a->strings["Organisation"] = "组织";
 $a->strings["News"] = "新闻";
@@ -2019,14 +2011,20 @@ $a->strings["Limited profile. This person will be unable to receive direct/perso
 $a->strings["Unable to retrieve contact information."] = "无法检索联系人信息。";
 $a->strings["%s's birthday"] = "%s的生日";
 $a->strings["Happy Birthday %s"] = "生日快乐%s";
-$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "一个用这个名字的被删掉的组复活了。现有项目的权限<strong>可能</strong>对这个组和任何未来的成员有效。如果这不是你想要的,请用一个不同的名字创建另一个组。";
-$a->strings["Default privacy group for new contacts"] = "对新联系人的默认隐私组";
-$a->strings["Everybody"] = "每人";
-$a->strings["edit"] = "编辑";
-$a->strings["Edit group"] = "编辑组";
-$a->strings["Contacts not in any group"] = "不在任何组的联系人";
-$a->strings["Create a new group"] = "创建新组";
-$a->strings["Edit groups"] = "编辑组";
+$a->strings["Starts:"] = "开始:";
+$a->strings["Finishes:"] = "结束:";
+$a->strings["all-day"] = "全天";
+$a->strings["Jun"] = "六月";
+$a->strings["Sept"] = "九月";
+$a->strings["No events to display"] = "没有可显示的事件";
+$a->strings["l, F j"] = "l, F j";
+$a->strings["Edit event"] = "编辑事件";
+$a->strings["Duplicate event"] = "";
+$a->strings["Delete event"] = "删除事件";
+$a->strings["D g:i A"] = "";
+$a->strings["g:i A"] = "";
+$a->strings["Show map"] = "显示地图";
+$a->strings["Hide map"] = "隐藏地图";
 $a->strings["Login failed"] = "登录失败";
 $a->strings["Not enough information to authenticate"] = "没有足够信息以认证";
 $a->strings["An invitation is required."] = "需要邀请。";
@@ -2040,36 +2038,27 @@ $a->strings["Name too short."] = "名字太短。";
 $a->strings["That doesn't appear to be your full (First Last) name."] = "这看上去不是您的全姓名。";
 $a->strings["Your email domain is not among those allowed on this site."] = "这网站允许的域名中没有您的";
 $a->strings["Not a valid email address."] = "无效的邮件地址。";
-$a->strings["Cannot use that email."] = "不能用这个邮件地址。";
+$a->strings["Cannot use that email."] = "无法使用此邮件地址。";
 $a->strings["Your nickname can only contain a-z, 0-9 and _."] = "您的昵称只能由字母、数字和下划线组成。";
 $a->strings["Nickname is already registered. Please choose another."] = "此昵称已被注册。请选择新的昵称。";
 $a->strings["SERIOUS ERROR: Generation of security keys failed."] = "严重错误:安全密钥生成失败。";
 $a->strings["An error occurred during registration. Please try again."] = "注册出现问题。请再次尝试。";
+$a->strings["default"] = "默认";
 $a->strings["An error occurred creating your default profile. Please try again."] = "创建你的默认简介的时候出现了一个错误。请再试。";
 $a->strings["An error occurred creating your self contact. Please try again."] = "";
 $a->strings["An error occurred creating your default contact group. Please try again."] = "";
 $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"] = "";
 $a->strings["Registration at %s"] = "在 %s 的注册";
 $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = "\n\t\t\t亲爱的 %1\$s,\n\t\t\t\t感谢您在 %2\$s 注册。您的账户已被创建。\n\t\t";
-$a->strings["\n\t\t\tThe login details are as follows:\n\t\t\t\tSite Location:\t%3\$s\n\t\t\t\tLogin Name:\t%1\$s\n\t\t\t\tPassword:\t%5\$s\n\n\t\t\tYou may change your password from your account Settings page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile keywords (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\n\t\t\tThank you and welcome to %2\$s."] = "";
-$a->strings["%s\\'s birthday"] = "%s的生日";
+$a->strings["\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["%s is now following %s."] = "%s 正在关注 %s.";
 $a->strings["following"] = "关注";
 $a->strings["%s stopped following %s."] = "%s 停止关注了 %s.";
-$a->strings["stopped following"] = "结束关注了";
+$a->strings["stopped following"] = "取消关注";
+$a->strings["%s\\'s birthday"] = "%s的生日";
 $a->strings["Sharing notification from Diaspora network"] = "分享通知从Diaspora网络";
 $a->strings["Attachments:"] = "附件:";
 $a->strings["(no subject)"] = "(无主题)";
-$a->strings["Create a New Account"] = "创建新的账户";
-$a->strings["Password: "] = "密码: ";
-$a->strings["Remember me"] = "记住我";
-$a->strings["Or login using OpenID: "] = "或者使用 OpenID 登录: ";
-$a->strings["Forgot your password?"] = "忘记你的密码吗?";
-$a->strings["Website Terms of Service"] = "网站的各项规定";
-$a->strings["terms of service"] = "各项规定";
-$a->strings["Website Privacy Policy"] = "网站隐私政策";
-$a->strings["privacy policy"] = "隐私政策";
-$a->strings["Logged out."] = "已注销。";
 $a->strings["This entry was edited"] = "这个条目被编辑了";
 $a->strings["save to folder"] = "保存在文件夹";
 $a->strings["I will attend"] = "我将会参加";
@@ -2078,7 +2067,7 @@ $a->strings["I might attend"] = "我可能会参加";
 $a->strings["add star"] = "加星";
 $a->strings["remove star"] = "消星";
 $a->strings["toggle star status"] = "转变星现状";
-$a->strings["starred"] = "被贴星";
+$a->strings["starred"] = "已标星";
 $a->strings["ignore thread"] = "忽视主题";
 $a->strings["unignore thread"] = "取消忽视主题";
 $a->strings["toggle ignore status"] = "切换忽视状态";
@@ -2102,7 +2091,63 @@ $a->strings["Code"] = "源代码";
 $a->strings["Image"] = "图片";
 $a->strings["Link"] = "链接";
 $a->strings["Video"] = "录像";
+$a->strings["Create a New Account"] = "创建新的账户";
+$a->strings["Password: "] = "密码:";
+$a->strings["Remember me"] = "记住我";
+$a->strings["Or login using OpenID: "] = "或者使用 OpenID 登录: ";
+$a->strings["Forgot your password?"] = "忘记你的密码吗?";
+$a->strings["Website Terms of Service"] = "网站服务条款";
+$a->strings["terms of service"] = "服务条款";
+$a->strings["Website Privacy Policy"] = "网站隐私政策";
+$a->strings["privacy policy"] = "隐私政策";
+$a->strings["Logged out."] = "已注销。";
 $a->strings["Delete this item?"] = "删除这个项目?";
 $a->strings["show fewer"] = "显示更小";
-$a->strings["toggle mobile"] = "交替手机";
-$a->strings["Update %s failed. See error logs."] = "更新%s美通过。看错误记录。";
+$a->strings["greenzero"] = "greenzero";
+$a->strings["purplezero"] = "purplezero";
+$a->strings["easterbunny"] = "easterbunny";
+$a->strings["darkzero"] = "darkzero";
+$a->strings["comix"] = "comix";
+$a->strings["slackr"] = "slackr";
+$a->strings["Variations"] = "变化";
+$a->strings["Repeat the image"] = "";
+$a->strings["Will repeat your image to fill the background."] = "";
+$a->strings["Stretch"] = "";
+$a->strings["Will stretch to width/height of the image."] = "";
+$a->strings["Resize fill and-clip"] = "";
+$a->strings["Resize to fill and retain aspect ratio."] = "";
+$a->strings["Resize best fit"] = "";
+$a->strings["Resize to best fit and retain aspect ratio."] = "";
+$a->strings["Default"] = "默认";
+$a->strings["Note"] = "便条";
+$a->strings["Check image permissions if all users are allowed to visit the image"] = "";
+$a->strings["Select scheme"] = "选择方案";
+$a->strings["Navigation bar background color"] = "";
+$a->strings["Navigation bar icon color "] = "";
+$a->strings["Link color"] = "链接颜色";
+$a->strings["Set the background color"] = "设置背景色";
+$a->strings["Content background opacity"] = "";
+$a->strings["Set the background image"] = "设置背景图片";
+$a->strings["Login page background image"] = "登录页面背景图片";
+$a->strings["Login page background color"] = "登录页面背景色";
+$a->strings["Leave background image and color empty for theme defaults"] = "";
+$a->strings["Guest"] = "";
+$a->strings["Visitor"] = "访客";
+$a->strings["Alignment"] = "对齐";
+$a->strings["Left"] = "左边";
+$a->strings["Center"] = "中间";
+$a->strings["Color scheme"] = "色彩方案";
+$a->strings["Posts font size"] = "文章";
+$a->strings["Textareas font size"] = "文本区字体大小";
+$a->strings["Comma separated list of helper forums"] = "";
+$a->strings["Set style"] = "设置风格";
+$a->strings["Community Pages"] = "社会页";
+$a->strings["Community Profiles"] = "社会简介";
+$a->strings["Help or @NewHere ?"] = "需要帮助或@第一次来这儿?";
+$a->strings["Connect Services"] = "连接服务";
+$a->strings["Find Friends"] = "找朋友们";
+$a->strings["Last users"] = "上次用户";
+$a->strings["Local Directory"] = "本地目录";
+$a->strings["Quick Start"] = "快速入门";
+$a->strings["toggle mobile"] = "切换移动设备";
+$a->strings["Update %s failed. See error logs."] = "更新 %s 失败。查看错误日志。";
index f651a273f73ec8c7fd7a5bcc4ec39da2b3e407f1..d72307fb5a90348b5a0f81cd16d8b051a658095a 100644 (file)
@@ -17,6 +17,18 @@ $db_user = '{{$dbuser}}';
 $db_pass = '{{$dbpass}}';
 $db_data = '{{$dbdata}}';
 
+// Use environment variables for mysql if they are set beforehand
+if (!empty(getenv('MYSQL_HOST'))
+   && !empty(getenv('MYSQL_PORT'))
+   && !empty(getenv('MYSQL_USERNAME'))
+   && !empty(getenv('MYSQL_PASSWORD'))
+   && !empty(getenv('MYSQL_DATABASE'))) {
+       $db_host = getenv('MYSQL_HOST') . ':' . getenv('MYSQL_PORT');
+       $db_user = getenv('MYSQL_USERNAME');
+       $db_pass = getenv('MYSQL_PASSWORD');
+       $db_data = getenv('MYSQL_DATABASE');
+}
+
 // Set the database connection charset to full Unicode (utf8mb4).
 // Changing this value will likely corrupt the special characters.
 // You have been warned.
diff --git a/view/templates/wall/content_filter.tpl b/view/templates/wall/content_filter.tpl
new file mode 100644 (file)
index 0000000..1e2b99c
--- /dev/null
@@ -0,0 +1,22 @@
+{{if count($reasons) > 1}}
+<ul class="content-filter-reasons">
+       {{foreach $reasons as $reason}}
+       <li>{{$reason|escape:html}}</li>
+       {{/foreach}}
+</ul>
+<p>
+       <button type="button" id="content-filter-wrap-{{$rnd}}" class="btn btn-default btn-small content-filter-button" onclick="openClose('content-filter-{{$rnd}}');">
+               <i class="glyphicon glyphicon-eye-open"></i> {{$openclose}}
+       </button>
+</p>
+{{else}}
+<p>
+       {{$reasons.0|escape:html}}
+       <button type="button" id="content-filter-wrap-{{$rnd}}" class="btn btn-default btn-xs content-filter-button" onclick="openClose('content-filter-{{$rnd}}');">
+               <i class="glyphicon glyphicon-eye-open"></i> {{$openclose}}
+       </button>
+</p>
+{{/if}}
+<div id="content-filter-{{$rnd}}" class="content-filter-content" style="display: none;">
+       {{$html}}
+</div>
index 7a8c6f659e453fcff12c9285b34b395353346d66..b690577d1135d2062a7516ec1aeac17312002d97 100644 (file)
@@ -1,8 +1,20 @@
 
-#admin-users.adminpage { padding-left:0; padding-right: 0;}
 #admin-users.adminpage > h1 { padding: 0 15px; }
-#users img.icon, #deleted img.icon { height: 24px; }
+#admin-users.adminpage .panel-collapse { margin-left: -15px; margin-right: -15px; }
+
+#admin-users #users th:first-of-type { width: 1em; }
+#admin-users #users th:nth-of-type(2) { width: 40px; }
+#admin-users #users th:last-of-type { width: 1em; }
+#admin-users .admin-settings-footer-elements { padding-left: 8px; padding-right: 8px; }
+
+#admin-users #deleted th:first-of-type { width: 40px; }
+
+#admin-users #users img.avatar-nano, #deleted img.avatar-nano { height: 24px; width: 24px; }
 .opened .caret { transform: rotate(180deg); }
 tr.details td,
-tr.details th
-{ border-top: 0!important; }
+tr.details th {
+    border-top: 0!important;
+}
+
+.adminpage td > .checkbox { margin: 0; }
+.adminpage td { word-break: break-all; }
\ No newline at end of file
index 6f2a71ca44ed04e753dad08f446de2d2320f4d81..1614547b85d411b8b69540b97da67798e555864d 100644 (file)
@@ -2115,7 +2115,8 @@ ul.dropdown-menu li:hover {
 .allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper,
 .directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper,
 .message-content-wrapper, .apps-content-wrapper, .photos-content-wrapper,
-#adminpage, .viewcontacts-content-wrapper, .dfrn_request-content-wrapper,
+#adminpage, .delegate-content-wrapper, .uexport-content-wrapper,
+.viewcontacts-content-wrapper, .dfrn_request-content-wrapper,
 .friendica-content-wrapper, .credits-content-wrapper, .nogroup-content-wrapper,
 .profperm-content-wrapper {
     min-height: calc(100vh - 150px);
@@ -2409,10 +2410,13 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
     height: 48px;
     width: 48px;
 }
-
 #prvmail-end {
     clear:both;
 }
+#modal #prvmail-text-edit-bb .bb-img {
+    display: none;
+}
+
 /* photos */
 .photo-album-actions {
     margin-bottom: 10px;
@@ -2650,7 +2654,8 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
     margin-left: -15px;
     margin-right: -15px;
 }
-.panel-group-settings > .panel {
+.panel-group-settings > .panel,
+.panel-group-settings > form > .panel {
     padding-left: 15px;
     padding-right: 15px;
 }
@@ -2935,6 +2940,22 @@ section.help-content-wrapper li {
 #adminpage .plugin .desc {
     padding-left: 10px;
 }
+.adminpage .admin-settings-action-link,
+.adminpage .admin-settings-action-link:hover {
+    color: #555;
+}
+.adminpage .admin-settings-action-link:hover {
+    opacity: 1;
+}
+.adminpage .admin-settings-action-link {
+    opacity: 0.8;
+}
+#admin-users tr.blocked {
+    background-color: #f8efc0;
+}
+.adminpage .table-hover > tbody > tr:hover + tr.details {
+    background-color: #f5f5f5;
+}
 
 /* Register Page*/
 #register-openid-wrapper, #register-name-wrapper, #register-invite-wrapper, #profile-publish-wrapper {
index 92f1412911c403a73bb520ea5b9bae6a16dfc0a1..270172072d5ac72073a58f6f80e353a877199114 100644 (file)
@@ -231,7 +231,6 @@ var FileBrowser = {
                $(".fbrowser .fbswitcher [data-mode=" + FileBrowser.type + "]").addClass("active");\r
                // We need to add the AjaxUpload to the button\r
                FileBrowser.uploadButtons();\r
-               \r
        },\r
 \r
        // Load new content (e.g. change photo album)\r
index dc8abe054b51cc1ea4e4c0fadd0530d304fcad4a..188b4809863c7d1b697f2bda43d4d58722365159 100644 (file)
@@ -9,7 +9,9 @@ $(function() {
                selectnone($(this).data('selectNone'));
        });
 
-       $('body').on('change', 'input[type=checkbox].select', function() {
+       // Toggle checkbox status to all or none for all checkboxes of a specific
+       // css class.
+       $('body').on('change', 'input[type=checkbox].selecttoggle', function() {
                $this = $(this);
                if ($this.prop('checked')) {
                        selectall($this.data('selectClass'));
@@ -20,6 +22,26 @@ $(function() {
                }
        });
 
+       // Use AJAX calls to reorder the table (so we don't need to reload the page).
+       $('body').on('click', '.table-order', function(e) {
+               e.preventDefault();
+
+               // Get the parent table element.
+               var table = $(this).parents('table');
+               var orderUrl = this.getAttribute("data-order-url");
+               table.fadeTo("fast", 0.33);
+
+               $("body").css("cursor", "wait");
+
+               $.get(orderUrl, function(data) {
+                       // Find the table element in the html we got.
+                       var result = $(data).find('#' + table[0].id);
+                       // And add the new table html to the parent.
+                       $(table).parent().html(result);
+
+                       $("body").css("cursor", "auto");
+               });
+       });
 
        function selectall(cls) {
                $('.' + cls).prop('checked', true);
@@ -39,7 +61,7 @@ function confirm_delete(msg, uname){
 }
 
 function details(uid) {
-       $("#user-"+uid+"-detail").toggleClass("hidden");
-       $("#user-"+uid).toggleClass("opened");
+       $("#user-" + uid + "-detail").toggleClass("hidden");
+       $("#user-" + uid).toggleClass("opened");
        return false;
 }
index 2b60049f1d4a37392cbd3e15f35e7a00939fc67b..56df75d7b68269fa5ea9ced61d7ad80b0e1998eb 100644 (file)
@@ -152,6 +152,7 @@ Dialog._load = function(url) {
        var jsbrowser = function() {
                FileBrowser.init(nickname, type, hash);
        };
+       loadScript("view/js/ajaxupload.js");
        loadScript("view/theme/frio/js/filebrowser.js", jsbrowser);
 };
 
index a8787a6eb5dced342fee554f28e0c3f198a75980..859df01613a7deec6d41f2210da6d072495af0a0 100644 (file)
@@ -446,8 +446,16 @@ function justifyPhotosAjax() {
        $('#photo-album-contents').justifiedGallery('norewind').on('jg.complete', function(e){ justifiedGalleryActive = false; });
 }
 
+// Load a js script to the html head.
 function loadScript(url, callback) {
-       // Adding the script tag to the head as suggested before
+       // Check if the script is already in the html head.
+       var oscript = $('head script[src="' + url + '"]');
+
+       // Delete the old script from head.
+       if (oscript.length > 0) {
+               oscript.remove();
+       }
+       // Adding the script tag to the head as suggested before.
        var head = document.getElementsByTagName('head')[0];
        var script = document.createElement('script');
        script.type = 'text/javascript';
@@ -458,7 +466,7 @@ function loadScript(url, callback) {
        script.onreadystatechange = callback;
        script.onload = callback;
 
-       // Fire the loading
+       // Fire the loading.
        head.appendChild(script);
 }
 
index c78fdd265cda6634b36fd014c2d8d7b9ae198538..62b98b79ca8226e45a3ad33199346ef1be14614a 100644 (file)
@@ -26,40 +26,43 @@ if (!isset($minimal)) {
                <script  type="text/javascript">var baseurl = "<?php echo System::baseUrl(); ?>";</script>
                <script type="text/javascript">var frio = "<?php echo 'view/theme/frio'; ?>";</script>
 <?php
-       $baseurl = System::baseUrl();
-       $frio = "view/theme/frio";
-       // Because we use minimal for modals the header and the included js stuff should be only loaded
-       // if the page is an standard page (so we don't have it twice for modals)
-       //
-       /// @todo Think about to move js stuff in the footer
-       if (!$minimal && x($page, 'htmlhead')) {
-               echo $page['htmlhead'];
-       }
-       // Add the theme color meta
-       // It makes mobile Chrome UI match Frio's top bar color.
-       $uid = $a->profile_uid;
-       if (is_null($uid)) {
-               $uid = Profile::getThemeUid();
-       }
-       $schema = PConfig::get($uid, 'frio', 'schema');
-       if (($schema) && ($schema != '---')) {
-               if (file_exists('view/theme/frio/schema/' . $schema . '.php')) {
-                       $schemefile = 'view/theme/frio/schema/' . $schema . '.php';
-                       require_once $schemefile;
+               $basepath = $a->path ? "/" . $a->path . "/" : "/";
+               $frio = "view/theme/frio";
+
+               // Because we use minimal for modals the header and the included js stuff should be only loaded
+               // if the page is an standard page (so we don't have it twice for modals)
+               //
+               /// @todo Think about to move js stuff in the footer
+               if (!$minimal && x($page, 'htmlhead')) {
+                       echo $page['htmlhead'];
                }
-       } else {
-               $nav_bg = PConfig::get($uid, 'frio', 'nav_bg');
-       }
-       if (!$nav_bg) {
-               $nav_bg = "#708fa0";
-       }
-       echo '
-               <meta name="theme-color" content="' . $nav_bg . '" />';
-
-       $is_singleuser = Config::get('system','singleuser');
-       $is_singleuser_class = $is_singleuser ? "is-singleuser" : "is-not-singleuser";
+
+               // Add the theme color meta
+               // It makes mobile Chrome UI match Frio's top bar color.
+               $uid = $a->profile_uid;
+               if (is_null($uid)) {
+                       $uid = Profile::getThemeUid();
+               }
+               $schema = PConfig::get($uid, 'frio', 'schema');
+               if (($schema) && ($schema != '---')) {
+                       if (file_exists('view/theme/frio/schema/' . $schema . '.php')) {
+                               $schemefile = 'view/theme/frio/schema/' . $schema . '.php';
+                               require_once $schemefile;
+                       }
+               } else {
+                       $nav_bg = PConfig::get($uid, 'frio', 'nav_bg');
+               }
+               if (!$nav_bg) {
+                       $nav_bg = "#708fa0";
+               }
+               echo '
+                       <meta name="theme-color" content="' . $nav_bg . '" />';
+
+               $is_singleuser = Config::get('system','singleuser');
+               $is_singleuser_class = $is_singleuser ? "is-singleuser" : "is-not-singleuser";
 ?>
        </head>
+
        <body id="top" class="mod-<?php echo $a->module." ".$is_singleuser_class;?>">
                <a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
 <?php
@@ -90,8 +93,8 @@ if (!isset($minimal)) {
                        <div class="container">
                                <div class="row">
 <?php
-                                       if ((!x($_REQUEST, 'pagename') || $_REQUEST['pagename'] != "lostpass") && ($_SERVER['REQUEST_URI'] != "/")) {
-                                               echo '
+                               if ((!x($_REQUEST, 'pagename') || $_REQUEST['pagename'] != "lostpass") && ($_SERVER['REQUEST_URI'] != $basepath)) {
+                                       echo '
                                        <aside class="col-lg-3 col-md-3 offcanvas-sm offcanvas-xs">';
 
                                                if (x($page, 'aside')) {
@@ -107,18 +110,18 @@ if (!isset($minimal)) {
 
                                        <div class="col-lg-7 col-md-7 col-sm-12 col-xs-12" id="content">
                                                <section class="sectiontop ';
-                                               echo $a->argv[0];
-                                               echo '-content-wrapper">';
-                                               if (x($page, 'content')) {
-                                                       echo $page['content'];
-                                               }
-                                               echo '
-                                                               <div id="pause"></div> <!-- The pause/resume Ajax indicator -->
+                                                       echo $a->argv[0];
+                                                       echo '-content-wrapper">';
+                                                       if (x($page, 'content')) {
+                                                               echo $page['content'];
+                                                       }
+                                                       echo '
+                                                       <div id="pause"></div> <!-- The pause/resume Ajax indicator -->
                                                </section>
                                        </div>
                                                ';
-                                       } else {
-                                               echo '
+                               } else {
+                                       echo '
                                        <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" id="content" style="margin-top:50px;">';
                                                if (x($page, 'content')) {
                                                        echo $page['content'];
@@ -126,7 +129,7 @@ if (!isset($minimal)) {
                                                echo '
                                        </div>
                                        ';
-                                       }
+                               }
 ?>
                                </div><!--row-->
                        </div><!-- container -->
index f330854bc9694220930b16fc8173df56044bbb4f..3173c238b65f7c0c53db6ef2269c1fa4ccd5ca38 100644 (file)
 <script type="text/javascript" src="view/theme/frio/js/mod_admin.js"></script>
-<div id="adminpage">
+<link rel="stylesheet" href="view/theme/frio/css/mod_admin.css" type="text/css" media="screen"/>
+
+<div id="admin-contactblock" class="adminpage generic-page-wrapper">
        <h1>{{$title}} - {{$page}}</h1>
        <p>{{$description}}</p>
-       <form action="{{$baseurl}}/admin/contactblock" method="post">
-        <input type="hidden" name="form_security_token" value="{{$form_security_token}}">
-
-               <h3>{{$h_contacts}}</h3>
-       {{if $contacts}}
-               <table id="contactblock" class="table table-condensed table-striped">
-                       <thead>
-                               <tr>
-                                       <th><input type="checkbox" class="select contacts_ckbx" data-select-class="contacts_ckbx" data-select-all="{{$select_all}}"  data-select-none="{{$select_none}}" title="{{$select_all}}"/></th>
-                                               {{foreach $th_contacts as $th}}
-                                       <th>
-                                               {{$th}}
-                                       </th>
-                                       {{/foreach}}
-                                       <th></th>
-                               </tr>
-                       </thead>
-                       <tbody>
-                               {{foreach $contacts as $contact}}
-                               <tr>
-                                       <td><input type="checkbox" class="contacts_ckbx" id="id_contact_{{$contact.id}}" name="contacts[]" value="{{$contact.id}}"/></td>
-                                       <td><img class="icon" src="{{$contact.micro}}" alt="{{$contact.nickname}}" title="{{$contact.addr}}"></td>
-                                       <td class="name">{{$contact.name}}</td>
-                                       <td class="addr" colspan="2"><a href="{{$contact.url}}" title="{{$contact.addr}}" >{{$contact.url}}</a></td>
-                               </tr>
-                               {{/foreach}}
-                       </tbody>
-                       <tfoot>
-                               <tr>
-                                       <td><input type="checkbox" class="select contacts_ckbx" data-select-class="contacts_ckbx" data-select-all="{{$select_all}}"  data-select-none="{{$select_none}}" title="{{$select_all}}"/></td>
-                                       <td colspan="3">
-                                               {{$total_contacts}}
-                                       </td>
-                               </tr>
-                       </tfoot>
-               </table>
-               <div class="submit"><button type="submit" class="btn btn-small btn-default" name="page_contactblock_unblock" value="1">{{$unblock|escape:'html'}}</button></div>
-               {{$paginate}}
-       {{else}}
-               <p>{{$no_data|escape:'html'}}</p>
-       {{/if}}
-       </form>
-
-       <h3>{{$h_newblock}}</h3>
-       <form action="{{$baseurl}}/admin/contactblock" method="post">
-               <input type="hidden" name="form_security_token" value="{{$form_security_token}}">
-               <table id="contactblock">
-                       <tbody>
-                               <tr>
-                                       <td>{{include file="field_input.tpl" field=$contacturl}}</td>
-                               </tr>
-                       </tbody>
-               </table>
-               <div class="submit"><button type="submit" class="btn btn-primary" name="page_contactblock_block" value="1">{{$submit|escape:'html'}}</button></div>
-       </form>
+
+       {{* We organize the settings in collapsable panel-groups *}}
+       <div class="panel-group panel-group-settings" id="admin-settings" role="tablist" aria-multiselectable="true">
+               {{* The form for entering user profile which should be blocked *}}
+               <div class="panel">
+                       <div class="section-subtitle-wrapper" role="tab" id="admin-settings-contactblock-block">
+                               <h4>
+                                       <a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#admin-settings" href="#admin-settings-contactblock-block-collapse" aria-expanded="false" aria-controls="admin-settings-contactblock-block-collapse">
+                                               {{$h_newblock}}
+                                       </a>
+                               </h4>
+                       </div>
+
+                       <div id="admin-settings-contactblock-block-collapse" class="panel-collapse collapse" role="tabpanel" aria-labelledby="admin-settings-contactblock-block">
+                               <form action="{{$baseurl}}/admin/contactblock" method="post">
+                                       <input type="hidden" name="form_security_token" value="{{$form_security_token}}">
+
+                                       {{include file="field_input.tpl" field=$contacturl}}
+
+                                       <div class="admin-settings-submit-wrapper form-group pull-right">
+                                               <button type="submit" class="btn btn-primary" name="page_contactblock_block" value="1">{{$submit|escape:'html'}}</button>
+                                       </div>
+                                       <div class="clear"></div>
+                               </form>
+                       </div>
+               </div>
+
+               {{* The list of blocked user profiles with the possibility to unblock them *}}
+               <div class="panel">
+                       <div class="section-subtitle-wrapper" role="tab" id="admin-settings-contactblock-blocked">
+                               <h4>
+                                       <a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#admin-settings" href="#admin-settings-contactblock-blocked-collapse" aria-expanded="{{if count($contacts) > 0}}true{{else}}false{{/if}}" aria-controls="admin-settings-contactblock-blocked-collapse">
+                                               {{$h_contacts}} ({{count($contacts)}})
+                                       </a>
+                               </h4>
+                       </div>
+
+                       <div id="admin-settings-contactblock-blocked-collapse" class="panel-collapse collapse {{if count($contacts) > 0}}in{{/if}}" role="tabpanel" aria-labelledby="admin-settings-contactblock-blocked">
+                               <form action="{{$baseurl}}/admin/contactblock" method="post">
+                                       <input type="hidden" name="form_security_token" value="{{$form_security_token}}">
+
+                                       {{if $contacts}}
+                                       <table id="contactblock" class="table table-condensed table-striped">
+                                               <thead>
+                                                       <tr>
+                                                               <th></th>
+                                                               {{foreach $th_contacts as $th}}
+                                                                       <th>
+                                                                               {{$th}}
+                                                                       </th>
+                                                               {{/foreach}}
+                                                               <th></th>
+                                                       </tr>
+                                               </thead>
+                                               <tbody>
+                                                       {{foreach $contacts as $contact}}
+                                                               <tr>
+                                                                       <td>
+                                                                               <div class="checkbox">
+                                                                                       <input type="checkbox" class="contacts_ckbx" id="id_contact_{{$contact.id}}" name="contacts[]" value="{{$contact.id}}"/>
+                                                                                       <label for="id_contact_{{$contact.id}}"></label>
+                                                                               </div>
+                                                                       </td>
+                                                                       <td><img class="icon" src="{{$contact.micro}}" alt="{{$contact.nickname}}" title="{{$contact.addr}}"></td>
+                                                                       <td class="name">{{$contact.name}}</td>
+                                                                       <td class="addr" colspan="3"><a href="{{$contact.url}}" title="{{$contact.addr}}" >{{$contact.url}}</a></td>
+                                                               </tr>
+                                                       {{/foreach}}
+                                               </tbody>
+                                               <tfoot>
+                                                       <tr>
+                                                               <td>
+                                                                       {{* Checkbox to select all blocked contacts *}}
+                                                                       <div class="checkbox">
+                                                                               <input type="checkbox" id="contactblock-select" class="selecttoggle contacts_ckbx" data-select-class="contacts_ckbx" data-select-all="{{$select_all}}" data-select-none="{{$select_none}}" title="{{$select_all}}"/>
+                                                                               <label for="contactblock-select"></label>
+                                                                       </div>
+                                                               </td>
+                                                               <td colspan="5">
+                                                                       {{$total_contacts}}
+                                                                       <div class="admin-settings-submit-wrapper form-group pull-right">
+                                                                               <button type="submit" class="btn btn-small btn-default pull-right" name="page_contactblock_unblock" value="1">{{$unblock|escape:'html'}}</button>
+                                                                       </div>
+                                                                       <div class="clear"></div>
+                                                               </td>
+                                                       </tr>
+                                               </tfoot>
+                                       </table>
+
+                                       {{$paginate}}
+
+                                       {{else}}
+                                       <p>{{$no_data|escape:'html'}}</p>
+                                       {{/if}}
+                               </form>
+                       </div>
+               </div>
+       </div>
 </div>
index 831ee49b6aa680dc85fb731dd2fbf3f93a77f887..348ce8a2c02a4735f79c2bb48c56c1937f32d634 100644 (file)
 <script type="text/javascript" src="view/theme/frio/js/mod_admin.js"></script>
 <link rel="stylesheet" href="view/theme/frio/css/mod_admin.css" type="text/css" media="screen"/>
 
-<div id="admin-users" class="adminpage  generic-page-wrapper">
+<div id="admin-users" class="adminpage generic-page-wrapper">
        <h1>{{$title}} - {{$page}}</h1>
 
        <form action="{{$baseurl}}/admin/users" method="post">
                <input type="hidden" name="form_security_token" value="{{$form_security_token}}">
 
+               {{* We organize the settings in collapsable panel-groups *}}
+               <div class="panel-group panel-group-settings" id="admin-settings" role="tablist" aria-multiselectable="true">
 
-               <!--
-                       **
-                       *
-                       *               PENDING Users table
-                       *
-                       **
-               -->
-               <div class="panel panel-default">
-                       <div class="panel-heading"><h3 class="panel-title">{{$h_pending}}</h3></div>
+                       <!--
+                               **
+                               *
+                               *               PENDING Users table
+                               *
+                               **
+                       -->
+                       <div class="panel">
+                               <div class="section-subtitle-wrapper" role="tab" id="admin-settings-pending">
+                                       <h4>
+                                               <a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#admin-settings" href="#admin-settings-pending-collapse" aria-expanded="{{if count($pending) > 0}}true{{else}}false{{/if}}" aria-controls="admin-settings-pending-collapse">
+                                                       {{$h_pending}} ({{count($pending)}})
+                                               </a>
+                                       </h4>
+                               </div>
 
-                       {{if $pending}}
-                               <table id="pending" class="table table-hover">
-                                       <thead>
-                                       <tr>
-                                               <th></th>
-                                               {{foreach $th_pending as $th}}<th>{{$th}}</th>{{/foreach}}
-                                               <th></th>
-                                       </tr>
-                                       </thead>
-                                       <tbody>
-                               {{foreach $pending as $u}}
-                                       <tr>
-                                               <td><input type="checkbox" class="pending_ckbx" id="id_pending_{{$u.hash}}" name="pending[]" value="{{$u.hash}}" /></td>
-                                               <td>{{$u.created}}</td>
-                                               <td>{{$u.name}}</td>
-                                               <td>{{$u.email}}</td>
-                                               <td>
-                                                       <a href="{{$baseurl}}/regmod/allow/{{$u.hash}}" title="{{$approve}}"><i class="fa fa-thumbs-up" aria-hidden="true"></i></a>
-                                                       <a href="{{$baseurl}}/regmod/deny/{{$u.hash}}" title="{{$deny}}"><i class="fa fa-thumbs-down" aria-hidden="true"></i></a>
-                                               </td>
-                                       </tr>
-                                       <tr class="details">
-                                               <td></td>
-                                               <th>{{$pendingnotetext}}</th>
-                                               <td colspan="4">{{$u.note}}</td>
-                                       </tr>
-                               {{/foreach}}
-                                       </tbody>
-                               </table>
-                               <div class="panel-footer">
-                                       <div class="row">
-                                               <div class="col-xs-3">
-                                                       <div class="btn-group" role="group">
-                                                               <button type="button" class="btn btn-default selectall" data-select-all="pending_ckbx"><i class="fa fa-check-square-o" aria-hidden="true"></i></button>
-                                                               <button type="button" class="btn btn-default selectnone" data-select-none="pending_ckbx"><i class="fa fa-square-o" aria-hidden="true"></i></button>
+                               <div id="admin-settings-pending-collapse" class="panel-collapse collapse {{if count($pending) > 0}}in{{/if}}" role="tabpanel" aria-labelledby="admin-settings-pending">
+                                       {{if $pending}}
+                                       <table id="pending" class="table table-hover">
+                                               <thead>
+                                                       <tr>
+                                                               <th></th>
+                                                               {{foreach $th_pending as $th}}<th>{{$th}}</th>{{/foreach}}
+                                                               <th></th>
+                                                       </tr>
+                                               </thead>
+                                               <tbody>
+                                               {{foreach $pending as $u}}
+                                                       <tr>
+                                                               <td>
+                                                                       <div class="checkbox">
+                                                                               <input type="checkbox" class="pending_ckbx" id="id_pending_{{$u.hash}}" name="pending[]" value="{{$u.hash}}" />
+                                                                               <label for="id_pending_{{$u.hash}}"></label>
+                                                                       </div>
+                                                               </td>
+                                                               <td>{{$u.created}}</td>
+                                                               <td>{{$u.name}}</td>
+                                                               <td>{{$u.email}}</td>
+                                                               <td>
+                                                                       <a href="{{$baseurl}}/regmod/allow/{{$u.hash}}" class="admin-settings-action-link" title="{{$approve}}"><i class="fa fa-check" aria-hidden="true"></i></a>
+                                                                       <a href="{{$baseurl}}/regmod/deny/{{$u.hash}}" class="admin-settings-action-link" title="{{$deny}}"><i class="fa fa-trash-o" aria-hidden="true"></i></a>
+                                                               </td>
+                                                       </tr>
+                                                       {{if $u.note}}
+                                                       <tr class="details">
+                                                               <td></td>
+                                                               <th>{{$pendingnotetext}}</th>
+                                                               <td colspan="4">{{$u.note}}</td>
+                                                       </tr>
+                                                       {{/if}}
+                                               {{/foreach}}
+                                               </tbody>
+                                       </table>
+                                       <div class="panel-footer">
+                                               <div class="row">
+                                                       <div class="col-xs-3 admin-settings-footer-elements">
+                                                               <div class="checkbox">
+                                                                       <input type="checkbox" id="admin-settings-pending-select" class="selecttoggle" data-select-class="pending_ckbx"/>
+                                                                       <label for="admin-settings-pending-select"></label>
+                                                               </div>
+                                                       </div>
+                                                       <div class="col-xs-9 admin-settings-footer-elements text-right">
+                                                               <button type="submit" name="page_users_deny" value="1" class="btn btn-primary">
+                                                                       <i class="fa fa-trash-o" aria-hidden="true"></i> {{$deny}}
+                                                               </button>
+                                                               <button type="submit" name="page_users_approve" value="1" class="btn btn-warinig">
+                                                                       <i class="fa fa-check" aria-hidden="true"></i> {{$approve}}
+                                                               </button>
                                                        </div>
-                                               </div>
-                                               <div class="col-xs-9">
-                                                       <button type="submit" name="page_users_deny" class="btn btn-primary"><i class="fa fa-thumbs-down" aria-hidden="true"></i> {{$deny}}</button>
-                                                       <button type="submit" name="page_users_approve" class="btn btn-warinig"><i class="fa fa-thumbs-up" aria-hidden="true"></i> {{$approve}}</button>
                                                </div>
                                        </div>
+                                       {{else}}
+                                       <div class="panel-body text-center text-muted">{{$no_pending}}</div>
+                                       {{/if}}
+                               </div>
+                       </div>
+
+                       <!--
+                               **
+                               *
+                               *               USERS Table
+                               *
+                               **
+                       -->
+                       <div class="panel">
+                               <div class="section-subtitle-wrapper" role="tab" id="admin-settings-user">
+                                       <h4>
+                                               <a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#admin-settings" href="#admin-settings-user-collapse" aria-expanded="false" aria-controls="admin-settings-user-collapse">
+                                                       {{$h_users}} ({{count($th_users)}})
+                                               </a>
+                                       </h4>
                                </div>
-                       {{else}}
-                               <div class="panel-body text-center text-muted">{{$no_pending}}</div>
-                       {{/if}}
-               </div>
 
-<!--
-       **
-       *
-       *               USERS Table
-       *
-       **
--->
-       <div class="panel panel-default">
-               <div class="panel-heading"><h3 class="panel-title">{{$h_users}}</h3></div>
-               {{if $users}}
+                               <div id="admin-settings-user-collapse" class="panel-collapse collapse" role="tabpanel" aria-labelledby="admin-settings-user">
 
-                       <table id="users" class="table table-hover">
-                               <thead>
-                               <tr>
-                                       <th></th>
-                                       <th></th>
-                                       {{foreach $th_users as $k=>$th}}
-                                       {{if $k < 2 || $order_users == $th.1 || ($k==5 && !in_array($order_users,[$th_users.2.1, $th_users.3.1, $th_users.4.1])) }}
-                                       <th>
-                                               <a href="{{$baseurl}}/admin/users/?o={{if $order_direction_users == "+"}}-{{/if}}{{$th.1}}">
-                                                       {{if $order_users == $th.1}}
-                                                               {{if $order_direction_users == "+"}}
-                                                               &#8595;
+                                       {{if $users}}
+                                       <table id="users" class="table table-hover">
+                                               <thead>
+                                                       <tr>
+                                                               <th></th>
+                                                               <th></th>
+                                                               {{foreach $th_users as $k=>$th}}
+                                                                       {{if $k < 2 || $order_users == $th.1 || ($k==5 && !in_array($order_users,[$th_users.2.1, $th_users.3.1, $th_users.4.1])) }}
+                                                                       <th class="th-{{$k}}">
+                                                                               <button type="button" data-order-url="{{$baseurl}}/admin/users/?o={{if $order_direction_users == "+"}}-{{/if}}{{$th.1}}" class="btn-link table-order">
+                                                                                       {{if $order_users == $th.1}}
+                                                                                               {{if $order_direction_users == "+"}}
+                                                                                               &#8595;
+                                                                                               {{else}}
+                                                                                               &#8593;
+                                                                                               {{/if}}
+                                                                                       {{else}}
+                                                                                       &#8597;
+                                                                                       {{/if}}
+                                                                                       {{$th.0}}
+                                                                               </button>
+                                                                       </th>
+                                                                       {{/if}}
+                                                               {{/foreach}}
+                                                               <th></th>
+                                                       </tr>
+                                               </thead>
+                                               <tbody>
+                                               {{foreach $users as $u}}
+                                                       <tr id="user-{{$u.uid}}" class="{{if $u.blocked != 0}}blocked{{/if}}">
+                                                               <td>
+                                                               {{if $u.is_deletable}}
+                                                               <div class="checkbox">
+                                                                       <input type="checkbox" class="users_ckbx" id="id_user_{{$u.uid}}" name="user[]" value="{{$u.uid}}"/>
+                                                                       <label for="id_user_{{$u.uid}}"></label>
+                                                               </div>
                                                                {{else}}
-                                                               &#8593;
+                                                               &nbsp;
+                                                               {{/if}}
+                                                               </td>
+                                                               <td><img class="avatar-nano" src="{{$u.micro}}" title="{{$u.nickname}}"></td>
+                                                               <td><a href="{{$u.url}}" title="{{$u.nickname}}"> {{$u.name}}</a></td>
+                                                               <td>{{$u.email}}</td>
+                                                               {{if $order_users == $th_users.2.1}}
+                                                               <td>{{$u.register_date}}</td>
                                                                {{/if}}
-                                                       {{else}}
-                                                               &#8597;
-                                                       {{/if}}
-                                               {{$th.0}}</a>
-                                       </th>
-                                       {{/if}}
-                                       {{/foreach}}
-                                       <th></th>
-                               </tr>
-                               </thead>
-                               <tbody>
-                               {{foreach $users as $u}}
-                                       <tr id="user-{{$u.uid}}">
-                                               <td>
-                                               {{if $u.is_deletable}}
-                                                       <input type="checkbox" class="users_ckbx" id="id_user_{{$u.uid}}" name="user[]" value="{{$u.uid}}"/>
-                                               {{else}}
-                                                       &nbsp;
-                                               {{/if}}
-                                               </td>
-                                               <td><img class="icon" src="{{$u.micro}}" title="{{$u.nickname}}"></td>
-                                               <td><a href="{{$u.url}}" title="{{$u.nickname}}"> {{$u.name}}</a></td>
-                                               <td>{{$u.email}}</td>
-                                               {{if $order_users == $th_users.2.1}}
-                                               <td>{{$u.register_date}}</td>
-                                               {{/if}}
 
-                                               {{if $order_users == $th_users.3.1}}
-                                               <td>{{$u.login_date}}</td>
-                                               {{/if}}
+                                                               {{if $order_users == $th_users.3.1}}
+                                                               <td>{{$u.login_date}}</td>
+                                                               {{/if}}
 
-                                               {{if $order_users == $th_users.4.1}}
-                                               <td>{{$u.lastitem_date}}</td>
-                                               {{/if}}
+                                                               {{if $order_users == $th_users.4.1}}
+                                                               <td>{{$u.lastitem_date}}</td>
+                                                               {{/if}}
 
-                                               {{if !in_array($order_users,[$th_users.2.1, $th_users.3.1, $th_users.4.1]) }}
-                                               <td>{{$u.page_flags}} {{if $u.is_admin}}({{$siteadmin}}){{/if}} {{if $u.account_expired}}({{$accountexpired}}){{/if}}</td>
-                                               {{/if}}
-                                               <td class="text-right">
-                                                       <button type="button" class="btn-link" onclick="return details({{$u.uid}})"><span class="caret"></span></button>
-                                               </td>
-                                       </tr>
-                                       <tr id="user-{{$u.uid}}-detail" class="hidden details">
-                                               <td>&nbsp;</td>
-                                               <td colspan="4">
-                                                       {{if $order_users != $th_users.2.1}}
-                                                               <p><a href="{{$baseurl}}/admin/users/?o={{if $order_direction_users == "+"}}-{{/if}}{{$th_users.2.1}}">
-                                                                       &#8597; {{$th_users.2.0}}</a> : {{$u.register_date}}</p>
-                                                       {{/if}}
+                                                               {{if !in_array($order_users,[$th_users.2.1, $th_users.3.1, $th_users.4.1]) }}
+                                                               <td>
+                                                                       <i class="fa
+                                                                               {{if $u.page_flags_raw==0}}fa-user{{/if}}               {{* PAGE_NORMAL *}}
+                                                                               {{if $u.page_flags_raw==1}}fa-bullhorn{{/if}}           {{* PAGE_SOAPBOX *}}
+                                                                               {{if $u.page_flags_raw==2}}fa-users{{/if}}              {{* PAGE_COMMUNITY *}}
+                                                                               {{if $u.page_flags_raw==3}}fa-heart{{/if}}              {{* PAGE_FREELOVE *}}
+                                                                               {{if $u.page_flags_raw==4}}fa-rss{{/if}}                {{* PAGE_BLOG *}}
+                                                                               {{if $u.page_flags_raw==5}}fa-user-secret{{/if}}        {{* PAGE_PRVGROUP *}}
+                                                                               " title="{{$u.page_flags}}">
+                                                                       </i>
+                                                                       {{if $u.page_flags_raw==0 && $u.account_type_raw > 0}}
+                                                                       <i class="fa
+                                                                               {{if $u.account_type_raw==1}}fa-sitemap{{/if}}          {{* ACCOUNT_TYPE_ORGANISATION *}}
+                                                                               {{if $u.account_type_raw==2}}fa-newspaper-o{{/if}}      {{* ACCOUNT_TYPE_NEWS *}}
+                                                                               {{if $u.account_type_raw==3}}fa-comments{{/if}}         {{* ACCOUNT_TYPE_COMMUNITY *}}
+                                                                               " title="{{$u.account_type}}">
+                                                                       </i>
+                                                                       {{/if}}
+                                                                       {{if $u.is_admin}}<i class="fa fa-user-md text-primary" title="{{$siteadmin}}"></i>{{/if}}
+                                                                       {{if $u.account_expired}}<i class="fa fa-clock-o text-warning" title="{{$accountexpired}}"></i>{{/if}}
+                                                               </td>
+                                                               {{/if}}
 
-                                                       {{if $order_users != $th_users.3.1}}
-                                                               <p><a href="{{$baseurl}}/admin/users/?o={{if $order_direction_users == "+"}}-{{/if}}{{$th_users.3.1}}">
-                                                                               &#8597; {{$th_users.3.0}}</a> : {{$u.login_date}}</p>
-                                                       {{/if}}
+                                                               <td class="text-right">
+                                                                       <button type="button" class="btn-link admin-settings-action-link" onclick="return details({{$u.uid}})"><span class="caret"></span></button>
+                                                               </td>
+                                                       </tr>
+                                                       <tr id="user-{{$u.uid}}-detail" class=" details hidden {{if $u.blocked != 0}}blocked{{/if}}">
+                                                               <td>&nbsp;</td>
+                                                               <td colspan="4">
+                                                                       {{if $order_users != $th_users.2.1}}
+                                                                       <p>
+                                                                               <button type="button" data-order-url="{{$baseurl}}/admin/users/?o={{if $order_direction_users == "+"}}-{{/if}}{{$th_users.2.1}}" class="btn-link table-order">
+                                                                               &#8597; {{$th_users.2.0}}</button> : {{$u.register_date}}
+                                                                       </p>
+                                                                       {{/if}}
 
-                                                       {{if $order_users != $th_users.4.1}}
-                                                               <p><a href="{{$baseurl}}/admin/users/?o={{if $order_direction_users == "+"}}-{{/if}}{{$th_users.4.1}}">
-                                                                               &#8597; {{$th_users.4.0}}</a> : {{$u.lastitem_date}}</p>
-                                                       {{/if}}
+                                                                       {{if $order_users != $th_users.3.1}}
+                                                                       <p>
+                                                                               <button type="button" data-order-url="{{$baseurl}}/admin/users/?o={{if $order_direction_users == "+"}}-{{/if}}{{$th_users.3.1}}" class="btn-link table-order">
+                                                                                       &#8597; {{$th_users.3.0}}</button> : {{$u.login_date}}
+                                                                       </p>
+                                                                       {{/if}}
 
-                                                       {{if in_array($order_users,[$th_users.2.1, $th_users.3.1, $th_users.4.1]) }}
-                                                               <p><a href="{{$baseurl}}/admin/users/?o={{if $order_direction_users == "+"}}-{{/if}}{{$th_users.5.1}}">
-                                                                               &#8597; {{$th_users.5.0}}</a> : {{$u.page_flags}} {{if $u.is_admin}}({{$siteadmin}}){{/if}} {{if $u.account_expired}}({{$accountexpired}}){{/if}}</p>
-                                                       {{/if}}
+                                                                       {{if $order_users != $th_users.4.1}}
+                                                                       <p>
+                                                                               <button type="button" data-order-url="{{$baseurl}}/admin/users/?o={{if $order_direction_users == "+"}}-{{/if}}{{$th_users.4.1}}" class="btn-link table-order">
+                                                                                       &#8597; {{$th_users.4.0}}</button> : {{$u.lastitem_date}}
+                                                                       </p>
+                                                                       {{/if}}
 
-                                               </td>
-                                               <td class="text-right">
-                                                       {{if $u.is_deletable}}
-                                                               <a href="{{$baseurl}}/admin/users/block/{{$u.uid}}?t={{$form_security_token}}" title="{{if $u.blocked}}{{$unblock}}{{else}}{{$block}}{{/if}}">
-                                                                       {{if $u.blocked==0}}
-                                                                       <i class="fa fa-ban" aria-hidden="true"></i>
+                                                                       {{if in_array($order_users,[$th_users.2.1, $th_users.3.1, $th_users.4.1]) }}
+                                                                       <p>
+                                                                               <button type="button" data-order-url="{{$baseurl}}/admin/users/?o={{if $order_direction_users == "+"}}-{{/if}}{{$th_users.5.1}}" class="btn-link table-order">
+                                                                                       &#8597; {{$th_users.5.0}}</button> : {{$u.page_flags}}{{if $u.page_flags_raw==0 && $u.account_type_raw > 0}}, {{$u.account_type}}{{/if}} {{if $u.is_admin}}({{$siteadmin}}){{/if}} {{if $u.account_expired}}({{$accountexpired}}){{/if}}
+                                                                       </p>
+                                                                       {{/if}}
+
+                                                               </td>
+                                                               <td class="text-right">
+                                                                       {{if $u.is_deletable}}
+                                                                       <a href="{{$baseurl}}/admin/users/block/{{$u.uid}}?t={{$form_security_token}}" class="admin-settings-action-link"title="{{if $u.blocked}}{{$unblock}}{{else}}{{$block}}{{/if}}">
+                                                                               {{if $u.blocked == 0}}
+                                                                               <i class="fa fa-ban" aria-hidden="true"></i>
+                                                                               {{else}}
+                                                                               <i class="fa fa-circle-o" aria-hidden="true"></i>
+                                                                               {{/if}}
+                                                                       </a>
+                                                                       <a href="{{$baseurl}}/admin/users/delete/{{$u.uid}}?t={{$form_security_token}}" class="admin-settings-action-link" title="{{$delete}}" onclick="return confirm_delete('{{$confirm_delete}}','{{$u.name}}')">
+                                                                               <i class="fa fa-trash" aria-hidden="true"></i>
+                                                                       </a>
                                                                        {{else}}
-                                                                       <i class="fa fa-circle-o" aria-hidden="true"></i>
+                                                                       &nbsp;
                                                                        {{/if}}
-                                                               </a>
-                                                               <a href="{{$baseurl}}/admin/users/delete/{{$u.uid}}?t={{$form_security_token}}" title="{{$delete}}" onclick="return confirm_delete('{{$confirm_delete}}','{{$u.name}}')"><i class="fa fa-trash" aria-hidden="true"></i></a>
-                                                       {{else}}
-                                                               &nbsp;
-                                                       {{/if}}
-                                               </td>
-                                       </tr>
-                               {{/foreach}}
-                               </tbody>
-                       </table>
-                       <div class="panel-footer">
-                               <div class="row">
-                                       <div class="col-xs-3">
-                                               <div class="btn-group" role="group">
-                                                       <button type="button" class="btn btn-default selectall" data-select-all="users_ckbx"><i class="fa fa-check-square-o" aria-hidden="true"></i></button>
-                                                       <button type="button" class="btn btn-default selectnone" data-select-none="users_ckbx"><i class="fa fa-square-o" aria-hidden="true"></i></button>
+                                                               </td>
+                                                       </tr>
+                                               {{/foreach}}
+                                               </tbody>
+                                       </table>
+                                       <div class="panel-footer">
+                                               <div class="row">
+                                                       <div class="col-xs-3 admin-settings-footer-elements">
+                                                               <div class="checkbox">
+                                                                       <input type="checkbox" id="admin-settings-users-select" class="selecttoggle" data-select-class="users_ckbx"/>
+                                                                       <label for="admin-settings-users-select"></label>
+                                                               </div>
+                                                       </div>
+                                                       <div class="col-xs-9 admin-settings-footer-elements text-right">
+                                                               <button type="submit" name="page_users_block" value="1" class="btn btn-warning">
+                                                                       <i class="fa fa-ban" aria-hidden="true"></i> {{$block}} / <i class="fa fa-circle-o" aria-hidden="true"></i> {{$unblock}}
+                                                               </button>
+                                                               <button type="submit" name="page_users_delete" value="1" class="btn btn-danger" onclick="return confirm_delete('{{$confirm_delete_multi}}')">
+                                                                       <i class="fa fa-trash" aria-hidden="true"></i> {{$delete}}
+                                                               </button>
+                                                       </div>
                                                </div>
                                        </div>
-                                       <div class="col-xs-9 text-right">
-                                                       <button type="submit" name="page_users_block" class="btn btn-warning">  <i class="fa fa-ban" aria-hidden="true"></i> {{$block}} / <i class="fa fa-circle-o" aria-hidden="true"></i> {{$unblock}}</button>
-                                                       <button type="submit" name="page_users_delete" class="btn btn-danger" onclick="return confirm_delete('{{$confirm_delete_multi}}')"><i class="fa fa-trash" aria-hidden="true"></i> {{$delete}}</button>
-                                       </div>
+                                       {{else}}
+                                       <div class="panel-body text-center bg-danger">NO USERS?!?</div>
+                                       {{/if}}
                                </div>
                        </div>
-               {{else}}
-                       <div class="panel-body text-center bg-danger">NO USERS?!?</div>
-               {{/if}}
-               </div>
-
-
-
-       </form>
 
 
+                       <!--
+                               **
+                               *
+                               *               DELETED Users table
+                               *
+                               **
+                       -->
+                       {{if $deleted}}
+                       <div class="panel">
+                               <div class="section-subtitle-wrapper" role="tab" id="admin-settings-deleted">
+                                       <h4>
+                                               <a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#admin-settings" href="#admin-settings-deleted-collapse" aria-expanded="false" aria-controls="admin-settings-deleted-collapse">
+                                                       {{$h_deleted}} ({{count($deleted)}})
+                                               </a>
+                                       </h4>
+                               </div>
 
+                               <div id="admin-settings-deleted-collapse" class="panel-collapse collapse" role="tabpanel" aria-labelledby="admin-settings-deleted">
+                                       <table id="deleted" class="table table-hover">
+                                               <thead>
+                                                       <tr>
+                                                               <th></th>
+                                                               {{foreach $th_deleted as $k=>$th}}
+                                                                       {{if in_array($k,[0,1,5])}}
+                                                                       <th>{{$th}}</th>
+                                                                       {{/if}}
+                                                               {{/foreach}}
+                                                       </tr>
+                                               </thead>
+                                               <tbody>
+                                               {{foreach $deleted as $u}}
+                                                       <tr>
+                                                               <td><img class="avatar-nano" src="{{$u.micro}}" title="{{$u.nickname}}"></td>
+                                                               <td><a href="{{$u.url}}" title="{{$u.nickname}}" >{{$u.name}}</a></td>
+                                                               <td>{{$u.email}}</td>
+                                                               <td>{{$u.deleted}}</td>
+                                                       </tr>
+                                               {{/foreach}}
+                                               </tbody>
+                                       </table>
+                               </div>
+                       </div>
+                       {{/if}}
 
 
-<!--
-       **
-       *
-       *               DELETED Users table
-       *
-       **
--->
-       {{if $deleted}}
-       <div class="panel panel-default">
-               <div class="panel-heading"><h3 class="panel-title">{{$h_deleted}}</h3></div>
-               <table id="deleted" class="table table-hover">
-                       <thead>
-                       <tr>
-                               <th></th>
-                               {{foreach $th_deleted as $k=>$th}}
-                                       {{if in_array($k,[0,1,5])}}
-                                       <th>{{$th}}</th>
-                                       {{/if}}
-                               {{/foreach}}
-                       </tr>
-                       </thead>
-                       <tbody>
-                       {{foreach $deleted as $u}}
-                               <tr>
-                                       <td><img class="icon" src="{{$u.micro}}" title="{{$u.nickname}}"></td>
-                                       <td><a href="{{$u.url}}" title="{{$u.nickname}}" >{{$u.name}}</a></td>
-                                       <td>{{$u.email}}</td>
-                                       <td>{{$u.deleted}}</td>
-                               </tr>
-                       {{/foreach}}
-                       </tbody>
-               </table>
-       </div>
-{{/if}}
 
+                       <!--
+                               **
+                               *
+                               *               NEW USER Form
+                               *
+                               **
+                       -->
+                       <div class="panel">
+                               <div class="section-subtitle-wrapper" role="tab" id="admin-settings-new-user">
+                                       <h4>
+                                               <a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#admin-settings" href="#admin-settings-new-user-collapse" aria-expanded="false" aria-controls="admin-settings-new-user-collapse">
+                                                       {{$h_newuser}}
+                                               </a>
+                                       </h4>
+                               </div>
 
+                               <div id="admin-settings-new-user-collapse" class="panel-collapse collapse" role="tabpanel" aria-labelledby="admin-settings-new-user">
+                                       <div class="panel-body">
+                                               {{include file="field_input.tpl" field=$newusername}}
+                                               {{include file="field_input.tpl" field=$newusernickname}}
+                                               {{include file="field_input.tpl" field=$newuseremail}}
+                                       </div>
+                                       <div class="panel-footer text-right">
+                                               <button type="submit" class="btn btn-primary">{{$submit}}</button>
+                                       </div>
 
-<!--
-       **
-       *
-       *               NEW USER Form
-       *
-       **
--->
-       <form action="{{$baseurl}}/admin/users" method="post">
-               <input type="hidden" name="form_security_token" value="{{$form_security_token}}">
 
-               <div class="panel panel-default">
-                       <div class="panel-heading"><h3 class="panel-title">{{$h_newuser}}</h3></div>
-                       <div class="panel-body">
-                               {{include file="field_input.tpl" field=$newusername}}
-                               {{include file="field_input.tpl" field=$newusernickname}}
-                               {{include file="field_input.tpl" field=$newuseremail}}
+                               </div>
                        </div>
-                       <div class="panel-footer text-right">
-                               <button type="submit" class="btn btn-primary">{{$submit}}</button>
-                       </form>
                </div>
        </form>
-
 </div>
index 8729f487f0625fa166629374aa49edd72d0e7dd8..8d90394d580c64b7318288803ac329431f43dfe8 100644 (file)
@@ -33,7 +33,7 @@
                        {{/if}}
                        <ul class="comment-edit-bb-{{$id}} comment-icon-list nav nav-pills pull-right">
                                <li>
-                                       <button type="button" class="btn-link icon" style="cursor: pointer;" aria-label="{{$edimg}}" title="{{$edimg}}" data-role="insert-formatting" data-bbcode="img" data-id="{{$id}}">
+                                       <button type="button" class="btn-link icon bb-img" style="cursor: pointer;" aria-label="{{$edimg}}" title="{{$edimg}}" data-role="insert-formatting" data-bbcode="img" data-id="{{$id}}">
                                                <i class="fa fa-picture-o"></i>
                                        </button>
                                </li>
index 39b08a7b0216ecea1785637cc66740bef5b62826..41b11c5bb781d8478e6b26886064d4f96d591e61 100644 (file)
@@ -79,7 +79,7 @@
                                <ul id="event-desc-text-edit-bb" class="comment-edit-bb comment-icon-list nav nav-pills hidden-xs pull-left">
                                        {{* commented out because it isn't implemented yet
                                        <li>
-                                               <button type="button" class="btn-link icon" style="cursor: pointer;" title="{{$edimg|escape:'html'}}" data-role="insert-formatting" data-comment=" " data-bbcode="img" data-id="desc">
+                                               <button type="button" class="btn-link icon bb-img" style="cursor: pointer;" title="{{$edimg|escape:'html'}}" data-role="insert-formatting" data-comment=" " data-bbcode="img" data-id="desc">
                                                        <i class="fa fa-picture-o"></i>
                                                </button>
                                        </li>
                                <ul id="comment-tools-loc" class="comment-edit-bb comment-icon-list nav nav-pills hidden-xs pull-left">
                                        {{* commented out because it isn't implemented yet
                                        <li>
-                                               <button type="button" class="btn-link icon" style="cursor: pointer;" title="{{$edimg|escape:'html'}}" data-role="insert-formatting" data-comment=" " data-bbcode="img" data-id="loc">
+                                               <button type="button" class="btn-link icon bb-img" style="cursor: pointer;" title="{{$edimg|escape:'html'}}" data-role="insert-formatting" data-comment=" " data-bbcode="img" data-id="loc">
                                                        <i class="fa fa-picture-o"></i>
                                                </button>
                                        </li>
index d80fcf6a12f71e1db4424f05f5e3f1d1c3c47fc8..4c90dcae6d8e09a084d444f60b9f316cad8753ae 100644 (file)
@@ -33,7 +33,7 @@
 
        <ul id="prvmail-text-edit-bb" class="comment-edit-bb comment-icon-list nav nav-pills hidden-xs pull-left">
                                <li>
-                                       <button type="button" class="btn-link icon" style="cursor: pointer;" title="{{$edimg|escape:'html'}}" data-role="insert-formatting" data-comment=" " data-bbcode="img" data-id="input">
+                                       <button type="button" class="btn-link icon bb-img" style="cursor: pointer;" title="{{$edimg|escape:'html'}}" data-role="insert-formatting" data-comment=" " data-bbcode="img" data-id="input">
                                                <i class="fa fa-picture-o" aria-hidden="true"></i>
                                        </button>
                                </li>