Move master translation file away from util
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 29 Nov 2018 03:57:55 +0000 (22:57 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 29 Nov 2018 03:57:55 +0000 (22:57 -0500)
- Rewrite translation documentation
- Delete unused util/strings.php
- Updated references to util/messages.po and util/strings.php

.tx/config
README.translate.md [deleted file]
bin/run_xgettext.sh
doc/translations.md
src/Core/Console/PhpToPo.php
src/Core/Console/PoToPhp.php
src/Core/Console/Typo.php
util/messages.po [deleted file]
util/strings.php [deleted file]
view/lang/C/messages.po [new file with mode: 0644]

index b42998b..d639642 100644 (file)
@@ -3,7 +3,7 @@ host = https://www.transifex.com
 
 [friendica.messagespo]
 file_filter = view/lang/<lang>/messages.po
-source_file = util/messages.po
+source_file = view/lang/C/messages.po
 source_lang = en
 type = PO
 
diff --git a/README.translate.md b/README.translate.md
deleted file mode 100644 (file)
index a4f61a1..0000000
+++ /dev/null
@@ -1,101 +0,0 @@
-Friendica translations
-======================
-
-Translation Process
--------------------
-
-The strings used in the UI of Friendica is translated at [Transifex] [1] and then included in the git repository at github.
-If you want to help with translation for any language, be it correcting terms or translating friendica to a currently not supported language, please register an account at transifex.com and contact the friendica translation team there.
-
-Translating friendica is simple.
-Just use the online tool at transifex.
-If you don't want to deal with git & co. that is fine, we check the status of the translations regularly and import them into the source tree at github so that others can use them.
-
-We do not include every translation from transifex in the source tree to avoid a scattered and disturbed overall experience.
-As an uneducated guess we have a lower limit of 50% translated strings before we include the language (for the core messages.po file, addont translation will be included once all strings of an addon are translated.
-This limit is judging only by the amount of translated strings under the assumption that the most prominent strings for the UI will be translated first by a translation team.
-If you feel your translation useable before this limit, please contact us and we will probably include your teams work in the source tree.
-
-If you want to help translating, please concentrate on the core messages.po file first.
-We will only include translations with a sufficient translated messages.po file.
-Translations of addons will only be included, when the core file is included as well.
-
-If you want to get your work into the source tree yourself, feel free to do so and contact us with and question that arises.
-The process is simple and friendica ships with all the tools necessary.
-
-The location of the translated files in the source tree is
-    /view/lang/LNG-CODE/
-where LNG-CODE is the language code used, e.g. de for German or fr for French.
-The translated strings come as a "message.po" file from transifex which needs to be translated into the PHP file friendica uses.
-To do so, place the file in the directory mentioned above and use the "po2php" command from the console.
-*Please note that the console tool has to be called from the base directory of your Friendica installation.*
-
-Assuming you want to convert the German localization which is placed in view/lang/de/message.po you would do the following.
-
-    1. Navigate at the command prompt to the base directory of your
-       friendica installation
-
-    2. Execute the po2php command, which will place the translation
-       in the strings.php file that is used by friendica.
-
-       $> php bin/console.php po2php view/lang/de/messages.po
-
-       The output of the script will be placed at view/lang/de/strings.php where
-       friendica is expecting it, so you can test your translation immediately.
-
-    3. Visit your friendica page to check if it still works in the language you
-       just translated. If not try to find the error, most likely PHP will give
-       you a hint in the log/warnings.about the error.
-
-       For debugging you can also try to "run" the file with PHP. This should
-       not give any output if the file is ok but might give a hint for
-       searching the bug in the file.
-
-       $> php view/lang/de/strings.php
-
-    4. commit the two files with a meaningful commit message to your git
-       repository, push it to your fork of the friendica repository at github and
-       issue a pull request for that commit.
-
-You should translate the PO files at Transifex.
-Otherwise your work might get lost, when the translation from Transifex is included to the Friendica repository after it was updated there.
-
-Utilities
----------
-
-Additional to the po2php command there are some more utilities for translation in the console.
-If you only want to translate friendica into another language you wont need any of these tools most likely but it gives you an idea how the translation process of friendica works.
-
-For further information see the utils/README file.
-
-Transifex-Client
-----------------
-
-Transifex has a client program which let you interact with the translation files in a similar way to git.
-Help for the client can be found at the [Transifex Help Center] [2].
-Here we will only cover basic usage.
-
-After installation of the client, you should have a `tx` command available on your system.
-To use it, first create a configuration file with your credentials.
-On Linux this file should be placed into your home directory `~/.transifexrc`.
-The content of the file should be something like the following:
-
-    [https://www.transifex.com]
-    username = user
-    token =
-    password = p@ssw0rd
-    hostname = https://www.transifex.com
-
-Since Friendica version 3.5.1 we ship configuration files for the Transifex client in the core repository and the addon repository.
-To update the translation files after you have translated strings of e.g. Esperanto in the web-UI of transifex you can use `tx` to download the file.
-
-    $> tx pull -l eo
-
-And then use the `po2php` command described above to convert the `messages.po` file to the `strings.php` file Friendica is loading.
-
-    $> php bin/console.php po2php view/lang/eo/messages.po
-
-Afterwards, just commit the two changed files to a feature branch of your Friendica repository, push the changes to github and open a pull request for your changes.
-
-[1]:   https://www.transifex.com/projects/p/friendica/
-[2]:   https://docs.transifex.com/client/introduction
index a4faf5f..5c40df8 100755 (executable)
@@ -45,7 +45,7 @@ case "$MODE" in
        ;;
        'default')
                cd "$FULLPATH/.."
-               OUTFILE="$FULLPATH/../util/messages.po"
+               OUTFILE="$FULLPATH/../view/lang/C/messages.po"
                FINDSTARTDIR="."
                # skip addon folder
                FINDOPTS="( -wholename */addon -or -wholename */addons -or -wholename */addons-extra -or -wholename */smarty3 ) -prune -o"
index ad5d42f..e545aa1 100644 (file)
@@ -3,84 +3,52 @@ Friendica translations
 
 * [Home](help)
 
-Translation Process
--------------------
+## Overview
 
-The strings used in the UI of Friendica are translated at [Transifex] [1] and then included in the git repository at github.
-If you want to help with translation for any language, be it correcting terms or translating friendica to a currently not supported language, please register an account at Transifex.com and contact the friendica translation team there.
+The Friendica translation process is based on `gettext` PO files.
 
-Translating friendica is simple.
-Just use the online tool at Transifex.
-If you don't want to deal with git & co. that is fine, we check the status of the translations regularly and import them into the source tree at github so that others can use them.
+Basic worflow:
+1. `xgettext` is used to collect translation strings across the project in the master PO file located in `view/lang/C/messages.po`.
+2. This file makes translations strings available at [the Transifex Friendica page](https://www.transifex.com/Friendica/friendica/dashboard/).
+3. The translation itself is done at Transifex by volunteers.
+4. The resulting PO files by languages are manually updated in `view/lang/<language>/messages.po`.
+5. PO files are converted to PHP arrays in `view/lang/<language>/strings.php` that are ultimately used by Friendica to display the translations.
 
-We do not include every translation from Transifex in the source tree to avoid a scattered and disturbed overall experience.
-As an uneducated guess we have a lower limit of 50% translated strings before we include the language (for the core messages.po file, addon translation will be included once all strings of an addon are translated.
-This limit is judging only by the amount of translated strings under the assumption that the most prominent strings for the UI will be translated first by a translation team.
-If you feel your translation usable before this limit, please contact us and we will probably include your teams work in the source tree.
+## Translate Friendica in your favorite language
 
-If you want to help translating, please concentrate on the core messages.po file first.
-We will only include translations with a sufficient translated messages.po file.
-Translations of addons will only be included, when the core file is included as well.
+Thank you for your interest in improving Friendica's translation!
+Please register a free Transifex account and ask over at [the Transifex Friendica page](https://www.transifex.com/Friendica/friendica/dashboard/) to join the translation team for your favorite language.
 
-If you want to get your work into the source tree yourself, feel free to do so and contact us with and questions that arise.
-The process is simple and friendica ships with all the tools necessary.
+As a rule of thumb, we add support for a language in Friendica when at least 50% of the strings have been translated to avoid a scattered experience.
+For addons, we add support for a language when all the strings for this addon have been translated and only if we already support the language in Friendica.
 
-The location of the translated files in the source tree is
-    /view/lang/LNG-CODE/
-where LNG-CODE is the language code used, e.g. de for German or fr for French.
-The translated strings come as a "message.po" file from Transifex which needs to be translated into the PHP file friendica uses.
-To do so, place the file in the directory mentioned above and use the "po2php" command from the Friendica Console.
+## Add new translation strings
 
-Assuming you want to convert the German localization which is placed in view/lang/de/message.po you would do the following.
+### Core
 
-    1. Navigate at the command prompt to the base directory of your
-       friendica installation
+Once you have added new translation strings in your code changes, please run `bin/run_xgettext.sh` from the base Friendica directory and commit the updated `view/lang/C/messages.po` to your branch.
 
-    2. Execute the po2php command, which will place the translation
-       in the strings.php file that is used by friendica.
+### Addon
 
-       $> php bin/console.php po2php view/lang/de/messages.po
+If you have the `friendica-addons` repository in the `addon` directory of your Friendica cloned repository, just run `bin/run_xgettext.sh -a <addon_name>` from the base Friendica directory.
 
-       The output of the script will be placed at view/lang/de/strings.php where
-       friendica is expecting it, so you can test your translation immediately.
-       *Please note that the console tool has to be called from the base directory of your Friendica installation.*
+Otherwise:
 
-    3. Visit your friendica page to check if it still works in the language you
-       just translated. If not try to find the error, most likely PHP will give
-       you a hint in the log/warnings.about the error.
+       cd /path/to/friendica-addons/<addon_name>
+       /path/to/friendica/bin/run_xgettext.sh -s
 
-       For debugging you can also try to "run" the file with PHP. This should
-       not give any output if the file is ok but might give a hint for
-       searching the bug in the file.
+In either case, you need to commit the updated `<addon_name>/lang/C/messages.po`.
 
-       $> php view/lang/de/strings.php
+## Update translations from Transifex
 
-    4. commit the two files with a meaningful commit message to your git
-       repository, push it to your fork of the friendica repository at github and
-       issue a pull request for that commit.
+Please download the Transifex file "for use" in `view/lang/<language>/messages.po`.
 
-You should translate the PO files at Transifex.
-Otherwise your work might get lost, when the translation from Transifex is included to the Friendica repository after it was updated there.
+Then run `bin/console po2php view/lang/<language>/messages.po` to update the related `strings.php` file.
 
-Utilities
----------
+### Using the Transifex client
 
-Additional to the po2php command there are some more utilities for translation in the console.
-If you only want to translate friendica into another language you wont need any of these tools most likely but it gives you an idea how the translation process of friendica works.
-
-For further information see the utils/README file.
-
-Help, Tobias asked me to regenerate the master messages.po file!
-----------------------------------------------------------------
-
-Don't panic.
-Just run `bin/run_xgettext.sh` from your base Friendica directory and commit `util/messages.po` to your branch. 
-
-Transifex-Client
-----------------
-
-Transifex has a client program which let you interact with the translation files in a similar way to git.
-Help for the client can be found at the [Transifex Help Center] [2].
+Transifex has a client program which allows you to sync files between your cloned Friendica repository and Transifex.
+Help for the client can be found at the [Transifex Help Center](https://docs.transifex.com/client/introduction).
 Here we will only cover basic usage.
 
 After installation of the client, you should have a `tx` command available on your system.
@@ -88,23 +56,31 @@ To use it, first create a configuration file with your credentials.
 On Linux this file should be placed into your home directory `~/.transifexrc`.
 The content of the file should be something like the following:
 
-    [https://www.Transifex.com]
+    [https://www.transifex.com]
     username = user
     token =
     password = p@ssw0rd
-    hostname = https://www.Transifex.com
+    hostname = https://www.transifex.com
 
-Since Friendica version 3.5.1 we ship configuration files for the Transifex client in the core repository and the addon repository.
-To update the translation files after you have translated strings of e.g. Esperanto in the web-UI of Transifex you can use `tx` to download the file.
+Since Friendica version 3.5.1 we ship configuration files for the Transifex client in the core repository and the addon repository in `.tx/config`.
+To update the PO files after you have translated strings of e.g. Esperanto on the Transifex website you can use `tx` to download the updated PO file in the right location.
 
     $> tx pull -l eo
 
-And then use the `po2php` command described above to convert the `messages.po` file to the `strings.php` file Friendica is loading.
+Then run `bin/console po2php view/lang/<language>/messages.po` to update the related `strings.php` file.
+
+## Translation functions usage
 
-    $> php bin/console.php po2php view/lang/eo/messages.po
+### Basic usage
 
-Afterwards, just commit the two changed files to a feature branch of your Friendica repository, push the changes to github and open a pull request for your changes.
+- `Friendica\Core\L10n::t('Label')` => `Label`
+- `Friendica\Core\L10n::t('Label %s', 'test')` => `Label test`
 
-[1]:   https://www.Transifex.com/projects/p/friendica/
-[2]:   https://docs.Transifex.com/client/introduction
+### Plural
 
+- `Friendica\Core\L10n::tt('Label', 'Labels', 1)` => `Label`
+- `Friendica\Core\L10n::tt('Label', 'Labels', 3)` => `Labels`
+- `Friendica\Core\L10n::tt('%d Label', '%d Labels', 1)` => `1 Label`
+- `Friendica\Core\L10n::tt('%d Label', '%d Labels', 3)` => `3 Labels`
+- `Friendica\Core\L10n::tt('%d Label', 'Labels %2%s %3%s', 1, 'test', 'test2')` => `Label test test2`
+- `Friendica\Core\L10n::tt('%d Label', 'Labels %2%s %3%s', 3, 'test', 'test2')` => `Labels test test2`
index fb7ecac..4a3caf4 100644 (file)
@@ -27,7 +27,7 @@ Description
 
 Options
        -p <n>        Number of plural forms. Default: 2
-       --base <file> Path to base messages.po file. Default: util/messages.po
+       --base <file> Path to base messages.po file. Default: view/lang/C/messages.po
        -h|--help|-?  Show help information
        -v            Show more debug information.
 HELP;
@@ -107,7 +107,7 @@ HELP;
                $out .= sprintf('"Plural-Forms: nplurals=%s; plural=%s;\n"', $lang_pnum, $lang_logic) . "\n";
                $out .= "\n";
 
-               $base_path = $this->getOption('base', 'util' . DIRECTORY_SEPARATOR . 'messages.po');
+               $base_path = $this->getOption('base', 'view/lang/C/messages.po');
 
                // load base messages.po and extract msgids
                $base_msgids = [];
index b7c9bfa..de5c808 100644 (file)
@@ -61,7 +61,7 @@ HELP;
 
                $outfile = dirname($pofile) . DIRECTORY_SEPARATOR . 'strings.php';
 
-               if (strstr($outfile, 'util')) {
+               if (basename(dirname($pofile)) == 'C') {
                        $lang = 'en';
                } else {
                        $lang = str_replace('-', '_', basename(dirname($pofile)));
index cdb3f9c..832fdc2 100644 (file)
@@ -86,8 +86,6 @@ HELP;
                        $this->out('String files');
                }
 
-               $this->checkFile($php_path, 'util/strings.php');
-
                $files = glob('view/lang/*/strings.php');
                $this->checkFiles($php_path, $files);
 
diff --git a/util/messages.po b/util/messages.po
deleted file mode 100644 (file)
index a635313..0000000
+++ /dev/null
@@ -1,9695 +0,0 @@
-# FRIENDICA Distributed Social Network
-# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project
-# This file is distributed under the same license as the Friendica package.
-# Mike Macgirvin, 2010
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-27 02:39-0500\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"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-
-#: include/api.php:1142
-#, 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:1156
-#, 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:1170
-#, php-format
-msgid "Monthly posting limit of %d post reached. The post was rejected."
-msgstr ""
-
-#: include/api.php:4335 mod/photos.php:96 mod/photos.php:204 mod/photos.php:737
-#: mod/photos.php:1170 mod/photos.php:1187 mod/photos.php:1680
-#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106
-#: mod/profile_photo.php:215 mod/profile_photo.php:304
-#: mod/profile_photo.php:314 src/Model/User.php:652 src/Model/User.php:660
-#: src/Model/User.php:668
-msgid "Profile Photos"
-msgstr ""
-
-#: include/conversation.php:156 include/conversation.php:292
-#: src/Model/Item.php:3263
-msgid "event"
-msgstr ""
-
-#: include/conversation.php:159 include/conversation.php:169
-#: include/conversation.php:295 include/conversation.php:304
-#: mod/subthread.php:90 mod/tagger.php:72
-msgid "status"
-msgstr ""
-
-#: include/conversation.php:164 include/conversation.php:300
-#: mod/subthread.php:90 mod/tagger.php:72 src/Model/Item.php:3265
-msgid "photo"
-msgstr ""
-
-#: include/conversation.php:176
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr ""
-
-#: include/conversation.php:178
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr ""
-
-#: include/conversation.php:180
-#, php-format
-msgid "%1$s attends %2$s's %3$s"
-msgstr ""
-
-#: include/conversation.php:182
-#, php-format
-msgid "%1$s doesn't attend %2$s's %3$s"
-msgstr ""
-
-#: include/conversation.php:184
-#, php-format
-msgid "%1$s attends maybe %2$s's %3$s"
-msgstr ""
-
-#: include/conversation.php:219
-#, php-format
-msgid "%1$s is now friends with %2$s"
-msgstr ""
-
-#: include/conversation.php:260
-#, php-format
-msgid "%1$s poked %2$s"
-msgstr ""
-
-#: include/conversation.php:314 mod/tagger.php:110
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr ""
-
-#: include/conversation.php:336
-msgid "post/item"
-msgstr ""
-
-#: include/conversation.php:337
-#, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
-msgstr ""
-
-#: include/conversation.php:551 mod/photos.php:1511 mod/profiles.php:356
-msgid "Likes"
-msgstr ""
-
-#: include/conversation.php:551 mod/photos.php:1511 mod/profiles.php:360
-msgid "Dislikes"
-msgstr ""
-
-#: include/conversation.php:552 include/conversation.php:1483
-#: mod/photos.php:1512
-msgid "Attending"
-msgid_plural "Attending"
-msgstr[0] ""
-msgstr[1] ""
-
-#: include/conversation.php:552 mod/photos.php:1512
-msgid "Not attending"
-msgstr ""
-
-#: include/conversation.php:552 mod/photos.php:1512
-msgid "Might attend"
-msgstr ""
-
-#: include/conversation.php:632 mod/photos.php:1568 src/Object/Post.php:206
-msgid "Select"
-msgstr ""
-
-#: include/conversation.php:633 mod/admin.php:1971 mod/photos.php:1569
-#: mod/settings.php:741 src/Module/Contact.php:832 src/Module/Contact.php:1107
-msgid "Delete"
-msgstr ""
-
-#: include/conversation.php:667 src/Object/Post.php:379 src/Object/Post.php:380
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr ""
-
-#: include/conversation.php:679 src/Object/Post.php:367
-msgid "Categories:"
-msgstr ""
-
-#: include/conversation.php:680 src/Object/Post.php:368
-msgid "Filed under:"
-msgstr ""
-
-#: include/conversation.php:687 src/Object/Post.php:393
-#, php-format
-msgid "%s from %s"
-msgstr ""
-
-#: include/conversation.php:702
-msgid "View in context"
-msgstr ""
-
-#: include/conversation.php:704 include/conversation.php:1151
-#: mod/editpost.php:109 mod/message.php:264 mod/message.php:427
-#: mod/photos.php:1484 mod/wallmessage.php:141 src/Object/Post.php:418
-msgid "Please wait"
-msgstr ""
-
-#: include/conversation.php:768
-msgid "remove"
-msgstr ""
-
-#: include/conversation.php:772
-msgid "Delete Selected Items"
-msgstr ""
-
-#: include/conversation.php:872 view/theme/frio/theme.php:369
-msgid "Follow Thread"
-msgstr ""
-
-#: include/conversation.php:873 src/Model/Contact.php:950
-msgid "View Status"
-msgstr ""
-
-#: include/conversation.php:874 include/conversation.php:890
-#: mod/allfriends.php:76 mod/directory.php:167 mod/dirfind.php:228
-#: mod/match.php:91 mod/suggest.php:86 src/Model/Contact.php:890
-#: src/Model/Contact.php:943 src/Model/Contact.php:951
-msgid "View Profile"
-msgstr ""
-
-#: include/conversation.php:875 src/Model/Contact.php:952
-msgid "View Photos"
-msgstr ""
-
-#: include/conversation.php:876 src/Model/Contact.php:944
-#: src/Model/Contact.php:953
-msgid "Network Posts"
-msgstr ""
-
-#: include/conversation.php:877 src/Model/Contact.php:945
-#: src/Model/Contact.php:954
-msgid "View Contact"
-msgstr ""
-
-#: include/conversation.php:878 src/Model/Contact.php:956
-msgid "Send PM"
-msgstr ""
-
-#: include/conversation.php:882 src/Model/Contact.php:957
-msgid "Poke"
-msgstr ""
-
-#: include/conversation.php:887 mod/allfriends.php:77 mod/dirfind.php:229
-#: mod/follow.php:147 mod/match.php:92 mod/suggest.php:87
-#: src/Content/Widget.php:65 src/Model/Contact.php:946
-#: src/Module/Contact.php:580 view/theme/vier/theme.php:201
-msgid "Connect/Follow"
-msgstr ""
-
-#: include/conversation.php:1005
-#, php-format
-msgid "%s likes this."
-msgstr ""
-
-#: include/conversation.php:1008
-#, php-format
-msgid "%s doesn't like this."
-msgstr ""
-
-#: include/conversation.php:1011
-#, php-format
-msgid "%s attends."
-msgstr ""
-
-#: include/conversation.php:1014
-#, php-format
-msgid "%s doesn't attend."
-msgstr ""
-
-#: include/conversation.php:1017
-#, php-format
-msgid "%s attends maybe."
-msgstr ""
-
-#: include/conversation.php:1028
-msgid "and"
-msgstr ""
-
-#: include/conversation.php:1034
-#, php-format
-msgid "and %d other people"
-msgstr ""
-
-#: include/conversation.php:1043
-#, php-format
-msgid "<span  %1$s>%2$d people</span> like this"
-msgstr ""
-
-#: include/conversation.php:1044
-#, php-format
-msgid "%s like this."
-msgstr ""
-
-#: include/conversation.php:1047
-#, php-format
-msgid "<span  %1$s>%2$d people</span> don't like this"
-msgstr ""
-
-#: include/conversation.php:1048
-#, php-format
-msgid "%s don't like this."
-msgstr ""
-
-#: include/conversation.php:1051
-#, php-format
-msgid "<span  %1$s>%2$d people</span> attend"
-msgstr ""
-
-#: include/conversation.php:1052
-#, php-format
-msgid "%s attend."
-msgstr ""
-
-#: include/conversation.php:1055
-#, php-format
-msgid "<span  %1$s>%2$d people</span> don't attend"
-msgstr ""
-
-#: include/conversation.php:1056
-#, php-format
-msgid "%s don't attend."
-msgstr ""
-
-#: include/conversation.php:1059
-#, php-format
-msgid "<span  %1$s>%2$d people</span> attend maybe"
-msgstr ""
-
-#: include/conversation.php:1060
-#, php-format
-msgid "%s attend maybe."
-msgstr ""
-
-#: include/conversation.php:1090
-msgid "Visible to <strong>everybody</strong>"
-msgstr ""
-
-#: include/conversation.php:1091 src/Object/Post.php:822
-msgid "Please enter a image/video/audio/webpage URL:"
-msgstr ""
-
-#: include/conversation.php:1092
-msgid "Tag term:"
-msgstr ""
-
-#: include/conversation.php:1093 mod/filer.php:37
-msgid "Save to Folder:"
-msgstr ""
-
-#: include/conversation.php:1094
-msgid "Where are you right now?"
-msgstr ""
-
-#: include/conversation.php:1095
-msgid "Delete item(s)?"
-msgstr ""
-
-#: include/conversation.php:1127
-msgid "New Post"
-msgstr ""
-
-#: include/conversation.php:1130
-msgid "Share"
-msgstr ""
-
-#: include/conversation.php:1131 mod/editpost.php:95 mod/message.php:262
-#: mod/message.php:424 mod/wallmessage.php:139
-msgid "Upload photo"
-msgstr ""
-
-#: include/conversation.php:1132 mod/editpost.php:96
-msgid "upload photo"
-msgstr ""
-
-#: include/conversation.php:1133 mod/editpost.php:97
-msgid "Attach file"
-msgstr ""
-
-#: include/conversation.php:1134 mod/editpost.php:98
-msgid "attach file"
-msgstr ""
-
-#: include/conversation.php:1135 src/Object/Post.php:814
-msgid "Bold"
-msgstr ""
-
-#: include/conversation.php:1136 src/Object/Post.php:815
-msgid "Italic"
-msgstr ""
-
-#: include/conversation.php:1137 src/Object/Post.php:816
-msgid "Underline"
-msgstr ""
-
-#: include/conversation.php:1138 src/Object/Post.php:817
-msgid "Quote"
-msgstr ""
-
-#: include/conversation.php:1139 src/Object/Post.php:818
-msgid "Code"
-msgstr ""
-
-#: include/conversation.php:1140 src/Object/Post.php:819
-msgid "Image"
-msgstr ""
-
-#: include/conversation.php:1141 src/Object/Post.php:820
-msgid "Link"
-msgstr ""
-
-#: include/conversation.php:1142 src/Object/Post.php:821
-msgid "Link or Media"
-msgstr ""
-
-#: include/conversation.php:1143 mod/editpost.php:105
-msgid "Set your location"
-msgstr ""
-
-#: include/conversation.php:1144 mod/editpost.php:106
-msgid "set location"
-msgstr ""
-
-#: include/conversation.php:1145 mod/editpost.php:107
-msgid "Clear browser location"
-msgstr ""
-
-#: include/conversation.php:1146 mod/editpost.php:108
-msgid "clear location"
-msgstr ""
-
-#: include/conversation.php:1148 mod/editpost.php:123
-msgid "Set title"
-msgstr ""
-
-#: include/conversation.php:1150 mod/editpost.php:125
-msgid "Categories (comma-separated list)"
-msgstr ""
-
-#: include/conversation.php:1152 mod/editpost.php:110
-msgid "Permission settings"
-msgstr ""
-
-#: include/conversation.php:1153 mod/editpost.php:140
-msgid "permissions"
-msgstr ""
-
-#: include/conversation.php:1162 mod/editpost.php:120
-msgid "Public post"
-msgstr ""
-
-#: include/conversation.php:1166 mod/editpost.php:131 mod/events.php:557
-#: mod/photos.php:1502 mod/photos.php:1541 mod/photos.php:1601
-#: src/Object/Post.php:823
-msgid "Preview"
-msgstr ""
-
-#: include/conversation.php:1170 include/items.php:402 mod/dfrn_request.php:658
-#: mod/editpost.php:134 mod/fbrowser.php:105 mod/fbrowser.php:136
-#: mod/follow.php:165 mod/message.php:155 mod/photos.php:260 mod/photos.php:332
-#: mod/settings.php:681 mod/settings.php:707 mod/suggest.php:44
-#: mod/tagrm.php:20 mod/tagrm.php:113 mod/unfollow.php:134 mod/videos.php:142
-#: src/Module/Contact.php:452
-msgid "Cancel"
-msgstr ""
-
-#: include/conversation.php:1175
-msgid "Post to Groups"
-msgstr ""
-
-#: include/conversation.php:1176
-msgid "Post to Contacts"
-msgstr ""
-
-#: include/conversation.php:1177
-msgid "Private post"
-msgstr ""
-
-#: include/conversation.php:1182 mod/editpost.php:138 src/Model/Profile.php:361
-msgid "Message"
-msgstr ""
-
-#: include/conversation.php:1183 mod/editpost.php:139
-msgid "Browser"
-msgstr ""
-
-#: include/conversation.php:1454
-msgid "View all"
-msgstr ""
-
-#: include/conversation.php:1477
-msgid "Like"
-msgid_plural "Likes"
-msgstr[0] ""
-msgstr[1] ""
-
-#: include/conversation.php:1480
-msgid "Dislike"
-msgid_plural "Dislikes"
-msgstr[0] ""
-msgstr[1] ""
-
-#: include/conversation.php:1486
-msgid "Not Attending"
-msgid_plural "Not Attending"
-msgstr[0] ""
-msgstr[1] ""
-
-#: include/conversation.php:1489 src/Content/ContactSelector.php:148
-msgid "Undecided"
-msgid_plural "Undecided"
-msgstr[0] ""
-msgstr[1] ""
-
-#: include/enotify.php:55
-msgid "Friendica Notification"
-msgstr ""
-
-#: include/enotify.php:58
-msgid "Thank You,"
-msgstr ""
-
-#: include/enotify.php:61
-#, php-format
-msgid "%1$s, %2$s Administrator"
-msgstr ""
-
-#: include/enotify.php:63
-#, php-format
-msgid "%s Administrator"
-msgstr ""
-
-#: include/enotify.php:126
-#, php-format
-msgid "[Friendica:Notify] New mail received at %s"
-msgstr ""
-
-#: include/enotify.php:128
-#, php-format
-msgid "%1$s sent you a new private message at %2$s."
-msgstr ""
-
-#: include/enotify.php:129
-msgid "a private message"
-msgstr ""
-
-#: include/enotify.php:129
-#, php-format
-msgid "%1$s sent you %2$s."
-msgstr ""
-
-#: include/enotify.php:131
-#, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
-msgstr ""
-
-#: include/enotify.php:165
-#, php-format
-msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
-msgstr ""
-
-#: include/enotify.php:173
-#, php-format
-msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
-msgstr ""
-
-#: include/enotify.php:183
-#, php-format
-msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
-msgstr ""
-
-#: include/enotify.php:195
-#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
-msgstr ""
-
-#: include/enotify.php:197
-#, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr ""
-
-#: include/enotify.php:200 include/enotify.php:215 include/enotify.php:230
-#: include/enotify.php:245 include/enotify.php:264 include/enotify.php:280
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr ""
-
-#: include/enotify.php:207
-#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr ""
-
-#: include/enotify.php:209
-#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr ""
-
-#: include/enotify.php:210
-#, php-format
-msgid "%1$s posted to [url=%2$s]your wall[/url]"
-msgstr ""
-
-#: include/enotify.php:222
-#, php-format
-msgid "[Friendica:Notify] %s tagged you"
-msgstr ""
-
-#: include/enotify.php:224
-#, php-format
-msgid "%1$s tagged you at %2$s"
-msgstr ""
-
-#: include/enotify.php:225
-#, php-format
-msgid "%1$s [url=%2$s]tagged you[/url]."
-msgstr ""
-
-#: include/enotify.php:237
-#, php-format
-msgid "[Friendica:Notify] %s shared a new post"
-msgstr ""
-
-#: include/enotify.php:239
-#, php-format
-msgid "%1$s shared a new post at %2$s"
-msgstr ""
-
-#: include/enotify.php:240
-#, php-format
-msgid "%1$s [url=%2$s]shared a post[/url]."
-msgstr ""
-
-#: include/enotify.php:252
-#, php-format
-msgid "[Friendica:Notify] %1$s poked you"
-msgstr ""
-
-#: include/enotify.php:254
-#, php-format
-msgid "%1$s poked you at %2$s"
-msgstr ""
-
-#: include/enotify.php:255
-#, php-format
-msgid "%1$s [url=%2$s]poked you[/url]."
-msgstr ""
-
-#: include/enotify.php:272
-#, php-format
-msgid "[Friendica:Notify] %s tagged your post"
-msgstr ""
-
-#: include/enotify.php:274
-#, php-format
-msgid "%1$s tagged your post at %2$s"
-msgstr ""
-
-#: include/enotify.php:275
-#, php-format
-msgid "%1$s tagged [url=%2$s]your post[/url]"
-msgstr ""
-
-#: include/enotify.php:287
-msgid "[Friendica:Notify] Introduction received"
-msgstr ""
-
-#: include/enotify.php:289
-#, php-format
-msgid "You've received an introduction from '%1$s' at %2$s"
-msgstr ""
-
-#: include/enotify.php:290
-#, php-format
-msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
-msgstr ""
-
-#: include/enotify.php:295 include/enotify.php:341
-#, php-format
-msgid "You may visit their profile at %s"
-msgstr ""
-
-#: include/enotify.php:297
-#, php-format
-msgid "Please visit %s to approve or reject the introduction."
-msgstr ""
-
-#: include/enotify.php:304
-msgid "[Friendica:Notify] A new person is sharing with you"
-msgstr ""
-
-#: include/enotify.php:306 include/enotify.php:307
-#, php-format
-msgid "%1$s is sharing with you at %2$s"
-msgstr ""
-
-#: include/enotify.php:314
-msgid "[Friendica:Notify] You have a new follower"
-msgstr ""
-
-#: include/enotify.php:316 include/enotify.php:317
-#, php-format
-msgid "You have a new follower at %2$s : %1$s"
-msgstr ""
-
-#: include/enotify.php:330
-msgid "[Friendica:Notify] Friend suggestion received"
-msgstr ""
-
-#: include/enotify.php:332
-#, php-format
-msgid "You've received a friend suggestion from '%1$s' at %2$s"
-msgstr ""
-
-#: include/enotify.php:333
-#, php-format
-msgid "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
-msgstr ""
-
-#: include/enotify.php:339
-msgid "Name:"
-msgstr ""
-
-#: include/enotify.php:340
-msgid "Photo:"
-msgstr ""
-
-#: include/enotify.php:343
-#, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr ""
-
-#: include/enotify.php:351 include/enotify.php:366
-msgid "[Friendica:Notify] Connection accepted"
-msgstr ""
-
-#: include/enotify.php:353 include/enotify.php:368
-#, php-format
-msgid "'%1$s' has accepted your connection request at %2$s"
-msgstr ""
-
-#: include/enotify.php:354 include/enotify.php:369
-#, php-format
-msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
-msgstr ""
-
-#: include/enotify.php:359
-msgid ""
-"You are now mutual friends and may exchange status updates, photos, and "
-"email without restriction."
-msgstr ""
-
-#: include/enotify.php:361
-#, php-format
-msgid "Please visit %s if you wish to make any changes to this relationship."
-msgstr ""
-
-#: include/enotify.php:374
-#, 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/enotify.php:376
-#, 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:378
-#, php-format
-msgid "Please visit %s  if you wish to make any changes to this relationship."
-msgstr ""
-
-#: include/enotify.php:388 mod/removeme.php:49
-msgid "[Friendica System Notify]"
-msgstr ""
-
-#: include/enotify.php:388
-msgid "registration request"
-msgstr ""
-
-#: include/enotify.php:390
-#, php-format
-msgid "You've received a registration request from '%1$s' at %2$s"
-msgstr ""
-
-#: include/enotify.php:391
-#, php-format
-msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
-msgstr ""
-
-#: include/enotify.php:396
-#, php-format
-msgid ""
-"Full Name:\t%s\n"
-"Site Location:\t%s\n"
-"Login Name:\t%s (%s)"
-msgstr ""
-
-#: include/enotify.php:402
-#, php-format
-msgid "Please visit %s to approve or reject the request."
-msgstr ""
-
-#: include/items.php:359 mod/admin.php:295 mod/admin.php:2029
-#: mod/admin.php:2275 mod/display.php:75 mod/display.php:253
-#: mod/display.php:349 mod/notice.php:21 mod/viewsrc.php:22
-msgid "Item not found."
-msgstr ""
-
-#: include/items.php:397
-msgid "Do you really want to delete this item?"
-msgstr ""
-
-#: include/items.php:399 mod/api.php:112 mod/dfrn_request.php:648
-#: mod/follow.php:154 mod/message.php:152 mod/profiles.php:542
-#: mod/profiles.php:545 mod/profiles.php:567 mod/register.php:239
-#: mod/settings.php:1100 mod/settings.php:1106 mod/settings.php:1113
-#: mod/settings.php:1117 mod/settings.php:1121 mod/settings.php:1125
-#: mod/settings.php:1129 mod/settings.php:1133 mod/settings.php:1153
-#: mod/settings.php:1154 mod/settings.php:1155 mod/settings.php:1156
-#: mod/settings.php:1157 mod/suggest.php:41 src/Module/Contact.php:449
-msgid "Yes"
-msgstr ""
-
-#: include/items.php:449 mod/allfriends.php:24 mod/api.php:37 mod/api.php:42
-#: mod/attach.php:39 mod/cal.php:304 mod/common.php:29 mod/crepair.php:101
-#: mod/delegate.php:31 mod/delegate.php:49 mod/delegate.php:60
-#: mod/dfrn_confirm.php:69 mod/dirfind.php:29 mod/editpost.php:22
-#: mod/events.php:199 mod/follow.php:58 mod/follow.php:122 mod/fsuggest.php:81
-#: mod/group.php:30 mod/invite.php:25 mod/invite.php:111 mod/item.php:169
-#: mod/manage.php:132 mod/message.php:58 mod/message.php:103 mod/network.php:39
-#: mod/nogroup.php:23 mod/notes.php:33 mod/notifications.php:70
-#: mod/ostatus_subscribe.php:18 mod/photos.php:189 mod/photos.php:1064
-#: mod/poke.php:144 mod/profiles.php:183 mod/profiles.php:515
-#: mod/profile_photo.php:33 mod/profile_photo.php:180 mod/profile_photo.php:202
-#: mod/register.php:55 mod/regmod.php:91 mod/repair_ostatus.php:16
-#: mod/settings.php:48 mod/settings.php:154 mod/settings.php:670
-#: mod/suggest.php:62 mod/uimport.php:17 mod/unfollow.php:22
-#: mod/unfollow.php:77 mod/unfollow.php:109 mod/viewcontacts.php:63
-#: mod/wallmessage.php:19 mod/wallmessage.php:43 mod/wallmessage.php:82
-#: mod/wallmessage.php:106 mod/wall_attach.php:81 mod/wall_attach.php:84
-#: mod/wall_upload.php:106 mod/wall_upload.php:109 src/App.php:1786
-#: src/Module/Contact.php:365
-msgid "Permission denied."
-msgstr ""
-
-#: include/items.php:520 src/Content/Feature.php:95
-msgid "Archives"
-msgstr ""
-
-#: include/items.php:526 src/App.php:791 src/Content/ForumManager.php:133
-#: src/Content/Widget.php:308 src/Object/Post.php:447
-#: view/theme/vier/theme.php:258
-msgid "show more"
-msgstr ""
-
-#: mod/admin.php:116
-msgid "Theme settings updated."
-msgstr ""
-
-#: mod/admin.php:189 src/Content/Nav.php:228
-msgid "Information"
-msgstr ""
-
-#: mod/admin.php:190
-msgid "Overview"
-msgstr ""
-
-#: mod/admin.php:191 mod/admin.php:761
-msgid "Federation Statistics"
-msgstr ""
-
-#: mod/admin.php:192
-msgid "Configuration"
-msgstr ""
-
-#: mod/admin.php:193 mod/admin.php:1488
-msgid "Site"
-msgstr ""
-
-#: mod/admin.php:194 mod/admin.php:1417 mod/admin.php:1961 mod/admin.php:1978
-msgid "Users"
-msgstr ""
-
-#: mod/admin.php:195 mod/admin.php:2077 mod/admin.php:2137 mod/settings.php:99
-msgid "Addons"
-msgstr ""
-
-#: mod/admin.php:196 mod/admin.php:2347 mod/admin.php:2391
-msgid "Themes"
-msgstr ""
-
-#: mod/admin.php:197 mod/settings.php:77
-msgid "Additional features"
-msgstr ""
-
-#: mod/admin.php:198 mod/admin.php:322 mod/register.php:292
-#: src/Content/Nav.php:231 src/Module/Tos.php:71
-msgid "Terms of Service"
-msgstr ""
-
-#: mod/admin.php:199
-msgid "Database"
-msgstr ""
-
-#: mod/admin.php:200
-msgid "DB updates"
-msgstr ""
-
-#: mod/admin.php:201 mod/admin.php:804
-msgid "Inspect Queue"
-msgstr ""
-
-#: mod/admin.php:202
-msgid "Inspect Deferred Workers"
-msgstr ""
-
-#: mod/admin.php:203
-msgid "Inspect worker Queue"
-msgstr ""
-
-#: mod/admin.php:204
-msgid "Tools"
-msgstr ""
-
-#: mod/admin.php:205
-msgid "Contact Blocklist"
-msgstr ""
-
-#: mod/admin.php:206 mod/admin.php:384
-msgid "Server Blocklist"
-msgstr ""
-
-#: mod/admin.php:207 mod/admin.php:542
-msgid "Delete Item"
-msgstr ""
-
-#: mod/admin.php:208 mod/admin.php:209 mod/admin.php:2466
-msgid "Logs"
-msgstr ""
-
-#: mod/admin.php:210 mod/admin.php:2533
-msgid "View Logs"
-msgstr ""
-
-#: mod/admin.php:212
-msgid "Diagnostics"
-msgstr ""
-
-#: mod/admin.php:213
-msgid "PHP Info"
-msgstr ""
-
-#: mod/admin.php:214
-msgid "probe address"
-msgstr ""
-
-#: mod/admin.php:215
-msgid "check webfinger"
-msgstr ""
-
-#: mod/admin.php:235 src/Content/Nav.php:271
-msgid "Admin"
-msgstr ""
-
-#: mod/admin.php:236
-msgid "Addon Features"
-msgstr ""
-
-#: mod/admin.php:237
-msgid "User registrations waiting for confirmation"
-msgstr ""
-
-#: mod/admin.php:321 mod/admin.php:383 mod/admin.php:499 mod/admin.php:541
-#: mod/admin.php:760 mod/admin.php:803 mod/admin.php:854 mod/admin.php:972
-#: mod/admin.php:1487 mod/admin.php:1960 mod/admin.php:2076 mod/admin.php:2136
-#: mod/admin.php:2346 mod/admin.php:2390 mod/admin.php:2465 mod/admin.php:2532
-msgid "Administration"
-msgstr ""
-
-#: mod/admin.php:323
-msgid "Display Terms of Service"
-msgstr ""
-
-#: mod/admin.php:323
-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:324
-msgid "Display Privacy Statement"
-msgstr ""
-
-#: mod/admin.php:324
-#, 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:325
-msgid "Privacy Statement Preview"
-msgstr ""
-
-#: mod/admin.php:327
-msgid "The Terms of Service"
-msgstr ""
-
-#: mod/admin.php:327
-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:329 mod/admin.php:1489 mod/admin.php:2138 mod/admin.php:2392
-#: mod/admin.php:2467 mod/admin.php:2614 mod/delegate.php:174
-#: mod/settings.php:680 mod/settings.php:787 mod/settings.php:875
-#: mod/settings.php:964 mod/settings.php:1189
-msgid "Save Settings"
-msgstr ""
-
-#: mod/admin.php:375 mod/admin.php:393 mod/dfrn_request.php:348
-#: mod/friendica.php:122 src/Model/Contact.php:1603
-msgid "Blocked domain"
-msgstr ""
-
-#: mod/admin.php:375
-msgid "The blocked domain"
-msgstr ""
-
-#: mod/admin.php:376 mod/admin.php:394 mod/friendica.php:122
-msgid "Reason for the block"
-msgstr ""
-
-#: mod/admin.php:376 mod/admin.php:389
-msgid "The reason why you blocked this domain."
-msgstr ""
-
-#: mod/admin.php:377
-msgid "Delete domain"
-msgstr ""
-
-#: mod/admin.php:377
-msgid "Check to delete this entry from the blocklist"
-msgstr ""
-
-#: mod/admin.php:385
-msgid ""
-"This page can be used to define a black list of servers from the federated "
-"network that are not allowed to interact with your node. For all entered "
-"domains you should also give a reason why you have blocked the remote server."
-msgstr ""
-
-#: mod/admin.php:386
-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:387
-msgid "Add new entry to block list"
-msgstr ""
-
-#: mod/admin.php:388
-msgid "Server Domain"
-msgstr ""
-
-#: mod/admin.php:388
-msgid ""
-"The domain of the new server to add to the block list. Do not include the "
-"protocol."
-msgstr ""
-
-#: mod/admin.php:389
-msgid "Block reason"
-msgstr ""
-
-#: mod/admin.php:390
-msgid "Add Entry"
-msgstr ""
-
-#: mod/admin.php:391
-msgid "Save changes to the blocklist"
-msgstr ""
-
-#: mod/admin.php:392
-msgid "Current Entries in the Blocklist"
-msgstr ""
-
-#: mod/admin.php:395
-msgid "Delete entry from blocklist"
-msgstr ""
-
-#: mod/admin.php:398
-msgid "Delete entry from blocklist?"
-msgstr ""
-
-#: mod/admin.php:424
-msgid "Server added to blocklist."
-msgstr ""
-
-#: mod/admin.php:440
-msgid "Site blocklist updated."
-msgstr ""
-
-#: mod/admin.php:463 src/Core/Console/GlobalCommunityBlock.php:68
-msgid "The contact has been blocked from the node"
-msgstr ""
-
-#: mod/admin.php:465 src/Core/Console/GlobalCommunityBlock.php:65
-#, php-format
-msgid "Could not find any contact entry for this URL (%s)"
-msgstr ""
-
-#: mod/admin.php:472
-#, php-format
-msgid "%s contact unblocked"
-msgid_plural "%s contacts unblocked"
-msgstr[0] ""
-msgstr[1] ""
-
-#: mod/admin.php:500
-msgid "Remote Contact Blocklist"
-msgstr ""
-
-#: mod/admin.php:501
-msgid ""
-"This page allows you to prevent any message from a remote contact to reach "
-"your node."
-msgstr ""
-
-#: mod/admin.php:502
-msgid "Block Remote Contact"
-msgstr ""
-
-#: mod/admin.php:503 mod/admin.php:1963
-msgid "select all"
-msgstr ""
-
-#: mod/admin.php:504
-msgid "select none"
-msgstr ""
-
-#: mod/admin.php:505 mod/admin.php:1972 src/Module/Contact.php:627
-#: src/Module/Contact.php:829 src/Module/Contact.php:1082
-msgid "Block"
-msgstr ""
-
-#: mod/admin.php:506 mod/admin.php:1974 src/Module/Contact.php:627
-#: src/Module/Contact.php:829 src/Module/Contact.php:1082
-msgid "Unblock"
-msgstr ""
-
-#: mod/admin.php:507
-msgid "No remote contact is blocked from this node."
-msgstr ""
-
-#: mod/admin.php:509
-msgid "Blocked Remote Contacts"
-msgstr ""
-
-#: mod/admin.php:510
-msgid "Block New Remote Contact"
-msgstr ""
-
-#: mod/admin.php:511
-msgid "Photo"
-msgstr ""
-
-#: mod/admin.php:511 mod/admin.php:1955 mod/admin.php:1966 mod/admin.php:1980
-#: mod/admin.php:1996 mod/crepair.php:161 mod/settings.php:682
-#: mod/settings.php:708
-msgid "Name"
-msgstr ""
-
-#: mod/admin.php:511 mod/profiles.php:395
-msgid "Address"
-msgstr ""
-
-#: mod/admin.php:511 mod/admin.php:521 mod/follow.php:170
-#: mod/notifications.php:177 mod/notifications.php:261 mod/unfollow.php:139
-#: src/Module/Contact.php:646
-msgid "Profile URL"
-msgstr ""
-
-#: mod/admin.php:519
-#, php-format
-msgid "%s total blocked contact"
-msgid_plural "%s total blocked contacts"
-msgstr[0] ""
-msgstr[1] ""
-
-#: mod/admin.php:521
-msgid "URL of the remote contact to block."
-msgstr ""
-
-#: mod/admin.php:543
-msgid "Delete this Item"
-msgstr ""
-
-#: mod/admin.php:544
-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:545
-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:546
-msgid "GUID"
-msgstr ""
-
-#: mod/admin.php:546
-msgid "The GUID of the item you want to delete."
-msgstr ""
-
-#: mod/admin.php:580
-msgid "Item marked for deletion."
-msgstr ""
-
-#: mod/admin.php:651
-msgid "unknown"
-msgstr ""
-
-#: mod/admin.php:754
-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:755
-msgid ""
-"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
-"will improve the data displayed here."
-msgstr ""
-
-#: mod/admin.php:767
-#, php-format
-msgid ""
-"Currently this node is aware of %d nodes with %d registered users from the "
-"following platforms:"
-msgstr ""
-
-#: mod/admin.php:806 mod/admin.php:857
-msgid "ID"
-msgstr ""
-
-#: mod/admin.php:807
-msgid "Recipient Name"
-msgstr ""
-
-#: mod/admin.php:808
-msgid "Recipient Profile"
-msgstr ""
-
-#: mod/admin.php:809 src/Content/Nav.php:236
-#: src/Core/NotificationsManager.php:180 view/theme/frio/theme.php:280
-msgid "Network"
-msgstr ""
-
-#: mod/admin.php:810 mod/admin.php:859
-msgid "Created"
-msgstr ""
-
-#: mod/admin.php:811
-msgid "Last Tried"
-msgstr ""
-
-#: mod/admin.php:812
-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:833
-msgid "Inspect Deferred Worker Queue"
-msgstr ""
-
-#: mod/admin.php:834
-msgid ""
-"This page lists the deferred worker jobs. This are jobs that couldn't be "
-"executed at the first time."
-msgstr ""
-
-#: mod/admin.php:837
-msgid "Inspect Worker Queue"
-msgstr ""
-
-#: mod/admin.php:838
-msgid ""
-"This page lists the currently queued worker jobs. These jobs are handled by "
-"the worker cronjob you've set up during install."
-msgstr ""
-
-#: mod/admin.php:858
-msgid "Job Parameters"
-msgstr ""
-
-#: mod/admin.php:860
-msgid "Priority"
-msgstr ""
-
-#: mod/admin.php:885
-#, 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:892
-#, 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:902
-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:908
-msgid "The worker was never executed. Please check your database structure!"
-msgstr ""
-
-#: mod/admin.php:911
-#, php-format
-msgid ""
-"The last worker execution was on %s UTC. This is older than one hour. Please "
-"check your crontab settings."
-msgstr ""
-
-#: mod/admin.php:917
-#, php-format
-msgid ""
-"Friendica's configuration now is stored in config/local.config.php, please "
-"copy config/local-sample.config.php and move your config from <code>."
-"htconfig.php</code>. See <a href=\"%s\">the Config help page</a> for help "
-"with the transition."
-msgstr ""
-
-#: mod/admin.php:924
-#, php-format
-msgid ""
-"<a href=\"%s\">%s</a> is not reachable on your system. This is a severe "
-"configuration issue that prevents server to server communication. See <a "
-"href=\"%s\">the installation page</a> for help."
-msgstr ""
-
-#: mod/admin.php:930
-msgid "Normal Account"
-msgstr ""
-
-#: mod/admin.php:931
-msgid "Automatic Follower Account"
-msgstr ""
-
-#: mod/admin.php:932
-msgid "Public Forum Account"
-msgstr ""
-
-#: mod/admin.php:933
-msgid "Automatic Friend Account"
-msgstr ""
-
-#: mod/admin.php:934
-msgid "Blog Account"
-msgstr ""
-
-#: mod/admin.php:935
-msgid "Private Forum Account"
-msgstr ""
-
-#: mod/admin.php:958
-msgid "Message queues"
-msgstr ""
-
-#: mod/admin.php:964
-msgid "Server Settings"
-msgstr ""
-
-#: mod/admin.php:973
-msgid "Summary"
-msgstr ""
-
-#: mod/admin.php:975
-msgid "Registered users"
-msgstr ""
-
-#: mod/admin.php:977
-msgid "Pending registrations"
-msgstr ""
-
-#: mod/admin.php:978
-msgid "Version"
-msgstr ""
-
-#: mod/admin.php:983
-msgid "Active addons"
-msgstr ""
-
-#: mod/admin.php:1015
-msgid "Can not parse base url. Must have at least <scheme>://<domain>"
-msgstr ""
-
-#: mod/admin.php:1351
-msgid "Site settings updated."
-msgstr ""
-
-#: mod/admin.php:1379 mod/settings.php:908
-msgid "No special theme for mobile devices"
-msgstr ""
-
-#: mod/admin.php:1408
-msgid "No community page for local users"
-msgstr ""
-
-#: mod/admin.php:1409
-msgid "No community page"
-msgstr ""
-
-#: mod/admin.php:1410
-msgid "Public postings from users of this site"
-msgstr ""
-
-#: mod/admin.php:1411
-msgid "Public postings from the federated network"
-msgstr ""
-
-#: mod/admin.php:1412
-msgid "Public postings from local users and the federated network"
-msgstr ""
-
-#: mod/admin.php:1416 mod/admin.php:1585 mod/admin.php:1595
-#: src/Module/Contact.php:552
-msgid "Disabled"
-msgstr ""
-
-#: mod/admin.php:1418
-msgid "Users, Global Contacts"
-msgstr ""
-
-#: mod/admin.php:1419
-msgid "Users, Global Contacts/fallback"
-msgstr ""
-
-#: mod/admin.php:1423
-msgid "One month"
-msgstr ""
-
-#: mod/admin.php:1424
-msgid "Three months"
-msgstr ""
-
-#: mod/admin.php:1425
-msgid "Half a year"
-msgstr ""
-
-#: mod/admin.php:1426
-msgid "One year"
-msgstr ""
-
-#: mod/admin.php:1431
-msgid "Multi user instance"
-msgstr ""
-
-#: mod/admin.php:1457
-msgid "Closed"
-msgstr ""
-
-#: mod/admin.php:1458
-msgid "Requires approval"
-msgstr ""
-
-#: mod/admin.php:1459
-msgid "Open"
-msgstr ""
-
-#: mod/admin.php:1463
-msgid "No SSL policy, links will track page SSL state"
-msgstr ""
-
-#: mod/admin.php:1464
-msgid "Force all links to use SSL"
-msgstr ""
-
-#: mod/admin.php:1465
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
-msgstr ""
-
-#: mod/admin.php:1469
-msgid "Don't check"
-msgstr ""
-
-#: mod/admin.php:1470
-msgid "check the stable version"
-msgstr ""
-
-#: mod/admin.php:1471
-msgid "check the development version"
-msgstr ""
-
-#: mod/admin.php:1490
-msgid "Republish users to directory"
-msgstr ""
-
-#: mod/admin.php:1491 mod/register.php:268
-msgid "Registration"
-msgstr ""
-
-#: mod/admin.php:1492
-msgid "File upload"
-msgstr ""
-
-#: mod/admin.php:1493
-msgid "Policies"
-msgstr ""
-
-#: mod/admin.php:1494 mod/events.php:561 src/Model/Profile.php:878
-#: src/Module/Contact.php:907
-msgid "Advanced"
-msgstr ""
-
-#: mod/admin.php:1495
-msgid "Auto Discovered Contact Directory"
-msgstr ""
-
-#: mod/admin.php:1496
-msgid "Performance"
-msgstr ""
-
-#: mod/admin.php:1497
-msgid "Worker"
-msgstr ""
-
-#: mod/admin.php:1498
-msgid "Message Relay"
-msgstr ""
-
-#: mod/admin.php:1499
-msgid "Relocate Instance"
-msgstr ""
-
-#: mod/admin.php:1500
-msgid "Warning! Advanced function. Could make this server unreachable."
-msgstr ""
-
-#: mod/admin.php:1503
-msgid "Site name"
-msgstr ""
-
-#: mod/admin.php:1504
-msgid "Host name"
-msgstr ""
-
-#: mod/admin.php:1505
-msgid "Sender Email"
-msgstr ""
-
-#: mod/admin.php:1505
-msgid ""
-"The email address your server shall use to send notification emails from."
-msgstr ""
-
-#: mod/admin.php:1506
-msgid "Banner/Logo"
-msgstr ""
-
-#: mod/admin.php:1507
-msgid "Shortcut icon"
-msgstr ""
-
-#: mod/admin.php:1507
-msgid "Link to an icon that will be used for browsers."
-msgstr ""
-
-#: mod/admin.php:1508
-msgid "Touch icon"
-msgstr ""
-
-#: mod/admin.php:1508
-msgid "Link to an icon that will be used for tablets and mobiles."
-msgstr ""
-
-#: mod/admin.php:1509
-msgid "Additional Info"
-msgstr ""
-
-#: mod/admin.php:1509
-#, php-format
-msgid ""
-"For public servers: you can add additional information here that will be "
-"listed at %s/servers."
-msgstr ""
-
-#: mod/admin.php:1510
-msgid "System language"
-msgstr ""
-
-#: mod/admin.php:1511
-msgid "System theme"
-msgstr ""
-
-#: mod/admin.php:1511
-msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
-msgstr ""
-
-#: mod/admin.php:1512
-msgid "Mobile system theme"
-msgstr ""
-
-#: mod/admin.php:1512
-msgid "Theme for mobile devices"
-msgstr ""
-
-#: mod/admin.php:1513
-msgid "SSL link policy"
-msgstr ""
-
-#: mod/admin.php:1513
-msgid "Determines whether generated links should be forced to use SSL"
-msgstr ""
-
-#: mod/admin.php:1514
-msgid "Force SSL"
-msgstr ""
-
-#: mod/admin.php:1514
-msgid ""
-"Force all Non-SSL requests to SSL - Attention: on some systems it could lead "
-"to endless loops."
-msgstr ""
-
-#: mod/admin.php:1515
-msgid "Hide help entry from navigation menu"
-msgstr ""
-
-#: mod/admin.php:1515
-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:1516
-msgid "Single user instance"
-msgstr ""
-
-#: mod/admin.php:1516
-msgid "Make this instance multi-user or single-user for the named user"
-msgstr ""
-
-#: mod/admin.php:1517
-msgid "Maximum image size"
-msgstr ""
-
-#: mod/admin.php:1517
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr ""
-
-#: mod/admin.php:1518
-msgid "Maximum image length"
-msgstr ""
-
-#: mod/admin.php:1518
-msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
-msgstr ""
-
-#: mod/admin.php:1519
-msgid "JPEG image quality"
-msgstr ""
-
-#: mod/admin.php:1519
-msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
-msgstr ""
-
-#: mod/admin.php:1521
-msgid "Register policy"
-msgstr ""
-
-#: mod/admin.php:1522
-msgid "Maximum Daily Registrations"
-msgstr ""
-
-#: mod/admin.php:1522
-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:1523
-msgid "Register text"
-msgstr ""
-
-#: mod/admin.php:1523
-msgid ""
-"Will be displayed prominently on the registration page. You can use BBCode "
-"here."
-msgstr ""
-
-#: mod/admin.php:1524
-msgid "Forbidden Nicknames"
-msgstr ""
-
-#: mod/admin.php:1524
-msgid ""
-"Comma separated list of nicknames that are forbidden from registration. "
-"Preset is a list of role names according RFC 2142."
-msgstr ""
-
-#: mod/admin.php:1525
-msgid "Accounts abandoned after x days"
-msgstr ""
-
-#: mod/admin.php:1525
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr ""
-
-#: mod/admin.php:1526
-msgid "Allowed friend domains"
-msgstr ""
-
-#: mod/admin.php:1526
-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:1527
-msgid "Allowed email domains"
-msgstr ""
-
-#: mod/admin.php:1527
-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:1528
-msgid "No OEmbed rich content"
-msgstr ""
-
-#: mod/admin.php:1528
-msgid ""
-"Don't show the rich content (e.g. embedded PDF), except from the domains "
-"listed below."
-msgstr ""
-
-#: mod/admin.php:1529
-msgid "Allowed OEmbed domains"
-msgstr ""
-
-#: mod/admin.php:1529
-msgid ""
-"Comma separated list of domains which oembed content is allowed to be "
-"displayed. Wildcards are accepted."
-msgstr ""
-
-#: mod/admin.php:1530
-msgid "Block public"
-msgstr ""
-
-#: mod/admin.php:1530
-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:1531
-msgid "Force publish"
-msgstr ""
-
-#: mod/admin.php:1531
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr ""
-
-#: mod/admin.php:1531
-msgid "Enabling this may violate privacy laws like the GDPR"
-msgstr ""
-
-#: mod/admin.php:1532
-msgid "Global directory URL"
-msgstr ""
-
-#: mod/admin.php:1532
-msgid ""
-"URL to the global directory. If this is not set, the global directory is "
-"completely unavailable to the application."
-msgstr ""
-
-#: mod/admin.php:1533
-msgid "Private posts by default for new users"
-msgstr ""
-
-#: mod/admin.php:1533
-msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
-msgstr ""
-
-#: mod/admin.php:1534
-msgid "Don't include post content in email notifications"
-msgstr ""
-
-#: mod/admin.php:1534
-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:1535
-msgid "Disallow public access to addons listed in the apps menu."
-msgstr ""
-
-#: mod/admin.php:1535
-msgid ""
-"Checking this box will restrict addons listed in the apps menu to members "
-"only."
-msgstr ""
-
-#: mod/admin.php:1536
-msgid "Don't embed private images in posts"
-msgstr ""
-
-#: mod/admin.php:1536
-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:1537
-msgid "Explicit Content"
-msgstr ""
-
-#: mod/admin.php:1537
-msgid ""
-"Set this to announce that your node is used mostly for explicit content that "
-"might not be suited for minors. This information will be published in the "
-"node information and might be used, e.g. by the global directory, to filter "
-"your node from listings of nodes to join. Additionally a note about this "
-"will be shown at the user registration page."
-msgstr ""
-
-#: mod/admin.php:1538
-msgid "Allow Users to set remote_self"
-msgstr ""
-
-#: mod/admin.php:1538
-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:1539
-msgid "Block multiple registrations"
-msgstr ""
-
-#: mod/admin.php:1539
-msgid "Disallow users to register additional accounts for use as pages."
-msgstr ""
-
-#: mod/admin.php:1540
-msgid "OpenID support"
-msgstr ""
-
-#: mod/admin.php:1540
-msgid "OpenID support for registration and logins."
-msgstr ""
-
-#: mod/admin.php:1541
-msgid "Fullname check"
-msgstr ""
-
-#: mod/admin.php:1541
-msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
-msgstr ""
-
-#: mod/admin.php:1542
-msgid "Community pages for visitors"
-msgstr ""
-
-#: mod/admin.php:1542
-msgid ""
-"Which community pages should be available for visitors. Local users always "
-"see both pages."
-msgstr ""
-
-#: mod/admin.php:1543
-msgid "Posts per user on community page"
-msgstr ""
-
-#: mod/admin.php:1543
-msgid ""
-"The maximum number of posts per user on the community page. (Not valid for "
-"'Global Community')"
-msgstr ""
-
-#: mod/admin.php:1544
-msgid "Enable OStatus support"
-msgstr ""
-
-#: mod/admin.php:1544
-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:1545
-msgid "Only import OStatus/ActivityPub threads from our contacts"
-msgstr ""
-
-#: mod/admin.php:1545
-msgid ""
-"Normally we import every content from our OStatus and ActivityPub contacts. "
-"With this option we only store threads that are started by a contact that is "
-"known on our system."
-msgstr ""
-
-#: mod/admin.php:1546
-msgid "OStatus support can only be enabled if threading is enabled."
-msgstr ""
-
-#: mod/admin.php:1548
-msgid ""
-"Diaspora support can't be enabled because Friendica was installed into a sub "
-"directory."
-msgstr ""
-
-#: mod/admin.php:1549
-msgid "Enable Diaspora support"
-msgstr ""
-
-#: mod/admin.php:1549
-msgid "Provide built-in Diaspora network compatibility."
-msgstr ""
-
-#: mod/admin.php:1550
-msgid "Only allow Friendica contacts"
-msgstr ""
-
-#: mod/admin.php:1550
-msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
-msgstr ""
-
-#: mod/admin.php:1551
-msgid "Verify SSL"
-msgstr ""
-
-#: mod/admin.php:1551
-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:1552
-msgid "Proxy user"
-msgstr ""
-
-#: mod/admin.php:1553
-msgid "Proxy URL"
-msgstr ""
-
-#: mod/admin.php:1554
-msgid "Network timeout"
-msgstr ""
-
-#: mod/admin.php:1554
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr ""
-
-#: mod/admin.php:1555
-msgid "Maximum Load Average"
-msgstr ""
-
-#: mod/admin.php:1555
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr ""
-
-#: mod/admin.php:1556
-msgid "Maximum Load Average (Frontend)"
-msgstr ""
-
-#: mod/admin.php:1556
-msgid "Maximum system load before the frontend quits service - default 50."
-msgstr ""
-
-#: mod/admin.php:1557
-msgid "Minimal Memory"
-msgstr ""
-
-#: mod/admin.php:1557
-msgid ""
-"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
-"default 0 (deactivated)."
-msgstr ""
-
-#: mod/admin.php:1558
-msgid "Maximum table size for optimization"
-msgstr ""
-
-#: mod/admin.php:1558
-msgid ""
-"Maximum table size (in MB) for the automatic optimization. Enter -1 to "
-"disable it."
-msgstr ""
-
-#: mod/admin.php:1559
-msgid "Minimum level of fragmentation"
-msgstr ""
-
-#: mod/admin.php:1559
-msgid ""
-"Minimum fragmenation level to start the automatic optimization - default "
-"value is 30%."
-msgstr ""
-
-#: mod/admin.php:1561
-msgid "Periodical check of global contacts"
-msgstr ""
-
-#: mod/admin.php:1561
-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:1562
-msgid "Days between requery"
-msgstr ""
-
-#: mod/admin.php:1562
-msgid "Number of days after which a server is requeried for his contacts."
-msgstr ""
-
-#: mod/admin.php:1563
-msgid "Discover contacts from other servers"
-msgstr ""
-
-#: mod/admin.php:1563
-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:1564
-msgid "Timeframe for fetching global contacts"
-msgstr ""
-
-#: mod/admin.php:1564
-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:1565
-msgid "Search the local directory"
-msgstr ""
-
-#: mod/admin.php:1565
-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:1567
-msgid "Publish server information"
-msgstr ""
-
-#: mod/admin.php:1567
-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:1569
-msgid "Check upstream version"
-msgstr ""
-
-#: mod/admin.php:1569
-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:1570
-msgid "Suppress Tags"
-msgstr ""
-
-#: mod/admin.php:1570
-msgid "Suppress showing a list of hashtags at the end of the posting."
-msgstr ""
-
-#: mod/admin.php:1571
-msgid "Clean database"
-msgstr ""
-
-#: mod/admin.php:1571
-msgid ""
-"Remove old remote items, orphaned database records and old content from some "
-"other helper tables."
-msgstr ""
-
-#: mod/admin.php:1572
-msgid "Lifespan of remote items"
-msgstr ""
-
-#: mod/admin.php:1572
-msgid ""
-"When the database cleanup is enabled, this defines the days after which "
-"remote items will be deleted. Own items, and marked or filed items are "
-"always kept. 0 disables this behaviour."
-msgstr ""
-
-#: mod/admin.php:1573
-msgid "Lifespan of unclaimed items"
-msgstr ""
-
-#: mod/admin.php:1573
-msgid ""
-"When the database cleanup is enabled, this defines the days after which "
-"unclaimed remote items (mostly content from the relay) will be deleted. "
-"Default value is 90 days. Defaults to the general lifespan value of remote "
-"items if set to 0."
-msgstr ""
-
-#: mod/admin.php:1574
-msgid "Lifespan of raw conversation data"
-msgstr ""
-
-#: mod/admin.php:1574
-msgid ""
-"The conversation data is used for ActivityPub and OStatus, as well as for "
-"debug purposes. It should be safe to remove it after 14 days, default is 90 "
-"days."
-msgstr ""
-
-#: mod/admin.php:1575
-msgid "Path to item cache"
-msgstr ""
-
-#: mod/admin.php:1575
-msgid "The item caches buffers generated bbcode and external images."
-msgstr ""
-
-#: mod/admin.php:1576
-msgid "Cache duration in seconds"
-msgstr ""
-
-#: mod/admin.php:1576
-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:1577
-msgid "Maximum numbers of comments per post"
-msgstr ""
-
-#: mod/admin.php:1577
-msgid "How much comments should be shown for each post? Default value is 100."
-msgstr ""
-
-#: mod/admin.php:1578
-msgid "Temp path"
-msgstr ""
-
-#: mod/admin.php:1578
-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:1579
-msgid "Base path to installation"
-msgstr ""
-
-#: mod/admin.php:1579
-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:1580
-msgid "Disable picture proxy"
-msgstr ""
-
-#: mod/admin.php:1580
-msgid ""
-"The picture proxy increases performance and privacy. It shouldn't be used on "
-"systems with very low bandwidth."
-msgstr ""
-
-#: mod/admin.php:1581
-msgid "Only search in tags"
-msgstr ""
-
-#: mod/admin.php:1581
-msgid "On large systems the text search can slow down the system extremely."
-msgstr ""
-
-#: mod/admin.php:1583
-msgid "New base url"
-msgstr ""
-
-#: mod/admin.php:1583
-msgid ""
-"Change base url for this server. Sends relocate message to all Friendica and "
-"Diaspora* contacts of all users."
-msgstr ""
-
-#: mod/admin.php:1585
-msgid "RINO Encryption"
-msgstr ""
-
-#: mod/admin.php:1585
-msgid "Encryption layer between nodes."
-msgstr ""
-
-#: mod/admin.php:1585
-msgid "Enabled"
-msgstr ""
-
-#: mod/admin.php:1587
-msgid "Maximum number of parallel workers"
-msgstr ""
-
-#: mod/admin.php:1587
-#, php-format
-msgid ""
-"On shared hosters set this to %d. On larger systems, values of %d are great. "
-"Default value is %d."
-msgstr ""
-
-#: mod/admin.php:1588
-msgid "Don't use 'proc_open' with the worker"
-msgstr ""
-
-#: mod/admin.php:1588
-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:1589
-msgid "Enable fastlane"
-msgstr ""
-
-#: mod/admin.php:1589
-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:1590
-msgid "Enable frontend worker"
-msgstr ""
-
-#: mod/admin.php:1590
-#, 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:1592
-msgid "Subscribe to relay"
-msgstr ""
-
-#: mod/admin.php:1592
-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/admin.php:1593
-msgid "Relay server"
-msgstr ""
-
-#: mod/admin.php:1593
-msgid ""
-"Address of the relay server where public posts should be send to. For "
-"example https://relay.diasp.org"
-msgstr ""
-
-#: mod/admin.php:1594
-msgid "Direct relay transfer"
-msgstr ""
-
-#: mod/admin.php:1594
-msgid ""
-"Enables the direct transfer to other servers without using the relay servers"
-msgstr ""
-
-#: mod/admin.php:1595
-msgid "Relay scope"
-msgstr ""
-
-#: mod/admin.php:1595
-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/admin.php:1595
-msgid "all"
-msgstr ""
-
-#: mod/admin.php:1595
-msgid "tags"
-msgstr ""
-
-#: mod/admin.php:1596
-msgid "Server tags"
-msgstr ""
-
-#: mod/admin.php:1596
-msgid "Comma separated list of tags for the 'tags' subscription."
-msgstr ""
-
-#: mod/admin.php:1597
-msgid "Allow user tags"
-msgstr ""
-
-#: mod/admin.php:1597
-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:1600
-msgid "Start Relocation"
-msgstr ""
-
-#: mod/admin.php:1626
-msgid "Update has been marked successful"
-msgstr ""
-
-#: mod/admin.php:1633
-#, php-format
-msgid "Database structure update %s was successfully applied."
-msgstr ""
-
-#: mod/admin.php:1637
-#, php-format
-msgid "Executing of database structure update %s failed with error: %s"
-msgstr ""
-
-#: mod/admin.php:1653
-#, php-format
-msgid "Executing %s failed with error: %s"
-msgstr ""
-
-#: mod/admin.php:1655
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr ""
-
-#: mod/admin.php:1658
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr ""
-
-#: mod/admin.php:1661
-#, php-format
-msgid "There was no additional update function %s that needed to be called."
-msgstr ""
-
-#: mod/admin.php:1684
-msgid "No failed updates."
-msgstr ""
-
-#: mod/admin.php:1685
-msgid "Check database structure"
-msgstr ""
-
-#: mod/admin.php:1690
-msgid "Failed Updates"
-msgstr ""
-
-#: mod/admin.php:1691
-msgid ""
-"This does not include updates prior to 1139, which did not return a status."
-msgstr ""
-
-#: mod/admin.php:1692
-msgid "Mark success (if update was manually applied)"
-msgstr ""
-
-#: mod/admin.php:1693
-msgid "Attempt to execute this update step automatically"
-msgstr ""
-
-#: mod/admin.php:1732
-#, 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/admin.php:1735
-#, 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/admin.php:1772 src/Model/User.php:773
-#, php-format
-msgid "Registration details for %s"
-msgstr ""
-
-#: mod/admin.php:1782
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] ""
-msgstr[1] ""
-
-#: mod/admin.php:1789 mod/admin.php:1842
-msgid "You can't remove yourself"
-msgstr ""
-
-#: mod/admin.php:1792
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] ""
-msgstr[1] ""
-
-#: mod/admin.php:1840
-#, php-format
-msgid "User '%s' deleted"
-msgstr ""
-
-#: mod/admin.php:1851
-#, php-format
-msgid "User '%s' unblocked"
-msgstr ""
-
-#: mod/admin.php:1851
-#, php-format
-msgid "User '%s' blocked"
-msgstr ""
-
-#: mod/admin.php:1899 mod/settings.php:1064
-msgid "Normal Account Page"
-msgstr ""
-
-#: mod/admin.php:1900 mod/settings.php:1068
-msgid "Soapbox Page"
-msgstr ""
-
-#: mod/admin.php:1901 mod/settings.php:1072
-msgid "Public Forum"
-msgstr ""
-
-#: mod/admin.php:1902 mod/settings.php:1076
-msgid "Automatic Friend Page"
-msgstr ""
-
-#: mod/admin.php:1903
-msgid "Private Forum"
-msgstr ""
-
-#: mod/admin.php:1906 mod/settings.php:1048
-msgid "Personal Page"
-msgstr ""
-
-#: mod/admin.php:1907 mod/settings.php:1052
-msgid "Organisation Page"
-msgstr ""
-
-#: mod/admin.php:1908 mod/settings.php:1056
-msgid "News Page"
-msgstr ""
-
-#: mod/admin.php:1909 mod/settings.php:1060
-msgid "Community Forum"
-msgstr ""
-
-#: mod/admin.php:1955 mod/admin.php:1966 mod/admin.php:1980 mod/admin.php:1998
-#: src/Content/ContactSelector.php:84
-msgid "Email"
-msgstr ""
-
-#: mod/admin.php:1955 mod/admin.php:1980
-msgid "Register date"
-msgstr ""
-
-#: mod/admin.php:1955 mod/admin.php:1980
-msgid "Last login"
-msgstr ""
-
-#: mod/admin.php:1955 mod/admin.php:1980
-msgid "Last item"
-msgstr ""
-
-#: mod/admin.php:1955
-msgid "Type"
-msgstr ""
-
-#: mod/admin.php:1962
-msgid "Add User"
-msgstr ""
-
-#: mod/admin.php:1964
-msgid "User registrations waiting for confirm"
-msgstr ""
-
-#: mod/admin.php:1965
-msgid "User waiting for permanent deletion"
-msgstr ""
-
-#: mod/admin.php:1966
-msgid "Request date"
-msgstr ""
-
-#: mod/admin.php:1967
-msgid "No registrations."
-msgstr ""
-
-#: mod/admin.php:1968
-msgid "Note from the user"
-msgstr ""
-
-#: mod/admin.php:1969 mod/notifications.php:181 mod/notifications.php:267
-msgid "Approve"
-msgstr ""
-
-#: mod/admin.php:1970
-msgid "Deny"
-msgstr ""
-
-#: mod/admin.php:1973
-msgid "User blocked"
-msgstr ""
-
-#: mod/admin.php:1975
-msgid "Site admin"
-msgstr ""
-
-#: mod/admin.php:1976
-msgid "Account expired"
-msgstr ""
-
-#: mod/admin.php:1979
-msgid "New User"
-msgstr ""
-
-#: mod/admin.php:1980
-msgid "Delete in"
-msgstr ""
-
-#: mod/admin.php:1985
-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/admin.php:1986
-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:1996
-msgid "Name of the new user."
-msgstr ""
-
-#: mod/admin.php:1997
-msgid "Nickname"
-msgstr ""
-
-#: mod/admin.php:1997
-msgid "Nickname of the new user."
-msgstr ""
-
-#: mod/admin.php:1998
-msgid "Email address of the new user."
-msgstr ""
-
-#: mod/admin.php:2039
-#, php-format
-msgid "Addon %s disabled."
-msgstr ""
-
-#: mod/admin.php:2042
-#, php-format
-msgid "Addon %s enabled."
-msgstr ""
-
-#: mod/admin.php:2053 mod/admin.php:2302
-msgid "Disable"
-msgstr ""
-
-#: mod/admin.php:2056 mod/admin.php:2305
-msgid "Enable"
-msgstr ""
-
-#: mod/admin.php:2078 mod/admin.php:2348
-msgid "Toggle"
-msgstr ""
-
-#: mod/admin.php:2079 mod/admin.php:2349 mod/newmember.php:19
-#: mod/settings.php:136 src/Content/Nav.php:260 view/theme/frio/theme.php:283
-msgid "Settings"
-msgstr ""
-
-#: mod/admin.php:2086 mod/admin.php:2357
-msgid "Author: "
-msgstr ""
-
-#: mod/admin.php:2087 mod/admin.php:2358
-msgid "Maintainer: "
-msgstr ""
-
-#: mod/admin.php:2139
-msgid "Reload active addons"
-msgstr ""
-
-#: mod/admin.php:2144
-#, 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/admin.php:2264
-msgid "No themes found."
-msgstr ""
-
-#: mod/admin.php:2339
-msgid "Screenshot"
-msgstr ""
-
-#: mod/admin.php:2393
-msgid "Reload active themes"
-msgstr ""
-
-#: mod/admin.php:2398
-#, php-format
-msgid "No themes found on the system. They should be placed in %1$s"
-msgstr ""
-
-#: mod/admin.php:2399
-msgid "[Experimental]"
-msgstr ""
-
-#: mod/admin.php:2400
-msgid "[Unsupported]"
-msgstr ""
-
-#: mod/admin.php:2424
-msgid "Log settings updated."
-msgstr ""
-
-#: mod/admin.php:2457
-msgid "PHP log currently enabled."
-msgstr ""
-
-#: mod/admin.php:2459
-msgid "PHP log currently disabled."
-msgstr ""
-
-#: mod/admin.php:2468
-msgid "Clear"
-msgstr ""
-
-#: mod/admin.php:2472
-msgid "Enable Debugging"
-msgstr ""
-
-#: mod/admin.php:2473
-msgid "Log file"
-msgstr ""
-
-#: mod/admin.php:2473
-msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr ""
-
-#: mod/admin.php:2474
-msgid "Log level"
-msgstr ""
-
-#: mod/admin.php:2476
-msgid "PHP logging"
-msgstr ""
-
-#: mod/admin.php:2477
-msgid ""
-"To temporarily enable logging of PHP errors and warnings you can prepend the "
-"following to the index.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:2508
-#, 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:2512
-#, 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/admin.php:2603 mod/admin.php:2604 mod/settings.php:778
-msgid "Off"
-msgstr ""
-
-#: mod/admin.php:2603 mod/admin.php:2604 mod/settings.php:778
-msgid "On"
-msgstr ""
-
-#: mod/admin.php:2604
-#, php-format
-msgid "Lock feature %s"
-msgstr ""
-
-#: mod/admin.php:2612
-msgid "Manage Additional Features"
-msgstr ""
-
-#: mod/allfriends.php:54
-msgid "No friends to display."
-msgstr ""
-
-#: mod/allfriends.php:93 mod/dirfind.php:219 mod/match.php:107
-#: mod/suggest.php:105 src/Content/Widget.php:41 src/Model/Profile.php:309
-msgid "Connect"
-msgstr ""
-
-#: mod/api.php:87 mod/api.php:109
-msgid "Authorize application connection"
-msgstr ""
-
-#: mod/api.php:88
-msgid "Return to your app and insert this Securty Code:"
-msgstr ""
-
-#: mod/api.php:97
-msgid "Please login to continue."
-msgstr ""
-
-#: mod/api.php:111
-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:113 mod/dfrn_request.php:648 mod/follow.php:154
-#: mod/profiles.php:542 mod/profiles.php:546 mod/profiles.php:567
-#: mod/register.php:240 mod/settings.php:1100 mod/settings.php:1106
-#: mod/settings.php:1113 mod/settings.php:1117 mod/settings.php:1121
-#: mod/settings.php:1125 mod/settings.php:1129 mod/settings.php:1133
-#: mod/settings.php:1153 mod/settings.php:1154 mod/settings.php:1155
-#: mod/settings.php:1156 mod/settings.php:1157
-msgid "No"
-msgstr ""
-
-#: mod/apps.php:15 src/App.php:1656
-msgid "You must be logged in to use addons. "
-msgstr ""
-
-#: mod/apps.php:20
-msgid "Applications"
-msgstr ""
-
-#: mod/apps.php:25
-msgid "No installed applications."
-msgstr ""
-
-#: mod/attach.php:16
-msgid "Item not available."
-msgstr ""
-
-#: mod/attach.php:26
-msgid "Item was not found."
-msgstr ""
-
-#: mod/babel.php:25
-msgid "Source input"
-msgstr ""
-
-#: mod/babel.php:31
-msgid "BBCode::toPlaintext"
-msgstr ""
-
-#: mod/babel.php:37
-msgid "BBCode::convert (raw HTML)"
-msgstr ""
-
-#: mod/babel.php:42
-msgid "BBCode::convert"
-msgstr ""
-
-#: mod/babel.php:48
-msgid "BBCode::convert => HTML::toBBCode"
-msgstr ""
-
-#: mod/babel.php:54
-msgid "BBCode::toMarkdown"
-msgstr ""
-
-#: mod/babel.php:60
-msgid "BBCode::toMarkdown => Markdown::convert"
-msgstr ""
-
-#: mod/babel.php:66
-msgid "BBCode::toMarkdown => Markdown::toBBCode"
-msgstr ""
-
-#: mod/babel.php:72
-msgid "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
-msgstr ""
-
-#: mod/babel.php:79
-msgid "Source input (Diaspora format)"
-msgstr ""
-
-#: mod/babel.php:85
-msgid "Markdown::convert (raw HTML)"
-msgstr ""
-
-#: mod/babel.php:90
-msgid "Markdown::convert"
-msgstr ""
-
-#: mod/babel.php:96
-msgid "Markdown::toBBCode"
-msgstr ""
-
-#: mod/babel.php:103
-msgid "Raw HTML input"
-msgstr ""
-
-#: mod/babel.php:108
-msgid "HTML Input"
-msgstr ""
-
-#: mod/babel.php:114
-msgid "HTML::toBBCode"
-msgstr ""
-
-#: mod/babel.php:120
-msgid "HTML::toBBCode => BBCode::convert"
-msgstr ""
-
-#: mod/babel.php:125
-msgid "HTML::toBBCode => BBCode::convert (raw HTML)"
-msgstr ""
-
-#: mod/babel.php:131
-msgid "HTML::toMarkdown"
-msgstr ""
-
-#: mod/babel.php:137
-msgid "HTML::toPlaintext"
-msgstr ""
-
-#: mod/babel.php:145
-msgid "Source text"
-msgstr ""
-
-#: mod/babel.php:146
-msgid "BBCode"
-msgstr ""
-
-#: mod/babel.php:147
-msgid "Markdown"
-msgstr ""
-
-#: mod/babel.php:148
-msgid "HTML"
-msgstr ""
-
-#: mod/bookmarklet.php:25 src/Content/Nav.php:167 src/Module/Login.php:322
-msgid "Login"
-msgstr ""
-
-#: mod/bookmarklet.php:35
-msgid "Bad Request"
-msgstr ""
-
-#: mod/bookmarklet.php:57
-msgid "The post was created"
-msgstr ""
-
-#: mod/cal.php:35 mod/cal.php:39 mod/community.php:38 mod/follow.php:21
-#: mod/viewcontacts.php:23 mod/viewcontacts.php:27 mod/viewsrc.php:13
-msgid "Access denied."
-msgstr ""
-
-#: mod/cal.php:47 mod/dfrn_poll.php:493 mod/help.php:67 mod/viewcontacts.php:38
-#: src/App.php:1707
-msgid "Page not found."
-msgstr ""
-
-#: mod/cal.php:142 mod/display.php:311 mod/profile.php:190
-msgid "Access to this profile has been restricted."
-msgstr ""
-
-#: mod/cal.php:274 mod/events.php:390 src/Content/Nav.php:157
-#: src/Content/Nav.php:223 src/Model/Profile.php:937 src/Model/Profile.php:948
-#: view/theme/frio/theme.php:277 view/theme/frio/theme.php:281
-msgid "Events"
-msgstr ""
-
-#: mod/cal.php:275 mod/events.php:391
-msgid "View"
-msgstr ""
-
-#: mod/cal.php:276 mod/events.php:393
-msgid "Previous"
-msgstr ""
-
-#: mod/cal.php:277 mod/events.php:394 src/Module/Install.php:135
-msgid "Next"
-msgstr ""
-
-#: mod/cal.php:280 mod/events.php:399 src/Model/Event.php:430
-msgid "today"
-msgstr ""
-
-#: mod/cal.php:281 mod/events.php:400 src/Model/Event.php:431
-#: src/Util/Temporal.php:312
-msgid "month"
-msgstr ""
-
-#: mod/cal.php:282 mod/events.php:401 src/Model/Event.php:432
-#: src/Util/Temporal.php:313
-msgid "week"
-msgstr ""
-
-#: mod/cal.php:283 mod/events.php:402 src/Model/Event.php:433
-#: src/Util/Temporal.php:314
-msgid "day"
-msgstr ""
-
-#: mod/cal.php:284 mod/events.php:403
-msgid "list"
-msgstr ""
-
-#: mod/cal.php:297 src/Core/Console/NewPassword.php:68 src/Model/User.php:260
-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/common.php:92
-msgid "No contacts in common."
-msgstr ""
-
-#: mod/common.php:143 src/Module/Contact.php:897
-msgid "Common Friends"
-msgstr ""
-
-#: mod/community.php:31 mod/dfrn_request.php:602 mod/directory.php:43
-#: mod/display.php:203 mod/photos.php:945 mod/probe.php:13 mod/search.php:106
-#: mod/search.php:112 mod/videos.php:194 mod/viewcontacts.php:51
-#: mod/webfinger.php:16
-msgid "Public access denied."
-msgstr ""
-
-#: mod/community.php:74
-msgid "Community option not available."
-msgstr ""
-
-#: mod/community.php:91
-msgid "Not available."
-msgstr ""
-
-#: mod/community.php:103
-msgid "Local Community"
-msgstr ""
-
-#: mod/community.php:106
-msgid "Posts from local users on this server"
-msgstr ""
-
-#: mod/community.php:114
-msgid "Global Community"
-msgstr ""
-
-#: mod/community.php:117
-msgid "Posts from users of the whole federated network"
-msgstr ""
-
-#: mod/community.php:163 mod/search.php:243
-msgid "No results."
-msgstr ""
-
-#: mod/community.php:207
-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/credits.php:19
-msgid "Credits"
-msgstr ""
-
-#: mod/credits.php:20
-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/crepair.php:90
-msgid "Contact settings applied."
-msgstr ""
-
-#: mod/crepair.php:92
-msgid "Contact update failed."
-msgstr ""
-
-#: mod/crepair.php:113 mod/dfrn_confirm.php:130 mod/fsuggest.php:31
-#: mod/fsuggest.php:97 mod/redir.php:31 mod/redir.php:129
-msgid "Contact not found."
-msgstr ""
-
-#: mod/crepair.php:117
-msgid ""
-"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect "
-"information your communications with this contact may stop working."
-msgstr ""
-
-#: mod/crepair.php:118
-msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
-msgstr ""
-
-#: mod/crepair.php:132 mod/crepair.php:134
-msgid "No mirroring"
-msgstr ""
-
-#: mod/crepair.php:132
-msgid "Mirror as forwarded posting"
-msgstr ""
-
-#: mod/crepair.php:132 mod/crepair.php:134
-msgid "Mirror as my own posting"
-msgstr ""
-
-#: mod/crepair.php:147
-msgid "Return to contact editor"
-msgstr ""
-
-#: mod/crepair.php:149
-msgid "Refetch contact data"
-msgstr ""
-
-#: mod/crepair.php:151 mod/events.php:559 mod/fsuggest.php:115
-#: mod/invite.php:154 mod/localtime.php:56 mod/manage.php:185
-#: mod/message.php:265 mod/message.php:426 mod/photos.php:1093
-#: mod/photos.php:1181 mod/photos.php:1456 mod/photos.php:1501
-#: mod/photos.php:1540 mod/photos.php:1600 mod/poke.php:194
-#: mod/profiles.php:578 src/Module/Contact.php:600 src/Module/Install.php:189
-#: src/Module/Install.php:224 src/Object/Post.php:813
-#: view/theme/duepuntozero/config.php:72 view/theme/frio/config.php:119
-#: view/theme/quattro/config.php:74 view/theme/vier/config.php:120
-msgid "Submit"
-msgstr ""
-
-#: mod/crepair.php:152
-msgid "Remote Self"
-msgstr ""
-
-#: mod/crepair.php:155
-msgid "Mirror postings from this contact"
-msgstr ""
-
-#: mod/crepair.php:157
-msgid ""
-"Mark this contact as remote_self, this will cause friendica to repost new "
-"entries from this contact."
-msgstr ""
-
-#: mod/crepair.php:162
-msgid "Account Nickname"
-msgstr ""
-
-#: mod/crepair.php:163
-msgid "@Tagname - overrides Name/Nickname"
-msgstr ""
-
-#: mod/crepair.php:164
-msgid "Account URL"
-msgstr ""
-
-#: mod/crepair.php:165
-msgid "Friend Request URL"
-msgstr ""
-
-#: mod/crepair.php:166
-msgid "Friend Confirm URL"
-msgstr ""
-
-#: mod/crepair.php:167
-msgid "Notification Endpoint URL"
-msgstr ""
-
-#: mod/crepair.php:168
-msgid "Poll/Feed URL"
-msgstr ""
-
-#: mod/crepair.php:169
-msgid "New photo from this URL"
-msgstr ""
-
-#: mod/delegate.php:43
-msgid "Parent user not found."
-msgstr ""
-
-#: mod/delegate.php:150
-msgid "No parent user"
-msgstr ""
-
-#: mod/delegate.php:165
-msgid "Parent Password:"
-msgstr ""
-
-#: mod/delegate.php:165
-msgid ""
-"Please enter the password of the parent account to legitimize your request."
-msgstr ""
-
-#: mod/delegate.php:170
-msgid "Parent User"
-msgstr ""
-
-#: mod/delegate.php:173
-msgid ""
-"Parent users have total control about this account, including the account "
-"settings. Please double check whom you give this access."
-msgstr ""
-
-#: mod/delegate.php:175 src/Content/Nav.php:258
-msgid "Delegate Page Management"
-msgstr ""
-
-#: mod/delegate.php:176
-msgid "Delegates"
-msgstr ""
-
-#: mod/delegate.php:178
-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/delegate.php:179
-msgid "Existing Page Delegates"
-msgstr ""
-
-#: mod/delegate.php:181
-msgid "Potential Delegates"
-msgstr ""
-
-#: mod/delegate.php:183 mod/tagrm.php:112
-msgid "Remove"
-msgstr ""
-
-#: mod/delegate.php:184
-msgid "Add"
-msgstr ""
-
-#: mod/delegate.php:185
-msgid "No entries."
-msgstr ""
-
-#: mod/dfrn_confirm.php:75 mod/profiles.php:42 mod/profiles.php:152
-#: mod/profiles.php:197 mod/profiles.php:527
-msgid "Profile not found."
-msgstr ""
-
-#: mod/dfrn_confirm.php:131
-msgid ""
-"This may occasionally happen if contact was requested by both persons and it "
-"has already been approved."
-msgstr ""
-
-#: mod/dfrn_confirm.php:241
-msgid "Response from remote site was not understood."
-msgstr ""
-
-#: mod/dfrn_confirm.php:248 mod/dfrn_confirm.php:254
-msgid "Unexpected response from remote site: "
-msgstr ""
-
-#: mod/dfrn_confirm.php:263
-msgid "Confirmation completed successfully."
-msgstr ""
-
-#: mod/dfrn_confirm.php:275
-msgid "Temporary failure. Please wait and try again."
-msgstr ""
-
-#: mod/dfrn_confirm.php:278
-msgid "Introduction failed or was revoked."
-msgstr ""
-
-#: mod/dfrn_confirm.php:283
-msgid "Remote site reported: "
-msgstr ""
-
-#: mod/dfrn_confirm.php:384
-msgid "Unable to set contact photo."
-msgstr ""
-
-#: mod/dfrn_confirm.php:446
-#, php-format
-msgid "No user record found for '%s' "
-msgstr ""
-
-#: mod/dfrn_confirm.php:456
-msgid "Our site encryption key is apparently messed up."
-msgstr ""
-
-#: mod/dfrn_confirm.php:467
-msgid "Empty site URL was provided or URL could not be decrypted by us."
-msgstr ""
-
-#: mod/dfrn_confirm.php:483
-msgid "Contact record was not found for you on our site."
-msgstr ""
-
-#: mod/dfrn_confirm.php:497
-#, php-format
-msgid "Site public key not available in contact record for URL %s."
-msgstr ""
-
-#: mod/dfrn_confirm.php:513
-msgid ""
-"The ID provided by your system is a duplicate on our system. It should work "
-"if you try again."
-msgstr ""
-
-#: mod/dfrn_confirm.php:524
-msgid "Unable to set your contact credentials on our system."
-msgstr ""
-
-#: mod/dfrn_confirm.php:580
-msgid "Unable to update your contact profile details on our system"
-msgstr ""
-
-#: mod/dfrn_confirm.php:610 mod/dfrn_request.php:564 src/Model/Contact.php:1919
-msgid "[Name Withheld]"
-msgstr ""
-
-#: mod/dfrn_poll.php:128 mod/dfrn_poll.php:537
-#, php-format
-msgid "%1$s welcomes %2$s"
-msgstr ""
-
-#: mod/dfrn_request.php:97
-msgid "This introduction has already been accepted."
-msgstr ""
-
-#: mod/dfrn_request.php:115 mod/dfrn_request.php:356
-msgid "Profile location is not valid or does not contain profile information."
-msgstr ""
-
-#: mod/dfrn_request.php:119 mod/dfrn_request.php:360
-msgid "Warning: profile location has no identifiable owner name."
-msgstr ""
-
-#: mod/dfrn_request.php:122 mod/dfrn_request.php:363
-msgid "Warning: profile location has no profile photo."
-msgstr ""
-
-#: mod/dfrn_request.php:126 mod/dfrn_request.php:367
-#, php-format
-msgid "%d required parameter was not found at the given location"
-msgid_plural "%d required parameters were not found at the given location"
-msgstr[0] ""
-msgstr[1] ""
-
-#: mod/dfrn_request.php:164
-msgid "Introduction complete."
-msgstr ""
-
-#: mod/dfrn_request.php:200
-msgid "Unrecoverable protocol error."
-msgstr ""
-
-#: mod/dfrn_request.php:227
-msgid "Profile unavailable."
-msgstr ""
-
-#: mod/dfrn_request.php:249
-#, php-format
-msgid "%s has received too many connection requests today."
-msgstr ""
-
-#: mod/dfrn_request.php:250
-msgid "Spam protection measures have been invoked."
-msgstr ""
-
-#: mod/dfrn_request.php:251
-msgid "Friends are advised to please try again in 24 hours."
-msgstr ""
-
-#: mod/dfrn_request.php:277
-msgid "Invalid locator"
-msgstr ""
-
-#: mod/dfrn_request.php:313
-msgid "You have already introduced yourself here."
-msgstr ""
-
-#: mod/dfrn_request.php:316
-#, php-format
-msgid "Apparently you are already friends with %s."
-msgstr ""
-
-#: mod/dfrn_request.php:336
-msgid "Invalid profile URL."
-msgstr ""
-
-#: mod/dfrn_request.php:342 src/Model/Contact.php:1598
-msgid "Disallowed profile URL."
-msgstr ""
-
-#: mod/dfrn_request.php:415 src/Module/Contact.php:240
-msgid "Failed to update contact record."
-msgstr ""
-
-#: mod/dfrn_request.php:435
-msgid "Your introduction has been sent."
-msgstr ""
-
-#: mod/dfrn_request.php:473
-msgid ""
-"Remote subscription can't be done for your network. Please subscribe "
-"directly on your system."
-msgstr ""
-
-#: mod/dfrn_request.php:489
-msgid "Please login to confirm introduction."
-msgstr ""
-
-#: mod/dfrn_request.php:497
-msgid ""
-"Incorrect identity currently logged in. Please login to <strong>this</"
-"strong> profile."
-msgstr ""
-
-#: mod/dfrn_request.php:511 mod/dfrn_request.php:528
-msgid "Confirm"
-msgstr ""
-
-#: mod/dfrn_request.php:523
-msgid "Hide this contact"
-msgstr ""
-
-#: mod/dfrn_request.php:526
-#, php-format
-msgid "Welcome home %s."
-msgstr ""
-
-#: mod/dfrn_request.php:527
-#, php-format
-msgid "Please confirm your introduction/connection request to %s."
-msgstr ""
-
-#: mod/dfrn_request.php:637
-msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"communications networks:"
-msgstr ""
-
-#: mod/dfrn_request.php:640
-#, 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 ""
-
-#: mod/dfrn_request.php:645
-msgid "Friend/Connection Request"
-msgstr ""
-
-#: mod/dfrn_request.php:646
-msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@gnusocial.de"
-msgstr ""
-
-#: mod/dfrn_request.php:647 mod/follow.php:153
-msgid "Please answer the following:"
-msgstr ""
-
-#: mod/dfrn_request.php:648 mod/follow.php:154
-#, php-format
-msgid "Does %s know you?"
-msgstr ""
-
-#: mod/dfrn_request.php:649 mod/follow.php:155
-msgid "Add a personal note:"
-msgstr ""
-
-#: mod/dfrn_request.php:651
-msgid "Friendica"
-msgstr ""
-
-#: mod/dfrn_request.php:652
-msgid "GNU Social (Pleroma, Mastodon)"
-msgstr ""
-
-#: mod/dfrn_request.php:653
-msgid "Diaspora (Socialhome, Hubzilla)"
-msgstr ""
-
-#: mod/dfrn_request.php:654
-#, php-format
-msgid ""
-" - please do not use this form.  Instead, enter %s into your Diaspora search "
-"bar."
-msgstr ""
-
-#: mod/dfrn_request.php:655 mod/follow.php:161 mod/unfollow.php:130
-msgid "Your Identity Address:"
-msgstr ""
-
-#: mod/dfrn_request.php:657 mod/follow.php:66 mod/unfollow.php:133
-msgid "Submit Request"
-msgstr ""
-
-#: mod/directory.php:154 mod/events.php:547 mod/notifications.php:251
-#: src/Model/Event.php:70 src/Model/Event.php:97 src/Model/Event.php:439
-#: src/Model/Event.php:930 src/Model/Profile.php:434 src/Module/Contact.php:650
-msgid "Location:"
-msgstr ""
-
-#: mod/directory.php:159 mod/notifications.php:257 src/Model/Profile.php:437
-#: src/Model/Profile.php:758
-msgid "Gender:"
-msgstr ""
-
-#: mod/directory.php:160 src/Model/Profile.php:438 src/Model/Profile.php:782
-msgid "Status:"
-msgstr ""
-
-#: mod/directory.php:161 src/Model/Profile.php:439 src/Model/Profile.php:799
-msgid "Homepage:"
-msgstr ""
-
-#: mod/directory.php:162 mod/notifications.php:253 src/Model/Profile.php:440
-#: src/Model/Profile.php:819 src/Module/Contact.php:654
-msgid "About:"
-msgstr ""
-
-#: mod/directory.php:210 src/Content/Widget.php:72
-#: view/theme/vier/theme.php:208
-msgid "Global Directory"
-msgstr ""
-
-#: mod/directory.php:212
-msgid "Find on this site"
-msgstr ""
-
-#: mod/directory.php:214
-msgid "Results for:"
-msgstr ""
-
-#: mod/directory.php:216
-msgid "Site Directory"
-msgstr ""
-
-#: mod/directory.php:217 src/Content/Widget.php:67 src/Module/Contact.php:822
-#: view/theme/vier/theme.php:203
-msgid "Find"
-msgstr ""
-
-#: mod/directory.php:221
-msgid "No entries (some entries may be hidden)."
-msgstr ""
-
-#: mod/dirfind.php:55
-#, php-format
-msgid "People Search - %s"
-msgstr ""
-
-#: mod/dirfind.php:66
-#, php-format
-msgid "Forum Search - %s"
-msgstr ""
-
-#: mod/dirfind.php:261 mod/match.php:125
-msgid "No matches"
-msgstr ""
-
-#: mod/editpost.php:29 mod/editpost.php:39
-msgid "Item not found"
-msgstr ""
-
-#: mod/editpost.php:46
-msgid "Edit post"
-msgstr ""
-
-#: mod/editpost.php:94 mod/filer.php:38 mod/notes.php:54
-#: src/Content/Text/HTML.php:961
-msgid "Save"
-msgstr ""
-
-#: mod/editpost.php:99 mod/message.php:263 mod/message.php:425
-#: mod/wallmessage.php:140
-msgid "Insert web link"
-msgstr ""
-
-#: mod/editpost.php:100
-msgid "web link"
-msgstr ""
-
-#: mod/editpost.php:101
-msgid "Insert video link"
-msgstr ""
-
-#: mod/editpost.php:102
-msgid "video link"
-msgstr ""
-
-#: mod/editpost.php:103
-msgid "Insert audio link"
-msgstr ""
-
-#: mod/editpost.php:104
-msgid "audio link"
-msgstr ""
-
-#: mod/editpost.php:119 src/Core/ACL.php:305
-msgid "CC: email addresses"
-msgstr ""
-
-#: mod/editpost.php:126 src/Core/ACL.php:306
-msgid "Example: bob@example.com, mary@example.com"
-msgstr ""
-
-#: mod/events.php:109 mod/events.php:111
-msgid "Event can not end before it has started."
-msgstr ""
-
-#: mod/events.php:118 mod/events.php:120
-msgid "Event title and start time are required."
-msgstr ""
-
-#: mod/events.php:392
-msgid "Create New Event"
-msgstr ""
-
-#: mod/events.php:515
-msgid "Event details"
-msgstr ""
-
-#: mod/events.php:516
-msgid "Starting date and Title are required."
-msgstr ""
-
-#: mod/events.php:517 mod/events.php:522
-msgid "Event Starts:"
-msgstr ""
-
-#: mod/events.php:517 mod/events.php:549 mod/profiles.php:608
-msgid "Required"
-msgstr ""
-
-#: mod/events.php:530 mod/events.php:555
-msgid "Finish date/time is not known or not relevant"
-msgstr ""
-
-#: mod/events.php:532 mod/events.php:537
-msgid "Event Finishes:"
-msgstr ""
-
-#: mod/events.php:543 mod/events.php:556
-msgid "Adjust for viewer timezone"
-msgstr ""
-
-#: mod/events.php:545
-msgid "Description:"
-msgstr ""
-
-#: mod/events.php:549 mod/events.php:551
-msgid "Title:"
-msgstr ""
-
-#: mod/events.php:552 mod/events.php:553
-msgid "Share this event"
-msgstr ""
-
-#: mod/events.php:560 src/Model/Profile.php:877
-msgid "Basic"
-msgstr ""
-
-#: mod/events.php:562 mod/photos.php:1111 mod/photos.php:1452
-#: src/Core/ACL.php:308
-msgid "Permissions"
-msgstr ""
-
-#: mod/events.php:578
-msgid "Failed to remove event"
-msgstr ""
-
-#: mod/events.php:580
-msgid "Event removed"
-msgstr ""
-
-#: mod/fbrowser.php:36 src/Content/Nav.php:155 src/Model/Profile.php:917
-#: view/theme/frio/theme.php:275
-msgid "Photos"
-msgstr ""
-
-#: mod/fbrowser.php:45 mod/fbrowser.php:70 mod/photos.php:204
-#: mod/photos.php:1075 mod/photos.php:1170 mod/photos.php:1187
-#: mod/photos.php:1654 mod/photos.php:1669 src/Model/Photo.php:244
-#: src/Model/Photo.php:253
-msgid "Contact Photos"
-msgstr ""
-
-#: mod/fbrowser.php:107 mod/fbrowser.php:138 mod/profile_photo.php:251
-msgid "Upload"
-msgstr ""
-
-#: mod/fbrowser.php:133
-msgid "Files"
-msgstr ""
-
-#: mod/feedtest.php:22
-msgid "You must be logged in to use this module"
-msgstr ""
-
-#: mod/feedtest.php:49
-msgid "Source URL"
-msgstr ""
-
-#: mod/fetch.php:21 mod/fetch.php:48 mod/fetch.php:55 mod/help.php:64
-#: src/App.php:1704
-msgid "Not Found"
-msgstr ""
-
-#: mod/filer.php:37
-msgid "- select -"
-msgstr ""
-
-#: mod/follow.php:47
-msgid "The contact could not be added."
-msgstr ""
-
-#: mod/follow.php:77
-msgid "You already added this contact."
-msgstr ""
-
-#: mod/follow.php:87
-msgid "Diaspora support isn't enabled. Contact can't be added."
-msgstr ""
-
-#: mod/follow.php:94
-msgid "OStatus support is disabled. Contact can't be added."
-msgstr ""
-
-#: mod/follow.php:101
-msgid "The network type couldn't be detected. Contact can't be added."
-msgstr ""
-
-#: mod/follow.php:181 mod/notifications.php:255 src/Model/Profile.php:807
-#: src/Module/Contact.php:656
-msgid "Tags:"
-msgstr ""
-
-#: mod/follow.php:193 mod/unfollow.php:149 src/Model/Profile.php:904
-#: src/Module/Contact.php:869
-msgid "Status Messages and Posts"
-msgstr ""
-
-#: mod/friendica.php:79
-#, php-format
-msgid ""
-"This is Friendica, version %s that is running at the web location %s. The "
-"database version is %s, the post update version is %s."
-msgstr ""
-
-#: mod/friendica.php:85
-msgid ""
-"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
-"about the Friendica project."
-msgstr ""
-
-#: mod/friendica.php:89
-msgid "Bug reports and issues: please visit"
-msgstr ""
-
-#: mod/friendica.php:89
-msgid "the bugtracker at github"
-msgstr ""
-
-#: mod/friendica.php:92
-msgid ""
-"Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
-msgstr ""
-
-#: mod/friendica.php:97
-msgid "Installed addons/apps:"
-msgstr ""
-
-#: mod/friendica.php:111
-msgid "No installed addons/apps"
-msgstr ""
-
-#: mod/friendica.php:116
-#, php-format
-msgid "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
-msgstr ""
-
-#: mod/friendica.php:121
-msgid "On this server the following remote servers are blocked."
-msgstr ""
-
-#: mod/fsuggest.php:73
-msgid "Friend suggestion sent."
-msgstr ""
-
-#: mod/fsuggest.php:102
-msgid "Suggest Friends"
-msgstr ""
-
-#: mod/fsuggest.php:104
-#, php-format
-msgid "Suggest a friend for %s"
-msgstr ""
-
-#: mod/group.php:40
-msgid "Group created."
-msgstr ""
-
-#: mod/group.php:46
-msgid "Could not create group."
-msgstr ""
-
-#: mod/group.php:60 mod/group.php:187
-msgid "Group not found."
-msgstr ""
-
-#: mod/group.php:74
-msgid "Group name changed."
-msgstr ""
-
-#: mod/group.php:87 mod/profperm.php:30 src/App.php:1785
-msgid "Permission denied"
-msgstr ""
-
-#: mod/group.php:105
-msgid "Save Group"
-msgstr ""
-
-#: mod/group.php:106
-msgid "Filter"
-msgstr ""
-
-#: mod/group.php:111
-msgid "Create a group of contacts/friends."
-msgstr ""
-
-#: mod/group.php:112 mod/group.php:136 mod/group.php:229
-#: src/Model/Group.php:419
-msgid "Group Name: "
-msgstr ""
-
-#: mod/group.php:127 src/Model/Group.php:416
-msgid "Contacts not in any group"
-msgstr ""
-
-#: mod/group.php:159
-msgid "Group removed."
-msgstr ""
-
-#: mod/group.php:161
-msgid "Unable to remove group."
-msgstr ""
-
-#: mod/group.php:222
-msgid "Delete Group"
-msgstr ""
-
-#: mod/group.php:233
-msgid "Edit Group Name"
-msgstr ""
-
-#: mod/group.php:244
-msgid "Members"
-msgstr ""
-
-#: mod/group.php:246 src/Module/Contact.php:711
-msgid "All Contacts"
-msgstr ""
-
-#: mod/group.php:247 mod/network.php:659
-msgid "Group is empty"
-msgstr ""
-
-#: mod/group.php:260
-msgid "Remove contact from group"
-msgstr ""
-
-#: mod/group.php:278 mod/profperm.php:119
-msgid "Click on a contact to add or remove."
-msgstr ""
-
-#: mod/group.php:292
-msgid "Add contact to group"
-msgstr ""
-
-#: mod/hcard.php:19
-msgid "No profile"
-msgstr ""
-
-#: mod/help.php:51
-msgid "Help:"
-msgstr ""
-
-#: mod/help.php:58 src/Content/Nav.php:187 view/theme/vier/theme.php:297
-msgid "Help"
-msgstr ""
-
-#: mod/home.php:40
-#, php-format
-msgid "Welcome to %s"
-msgstr ""
-
-#: mod/invite.php:38
-msgid "Total invitation limit exceeded."
-msgstr ""
-
-#: mod/invite.php:60
-#, php-format
-msgid "%s : Not a valid email address."
-msgstr ""
-
-#: mod/invite.php:87
-msgid "Please join us on Friendica"
-msgstr ""
-
-#: mod/invite.php:96
-msgid "Invitation limit exceeded. Please contact your site administrator."
-msgstr ""
-
-#: mod/invite.php:100
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr ""
-
-#: mod/invite.php:104
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] ""
-msgstr[1] ""
-
-#: mod/invite.php:122
-msgid "You have no more invitations available"
-msgstr ""
-
-#: 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/invite.php:132
-#, php-format
-msgid ""
-"To accept this invitation, please visit and register at %s or any other "
-"public Friendica website."
-msgstr ""
-
-#: 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/invite.php:137
-msgid ""
-"Our apologies. This system is not currently configured to connect with other "
-"public sites or invite members."
-msgstr ""
-
-#: 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/invite.php:140
-#, php-format
-msgid "To accept this invitation, please visit and register at %s."
-msgstr ""
-
-#: mod/invite.php:147
-msgid "Send invitations"
-msgstr ""
-
-#: mod/invite.php:148
-msgid "Enter email addresses, one per line:"
-msgstr ""
-
-#: mod/invite.php:149 mod/message.php:259 mod/message.php:420
-#: mod/wallmessage.php:137
-msgid "Your message:"
-msgstr ""
-
-#: mod/invite.php:149
-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:151
-msgid "You will need to supply this invitation code: $invite_code"
-msgstr ""
-
-#: mod/invite.php:151
-msgid ""
-"Once you have registered, please connect with me via my profile page at:"
-msgstr ""
-
-#: mod/invite.php:153
-msgid ""
-"For more information about the Friendica project and why we feel it is "
-"important, please visit http://friendi.ca"
-msgstr ""
-
-#: mod/item.php:120
-msgid "Unable to locate original post."
-msgstr ""
-
-#: mod/item.php:288
-msgid "Empty post discarded."
-msgstr ""
-
-#: mod/item.php:810
-#, php-format
-msgid ""
-"This message was sent to you by %s, a member of the Friendica social network."
-msgstr ""
-
-#: mod/item.php:812
-#, php-format
-msgid "You may visit them online at %s"
-msgstr ""
-
-#: mod/item.php:813
-msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr ""
-
-#: mod/item.php:817
-#, php-format
-msgid "%s posted an update."
-msgstr ""
-
-#: mod/localtime.php:19 src/Model/Event.php:38 src/Model/Event.php:844
-msgid "l F d, Y \\@ g:i A"
-msgstr ""
-
-#: mod/localtime.php:33
-msgid "Time Conversion"
-msgstr ""
-
-#: mod/localtime.php:35
-msgid ""
-"Friendica provides this service for sharing events with other networks and "
-"friends in unknown timezones."
-msgstr ""
-
-#: mod/localtime.php:39
-#, php-format
-msgid "UTC time: %s"
-msgstr ""
-
-#: mod/localtime.php:42
-#, php-format
-msgid "Current timezone: %s"
-msgstr ""
-
-#: mod/localtime.php:46
-#, php-format
-msgid "Converted localtime: %s"
-msgstr ""
-
-#: mod/localtime.php:52
-msgid "Please select your timezone:"
-msgstr ""
-
-#: mod/lockview.php:46 mod/lockview.php:57
-msgid "Remote privacy information not available."
-msgstr ""
-
-#: mod/lockview.php:66
-msgid "Visible to:"
-msgstr ""
-
-#: mod/lostpass.php:30
-msgid "No valid account found."
-msgstr ""
-
-#: mod/lostpass.php:42
-msgid "Password reset request issued. Check your email."
-msgstr ""
-
-#: mod/lostpass.php:48
-#, 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/lostpass.php:59
-#, 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/lostpass.php:78
-#, php-format
-msgid "Password reset requested at %s"
-msgstr ""
-
-#: mod/lostpass.php:94
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr ""
-
-#: mod/lostpass.php:107
-msgid "Request has expired, please make a new one."
-msgstr ""
-
-#: mod/lostpass.php:122
-msgid "Forgot your Password?"
-msgstr ""
-
-#: mod/lostpass.php:123
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr ""
-
-#: mod/lostpass.php:124 src/Module/Login.php:324
-msgid "Nickname or Email: "
-msgstr ""
-
-#: mod/lostpass.php:125
-msgid "Reset"
-msgstr ""
-
-#: mod/lostpass.php:141 src/Module/Login.php:336
-msgid "Password Reset"
-msgstr ""
-
-#: mod/lostpass.php:142
-msgid "Your password has been reset as requested."
-msgstr ""
-
-#: mod/lostpass.php:143
-msgid "Your new password is"
-msgstr ""
-
-#: mod/lostpass.php:144
-msgid "Save or copy your new password - and then"
-msgstr ""
-
-#: mod/lostpass.php:145
-msgid "click here to login"
-msgstr ""
-
-#: mod/lostpass.php:146
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr ""
-
-#: mod/lostpass.php:154
-#, 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/lostpass.php:160
-#, 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/lostpass.php:176
-#, php-format
-msgid "Your password has been changed at %s"
-msgstr ""
-
-#: mod/maintenance.php:26
-msgid "System down for maintenance"
-msgstr ""
-
-#: mod/manage.php:181
-msgid "Manage Identities and/or Pages"
-msgstr ""
-
-#: mod/manage.php:182
-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:183
-msgid "Select an identity to manage: "
-msgstr ""
-
-#: mod/match.php:51
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr ""
-
-#: mod/match.php:106
-msgid "is interested in:"
-msgstr ""
-
-#: mod/match.php:120
-msgid "Profile Match"
-msgstr ""
-
-#: mod/message.php:35 mod/message.php:118 src/Content/Nav.php:252
-msgid "New Message"
-msgstr ""
-
-#: mod/message.php:72 mod/wallmessage.php:60
-msgid "No recipient selected."
-msgstr ""
-
-#: mod/message.php:76
-msgid "Unable to locate contact information."
-msgstr ""
-
-#: mod/message.php:79 mod/wallmessage.php:66
-msgid "Message could not be sent."
-msgstr ""
-
-#: mod/message.php:82 mod/wallmessage.php:69
-msgid "Message collection failure."
-msgstr ""
-
-#: mod/message.php:85 mod/wallmessage.php:72
-msgid "Message sent."
-msgstr ""
-
-#: mod/message.php:112 mod/notifications.php:47 mod/notifications.php:185
-#: mod/notifications.php:233
-msgid "Discard"
-msgstr ""
-
-#: mod/message.php:125 src/Content/Nav.php:249 view/theme/frio/theme.php:282
-msgid "Messages"
-msgstr ""
-
-#: mod/message.php:150
-msgid "Do you really want to delete this message?"
-msgstr ""
-
-#: mod/message.php:168
-msgid "Conversation not found."
-msgstr ""
-
-#: mod/message.php:173
-msgid "Message deleted."
-msgstr ""
-
-#: mod/message.php:178 mod/message.php:193
-msgid "Conversation removed."
-msgstr ""
-
-#: mod/message.php:207 mod/message.php:347 mod/wallmessage.php:123
-msgid "Please enter a link URL:"
-msgstr ""
-
-#: mod/message.php:250 mod/wallmessage.php:128
-msgid "Send Private Message"
-msgstr ""
-
-#: mod/message.php:251 mod/message.php:415 mod/wallmessage.php:130
-msgid "To:"
-msgstr ""
-
-#: mod/message.php:255 mod/message.php:417 mod/wallmessage.php:131
-msgid "Subject:"
-msgstr ""
-
-#: mod/message.php:293
-msgid "No messages."
-msgstr ""
-
-#: mod/message.php:334
-msgid "Message not available."
-msgstr ""
-
-#: mod/message.php:391
-msgid "Delete message"
-msgstr ""
-
-#: mod/message.php:393 mod/message.php:494
-msgid "D, d M Y - g:i A"
-msgstr ""
-
-#: mod/message.php:408 mod/message.php:491
-msgid "Delete conversation"
-msgstr ""
-
-#: mod/message.php:410
-msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr ""
-
-#: mod/message.php:414
-msgid "Send Reply"
-msgstr ""
-
-#: mod/message.php:465
-#, php-format
-msgid "Unknown sender - %s"
-msgstr ""
-
-#: mod/message.php:467
-#, php-format
-msgid "You and %s"
-msgstr ""
-
-#: mod/message.php:469
-#, php-format
-msgid "%s and You"
-msgstr ""
-
-#: mod/message.php:497
-#, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] ""
-msgstr[1] ""
-
-#: mod/network.php:192 mod/search.php:40
-msgid "Remove term"
-msgstr ""
-
-#: mod/network.php:199 mod/search.php:49
-msgid "Saved Searches"
-msgstr ""
-
-#: mod/network.php:200 src/Model/Group.php:410
-msgid "add"
-msgstr ""
-
-#: mod/network.php:567
-#, 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:570
-msgid "Messages in this group won't be send to these receivers."
-msgstr ""
-
-#: mod/network.php:638
-msgid "No such group"
-msgstr ""
-
-#: mod/network.php:663
-#, php-format
-msgid "Group: %s"
-msgstr ""
-
-#: mod/network.php:689
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr ""
-
-#: mod/network.php:692
-msgid "Invalid contact."
-msgstr ""
-
-#: mod/network.php:970
-msgid "Commented Order"
-msgstr ""
-
-#: mod/network.php:973
-msgid "Sort by Comment Date"
-msgstr ""
-
-#: mod/network.php:978
-msgid "Posted Order"
-msgstr ""
-
-#: mod/network.php:981
-msgid "Sort by Post Date"
-msgstr ""
-
-#: mod/network.php:988 mod/profiles.php:595
-#: src/Core/NotificationsManager.php:187
-msgid "Personal"
-msgstr ""
-
-#: mod/network.php:991
-msgid "Posts that mention or involve you"
-msgstr ""
-
-#: mod/network.php:998
-msgid "New"
-msgstr ""
-
-#: mod/network.php:1001
-msgid "Activity Stream - by date"
-msgstr ""
-
-#: mod/network.php:1009
-msgid "Shared Links"
-msgstr ""
-
-#: mod/network.php:1012
-msgid "Interesting Links"
-msgstr ""
-
-#: mod/network.php:1019
-msgid "Starred"
-msgstr ""
-
-#: mod/network.php:1022
-msgid "Favourite Posts"
-msgstr ""
-
-#: mod/newmember.php:11
-msgid "Welcome to Friendica"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: mod/newmember.php:21
-msgid "Go to Your Settings"
-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."
-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."
-msgstr ""
-
-#: mod/newmember.php:24 mod/profperm.php:117 src/Content/Nav.php:154
-#: src/Model/Profile.php:743 src/Model/Profile.php:876
-#: src/Model/Profile.php:909 src/Module/Contact.php:661
-#: src/Module/Contact.php:874 view/theme/frio/theme.php:274
-msgid "Profile"
-msgstr ""
-
-#: mod/newmember.php:26 mod/profiles.php:599 mod/profile_photo.php:250
-msgid "Upload Profile Photo"
-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."
-msgstr ""
-
-#: mod/newmember.php:27
-msgid "Edit Your Profile"
-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."
-msgstr ""
-
-#: mod/newmember.php:28
-msgid "Profile Keywords"
-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."
-msgstr ""
-
-#: mod/newmember.php:30
-msgid "Connecting"
-msgstr ""
-
-#: mod/newmember.php:36
-msgid "Importing Emails"
-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"
-msgstr ""
-
-#: mod/newmember.php:39
-msgid "Go to Your Contacts Page"
-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."
-msgstr ""
-
-#: mod/newmember.php:40
-msgid "Go to Your Site's Directory"
-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."
-msgstr ""
-
-#: mod/newmember.php:41
-msgid "Finding New People"
-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."
-msgstr ""
-
-#: mod/newmember.php:43 src/Model/Group.php:411 src/Module/Contact.php:759
-msgid "Groups"
-msgstr ""
-
-#: mod/newmember.php:45
-msgid "Group Your Contacts"
-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."
-msgstr ""
-
-#: mod/newmember.php:48
-msgid "Why Aren't My Posts Public?"
-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."
-msgstr ""
-
-#: mod/newmember.php:52
-msgid "Getting Help"
-msgstr ""
-
-#: mod/newmember.php:54
-msgid "Go to the Help Section"
-msgstr ""
-
-#: mod/newmember.php:54
-msgid ""
-"Our <strong>help</strong> pages may be consulted for detail on other program "
-"features and resources."
-msgstr ""
-
-#: mod/notes.php:42 src/Model/Profile.php:959
-msgid "Personal Notes"
-msgstr ""
-
-#: mod/notifications.php:38
-msgid "Invalid request identifier."
-msgstr ""
-
-#: mod/notifications.php:60 mod/notifications.php:184 mod/notifications.php:269
-#: src/Module/Contact.php:628 src/Module/Contact.php:830
-#: src/Module/Contact.php:1090
-msgid "Ignore"
-msgstr ""
-
-#: mod/notifications.php:93 src/Content/Nav.php:244
-msgid "Notifications"
-msgstr ""
-
-#: mod/notifications.php:105
-msgid "Network Notifications"
-msgstr ""
-
-#: mod/notifications.php:110 mod/notify.php:82
-msgid "System Notifications"
-msgstr ""
-
-#: mod/notifications.php:115
-msgid "Personal Notifications"
-msgstr ""
-
-#: mod/notifications.php:120
-msgid "Home Notifications"
-msgstr ""
-
-#: mod/notifications.php:140
-msgid "Show unread"
-msgstr ""
-
-#: mod/notifications.php:140
-msgid "Show all"
-msgstr ""
-
-#: mod/notifications.php:151
-msgid "Show Ignored Requests"
-msgstr ""
-
-#: mod/notifications.php:151
-msgid "Hide Ignored Requests"
-msgstr ""
-
-#: mod/notifications.php:164 mod/notifications.php:241
-msgid "Notification type:"
-msgstr ""
-
-#: mod/notifications.php:167
-msgid "Suggested by:"
-msgstr ""
-
-#: mod/notifications.php:179 mod/notifications.php:258
-#: src/Module/Contact.php:636
-msgid "Hide this contact from others"
-msgstr ""
-
-#: mod/notifications.php:201
-msgid "Claims to be known to you: "
-msgstr ""
-
-#: mod/notifications.php:202
-msgid "yes"
-msgstr ""
-
-#: mod/notifications.php:202
-msgid "no"
-msgstr ""
-
-#: mod/notifications.php:203 mod/notifications.php:207
-msgid "Shall your connection be bidirectional or not?"
-msgstr ""
-
-#: mod/notifications.php:204 mod/notifications.php:208
-#, 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 ""
-
-#: mod/notifications.php:205
-#, 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 ""
-
-#: mod/notifications.php:209
-#, 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 ""
-
-#: mod/notifications.php:220
-msgid "Friend"
-msgstr ""
-
-#: mod/notifications.php:221
-msgid "Sharer"
-msgstr ""
-
-#: mod/notifications.php:221
-msgid "Subscriber"
-msgstr ""
-
-#: mod/notifications.php:264 src/Model/Profile.php:537
-#: src/Module/Contact.php:93
-msgid "Network:"
-msgstr ""
-
-#: mod/notifications.php:277
-msgid "No introductions."
-msgstr ""
-
-#: mod/notifications.php:311
-#, php-format
-msgid "No more %s notifications."
-msgstr ""
-
-#: mod/notify.php:78
-msgid "No more system notifications."
-msgstr ""
-
-#: mod/oexchange.php:32
-msgid "Post successful."
-msgstr ""
-
-#: mod/openid.php:32
-msgid "OpenID protocol error. No ID returned."
-msgstr ""
-
-#: mod/openid.php:68
-msgid ""
-"Account not found and OpenID registration is not permitted on this site."
-msgstr ""
-
-#: mod/openid.php:118 src/Module/Login.php:94 src/Module/Login.php:144
-msgid "Login failed."
-msgstr ""
-
-#: mod/ostatus_subscribe.php:23
-msgid "Subscribing to OStatus contacts"
-msgstr ""
-
-#: mod/ostatus_subscribe.php:35
-msgid "No contact provided."
-msgstr ""
-
-#: mod/ostatus_subscribe.php:42
-msgid "Couldn't fetch information for contact."
-msgstr ""
-
-#: mod/ostatus_subscribe.php:52
-msgid "Couldn't fetch friends for contact."
-msgstr ""
-
-#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52
-msgid "Done"
-msgstr ""
-
-#: mod/ostatus_subscribe.php:84
-msgid "success"
-msgstr ""
-
-#: mod/ostatus_subscribe.php:86
-msgid "failed"
-msgstr ""
-
-#: mod/ostatus_subscribe.php:89 src/Object/Post.php:282
-msgid "ignored"
-msgstr ""
-
-#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58
-msgid "Keep this window open until done."
-msgstr ""
-
-#: mod/photos.php:118 src/Model/Profile.php:920
-msgid "Photo Albums"
-msgstr ""
-
-#: mod/photos.php:119 mod/photos.php:1710
-msgid "Recent Photos"
-msgstr ""
-
-#: mod/photos.php:122 mod/photos.php:1231 mod/photos.php:1712
-msgid "Upload New Photos"
-msgstr ""
-
-#: mod/photos.php:140 mod/settings.php:56
-msgid "everybody"
-msgstr ""
-
-#: mod/photos.php:196
-msgid "Contact information unavailable"
-msgstr ""
-
-#: mod/photos.php:215
-msgid "Album not found."
-msgstr ""
-
-#: mod/photos.php:244 mod/photos.php:257 mod/photos.php:1182
-msgid "Delete Album"
-msgstr ""
-
-#: mod/photos.php:255
-msgid "Do you really want to delete this photo album and all its photos?"
-msgstr ""
-
-#: mod/photos.php:317 mod/photos.php:329 mod/photos.php:1457
-msgid "Delete Photo"
-msgstr ""
-
-#: mod/photos.php:327
-msgid "Do you really want to delete this photo?"
-msgstr ""
-
-#: mod/photos.php:684
-msgid "a photo"
-msgstr ""
-
-#: mod/photos.php:684
-#, php-format
-msgid "%1$s was tagged in %2$s by %3$s"
-msgstr ""
-
-#: mod/photos.php:780 mod/photos.php:783 mod/photos.php:812
-#: mod/profile_photo.php:155 mod/wall_upload.php:197
-#, php-format
-msgid "Image exceeds size limit of %s"
-msgstr ""
-
-#: mod/photos.php:786
-msgid "Image upload didn't complete, please try again"
-msgstr ""
-
-#: mod/photos.php:789
-msgid "Image file is missing"
-msgstr ""
-
-#: mod/photos.php:794
-msgid ""
-"Server can't accept new file upload at this time, please contact your "
-"administrator"
-msgstr ""
-
-#: mod/photos.php:820
-msgid "Image file is empty."
-msgstr ""
-
-#: mod/photos.php:835 mod/profile_photo.php:164 mod/wall_upload.php:211
-msgid "Unable to process image."
-msgstr ""
-
-#: mod/photos.php:864 mod/profile_photo.php:309 mod/wall_upload.php:250
-msgid "Image upload failed."
-msgstr ""
-
-#: mod/photos.php:952
-msgid "No photos selected"
-msgstr ""
-
-#: mod/photos.php:1049 mod/videos.php:302
-msgid "Access to this item is restricted."
-msgstr ""
-
-#: mod/photos.php:1103
-msgid "Upload Photos"
-msgstr ""
-
-#: mod/photos.php:1107 mod/photos.php:1177
-msgid "New album name: "
-msgstr ""
-
-#: mod/photos.php:1108
-msgid "or select existing album:"
-msgstr ""
-
-#: mod/photos.php:1109
-msgid "Do not show a status post for this upload"
-msgstr ""
-
-#: mod/photos.php:1125 mod/photos.php:1460 mod/settings.php:1224
-msgid "Show to Groups"
-msgstr ""
-
-#: mod/photos.php:1126 mod/photos.php:1461 mod/settings.php:1225
-msgid "Show to Contacts"
-msgstr ""
-
-#: mod/photos.php:1188
-msgid "Edit Album"
-msgstr ""
-
-#: mod/photos.php:1193
-msgid "Show Newest First"
-msgstr ""
-
-#: mod/photos.php:1195
-msgid "Show Oldest First"
-msgstr ""
-
-#: mod/photos.php:1216 mod/photos.php:1695
-msgid "View Photo"
-msgstr ""
-
-#: mod/photos.php:1257
-msgid "Permission denied. Access to this item may be restricted."
-msgstr ""
-
-#: mod/photos.php:1259
-msgid "Photo not available"
-msgstr ""
-
-#: mod/photos.php:1334
-msgid "View photo"
-msgstr ""
-
-#: mod/photos.php:1334
-msgid "Edit photo"
-msgstr ""
-
-#: mod/photos.php:1335
-msgid "Use as profile photo"
-msgstr ""
-
-#: mod/photos.php:1341 src/Object/Post.php:155
-msgid "Private Message"
-msgstr ""
-
-#: mod/photos.php:1361
-msgid "View Full Size"
-msgstr ""
-
-#: mod/photos.php:1425
-msgid "Tags: "
-msgstr ""
-
-#: mod/photos.php:1428
-msgid "[Select tags to remove]"
-msgstr ""
-
-#: mod/photos.php:1443
-msgid "New album name"
-msgstr ""
-
-#: mod/photos.php:1444
-msgid "Caption"
-msgstr ""
-
-#: mod/photos.php:1445
-msgid "Add a Tag"
-msgstr ""
-
-#: mod/photos.php:1445
-msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr ""
-
-#: mod/photos.php:1446
-msgid "Do not rotate"
-msgstr ""
-
-#: mod/photos.php:1447
-msgid "Rotate CW (right)"
-msgstr ""
-
-#: mod/photos.php:1448
-msgid "Rotate CCW (left)"
-msgstr ""
-
-#: mod/photos.php:1482 src/Object/Post.php:310
-msgid "I like this (toggle)"
-msgstr ""
-
-#: mod/photos.php:1483 src/Object/Post.php:311
-msgid "I don't like this (toggle)"
-msgstr ""
-
-#: mod/photos.php:1498 mod/photos.php:1537 mod/photos.php:1597
-#: src/Module/Contact.php:1023 src/Object/Post.php:810
-msgid "This is you"
-msgstr ""
-
-#: mod/photos.php:1500 mod/photos.php:1539 mod/photos.php:1599
-#: src/Object/Post.php:415 src/Object/Post.php:812
-msgid "Comment"
-msgstr ""
-
-#: mod/photos.php:1629
-msgid "Map"
-msgstr ""
-
-#: mod/photos.php:1701 mod/videos.php:379
-msgid "View Album"
-msgstr ""
-
-#: mod/ping.php:281
-msgid "{0} wants to be your friend"
-msgstr ""
-
-#: mod/ping.php:297
-msgid "{0} sent you a message"
-msgstr ""
-
-#: mod/ping.php:313
-msgid "{0} requested registration"
-msgstr ""
-
-#: mod/poke.php:187
-msgid "Poke/Prod"
-msgstr ""
-
-#: mod/poke.php:188
-msgid "poke, prod or do other things to somebody"
-msgstr ""
-
-#: mod/poke.php:189
-msgid "Recipient"
-msgstr ""
-
-#: mod/poke.php:190
-msgid "Choose what you wish to do to recipient"
-msgstr ""
-
-#: mod/poke.php:193
-msgid "Make this post private"
-msgstr ""
-
-#: mod/probe.php:14 mod/webfinger.php:17
-msgid "Only logged in users are permitted to perform a probing."
-msgstr ""
-
-#: mod/profile.php:44 src/Model/Profile.php:132
-msgid "Requested profile is not available."
-msgstr ""
-
-#: mod/profile.php:95 mod/profile.php:98 src/Protocol/OStatus.php:1290
-#, php-format
-msgid "%s's timeline"
-msgstr ""
-
-#: mod/profile.php:96 src/Protocol/OStatus.php:1294
-#, php-format
-msgid "%s's posts"
-msgstr ""
-
-#: mod/profile.php:97 src/Protocol/OStatus.php:1297
-#, php-format
-msgid "%s's comments"
-msgstr ""
-
-#: mod/profiles.php:61
-msgid "Profile deleted."
-msgstr ""
-
-#: mod/profiles.php:77 mod/profiles.php:113
-msgid "Profile-"
-msgstr ""
-
-#: mod/profiles.php:96 mod/profiles.php:135
-msgid "New profile created."
-msgstr ""
-
-#: mod/profiles.php:119
-msgid "Profile unavailable to clone."
-msgstr ""
-
-#: mod/profiles.php:207
-msgid "Profile Name is required."
-msgstr ""
-
-#: mod/profiles.php:348
-msgid "Marital Status"
-msgstr ""
-
-#: mod/profiles.php:352
-msgid "Romantic Partner"
-msgstr ""
-
-#: mod/profiles.php:364
-msgid "Work/Employment"
-msgstr ""
-
-#: mod/profiles.php:367
-msgid "Religion"
-msgstr ""
-
-#: mod/profiles.php:371
-msgid "Political Views"
-msgstr ""
-
-#: mod/profiles.php:375
-msgid "Gender"
-msgstr ""
-
-#: mod/profiles.php:379
-msgid "Sexual Preference"
-msgstr ""
-
-#: mod/profiles.php:383
-msgid "XMPP"
-msgstr ""
-
-#: mod/profiles.php:387
-msgid "Homepage"
-msgstr ""
-
-#: mod/profiles.php:391 mod/profiles.php:594
-msgid "Interests"
-msgstr ""
-
-#: mod/profiles.php:402 mod/profiles.php:590
-msgid "Location"
-msgstr ""
-
-#: mod/profiles.php:485
-msgid "Profile updated."
-msgstr ""
-
-#: mod/profiles.php:539
-msgid "Hide contacts and friends:"
-msgstr ""
-
-#: mod/profiles.php:544
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr ""
-
-#: mod/profiles.php:564
-msgid "Show more profile fields:"
-msgstr ""
-
-#: mod/profiles.php:576
-msgid "Profile Actions"
-msgstr ""
-
-#: mod/profiles.php:577
-msgid "Edit Profile Details"
-msgstr ""
-
-#: mod/profiles.php:579
-msgid "Change Profile Photo"
-msgstr ""
-
-#: mod/profiles.php:581
-msgid "View this profile"
-msgstr ""
-
-#: mod/profiles.php:582
-msgid "View all profiles"
-msgstr ""
-
-#: mod/profiles.php:583 mod/profiles.php:678 src/Model/Profile.php:410
-msgid "Edit visibility"
-msgstr ""
-
-#: mod/profiles.php:584
-msgid "Create a new profile using these settings"
-msgstr ""
-
-#: mod/profiles.php:585
-msgid "Clone this profile"
-msgstr ""
-
-#: mod/profiles.php:586
-msgid "Delete this profile"
-msgstr ""
-
-#: mod/profiles.php:588
-msgid "Basic information"
-msgstr ""
-
-#: mod/profiles.php:589
-msgid "Profile picture"
-msgstr ""
-
-#: mod/profiles.php:591
-msgid "Preferences"
-msgstr ""
-
-#: mod/profiles.php:592
-msgid "Status information"
-msgstr ""
-
-#: mod/profiles.php:593
-msgid "Additional information"
-msgstr ""
-
-#: mod/profiles.php:596
-msgid "Relation"
-msgstr ""
-
-#: mod/profiles.php:597 src/Util/Temporal.php:83 src/Util/Temporal.php:85
-msgid "Miscellaneous"
-msgstr ""
-
-#: mod/profiles.php:600
-msgid "Your Gender:"
-msgstr ""
-
-#: mod/profiles.php:601
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr ""
-
-#: mod/profiles.php:602 src/Model/Profile.php:795
-msgid "Sexual Preference:"
-msgstr ""
-
-#: mod/profiles.php:603
-msgid "Example: fishing photography software"
-msgstr ""
-
-#: mod/profiles.php:608
-msgid "Profile Name:"
-msgstr ""
-
-#: mod/profiles.php:610
-msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
-msgstr ""
-
-#: mod/profiles.php:611
-msgid "Your Full Name:"
-msgstr ""
-
-#: mod/profiles.php:612
-msgid "Title/Description:"
-msgstr ""
-
-#: mod/profiles.php:615
-msgid "Street Address:"
-msgstr ""
-
-#: mod/profiles.php:616
-msgid "Locality/City:"
-msgstr ""
-
-#: mod/profiles.php:617
-msgid "Region/State:"
-msgstr ""
-
-#: mod/profiles.php:618
-msgid "Postal/Zip Code:"
-msgstr ""
-
-#: mod/profiles.php:619
-msgid "Country:"
-msgstr ""
-
-#: mod/profiles.php:620 src/Util/Temporal.php:151
-msgid "Age: "
-msgstr ""
-
-#: mod/profiles.php:623
-msgid "Who: (if applicable)"
-msgstr ""
-
-#: mod/profiles.php:623
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr ""
-
-#: mod/profiles.php:624
-msgid "Since [date]:"
-msgstr ""
-
-#: mod/profiles.php:626
-msgid "Tell us about yourself..."
-msgstr ""
-
-#: mod/profiles.php:627
-msgid "XMPP (Jabber) address:"
-msgstr ""
-
-#: mod/profiles.php:627
-msgid ""
-"The XMPP address will be propagated to your contacts so that they can follow "
-"you."
-msgstr ""
-
-#: mod/profiles.php:628
-msgid "Homepage URL:"
-msgstr ""
-
-#: mod/profiles.php:629 src/Model/Profile.php:803
-msgid "Hometown:"
-msgstr ""
-
-#: mod/profiles.php:630 src/Model/Profile.php:811
-msgid "Political Views:"
-msgstr ""
-
-#: mod/profiles.php:631
-msgid "Religious Views:"
-msgstr ""
-
-#: mod/profiles.php:632
-msgid "Public Keywords:"
-msgstr ""
-
-#: mod/profiles.php:632
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr ""
-
-#: mod/profiles.php:633
-msgid "Private Keywords:"
-msgstr ""
-
-#: mod/profiles.php:633
-msgid "(Used for searching profiles, never shown to others)"
-msgstr ""
-
-#: mod/profiles.php:634 src/Model/Profile.php:827
-msgid "Likes:"
-msgstr ""
-
-#: mod/profiles.php:635 src/Model/Profile.php:831
-msgid "Dislikes:"
-msgstr ""
-
-#: mod/profiles.php:636
-msgid "Musical interests"
-msgstr ""
-
-#: mod/profiles.php:637
-msgid "Books, literature"
-msgstr ""
-
-#: mod/profiles.php:638
-msgid "Television"
-msgstr ""
-
-#: mod/profiles.php:639
-msgid "Film/dance/culture/entertainment"
-msgstr ""
-
-#: mod/profiles.php:640
-msgid "Hobbies/Interests"
-msgstr ""
-
-#: mod/profiles.php:641
-msgid "Love/romance"
-msgstr ""
-
-#: mod/profiles.php:642
-msgid "Work/employment"
-msgstr ""
-
-#: mod/profiles.php:643
-msgid "School/education"
-msgstr ""
-
-#: mod/profiles.php:644
-msgid "Contact information and Social Networks"
-msgstr ""
-
-#: mod/profiles.php:675 src/Model/Profile.php:406
-msgid "Profile Image"
-msgstr ""
-
-#: mod/profiles.php:677 src/Model/Profile.php:409
-msgid "visible to everybody"
-msgstr ""
-
-#: mod/profiles.php:684
-msgid "Edit/Manage Profiles"
-msgstr ""
-
-#: mod/profiles.php:685 src/Model/Profile.php:396 src/Model/Profile.php:418
-msgid "Change profile photo"
-msgstr ""
-
-#: mod/profiles.php:686 src/Model/Profile.php:397
-msgid "Create New Profile"
-msgstr ""
-
-#: mod/profile_photo.php:59
-msgid "Image uploaded but image cropping failed."
-msgstr ""
-
-#: mod/profile_photo.php:91 mod/profile_photo.php:100 mod/profile_photo.php:109
-#: mod/profile_photo.php:317
-#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr ""
-
-#: mod/profile_photo.php:128
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr ""
-
-#: mod/profile_photo.php:136
-msgid "Unable to process image"
-msgstr ""
-
-#: mod/profile_photo.php:248
-msgid "Upload File:"
-msgstr ""
-
-#: mod/profile_photo.php:249
-msgid "Select a profile:"
-msgstr ""
-
-#: mod/profile_photo.php:254
-msgid "or"
-msgstr ""
-
-#: mod/profile_photo.php:255
-msgid "skip this step"
-msgstr ""
-
-#: mod/profile_photo.php:255
-msgid "select a photo from your photo albums"
-msgstr ""
-
-#: mod/profile_photo.php:268
-msgid "Crop Image"
-msgstr ""
-
-#: mod/profile_photo.php:269
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr ""
-
-#: mod/profile_photo.php:271
-msgid "Done Editing"
-msgstr ""
-
-#: mod/profile_photo.php:307
-msgid "Image uploaded successfully."
-msgstr ""
-
-#: mod/profperm.php:36 mod/profperm.php:69
-msgid "Invalid profile identifier."
-msgstr ""
-
-#: mod/profperm.php:115
-msgid "Profile Visibility Editor"
-msgstr ""
-
-#: mod/profperm.php:128
-msgid "Visible To"
-msgstr ""
-
-#: mod/profperm.php:144
-msgid "All Contacts (with secure profile access)"
-msgstr ""
-
-#: mod/register.php:105
-msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr ""
-
-#: mod/register.php:109
-#, 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 ""
-
-#: mod/register.php:116
-msgid "Registration successful."
-msgstr ""
-
-#: mod/register.php:121
-msgid "Your registration can not be processed."
-msgstr ""
-
-#: mod/register.php:164
-msgid "Your registration is pending approval by the site owner."
-msgstr ""
-
-#: mod/register.php:193 mod/uimport.php:39
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr ""
-
-#: mod/register.php:222
-msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking 'Register'."
-msgstr ""
-
-#: mod/register.php:223
-msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
-msgstr ""
-
-#: mod/register.php:224
-msgid "Your OpenID (optional): "
-msgstr ""
-
-#: mod/register.php:236
-msgid "Include your profile in member directory?"
-msgstr ""
-
-#: mod/register.php:263
-msgid "Note for the admin"
-msgstr ""
-
-#: mod/register.php:263
-msgid "Leave a message for the admin, why you want to join this node"
-msgstr ""
-
-#: mod/register.php:264
-msgid "Membership on this site is by invitation only."
-msgstr ""
-
-#: mod/register.php:265
-msgid "Your invitation code: "
-msgstr ""
-
-#: mod/register.php:274
-msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
-msgstr ""
-
-#: mod/register.php:275
-msgid ""
-"Your Email Address: (Initial information will be send there, so this has to "
-"be an existing address.)"
-msgstr ""
-
-#: mod/register.php:277 mod/settings.php:1196
-msgid "New Password:"
-msgstr ""
-
-#: mod/register.php:277
-msgid "Leave empty for an auto generated password."
-msgstr ""
-
-#: mod/register.php:278 mod/settings.php:1197
-msgid "Confirm:"
-msgstr ""
-
-#: mod/register.php:279
-#, 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:280
-msgid "Choose a nickname: "
-msgstr ""
-
-#: mod/register.php:283 src/Content/Nav.php:181 src/Module/Login.php:293
-msgid "Register"
-msgstr ""
-
-#: mod/register.php:289 mod/uimport.php:54
-msgid "Import"
-msgstr ""
-
-#: mod/register.php:290
-msgid "Import your profile to this friendica instance"
-msgstr ""
-
-#: mod/register.php:298
-msgid "Note: This node explicitly contains adult content"
-msgstr ""
-
-#: mod/regmod.php:55
-msgid "Account approved."
-msgstr ""
-
-#: mod/regmod.php:79
-#, php-format
-msgid "Registration revoked for %s"
-msgstr ""
-
-#: mod/regmod.php:86
-msgid "Please login."
-msgstr ""
-
-#: mod/removeme.php:49
-msgid "User deleted their account"
-msgstr ""
-
-#: mod/removeme.php:50
-msgid ""
-"On your Friendica node an user deleted their account. Please ensure that "
-"their data is removed from the backups."
-msgstr ""
-
-#: mod/removeme.php:51
-#, php-format
-msgid "The user id is %d"
-msgstr ""
-
-#: mod/removeme.php:87 mod/removeme.php:90
-msgid "Remove My Account"
-msgstr ""
-
-#: mod/removeme.php:88
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr ""
-
-#: mod/removeme.php:89
-msgid "Please enter your password for verification:"
-msgstr ""
-
-#: mod/repair_ostatus.php:21
-msgid "Resubscribing to OStatus contacts"
-msgstr ""
-
-#: mod/repair_ostatus.php:37
-msgid "Error"
-msgstr ""
-
-#: mod/search.php:113
-msgid "Only logged in users are permitted to perform a search."
-msgstr ""
-
-#: mod/search.php:137
-msgid "Too Many Requests"
-msgstr ""
-
-#: mod/search.php:138
-msgid "Only one search per minute is permitted for not logged in users."
-msgstr ""
-
-#: mod/search.php:163 src/Content/Nav.php:195 src/Content/Text/HTML.php:967
-msgid "Search"
-msgstr ""
-
-#: mod/search.php:249
-#, php-format
-msgid "Items tagged with: %s"
-msgstr ""
-
-#: mod/search.php:251 src/Module/Contact.php:821
-#, php-format
-msgid "Results for: %s"
-msgstr ""
-
-#: mod/settings.php:61
-msgid "Account"
-msgstr ""
-
-#: mod/settings.php:69 src/Content/Nav.php:263 src/Model/Profile.php:389
-msgid "Profiles"
-msgstr ""
-
-#: mod/settings.php:85
-msgid "Display"
-msgstr ""
-
-#: mod/settings.php:92 mod/settings.php:845
-msgid "Social Networks"
-msgstr ""
-
-#: mod/settings.php:106 src/Content/Nav.php:258
-msgid "Delegations"
-msgstr ""
-
-#: mod/settings.php:113
-msgid "Connected apps"
-msgstr ""
-
-#: mod/settings.php:120 mod/uexport.php:53
-msgid "Export personal data"
-msgstr ""
-
-#: mod/settings.php:127
-msgid "Remove account"
-msgstr ""
-
-#: mod/settings.php:179
-msgid "Missing some important data!"
-msgstr ""
-
-#: mod/settings.php:181 mod/settings.php:706 src/Module/Contact.php:828
-msgid "Update"
-msgstr ""
-
-#: mod/settings.php:290
-msgid "Failed to connect with email account using the settings provided."
-msgstr ""
-
-#: mod/settings.php:295
-msgid "Email settings updated."
-msgstr ""
-
-#: mod/settings.php:311
-msgid "Features updated"
-msgstr ""
-
-#: mod/settings.php:384
-msgid "Relocate message has been send to your contacts"
-msgstr ""
-
-#: mod/settings.php:396 src/Model/User.php:423
-msgid "Passwords do not match. Password unchanged."
-msgstr ""
-
-#: mod/settings.php:401
-msgid "Empty passwords are not allowed. Password unchanged."
-msgstr ""
-
-#: mod/settings.php:406 src/Core/Console/NewPassword.php:82
-msgid ""
-"The new password has been exposed in a public data dump, please choose "
-"another."
-msgstr ""
-
-#: mod/settings.php:412
-msgid "Wrong password."
-msgstr ""
-
-#: mod/settings.php:419 src/Core/Console/NewPassword.php:89
-msgid "Password changed."
-msgstr ""
-
-#: mod/settings.php:421 src/Core/Console/NewPassword.php:86
-msgid "Password update failed. Please try again."
-msgstr ""
-
-#: mod/settings.php:505
-msgid " Please use a shorter name."
-msgstr ""
-
-#: mod/settings.php:508
-msgid " Name too short."
-msgstr ""
-
-#: mod/settings.php:516
-msgid "Wrong Password"
-msgstr ""
-
-#: mod/settings.php:521
-msgid "Invalid email."
-msgstr ""
-
-#: mod/settings.php:527
-msgid "Cannot change to that email."
-msgstr ""
-
-#: mod/settings.php:577
-msgid "Private forum has no privacy permissions. Using default privacy group."
-msgstr ""
-
-#: mod/settings.php:580
-msgid "Private forum has no privacy permissions and no default privacy group."
-msgstr ""
-
-#: mod/settings.php:620
-msgid "Settings updated."
-msgstr ""
-
-#: mod/settings.php:679 mod/settings.php:705 mod/settings.php:739
-msgid "Add application"
-msgstr ""
-
-#: mod/settings.php:683 mod/settings.php:709
-msgid "Consumer Key"
-msgstr ""
-
-#: mod/settings.php:684 mod/settings.php:710
-msgid "Consumer Secret"
-msgstr ""
-
-#: mod/settings.php:685 mod/settings.php:711
-msgid "Redirect"
-msgstr ""
-
-#: mod/settings.php:686 mod/settings.php:712
-msgid "Icon url"
-msgstr ""
-
-#: mod/settings.php:697
-msgid "You can't edit this application."
-msgstr ""
-
-#: mod/settings.php:738
-msgid "Connected Apps"
-msgstr ""
-
-#: mod/settings.php:740 src/Object/Post.php:165 src/Object/Post.php:167
-msgid "Edit"
-msgstr ""
-
-#: mod/settings.php:742
-msgid "Client key starts with"
-msgstr ""
-
-#: mod/settings.php:743
-msgid "No name"
-msgstr ""
-
-#: mod/settings.php:744
-msgid "Remove authorization"
-msgstr ""
-
-#: mod/settings.php:755
-msgid "No Addon settings configured"
-msgstr ""
-
-#: mod/settings.php:764
-msgid "Addon Settings"
-msgstr ""
-
-#: mod/settings.php:785
-msgid "Additional Features"
-msgstr ""
-
-#: mod/settings.php:808 src/Content/ContactSelector.php:85
-msgid "Diaspora"
-msgstr ""
-
-#: mod/settings.php:808 mod/settings.php:809
-msgid "enabled"
-msgstr ""
-
-#: mod/settings.php:808 mod/settings.php:809
-msgid "disabled"
-msgstr ""
-
-#: mod/settings.php:808 mod/settings.php:809
-#, php-format
-msgid "Built-in support for %s connectivity is %s"
-msgstr ""
-
-#: mod/settings.php:809
-msgid "GNU Social (OStatus)"
-msgstr ""
-
-#: mod/settings.php:840
-msgid "Email access is disabled on this site."
-msgstr ""
-
-#: mod/settings.php:850
-msgid "General Social Media Settings"
-msgstr ""
-
-#: mod/settings.php:851
-msgid "Disable Content Warning"
-msgstr ""
-
-#: mod/settings.php:851
-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:852
-msgid "Disable intelligent shortening"
-msgstr ""
-
-#: mod/settings.php:852
-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:853
-msgid "Automatically follow any GNU Social (OStatus) followers/mentioners"
-msgstr ""
-
-#: mod/settings.php:853
-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:854
-msgid "Default group for OStatus contacts"
-msgstr ""
-
-#: mod/settings.php:855
-msgid "Your legacy GNU Social account"
-msgstr ""
-
-#: mod/settings.php:855
-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 ""
-
-#: mod/settings.php:858
-msgid "Repair OStatus subscriptions"
-msgstr ""
-
-#: mod/settings.php:862
-msgid "Email/Mailbox Setup"
-msgstr ""
-
-#: mod/settings.php:863
-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:864
-msgid "Last successful email check:"
-msgstr ""
-
-#: mod/settings.php:866
-msgid "IMAP server name:"
-msgstr ""
-
-#: mod/settings.php:867
-msgid "IMAP port:"
-msgstr ""
-
-#: mod/settings.php:868
-msgid "Security:"
-msgstr ""
-
-#: mod/settings.php:868 mod/settings.php:873
-msgid "None"
-msgstr ""
-
-#: mod/settings.php:869
-msgid "Email login name:"
-msgstr ""
-
-#: mod/settings.php:870
-msgid "Email password:"
-msgstr ""
-
-#: mod/settings.php:871
-msgid "Reply-to address:"
-msgstr ""
-
-#: mod/settings.php:872
-msgid "Send public posts to all email contacts:"
-msgstr ""
-
-#: mod/settings.php:873
-msgid "Action after import:"
-msgstr ""
-
-#: mod/settings.php:873 src/Content/Nav.php:246
-msgid "Mark as seen"
-msgstr ""
-
-#: mod/settings.php:873
-msgid "Move to folder"
-msgstr ""
-
-#: mod/settings.php:874
-msgid "Move to folder:"
-msgstr ""
-
-#: mod/settings.php:917
-#, php-format
-msgid "%s - (Unsupported)"
-msgstr ""
-
-#: mod/settings.php:919
-#, php-format
-msgid "%s - (Experimental)"
-msgstr ""
-
-#: mod/settings.php:946 src/Core/L10n.php:359 src/Model/Event.php:396
-msgid "Sunday"
-msgstr ""
-
-#: mod/settings.php:946 src/Core/L10n.php:359 src/Model/Event.php:397
-msgid "Monday"
-msgstr ""
-
-#: mod/settings.php:962
-msgid "Display Settings"
-msgstr ""
-
-#: mod/settings.php:968
-msgid "Display Theme:"
-msgstr ""
-
-#: mod/settings.php:969
-msgid "Mobile Theme:"
-msgstr ""
-
-#: mod/settings.php:970
-msgid "Suppress warning of insecure networks"
-msgstr ""
-
-#: mod/settings.php:970
-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:971
-msgid "Update browser every xx seconds"
-msgstr ""
-
-#: mod/settings.php:971
-msgid "Minimum of 10 seconds. Enter -1 to disable it."
-msgstr ""
-
-#: mod/settings.php:972
-msgid "Number of items to display per page:"
-msgstr ""
-
-#: mod/settings.php:972 mod/settings.php:973
-msgid "Maximum of 100 items"
-msgstr ""
-
-#: mod/settings.php:973
-msgid "Number of items to display per page when viewed from mobile device:"
-msgstr ""
-
-#: mod/settings.php:974
-msgid "Don't show emoticons"
-msgstr ""
-
-#: mod/settings.php:975
-msgid "Calendar"
-msgstr ""
-
-#: mod/settings.php:976
-msgid "Beginning of week:"
-msgstr ""
-
-#: mod/settings.php:977
-msgid "Don't show notices"
-msgstr ""
-
-#: mod/settings.php:978
-msgid "Infinite scroll"
-msgstr ""
-
-#: mod/settings.php:979
-msgid "Automatic updates only at the top of the network page"
-msgstr ""
-
-#: mod/settings.php:979
-msgid ""
-"When disabled, the network page is updated all the time, which could be "
-"confusing while reading."
-msgstr ""
-
-#: mod/settings.php:980
-msgid "Bandwidth Saver Mode"
-msgstr ""
-
-#: mod/settings.php:980
-msgid ""
-"When enabled, embedded content is not displayed on automatic updates, they "
-"only show on page reload."
-msgstr ""
-
-#: mod/settings.php:981
-msgid "Smart Threading"
-msgstr ""
-
-#: mod/settings.php:981
-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:983
-msgid "General Theme Settings"
-msgstr ""
-
-#: mod/settings.php:984
-msgid "Custom Theme Settings"
-msgstr ""
-
-#: mod/settings.php:985
-msgid "Content Settings"
-msgstr ""
-
-#: mod/settings.php:986 view/theme/duepuntozero/config.php:74
-#: view/theme/frio/config.php:121 view/theme/quattro/config.php:76
-#: view/theme/vier/config.php:122
-msgid "Theme settings"
-msgstr ""
-
-#: mod/settings.php:1000
-msgid "Unable to find your profile. Please contact your admin."
-msgstr ""
-
-#: mod/settings.php:1039
-msgid "Account Types"
-msgstr ""
-
-#: mod/settings.php:1040
-msgid "Personal Page Subtypes"
-msgstr ""
-
-#: mod/settings.php:1041
-msgid "Community Forum Subtypes"
-msgstr ""
-
-#: mod/settings.php:1049
-msgid "Account for a personal profile."
-msgstr ""
-
-#: mod/settings.php:1053
-msgid ""
-"Account for an organisation that automatically approves contact requests as "
-"\"Followers\"."
-msgstr ""
-
-#: mod/settings.php:1057
-msgid ""
-"Account for a news reflector that automatically approves contact requests as "
-"\"Followers\"."
-msgstr ""
-
-#: mod/settings.php:1061
-msgid "Account for community discussions."
-msgstr ""
-
-#: mod/settings.php:1065
-msgid ""
-"Account for a regular personal profile that requires manual approval of "
-"\"Friends\" and \"Followers\"."
-msgstr ""
-
-#: mod/settings.php:1069
-msgid ""
-"Account for a public profile that automatically approves contact requests as "
-"\"Followers\"."
-msgstr ""
-
-#: mod/settings.php:1073
-msgid "Automatically approves all contact requests."
-msgstr ""
-
-#: mod/settings.php:1077
-msgid ""
-"Account for a popular profile that automatically approves contact requests "
-"as \"Friends\"."
-msgstr ""
-
-#: mod/settings.php:1080
-msgid "Private Forum [Experimental]"
-msgstr ""
-
-#: mod/settings.php:1081
-msgid "Requires manual approval of contact requests."
-msgstr ""
-
-#: mod/settings.php:1092
-msgid "OpenID:"
-msgstr ""
-
-#: mod/settings.php:1092
-msgid "(Optional) Allow this OpenID to login to this account."
-msgstr ""
-
-#: mod/settings.php:1100
-msgid "Publish your default profile in your local site directory?"
-msgstr ""
-
-#: mod/settings.php:1100
-#, 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/settings.php:1106
-msgid "Publish your default profile in the global social directory?"
-msgstr ""
-
-#: mod/settings.php:1106
-#, 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:1113
-msgid "Hide your contact/friend list from viewers of your default profile?"
-msgstr ""
-
-#: mod/settings.php:1113
-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:1117
-msgid "Hide your profile details from anonymous viewers?"
-msgstr ""
-
-#: mod/settings.php:1117
-msgid ""
-"Anonymous visitors will only see your profile picture, your display name and "
-"the nickname you are using on your profile page. Your public posts and "
-"replies will still be accessible by other means."
-msgstr ""
-
-#: mod/settings.php:1121
-msgid "Allow friends to post to your profile page?"
-msgstr ""
-
-#: mod/settings.php:1121
-msgid ""
-"Your contacts may write posts on your profile wall. These posts will be "
-"distributed to your contacts"
-msgstr ""
-
-#: mod/settings.php:1125
-msgid "Allow friends to tag your posts?"
-msgstr ""
-
-#: mod/settings.php:1125
-msgid "Your contacts can add additional tags to your posts."
-msgstr ""
-
-#: mod/settings.php:1129
-msgid "Allow us to suggest you as a potential friend to new members?"
-msgstr ""
-
-#: mod/settings.php:1129
-msgid "If you like, Friendica may suggest new members to add you as a contact."
-msgstr ""
-
-#: mod/settings.php:1133
-msgid "Permit unknown people to send you private mail?"
-msgstr ""
-
-#: mod/settings.php:1133
-msgid ""
-"Friendica network users may send you private messages even if they are not "
-"in your contact list."
-msgstr ""
-
-#: mod/settings.php:1137
-msgid "Profile is <strong>not published</strong>."
-msgstr ""
-
-#: mod/settings.php:1143
-#, php-format
-msgid "Your Identity Address is <strong>'%s'</strong> or '%s'."
-msgstr ""
-
-#: mod/settings.php:1150
-msgid "Automatically expire posts after this many days:"
-msgstr ""
-
-#: mod/settings.php:1150
-msgid "If empty, posts will not expire. Expired posts will be deleted"
-msgstr ""
-
-#: mod/settings.php:1151
-msgid "Advanced expiration settings"
-msgstr ""
-
-#: mod/settings.php:1152
-msgid "Advanced Expiration"
-msgstr ""
-
-#: mod/settings.php:1153
-msgid "Expire posts:"
-msgstr ""
-
-#: mod/settings.php:1154
-msgid "Expire personal notes:"
-msgstr ""
-
-#: mod/settings.php:1155
-msgid "Expire starred posts:"
-msgstr ""
-
-#: mod/settings.php:1156
-msgid "Expire photos:"
-msgstr ""
-
-#: mod/settings.php:1157
-msgid "Only expire posts by others:"
-msgstr ""
-
-#: mod/settings.php:1187
-msgid "Account Settings"
-msgstr ""
-
-#: mod/settings.php:1195
-msgid "Password Settings"
-msgstr ""
-
-#: mod/settings.php:1197
-msgid "Leave password fields blank unless changing"
-msgstr ""
-
-#: mod/settings.php:1198
-msgid "Current Password:"
-msgstr ""
-
-#: mod/settings.php:1198 mod/settings.php:1199
-msgid "Your current password to confirm the changes"
-msgstr ""
-
-#: mod/settings.php:1199
-msgid "Password:"
-msgstr ""
-
-#: mod/settings.php:1203
-msgid "Basic Settings"
-msgstr ""
-
-#: mod/settings.php:1204 src/Model/Profile.php:751
-msgid "Full Name:"
-msgstr ""
-
-#: mod/settings.php:1205
-msgid "Email Address:"
-msgstr ""
-
-#: mod/settings.php:1206
-msgid "Your Timezone:"
-msgstr ""
-
-#: mod/settings.php:1207
-msgid "Your Language:"
-msgstr ""
-
-#: mod/settings.php:1207
-msgid ""
-"Set the language we use to show you friendica interface and to send you "
-"emails"
-msgstr ""
-
-#: mod/settings.php:1208
-msgid "Default Post Location:"
-msgstr ""
-
-#: mod/settings.php:1209
-msgid "Use Browser Location:"
-msgstr ""
-
-#: mod/settings.php:1212
-msgid "Security and Privacy Settings"
-msgstr ""
-
-#: mod/settings.php:1214
-msgid "Maximum Friend Requests/Day:"
-msgstr ""
-
-#: mod/settings.php:1214 mod/settings.php:1243
-msgid "(to prevent spam abuse)"
-msgstr ""
-
-#: mod/settings.php:1215
-msgid "Default Post Permissions"
-msgstr ""
-
-#: mod/settings.php:1216
-msgid "(click to open/close)"
-msgstr ""
-
-#: mod/settings.php:1226
-msgid "Default Private Post"
-msgstr ""
-
-#: mod/settings.php:1227
-msgid "Default Public Post"
-msgstr ""
-
-#: mod/settings.php:1231
-msgid "Default Permissions for New Posts"
-msgstr ""
-
-#: mod/settings.php:1243
-msgid "Maximum private messages per day from unknown people:"
-msgstr ""
-
-#: mod/settings.php:1246
-msgid "Notification Settings"
-msgstr ""
-
-#: mod/settings.php:1247
-msgid "Send a notification email when:"
-msgstr ""
-
-#: mod/settings.php:1248
-msgid "You receive an introduction"
-msgstr ""
-
-#: mod/settings.php:1249
-msgid "Your introductions are confirmed"
-msgstr ""
-
-#: mod/settings.php:1250
-msgid "Someone writes on your profile wall"
-msgstr ""
-
-#: mod/settings.php:1251
-msgid "Someone writes a followup comment"
-msgstr ""
-
-#: mod/settings.php:1252
-msgid "You receive a private message"
-msgstr ""
-
-#: mod/settings.php:1253
-msgid "You receive a friend suggestion"
-msgstr ""
-
-#: mod/settings.php:1254
-msgid "You are tagged in a post"
-msgstr ""
-
-#: mod/settings.php:1255
-msgid "You are poked/prodded/etc. in a post"
-msgstr ""
-
-#: mod/settings.php:1257
-msgid "Activate desktop notifications"
-msgstr ""
-
-#: mod/settings.php:1257
-msgid "Show desktop popup on new notifications"
-msgstr ""
-
-#: mod/settings.php:1259
-msgid "Text-only notification emails"
-msgstr ""
-
-#: mod/settings.php:1261
-msgid "Send text only notification emails, without the html part"
-msgstr ""
-
-#: mod/settings.php:1263
-msgid "Show detailled notifications"
-msgstr ""
-
-#: mod/settings.php:1265
-msgid ""
-"Per default, notifications are condensed to a single notification per item. "
-"When enabled every notification is displayed."
-msgstr ""
-
-#: mod/settings.php:1267
-msgid "Advanced Account/Page Type Settings"
-msgstr ""
-
-#: mod/settings.php:1268
-msgid "Change the behaviour of this account for special situations"
-msgstr ""
-
-#: mod/settings.php:1271
-msgid "Relocate"
-msgstr ""
-
-#: mod/settings.php:1272
-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:1273
-msgid "Resend relocate message to contacts"
-msgstr ""
-
-#: mod/subthread.php:106
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr ""
-
-#: mod/suggest.php:39
-msgid "Do you really want to delete this suggestion?"
-msgstr ""
-
-#: mod/suggest.php:75
-msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr ""
-
-#: mod/suggest.php:88 mod/suggest.php:108
-msgid "Ignore/Hide"
-msgstr ""
-
-#: mod/suggest.php:118 src/Content/Widget.php:68 view/theme/vier/theme.php:204
-msgid "Friend Suggestions"
-msgstr ""
-
-#: mod/tagrm.php:31
-msgid "Tag(s) removed"
-msgstr ""
-
-#: mod/tagrm.php:99
-msgid "Remove Item Tag"
-msgstr ""
-
-#: mod/tagrm.php:101
-msgid "Select a tag to remove: "
-msgstr ""
-
-#: mod/uexport.php:45
-msgid "Export account"
-msgstr ""
-
-#: mod/uexport.php:45
-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/uexport.php:46
-msgid "Export all"
-msgstr ""
-
-#: mod/uexport.php:46
-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 ""
-
-#: mod/uimport.php:30
-msgid "User imports on closed servers can only be done by an administrator."
-msgstr ""
-
-#: mod/uimport.php:56
-msgid "Move account"
-msgstr ""
-
-#: mod/uimport.php:57
-msgid "You can import an account from another Friendica server."
-msgstr ""
-
-#: mod/uimport.php:58
-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/uimport.php:59
-msgid ""
-"This feature is experimental. We can't import contacts from the OStatus "
-"network (GNU Social/Statusnet) or from Diaspora"
-msgstr ""
-
-#: mod/uimport.php:60
-msgid "Account file"
-msgstr ""
-
-#: mod/uimport.php:60
-msgid ""
-"To export your account, go to \"Settings->Export your personal data\" and "
-"select \"Export account\""
-msgstr ""
-
-#: mod/unfollow.php:36 mod/unfollow.php:92
-msgid "You aren't following this contact."
-msgstr ""
-
-#: mod/unfollow.php:46 mod/unfollow.php:98
-msgid "Unfollowing is currently not supported by your network."
-msgstr ""
-
-#: mod/unfollow.php:67
-msgid "Contact unfollowed"
-msgstr ""
-
-#: mod/unfollow.php:117 src/Module/Contact.php:576
-msgid "Disconnect/Unfollow"
-msgstr ""
-
-#: mod/update_community.php:23 mod/update_contact.php:23
-#: mod/update_display.php:24 mod/update_network.php:33 mod/update_notes.php:36
-#: mod/update_profile.php:35
-msgid "[Embedded content - reload page to view]"
-msgstr ""
-
-#: mod/videos.php:134
-msgid "Do you really want to delete this video?"
-msgstr ""
-
-#: mod/videos.php:139
-msgid "Delete Video"
-msgstr ""
-
-#: mod/videos.php:201
-msgid "No videos selected"
-msgstr ""
-
-#: mod/videos.php:372 src/Model/Item.php:3430
-msgid "View Video"
-msgstr ""
-
-#: mod/videos.php:387
-msgid "Recent Videos"
-msgstr ""
-
-#: mod/videos.php:389
-msgid "Upload New Videos"
-msgstr ""
-
-#: mod/viewcontacts.php:97
-msgid "No contacts."
-msgstr ""
-
-#: mod/viewcontacts.php:113 src/Module/Contact.php:609
-#: src/Module/Contact.php:1029
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr ""
-
-#: mod/viewcontacts.php:132 src/Content/Nav.php:200 src/Content/Nav.php:266
-#: src/Content/Text/HTML.php:978 src/Model/Profile.php:980
-#: src/Model/Profile.php:983 src/Module/Contact.php:816
-#: src/Module/Contact.php:886 view/theme/frio/theme.php:284
-msgid "Contacts"
-msgstr ""
-
-#: mod/wallmessage.php:52 mod/wallmessage.php:115
-#, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
-msgstr ""
-
-#: mod/wallmessage.php:63
-msgid "Unable to check your home location."
-msgstr ""
-
-#: mod/wallmessage.php:89 mod/wallmessage.php:98
-msgid "No recipient."
-msgstr ""
-
-#: mod/wallmessage.php:129
-#, 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 ""
-
-#: mod/wall_attach.php:28 mod/wall_attach.php:35 mod/wall_attach.php:90
-#: mod/wall_upload.php:41 mod/wall_upload.php:57 mod/wall_upload.php:115
-#: mod/wall_upload.php:166 mod/wall_upload.php:169
-msgid "Invalid request."
-msgstr ""
-
-#: mod/wall_attach.php:108
-msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
-msgstr ""
-
-#: mod/wall_attach.php:108
-msgid "Or - did you try to upload an empty file?"
-msgstr ""
-
-#: mod/wall_attach.php:119
-#, php-format
-msgid "File exceeds size limit of %s"
-msgstr ""
-
-#: mod/wall_attach.php:143 mod/wall_attach.php:159
-msgid "File upload failed."
-msgstr ""
-
-#: mod/wall_upload.php:242 src/Object/Image.php:968 src/Object/Image.php:984
-#: src/Object/Image.php:992 src/Object/Image.php:1017
-msgid "Wall Photos"
-msgstr ""
-
-#: src/App.php:790
-msgid "Delete this item?"
-msgstr ""
-
-#: src/App.php:792
-msgid "show fewer"
-msgstr ""
-
-#: src/App.php:834
-msgid "toggle mobile"
-msgstr ""
-
-#: src/App.php:1383
-msgid "No system theme config value set."
-msgstr ""
-
-#: src/BaseModule.php:133
-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 ""
-
-#: src/Content/ContactSelector.php:57
-msgid "Frequently"
-msgstr ""
-
-#: src/Content/ContactSelector.php:58
-msgid "Hourly"
-msgstr ""
-
-#: src/Content/ContactSelector.php:59
-msgid "Twice daily"
-msgstr ""
-
-#: src/Content/ContactSelector.php:60
-msgid "Daily"
-msgstr ""
-
-#: src/Content/ContactSelector.php:61
-msgid "Weekly"
-msgstr ""
-
-#: src/Content/ContactSelector.php:62
-msgid "Monthly"
-msgstr ""
-
-#: src/Content/ContactSelector.php:81
-msgid "DFRN"
-msgstr ""
-
-#: src/Content/ContactSelector.php:82
-msgid "OStatus"
-msgstr ""
-
-#: src/Content/ContactSelector.php:83
-msgid "RSS/Atom"
-msgstr ""
-
-#: src/Content/ContactSelector.php:86
-msgid "Zot!"
-msgstr ""
-
-#: src/Content/ContactSelector.php:87
-msgid "LinkedIn"
-msgstr ""
-
-#: src/Content/ContactSelector.php:88
-msgid "XMPP/IM"
-msgstr ""
-
-#: src/Content/ContactSelector.php:89
-msgid "MySpace"
-msgstr ""
-
-#: src/Content/ContactSelector.php:90
-msgid "Google+"
-msgstr ""
-
-#: src/Content/ContactSelector.php:91
-msgid "pump.io"
-msgstr ""
-
-#: src/Content/ContactSelector.php:92
-msgid "Twitter"
-msgstr ""
-
-#: src/Content/ContactSelector.php:93
-msgid "Diaspora Connector"
-msgstr ""
-
-#: src/Content/ContactSelector.php:94
-msgid "GNU Social Connector"
-msgstr ""
-
-#: src/Content/ContactSelector.php:95
-msgid "ActivityPub"
-msgstr ""
-
-#: src/Content/ContactSelector.php:96
-msgid "pnut"
-msgstr ""
-
-#: src/Content/ContactSelector.php:148
-msgid "Male"
-msgstr ""
-
-#: src/Content/ContactSelector.php:148
-msgid "Female"
-msgstr ""
-
-#: src/Content/ContactSelector.php:148
-msgid "Currently Male"
-msgstr ""
-
-#: src/Content/ContactSelector.php:148
-msgid "Currently Female"
-msgstr ""
-
-#: src/Content/ContactSelector.php:148
-msgid "Mostly Male"
-msgstr ""
-
-#: src/Content/ContactSelector.php:148
-msgid "Mostly Female"
-msgstr ""
-
-#: src/Content/ContactSelector.php:148
-msgid "Transgender"
-msgstr ""
-
-#: src/Content/ContactSelector.php:148
-msgid "Intersex"
-msgstr ""
-
-#: src/Content/ContactSelector.php:148
-msgid "Transsexual"
-msgstr ""
-
-#: src/Content/ContactSelector.php:148
-msgid "Hermaphrodite"
-msgstr ""
-
-#: src/Content/ContactSelector.php:148
-msgid "Neuter"
-msgstr ""
-
-#: src/Content/ContactSelector.php:148
-msgid "Non-specific"
-msgstr ""
-
-#: src/Content/ContactSelector.php:148
-msgid "Other"
-msgstr ""
-
-#: src/Content/ContactSelector.php:170
-msgid "Males"
-msgstr ""
-
-#: src/Content/ContactSelector.php:170
-msgid "Females"
-msgstr ""
-
-#: src/Content/ContactSelector.php:170
-msgid "Gay"
-msgstr ""
-
-#: src/Content/ContactSelector.php:170
-msgid "Lesbian"
-msgstr ""
-
-#: src/Content/ContactSelector.php:170
-msgid "No Preference"
-msgstr ""
-
-#: src/Content/ContactSelector.php:170
-msgid "Bisexual"
-msgstr ""
-
-#: src/Content/ContactSelector.php:170
-msgid "Autosexual"
-msgstr ""
-
-#: src/Content/ContactSelector.php:170
-msgid "Abstinent"
-msgstr ""
-
-#: src/Content/ContactSelector.php:170
-msgid "Virgin"
-msgstr ""
-
-#: src/Content/ContactSelector.php:170
-msgid "Deviant"
-msgstr ""
-
-#: src/Content/ContactSelector.php:170
-msgid "Fetish"
-msgstr ""
-
-#: src/Content/ContactSelector.php:170
-msgid "Oodles"
-msgstr ""
-
-#: src/Content/ContactSelector.php:170
-msgid "Nonsexual"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Single"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Lonely"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Available"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Unavailable"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Has crush"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Infatuated"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Dating"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Unfaithful"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Sex Addict"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192 src/Model/User.php:618
-msgid "Friends"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Friends/Benefits"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Casual"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Engaged"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Married"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Imaginarily married"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Partners"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Cohabiting"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Common law"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Happy"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Not looking"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Swinger"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Betrayed"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Separated"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Unstable"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Divorced"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Imaginarily divorced"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Widowed"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Uncertain"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "It's complicated"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Don't care"
-msgstr ""
-
-#: src/Content/ContactSelector.php:192
-msgid "Ask me"
-msgstr ""
-
-#: src/Content/Feature.php:79
-msgid "General Features"
-msgstr ""
-
-#: src/Content/Feature.php:81
-msgid "Multiple Profiles"
-msgstr ""
-
-#: src/Content/Feature.php:81
-msgid "Ability to create multiple profiles"
-msgstr ""
-
-#: src/Content/Feature.php:82
-msgid "Photo Location"
-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/Feature.php:83
-msgid "Export Public Calendar"
-msgstr ""
-
-#: src/Content/Feature.php:83
-msgid "Ability for visitors to download the public calendar"
-msgstr ""
-
-#: src/Content/Feature.php:88
-msgid "Post Composition Features"
-msgstr ""
-
-#: src/Content/Feature.php:89
-msgid "Auto-mention Forums"
-msgstr ""
-
-#: src/Content/Feature.php:89
-msgid ""
-"Add/remove mention when a forum page is selected/deselected in ACL window."
-msgstr ""
-
-#: src/Content/Feature.php:94
-msgid "Network Sidebar"
-msgstr ""
-
-#: src/Content/Feature.php:95
-msgid "Ability to select posts by date ranges"
-msgstr ""
-
-#: src/Content/Feature.php:96
-msgid "Protocol Filter"
-msgstr ""
-
-#: src/Content/Feature.php:96
-msgid "Enable widget to display Network posts only from selected protocols"
-msgstr ""
-
-#: src/Content/Feature.php:101
-msgid "Network Tabs"
-msgstr ""
-
-#: src/Content/Feature.php:102
-msgid "Network New Tab"
-msgstr ""
-
-#: src/Content/Feature.php:102
-msgid "Enable tab to display only new Network posts (from the last 12 hours)"
-msgstr ""
-
-#: src/Content/Feature.php:103
-msgid "Network Shared Links Tab"
-msgstr ""
-
-#: src/Content/Feature.php:103
-msgid "Enable tab to display only Network posts with links in them"
-msgstr ""
-
-#: src/Content/Feature.php:108
-msgid "Post/Comment Tools"
-msgstr ""
-
-#: src/Content/Feature.php:109
-msgid "Post Categories"
-msgstr ""
-
-#: src/Content/Feature.php:109
-msgid "Add categories to your posts"
-msgstr ""
-
-#: src/Content/Feature.php:114
-msgid "Advanced Profile Settings"
-msgstr ""
-
-#: src/Content/Feature.php:115
-msgid "List Forums"
-msgstr ""
-
-#: src/Content/Feature.php:115
-msgid "Show visitors public community forums at the Advanced Profile Page"
-msgstr ""
-
-#: src/Content/Feature.php:116
-msgid "Tag Cloud"
-msgstr ""
-
-#: src/Content/Feature.php:116
-msgid "Provide a personal tag cloud on your profile page"
-msgstr ""
-
-#: src/Content/Feature.php:117
-msgid "Display Membership Date"
-msgstr ""
-
-#: src/Content/Feature.php:117
-msgid "Display membership date in profile"
-msgstr ""
-
-#: src/Content/ForumManager.php:128 src/Content/Nav.php:204
-#: src/Content/Text/HTML.php:981 view/theme/vier/theme.php:253
-msgid "Forums"
-msgstr ""
-
-#: src/Content/ForumManager.php:130 view/theme/vier/theme.php:255
-msgid "External link to forum"
-msgstr ""
-
-#: src/Content/Nav.php:72
-msgid "Nothing new here"
-msgstr ""
-
-#: src/Content/Nav.php:76
-msgid "Clear notifications"
-msgstr ""
-
-#: src/Content/Nav.php:77 src/Content/Text/HTML.php:970
-msgid "@name, !forum, #tags, content"
-msgstr ""
-
-#: src/Content/Nav.php:150 src/Module/Login.php:321
-#: view/theme/frio/theme.php:270
-msgid "Logout"
-msgstr ""
-
-#: src/Content/Nav.php:150 view/theme/frio/theme.php:270
-msgid "End this session"
-msgstr ""
-
-#: src/Content/Nav.php:153 src/Model/Profile.php:901 src/Module/Contact.php:659
-#: src/Module/Contact.php:858 view/theme/frio/theme.php:273
-msgid "Status"
-msgstr ""
-
-#: src/Content/Nav.php:153 src/Content/Nav.php:239
-#: view/theme/frio/theme.php:273
-msgid "Your posts and conversations"
-msgstr ""
-
-#: src/Content/Nav.php:154 view/theme/frio/theme.php:274
-msgid "Your profile page"
-msgstr ""
-
-#: src/Content/Nav.php:155 view/theme/frio/theme.php:275
-msgid "Your photos"
-msgstr ""
-
-#: src/Content/Nav.php:156 src/Model/Profile.php:925 src/Model/Profile.php:928
-#: view/theme/frio/theme.php:276
-msgid "Videos"
-msgstr ""
-
-#: src/Content/Nav.php:156 view/theme/frio/theme.php:276
-msgid "Your videos"
-msgstr ""
-
-#: src/Content/Nav.php:157 view/theme/frio/theme.php:277
-msgid "Your events"
-msgstr ""
-
-#: src/Content/Nav.php:158
-msgid "Personal notes"
-msgstr ""
-
-#: src/Content/Nav.php:158
-msgid "Your personal notes"
-msgstr ""
-
-#: src/Content/Nav.php:167
-msgid "Sign in"
-msgstr ""
-
-#: src/Content/Nav.php:177 src/Content/Nav.php:239
-#: src/Core/NotificationsManager.php:194
-msgid "Home"
-msgstr ""
-
-#: src/Content/Nav.php:177
-msgid "Home Page"
-msgstr ""
-
-#: src/Content/Nav.php:181
-msgid "Create an account"
-msgstr ""
-
-#: src/Content/Nav.php:187
-msgid "Help and documentation"
-msgstr ""
-
-#: src/Content/Nav.php:191
-msgid "Apps"
-msgstr ""
-
-#: src/Content/Nav.php:191
-msgid "Addon applications, utilities, games"
-msgstr ""
-
-#: src/Content/Nav.php:195
-msgid "Search site content"
-msgstr ""
-
-#: src/Content/Nav.php:198 src/Content/Text/HTML.php:976
-msgid "Full Text"
-msgstr ""
-
-#: src/Content/Nav.php:199 src/Content/Text/HTML.php:977
-#: src/Content/Widget/TagCloud.php:55
-msgid "Tags"
-msgstr ""
-
-#: src/Content/Nav.php:219
-msgid "Community"
-msgstr ""
-
-#: src/Content/Nav.php:219
-msgid "Conversations on this and other servers"
-msgstr ""
-
-#: src/Content/Nav.php:223 src/Model/Profile.php:940 src/Model/Profile.php:951
-#: view/theme/frio/theme.php:281
-msgid "Events and Calendar"
-msgstr ""
-
-#: src/Content/Nav.php:226
-msgid "Directory"
-msgstr ""
-
-#: src/Content/Nav.php:226
-msgid "People directory"
-msgstr ""
-
-#: src/Content/Nav.php:228
-msgid "Information about this friendica instance"
-msgstr ""
-
-#: src/Content/Nav.php:231
-msgid "Terms of Service of this Friendica instance"
-msgstr ""
-
-#: src/Content/Nav.php:236 view/theme/frio/theme.php:280
-msgid "Conversations from your friends"
-msgstr ""
-
-#: src/Content/Nav.php:237
-msgid "Network Reset"
-msgstr ""
-
-#: src/Content/Nav.php:237
-msgid "Load Network page with no filters"
-msgstr ""
-
-#: src/Content/Nav.php:243 src/Core/NotificationsManager.php:201
-msgid "Introductions"
-msgstr ""
-
-#: src/Content/Nav.php:243
-msgid "Friend Requests"
-msgstr ""
-
-#: src/Content/Nav.php:245
-msgid "See all notifications"
-msgstr ""
-
-#: src/Content/Nav.php:246
-msgid "Mark all system notifications seen"
-msgstr ""
-
-#: src/Content/Nav.php:249 view/theme/frio/theme.php:282
-msgid "Private mail"
-msgstr ""
-
-#: src/Content/Nav.php:250
-msgid "Inbox"
-msgstr ""
-
-#: src/Content/Nav.php:251
-msgid "Outbox"
-msgstr ""
-
-#: src/Content/Nav.php:255
-msgid "Manage"
-msgstr ""
-
-#: src/Content/Nav.php:255
-msgid "Manage other pages"
-msgstr ""
-
-#: src/Content/Nav.php:260 view/theme/frio/theme.php:283
-msgid "Account settings"
-msgstr ""
-
-#: src/Content/Nav.php:263
-msgid "Manage/Edit Profiles"
-msgstr ""
-
-#: src/Content/Nav.php:266 view/theme/frio/theme.php:284
-msgid "Manage/edit friends and contacts"
-msgstr ""
-
-#: src/Content/Nav.php:271
-msgid "Site setup and configuration"
-msgstr ""
-
-#: src/Content/Nav.php:274
-msgid "Navigation"
-msgstr ""
-
-#: src/Content/Nav.php:274
-msgid "Site map"
-msgstr ""
-
-#: src/Content/OEmbed.php:257
-msgid "Embedding disabled"
-msgstr ""
-
-#: src/Content/OEmbed.php:377
-msgid "Embedded content"
-msgstr ""
-
-#: src/Content/Pager.php:166
-msgid "newer"
-msgstr ""
-
-#: src/Content/Pager.php:171
-msgid "older"
-msgstr ""
-
-#: src/Content/Pager.php:210
-msgid "first"
-msgstr ""
-
-#: src/Content/Pager.php:215
-msgid "prev"
-msgstr ""
-
-#: src/Content/Pager.php:270
-msgid "next"
-msgstr ""
-
-#: src/Content/Pager.php:275
-msgid "last"
-msgstr ""
-
-#: src/Content/Text/BBCode.php:426
-msgid "view full size"
-msgstr ""
-
-#: src/Content/Text/BBCode.php:858 src/Content/Text/BBCode.php:1583
-#: src/Content/Text/BBCode.php:1584
-msgid "Image/photo"
-msgstr ""
-
-#: src/Content/Text/BBCode.php:961
-#, php-format
-msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
-msgstr ""
-
-#: src/Content/Text/BBCode.php:1510 src/Content/Text/BBCode.php:1532
-msgid "$1 wrote:"
-msgstr ""
-
-#: src/Content/Text/BBCode.php:1594 src/Content/Text/BBCode.php:1595
-msgid "Encrypted content"
-msgstr ""
-
-#: src/Content/Text/BBCode.php:1702
-msgid "Invalid source protocol"
-msgstr ""
-
-#: src/Content/Text/BBCode.php:1713
-msgid "Invalid link protocol"
-msgstr ""
-
-#: src/Content/Text/HTML.php:797
-msgid "Loading more entries..."
-msgstr ""
-
-#: src/Content/Text/HTML.php:798
-msgid "The end"
-msgstr ""
-
-#: src/Content/Text/HTML.php:838
-msgid "No contacts"
-msgstr ""
-
-#: src/Content/Text/HTML.php:865
-#, php-format
-msgid "%d Contact"
-msgid_plural "%d Contacts"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/Content/Text/HTML.php:878
-msgid "View Contacts"
-msgstr ""
-
-#: src/Content/Text/HTML.php:961
-msgid "Follow"
-msgstr ""
-
-#: src/Content/Text/HTML.php:1016 src/Model/Item.php:3480
-#: src/Model/Item.php:3491
-msgid "Click to open/close"
-msgstr ""
-
-#: src/Content/Widget/CalendarExport.php:66
-msgid "Export"
-msgstr ""
-
-#: src/Content/Widget/CalendarExport.php:67
-msgid "Export calendar as ical"
-msgstr ""
-
-#: src/Content/Widget/CalendarExport.php:68
-msgid "Export calendar as csv"
-msgstr ""
-
-#: src/Content/Widget.php:37
-msgid "Add New Contact"
-msgstr ""
-
-#: src/Content/Widget.php:38
-msgid "Enter address or web location"
-msgstr ""
-
-#: src/Content/Widget.php:39
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr ""
-
-#: src/Content/Widget.php:57
-#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/Content/Widget.php:63 view/theme/vier/theme.php:199
-msgid "Find People"
-msgstr ""
-
-#: src/Content/Widget.php:64 view/theme/vier/theme.php:200
-msgid "Enter name or interest"
-msgstr ""
-
-#: src/Content/Widget.php:66 view/theme/vier/theme.php:202
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr ""
-
-#: src/Content/Widget.php:69 view/theme/vier/theme.php:205
-msgid "Similar Interests"
-msgstr ""
-
-#: src/Content/Widget.php:70 view/theme/vier/theme.php:206
-msgid "Random Profile"
-msgstr ""
-
-#: src/Content/Widget.php:71 view/theme/vier/theme.php:207
-msgid "Invite Friends"
-msgstr ""
-
-#: src/Content/Widget.php:74 view/theme/vier/theme.php:210
-msgid "Local Directory"
-msgstr ""
-
-#: src/Content/Widget.php:158
-msgid "Protocols"
-msgstr ""
-
-#: src/Content/Widget.php:161
-msgid "All Protocols"
-msgstr ""
-
-#: src/Content/Widget.php:196
-msgid "Saved Folders"
-msgstr ""
-
-#: src/Content/Widget.php:199 src/Content/Widget.php:239
-msgid "Everything"
-msgstr ""
-
-#: src/Content/Widget.php:236
-msgid "Categories"
-msgstr ""
-
-#: src/Content/Widget.php:303
-#, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/Core/ACL.php:285
-msgid "Post to Email"
-msgstr ""
-
-#: src/Core/ACL.php:291
-msgid "Hide your profile details from unknown viewers?"
-msgstr ""
-
-#: src/Core/ACL.php:290
-#, php-format
-msgid "Connectors disabled, since \"%s\" is enabled."
-msgstr ""
-
-#: src/Core/ACL.php:297
-msgid "Visible to everybody"
-msgstr ""
-
-#: src/Core/ACL.php:298 view/theme/vier/config.php:116
-msgid "show"
-msgstr ""
-
-#: src/Core/ACL.php:299 view/theme/vier/config.php:116
-msgid "don't show"
-msgstr ""
-
-#: src/Core/ACL.php:309
-msgid "Close"
-msgstr ""
-
-#: src/Core/Authentication.php:89
-msgid "Welcome "
-msgstr ""
-
-#: src/Core/Authentication.php:90
-msgid "Please upload a profile photo."
-msgstr ""
-
-#: src/Core/Authentication.php:92
-msgid "Welcome back "
-msgstr ""
-
-#: src/Core/Console/ArchiveContact.php:66
-#, php-format
-msgid "Could not find any unarchived contact entry for this URL (%s)"
-msgstr ""
-
-#: src/Core/Console/ArchiveContact.php:71
-msgid "The contact entries have been archived"
-msgstr ""
-
-#: src/Core/Console/NewPassword.php:73
-msgid "Enter new password: "
-msgstr ""
-
-#: src/Core/Console/NewPassword.php:78 src/Model/User.php:315
-msgid "Password can't be empty"
-msgstr ""
-
-#: src/Core/Console/PostUpdate.php:50
-#, php-format
-msgid "Post update version number has been set to %s."
-msgstr ""
-
-#: src/Core/Console/PostUpdate.php:58
-msgid "Check for pending update actions."
-msgstr ""
-
-#: src/Core/Console/PostUpdate.php:60
-msgid "Done."
-msgstr ""
-
-#: src/Core/Console/PostUpdate.php:62
-msgid "Execute pending post updates."
-msgstr ""
-
-#: src/Core/Console/PostUpdate.php:68
-msgid "All pending post updates are done."
-msgstr ""
-
-#: src/Core/Installer.php:160
-msgid ""
-"The database configuration file \"config/local.config.php\" could not be "
-"written. Please use the enclosed text to create a configuration file in your "
-"web server root."
-msgstr ""
-
-#: src/Core/Installer.php:176
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr ""
-
-#: src/Core/Installer.php:177 src/Module/Install.php:134
-#: src/Module/Install.php:264
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr ""
-
-#: src/Core/Installer.php:239
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr ""
-
-#: src/Core/Installer.php:240
-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/Core/Installer.php:244
-msgid "PHP executable path"
-msgstr ""
-
-#: src/Core/Installer.php:244
-msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr ""
-
-#: src/Core/Installer.php:249
-msgid "Command line PHP"
-msgstr ""
-
-#: src/Core/Installer.php:258
-msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
-msgstr ""
-
-#: src/Core/Installer.php:259
-msgid "Found PHP version: "
-msgstr ""
-
-#: src/Core/Installer.php:261
-msgid "PHP cli binary"
-msgstr ""
-
-#: src/Core/Installer.php:274
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr ""
-
-#: src/Core/Installer.php:275
-msgid "This is required for message delivery to work."
-msgstr ""
-
-#: src/Core/Installer.php:280
-msgid "PHP register_argc_argv"
-msgstr ""
-
-#: src/Core/Installer.php:312
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr ""
-
-#: src/Core/Installer.php:313
-msgid ""
-"If running under Windows, please see \"http://www.php.net/manual/en/openssl."
-"installation.php\"."
-msgstr ""
-
-#: src/Core/Installer.php:316
-msgid "Generate encryption keys"
-msgstr ""
-
-#: src/Core/Installer.php:367
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr ""
-
-#: src/Core/Installer.php:372
-msgid "Apache mod_rewrite module"
-msgstr ""
-
-#: src/Core/Installer.php:378
-msgid "Error: PDO or MySQLi PHP module required but not installed."
-msgstr ""
-
-#: src/Core/Installer.php:383
-msgid "Error: The MySQL driver for PDO is not installed."
-msgstr ""
-
-#: src/Core/Installer.php:387
-msgid "PDO or MySQLi PHP module"
-msgstr ""
-
-#: src/Core/Installer.php:395
-msgid "Error, XML PHP module required but not installed."
-msgstr ""
-
-#: src/Core/Installer.php:399
-msgid "XML PHP module"
-msgstr ""
-
-#: src/Core/Installer.php:402
-msgid "libCurl PHP module"
-msgstr ""
-
-#: src/Core/Installer.php:403
-msgid "Error: libCURL PHP module required but not installed."
-msgstr ""
-
-#: src/Core/Installer.php:409
-msgid "GD graphics PHP module"
-msgstr ""
-
-#: src/Core/Installer.php:410
-msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr ""
-
-#: src/Core/Installer.php:416
-msgid "OpenSSL PHP module"
-msgstr ""
-
-#: src/Core/Installer.php:417
-msgid "Error: openssl PHP module required but not installed."
-msgstr ""
-
-#: src/Core/Installer.php:423
-msgid "mb_string PHP module"
-msgstr ""
-
-#: src/Core/Installer.php:424
-msgid "Error: mb_string PHP module required but not installed."
-msgstr ""
-
-#: src/Core/Installer.php:430
-msgid "iconv PHP module"
-msgstr ""
-
-#: src/Core/Installer.php:431
-msgid "Error: iconv PHP module required but not installed."
-msgstr ""
-
-#: src/Core/Installer.php:437
-msgid "POSIX PHP module"
-msgstr ""
-
-#: src/Core/Installer.php:438
-msgid "Error: POSIX PHP module required but not installed."
-msgstr ""
-
-#: src/Core/Installer.php:461
-msgid ""
-"The web installer needs to be able to create a file called \"local.config.php"
-"\" in the \"config\" folder of your web server and it is unable to do so."
-msgstr ""
-
-#: src/Core/Installer.php:462
-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/Core/Installer.php:463
-msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named local.config.php in your Friendica \"config\" folder."
-msgstr ""
-
-#: src/Core/Installer.php:464
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation. "
-"Please see the file \"INSTALL.txt\" for instructions."
-msgstr ""
-
-#: src/Core/Installer.php:467
-msgid "config/local.config.php is writable"
-msgstr ""
-
-#: src/Core/Installer.php:487
-msgid ""
-"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
-msgstr ""
-
-#: src/Core/Installer.php:488
-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/Core/Installer.php:489
-msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has "
-"write access to this folder."
-msgstr ""
-
-#: src/Core/Installer.php:490
-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/Core/Installer.php:493
-msgid "view/smarty3 is writable"
-msgstr ""
-
-#: src/Core/Installer.php:521
-msgid ""
-"Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist "
-"to .htaccess."
-msgstr ""
-
-#: src/Core/Installer.php:523
-msgid "Error message from Curl when fetching"
-msgstr ""
-
-#: src/Core/Installer.php:528
-msgid "Url rewrite is working"
-msgstr ""
-
-#: src/Core/Installer.php:557
-msgid "ImageMagick PHP extension is not installed"
-msgstr ""
-
-#: src/Core/Installer.php:559
-msgid "ImageMagick PHP extension is installed"
-msgstr ""
-
-#: src/Core/Installer.php:561 tests/src/Core/InstallerTest.php:308
-#: tests/src/Core/InstallerTest.php:332
-msgid "ImageMagick supports GIF"
-msgstr ""
-
-#: src/Core/Installer.php:583
-msgid "Could not connect to database."
-msgstr ""
-
-#: src/Core/Installer.php:590
-msgid "Database already in use."
-msgstr ""
-
-#: src/Core/L10n.php:359 src/Model/Event.php:398
-msgid "Tuesday"
-msgstr ""
-
-#: src/Core/L10n.php:359 src/Model/Event.php:399
-msgid "Wednesday"
-msgstr ""
-
-#: src/Core/L10n.php:359 src/Model/Event.php:400
-msgid "Thursday"
-msgstr ""
-
-#: src/Core/L10n.php:359 src/Model/Event.php:401
-msgid "Friday"
-msgstr ""
-
-#: src/Core/L10n.php:359 src/Model/Event.php:402
-msgid "Saturday"
-msgstr ""
-
-#: src/Core/L10n.php:363 src/Model/Event.php:417
-msgid "January"
-msgstr ""
-
-#: src/Core/L10n.php:363 src/Model/Event.php:418
-msgid "February"
-msgstr ""
-
-#: src/Core/L10n.php:363 src/Model/Event.php:419
-msgid "March"
-msgstr ""
-
-#: src/Core/L10n.php:363 src/Model/Event.php:420
-msgid "April"
-msgstr ""
-
-#: src/Core/L10n.php:363 src/Core/L10n.php:382 src/Model/Event.php:408
-#: src/Model/Event.php:421
-msgid "May"
-msgstr ""
-
-#: src/Core/L10n.php:363 src/Model/Event.php:422
-msgid "June"
-msgstr ""
-
-#: src/Core/L10n.php:363 src/Model/Event.php:423
-msgid "July"
-msgstr ""
-
-#: src/Core/L10n.php:363 src/Model/Event.php:424
-msgid "August"
-msgstr ""
-
-#: src/Core/L10n.php:363 src/Model/Event.php:425
-msgid "September"
-msgstr ""
-
-#: src/Core/L10n.php:363 src/Model/Event.php:426
-msgid "October"
-msgstr ""
-
-#: src/Core/L10n.php:363 src/Model/Event.php:427
-msgid "November"
-msgstr ""
-
-#: src/Core/L10n.php:363 src/Model/Event.php:428
-msgid "December"
-msgstr ""
-
-#: src/Core/L10n.php:378 src/Model/Event.php:389
-msgid "Mon"
-msgstr ""
-
-#: src/Core/L10n.php:378 src/Model/Event.php:390
-msgid "Tue"
-msgstr ""
-
-#: src/Core/L10n.php:378 src/Model/Event.php:391
-msgid "Wed"
-msgstr ""
-
-#: src/Core/L10n.php:378 src/Model/Event.php:392
-msgid "Thu"
-msgstr ""
-
-#: src/Core/L10n.php:378 src/Model/Event.php:393
-msgid "Fri"
-msgstr ""
-
-#: src/Core/L10n.php:378 src/Model/Event.php:394
-msgid "Sat"
-msgstr ""
-
-#: src/Core/L10n.php:378 src/Model/Event.php:388
-msgid "Sun"
-msgstr ""
-
-#: src/Core/L10n.php:382 src/Model/Event.php:404
-msgid "Jan"
-msgstr ""
-
-#: src/Core/L10n.php:382 src/Model/Event.php:405
-msgid "Feb"
-msgstr ""
-
-#: src/Core/L10n.php:382 src/Model/Event.php:406
-msgid "Mar"
-msgstr ""
-
-#: src/Core/L10n.php:382 src/Model/Event.php:407
-msgid "Apr"
-msgstr ""
-
-#: src/Core/L10n.php:382 src/Model/Event.php:410
-msgid "Jul"
-msgstr ""
-
-#: src/Core/L10n.php:382 src/Model/Event.php:411
-msgid "Aug"
-msgstr ""
-
-#: src/Core/L10n.php:382
-msgid "Sep"
-msgstr ""
-
-#: src/Core/L10n.php:382 src/Model/Event.php:413
-msgid "Oct"
-msgstr ""
-
-#: src/Core/L10n.php:382 src/Model/Event.php:414
-msgid "Nov"
-msgstr ""
-
-#: src/Core/L10n.php:382 src/Model/Event.php:415
-msgid "Dec"
-msgstr ""
-
-#: src/Core/L10n.php:400
-msgid "poke"
-msgstr ""
-
-#: src/Core/L10n.php:400
-msgid "poked"
-msgstr ""
-
-#: src/Core/L10n.php:401
-msgid "ping"
-msgstr ""
-
-#: src/Core/L10n.php:401
-msgid "pinged"
-msgstr ""
-
-#: src/Core/L10n.php:402
-msgid "prod"
-msgstr ""
-
-#: src/Core/L10n.php:402
-msgid "prodded"
-msgstr ""
-
-#: src/Core/L10n.php:403
-msgid "slap"
-msgstr ""
-
-#: src/Core/L10n.php:403
-msgid "slapped"
-msgstr ""
-
-#: src/Core/L10n.php:404
-msgid "finger"
-msgstr ""
-
-#: src/Core/L10n.php:404
-msgid "fingered"
-msgstr ""
-
-#: src/Core/L10n.php:405
-msgid "rebuff"
-msgstr ""
-
-#: src/Core/L10n.php:405
-msgid "rebuffed"
-msgstr ""
-
-#: src/Core/NotificationsManager.php:173
-msgid "System"
-msgstr ""
-
-#: src/Core/NotificationsManager.php:263 src/Core/NotificationsManager.php:275
-#, php-format
-msgid "%s commented on %s's post"
-msgstr ""
-
-#: src/Core/NotificationsManager.php:274
-#, php-format
-msgid "%s created a new post"
-msgstr ""
-
-#: src/Core/NotificationsManager.php:288
-#, php-format
-msgid "%s liked %s's post"
-msgstr ""
-
-#: src/Core/NotificationsManager.php:301
-#, php-format
-msgid "%s disliked %s's post"
-msgstr ""
-
-#: src/Core/NotificationsManager.php:314
-#, php-format
-msgid "%s is attending %s's event"
-msgstr ""
-
-#: src/Core/NotificationsManager.php:327
-#, php-format
-msgid "%s is not attending %s's event"
-msgstr ""
-
-#: src/Core/NotificationsManager.php:340
-#, php-format
-msgid "%s may attend %s's event"
-msgstr ""
-
-#: src/Core/NotificationsManager.php:373
-#, php-format
-msgid "%s is now friends with %s"
-msgstr ""
-
-#: src/Core/NotificationsManager.php:639
-msgid "Friend Suggestion"
-msgstr ""
-
-#: src/Core/NotificationsManager.php:673
-msgid "Friend/Connect Request"
-msgstr ""
-
-#: src/Core/NotificationsManager.php:673
-msgid "New Follower"
-msgstr ""
-
-#: src/Core/Update.php:157
-#, php-format
-msgid "Update %s failed. See error logs."
-msgstr ""
-
-#: src/Core/Update.php:213
-#, 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 ""
-
-#: src/Core/Update.php:219
-#, php-format
-msgid ""
-"The error message is\n"
-"[pre]%s[/pre]"
-msgstr ""
-
-#: src/Core/Update.php:248
-#, php-format
-msgid ""
-"\n"
-"\t\t\t\t\tThe friendica database was successfully updated from %s to %s."
-msgstr ""
-
-#: src/Core/UserImport.php:103
-msgid "Error decoding account file"
-msgstr ""
-
-#: src/Core/UserImport.php:109
-msgid "Error! No version data in file! This is not a Friendica account file?"
-msgstr ""
-
-#: src/Core/UserImport.php:117
-#, php-format
-msgid "User '%s' already exists on this server!"
-msgstr ""
-
-#: src/Core/UserImport.php:153
-msgid "User creation error"
-msgstr ""
-
-#: src/Core/UserImport.php:171
-msgid "User profile creation error"
-msgstr ""
-
-#: src/Core/UserImport.php:215
-#, php-format
-msgid "%d contact not imported"
-msgid_plural "%d contacts not imported"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/Core/UserImport.php:280
-msgid "Done. You can now login with your username and password"
-msgstr ""
-
-#: src/Database/DBStructure.php:45
-msgid "There are no tables on MyISAM."
-msgstr ""
-
-#: src/Database/DBStructure.php:153
-#, php-format
-msgid ""
-"\n"
-"Error %d occurred during database update:\n"
-"%s\n"
-msgstr ""
-
-#: src/Database/DBStructure.php:156
-msgid "Errors encountered performing database changes: "
-msgstr ""
-
-#: src/Database/DBStructure.php:172
-#, php-format
-msgid "%s: Database update"
-msgstr ""
-
-#: src/Database/DBStructure.php:435
-#, php-format
-msgid "%s: updating %s table."
-msgstr ""
-
-#: src/LegacyModule.php:29
-#, php-format
-msgid "Legacy module file not found: %s"
-msgstr ""
-
-#: src/Model/Contact.php:955
-msgid "Drop Contact"
-msgstr ""
-
-#: src/Model/Contact.php:1418
-msgid "Organisation"
-msgstr ""
-
-#: src/Model/Contact.php:1422
-msgid "News"
-msgstr ""
-
-#: src/Model/Contact.php:1426
-msgid "Forum"
-msgstr ""
-
-#: src/Model/Contact.php:1608
-msgid "Connect URL missing."
-msgstr ""
-
-#: src/Model/Contact.php:1617
-msgid ""
-"The contact could not be added. Please check the relevant network "
-"credentials in your Settings -> Social Networks page."
-msgstr ""
-
-#: src/Model/Contact.php:1656
-msgid ""
-"This site is not configured to allow communications with other networks."
-msgstr ""
-
-#: src/Model/Contact.php:1657 src/Model/Contact.php:1671
-msgid "No compatible communication protocols or feeds were discovered."
-msgstr ""
-
-#: src/Model/Contact.php:1669
-msgid "The profile address specified does not provide adequate information."
-msgstr ""
-
-#: src/Model/Contact.php:1674
-msgid "An author or name was not found."
-msgstr ""
-
-#: src/Model/Contact.php:1677
-msgid "No browser URL could be matched to this address."
-msgstr ""
-
-#: src/Model/Contact.php:1680
-msgid ""
-"Unable to match @-style Identity Address with a known protocol or email "
-"contact."
-msgstr ""
-
-#: src/Model/Contact.php:1681
-msgid "Use mailto: in front of address to force email check."
-msgstr ""
-
-#: src/Model/Contact.php:1687
-msgid ""
-"The profile address specified belongs to a network which has been disabled "
-"on this site."
-msgstr ""
-
-#: src/Model/Contact.php:1692
-msgid ""
-"Limited profile. This person will be unable to receive direct/personal "
-"notifications from you."
-msgstr ""
-
-#: src/Model/Contact.php:1743
-msgid "Unable to retrieve contact information."
-msgstr ""
-
-#: src/Model/Event.php:63 src/Model/Event.php:80 src/Model/Event.php:437
-#: src/Model/Event.php:912
-msgid "Starts:"
-msgstr ""
-
-#: src/Model/Event.php:66 src/Model/Event.php:86 src/Model/Event.php:438
-#: src/Model/Event.php:916
-msgid "Finishes:"
-msgstr ""
-
-#: src/Model/Event.php:386
-msgid "all-day"
-msgstr ""
-
-#: src/Model/Event.php:409
-msgid "Jun"
-msgstr ""
-
-#: src/Model/Event.php:412
-msgid "Sept"
-msgstr ""
-
-#: src/Model/Event.php:435
-msgid "No events to display"
-msgstr ""
-
-#: src/Model/Event.php:559
-msgid "l, F j"
-msgstr ""
-
-#: src/Model/Event.php:590
-msgid "Edit event"
-msgstr ""
-
-#: src/Model/Event.php:591
-msgid "Duplicate event"
-msgstr ""
-
-#: src/Model/Event.php:592
-msgid "Delete event"
-msgstr ""
-
-#: src/Model/Event.php:624 src/Model/Item.php:3529 src/Model/Item.php:3536
-msgid "link to source"
-msgstr ""
-
-#: src/Model/Event.php:845
-msgid "D g:i A"
-msgstr ""
-
-#: src/Model/Event.php:846
-msgid "g:i A"
-msgstr ""
-
-#: src/Model/Event.php:931 src/Model/Event.php:933
-msgid "Show map"
-msgstr ""
-
-#: src/Model/Event.php:932
-msgid "Hide map"
-msgstr ""
-
-#: src/Model/Event.php:1022
-#, php-format
-msgid "%s's birthday"
-msgstr ""
-
-#: src/Model/Event.php:1023
-#, php-format
-msgid "Happy Birthday %s"
-msgstr ""
-
-#: src/Model/FileTag.php:255
-msgid "Item filed"
-msgstr ""
-
-#: src/Model/Group.php:47
-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:333
-msgid "Default privacy group for new contacts"
-msgstr ""
-
-#: src/Model/Group.php:366
-msgid "Everybody"
-msgstr ""
-
-#: src/Model/Group.php:386
-msgid "edit"
-msgstr ""
-
-#: src/Model/Group.php:415
-msgid "Edit group"
-msgstr ""
-
-#: src/Model/Group.php:418
-msgid "Create a new group"
-msgstr ""
-
-#: src/Model/Group.php:420
-msgid "Edit groups"
-msgstr ""
-
-#: src/Model/Item.php:3267
-msgid "activity"
-msgstr ""
-
-#: src/Model/Item.php:3269 src/Object/Post.php:446 src/Object/Post.php:458
-msgid "comment"
-msgid_plural "comments"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/Model/Item.php:3272
-msgid "post"
-msgstr ""
-
-#: src/Model/Item.php:3368
-#, php-format
-msgid "Content warning: %s"
-msgstr ""
-
-#: src/Model/Item.php:3447
-msgid "bytes"
-msgstr ""
-
-#: src/Model/Item.php:3523
-msgid "View on separate page"
-msgstr ""
-
-#: src/Model/Item.php:3524
-msgid "view on separate page"
-msgstr ""
-
-#: src/Model/Mail.php:40 src/Model/Mail.php:172
-msgid "[no subject]"
-msgstr ""
-
-#: src/Model/Profile.php:114
-msgid "Requested account is not available."
-msgstr ""
-
-#: src/Model/Profile.php:180 src/Model/Profile.php:416
-#: src/Model/Profile.php:872
-msgid "Edit profile"
-msgstr ""
-
-#: src/Model/Profile.php:350
-msgid "Atom feed"
-msgstr ""
-
-#: src/Model/Profile.php:389
-msgid "Manage/edit profiles"
-msgstr ""
-
-#: src/Model/Profile.php:441 src/Module/Contact.php:652
-msgid "XMPP:"
-msgstr ""
-
-#: src/Model/Profile.php:567 src/Model/Profile.php:665
-msgid "g A l F d"
-msgstr ""
-
-#: src/Model/Profile.php:568
-msgid "F d"
-msgstr ""
-
-#: src/Model/Profile.php:630 src/Model/Profile.php:716
-msgid "[today]"
-msgstr ""
-
-#: src/Model/Profile.php:641
-msgid "Birthday Reminders"
-msgstr ""
-
-#: src/Model/Profile.php:642
-msgid "Birthdays this week:"
-msgstr ""
-
-#: src/Model/Profile.php:703
-msgid "[No description]"
-msgstr ""
-
-#: src/Model/Profile.php:730
-msgid "Event Reminders"
-msgstr ""
-
-#: src/Model/Profile.php:731
-msgid "Upcoming events the next 7 days:"
-msgstr ""
-
-#: src/Model/Profile.php:754
-msgid "Member since:"
-msgstr ""
-
-#: src/Model/Profile.php:762
-msgid "j F, Y"
-msgstr ""
-
-#: src/Model/Profile.php:763
-msgid "j F"
-msgstr ""
-
-#: src/Model/Profile.php:771 src/Util/Temporal.php:149
-msgid "Birthday:"
-msgstr ""
-
-#: src/Model/Profile.php:778
-msgid "Age:"
-msgstr ""
-
-#: src/Model/Profile.php:791
-#, php-format
-msgid "for %1$d %2$s"
-msgstr ""
-
-#: src/Model/Profile.php:815
-msgid "Religion:"
-msgstr ""
-
-#: src/Model/Profile.php:823
-msgid "Hobbies/Interests:"
-msgstr ""
-
-#: src/Model/Profile.php:835
-msgid "Contact information and Social Networks:"
-msgstr ""
-
-#: src/Model/Profile.php:839
-msgid "Musical interests:"
-msgstr ""
-
-#: src/Model/Profile.php:843
-msgid "Books, literature:"
-msgstr ""
-
-#: src/Model/Profile.php:847
-msgid "Television:"
-msgstr ""
-
-#: src/Model/Profile.php:851
-msgid "Film/dance/culture/entertainment:"
-msgstr ""
-
-#: src/Model/Profile.php:855
-msgid "Love/Romance:"
-msgstr ""
-
-#: src/Model/Profile.php:859
-msgid "Work/employment:"
-msgstr ""
-
-#: src/Model/Profile.php:863
-msgid "School/education:"
-msgstr ""
-
-#: src/Model/Profile.php:868
-msgid "Forums:"
-msgstr ""
-
-#: src/Model/Profile.php:912 src/Module/Contact.php:877
-msgid "Profile Details"
-msgstr ""
-
-#: src/Model/Profile.php:962
-msgid "Only You Can See This"
-msgstr ""
-
-#: src/Model/Profile.php:970 src/Model/Profile.php:973
-msgid "Tips for New Members"
-msgstr ""
-
-#: src/Model/Profile.php:1135
-#, php-format
-msgid "OpenWebAuth: %1$s welcomes %2$s"
-msgstr ""
-
-#: src/Model/User.php:207
-msgid "Login failed"
-msgstr ""
-
-#: src/Model/User.php:238
-msgid "Not enough information to authenticate"
-msgstr ""
-
-#: src/Model/User.php:430
-msgid "An invitation is required."
-msgstr ""
-
-#: src/Model/User.php:434
-msgid "Invitation could not be verified."
-msgstr ""
-
-#: src/Model/User.php:441
-msgid "Invalid OpenID url"
-msgstr ""
-
-#: src/Model/User.php:454 src/Module/Login.php:108
-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:454 src/Module/Login.php:108
-msgid "The error message was:"
-msgstr ""
-
-#: src/Model/User.php:460
-msgid "Please enter the required information."
-msgstr ""
-
-#: src/Model/User.php:476
-#, php-format
-msgid ""
-"system.username_min_length (%s) and system.username_max_length (%s) are "
-"excluding each other, swapping values."
-msgstr ""
-
-#: src/Model/User.php:483
-#, php-format
-msgid "Username should be at least %s character."
-msgid_plural "Username should be at least %s characters."
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/Model/User.php:487
-#, php-format
-msgid "Username should be at most %s character."
-msgid_plural "Username should be at most %s characters."
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/Model/User.php:495
-msgid "That doesn't appear to be your full (First Last) name."
-msgstr ""
-
-#: src/Model/User.php:500
-msgid "Your email domain is not among those allowed on this site."
-msgstr ""
-
-#: src/Model/User.php:504
-msgid "Not a valid email address."
-msgstr ""
-
-#: src/Model/User.php:507
-msgid "The nickname was blocked from registration by the nodes admin."
-msgstr ""
-
-#: src/Model/User.php:511 src/Model/User.php:519
-msgid "Cannot use that email."
-msgstr ""
-
-#: src/Model/User.php:526
-msgid "Your nickname can only contain a-z, 0-9 and _."
-msgstr ""
-
-#: src/Model/User.php:533 src/Model/User.php:590
-msgid "Nickname is already registered. Please choose another."
-msgstr ""
-
-#: src/Model/User.php:543
-msgid "SERIOUS ERROR: Generation of security keys failed."
-msgstr ""
-
-#: src/Model/User.php:577 src/Model/User.php:581
-msgid "An error occurred during registration. Please try again."
-msgstr ""
-
-#: src/Model/User.php:601 view/theme/duepuntozero/config.php:55
-msgid "default"
-msgstr ""
-
-#: src/Model/User.php:606
-msgid "An error occurred creating your default profile. Please try again."
-msgstr ""
-
-#: src/Model/User.php:613
-msgid "An error occurred creating your self contact. Please try again."
-msgstr ""
-
-#: src/Model/User.php:622
-msgid ""
-"An error occurred creating your default contact group. Please try again."
-msgstr ""
-
-#: src/Model/User.php:697
-#, 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"
-"\n"
-"\t\t\tYour login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%3$s\n"
-"\t\t\tLogin Name:\t\t%4$s\n"
-"\t\t\tPassword:\t\t%5$s\n"
-"\t\t"
-msgstr ""
-
-#: src/Model/User.php:714
-#, php-format
-msgid "Registration at %s"
-msgstr ""
-
-#: src/Model/User.php:732
-#, 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"
-msgstr ""
-
-#: src/Model/User.php:738
-#, 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 ""
-
-#: src/Module/Contact.php:171
-#, php-format
-msgid "%d contact edited."
-msgid_plural "%d contacts edited."
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/Module/Contact.php:196 src/Module/Contact.php:379
-msgid "Could not access contact record."
-msgstr ""
-
-#: src/Module/Contact.php:206
-msgid "Could not locate selected profile."
-msgstr ""
-
-#: src/Module/Contact.php:238
-msgid "Contact updated."
-msgstr ""
-
-#: src/Module/Contact.php:400
-msgid "Contact has been blocked"
-msgstr ""
-
-#: src/Module/Contact.php:400
-msgid "Contact has been unblocked"
-msgstr ""
-
-#: src/Module/Contact.php:410
-msgid "Contact has been ignored"
-msgstr ""
-
-#: src/Module/Contact.php:410
-msgid "Contact has been unignored"
-msgstr ""
-
-#: src/Module/Contact.php:420
-msgid "Contact has been archived"
-msgstr ""
-
-#: src/Module/Contact.php:420
-msgid "Contact has been unarchived"
-msgstr ""
-
-#: src/Module/Contact.php:444
-msgid "Drop contact"
-msgstr ""
-
-#: src/Module/Contact.php:447 src/Module/Contact.php:825
-msgid "Do you really want to delete this contact?"
-msgstr ""
-
-#: src/Module/Contact.php:461
-msgid "Contact has been removed."
-msgstr ""
-
-#: src/Module/Contact.php:492
-#, php-format
-msgid "You are mutual friends with %s"
-msgstr ""
-
-#: src/Module/Contact.php:497
-#, php-format
-msgid "You are sharing with %s"
-msgstr ""
-
-#: src/Module/Contact.php:502
-#, php-format
-msgid "%s is sharing with you"
-msgstr ""
-
-#: src/Module/Contact.php:526
-msgid "Private communications are not available for this contact."
-msgstr ""
-
-#: src/Module/Contact.php:528
-msgid "Never"
-msgstr ""
-
-#: src/Module/Contact.php:531
-msgid "(Update was successful)"
-msgstr ""
-
-#: src/Module/Contact.php:531
-msgid "(Update was not successful)"
-msgstr ""
-
-#: src/Module/Contact.php:533 src/Module/Contact.php:1063
-msgid "Suggest friends"
-msgstr ""
-
-#: src/Module/Contact.php:537
-#, php-format
-msgid "Network type: %s"
-msgstr ""
-
-#: src/Module/Contact.php:542
-msgid "Communications lost with this contact!"
-msgstr ""
-
-#: src/Module/Contact.php:548
-msgid "Fetch further information for feeds"
-msgstr ""
-
-#: src/Module/Contact.php:550
-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/Module/Contact.php:553
-msgid "Fetch information"
-msgstr ""
-
-#: src/Module/Contact.php:554
-msgid "Fetch keywords"
-msgstr ""
-
-#: src/Module/Contact.php:555
-msgid "Fetch information and keywords"
-msgstr ""
-
-#: src/Module/Contact.php:587
-msgid "Profile Visibility"
-msgstr ""
-
-#: src/Module/Contact.php:588
-msgid "Contact Information / Notes"
-msgstr ""
-
-#: src/Module/Contact.php:589
-msgid "Contact Settings"
-msgstr ""
-
-#: src/Module/Contact.php:598
-msgid "Contact"
-msgstr ""
-
-#: src/Module/Contact.php:602
-#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr ""
-
-#: src/Module/Contact.php:604
-msgid "Their personal note"
-msgstr ""
-
-#: src/Module/Contact.php:606
-msgid "Edit contact notes"
-msgstr ""
-
-#: src/Module/Contact.php:610
-msgid "Block/Unblock contact"
-msgstr ""
-
-#: src/Module/Contact.php:611
-msgid "Ignore contact"
-msgstr ""
-
-#: src/Module/Contact.php:612
-msgid "Repair URL settings"
-msgstr ""
-
-#: src/Module/Contact.php:613
-msgid "View conversations"
-msgstr ""
-
-#: src/Module/Contact.php:618
-msgid "Last update:"
-msgstr ""
-
-#: src/Module/Contact.php:620
-msgid "Update public posts"
-msgstr ""
-
-#: src/Module/Contact.php:622 src/Module/Contact.php:1073
-msgid "Update now"
-msgstr ""
-
-#: src/Module/Contact.php:628 src/Module/Contact.php:830
-#: src/Module/Contact.php:1090
-msgid "Unignore"
-msgstr ""
-
-#: src/Module/Contact.php:632
-msgid "Currently blocked"
-msgstr ""
-
-#: src/Module/Contact.php:633
-msgid "Currently ignored"
-msgstr ""
-
-#: src/Module/Contact.php:634
-msgid "Currently archived"
-msgstr ""
-
-#: src/Module/Contact.php:635
-msgid "Awaiting connection acknowledge"
-msgstr ""
-
-#: src/Module/Contact.php:636
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr ""
-
-#: src/Module/Contact.php:637
-msgid "Notification for new posts"
-msgstr ""
-
-#: src/Module/Contact.php:637
-msgid "Send a notification of every new post of this contact"
-msgstr ""
-
-#: src/Module/Contact.php:640
-msgid "Blacklisted keywords"
-msgstr ""
-
-#: src/Module/Contact.php:640
-msgid ""
-"Comma separated list of keywords that should not be converted to hashtags, "
-"when \"Fetch information and keywords\" is selected"
-msgstr ""
-
-#: src/Module/Contact.php:657
-msgid "Actions"
-msgstr ""
-
-#: src/Module/Contact.php:703
-msgid "Suggestions"
-msgstr ""
-
-#: src/Module/Contact.php:706
-msgid "Suggest potential friends"
-msgstr ""
-
-#: src/Module/Contact.php:714
-msgid "Show all contacts"
-msgstr ""
-
-#: src/Module/Contact.php:719
-msgid "Unblocked"
-msgstr ""
-
-#: src/Module/Contact.php:722
-msgid "Only show unblocked contacts"
-msgstr ""
-
-#: src/Module/Contact.php:727
-msgid "Blocked"
-msgstr ""
-
-#: src/Module/Contact.php:730
-msgid "Only show blocked contacts"
-msgstr ""
-
-#: src/Module/Contact.php:735
-msgid "Ignored"
-msgstr ""
-
-#: src/Module/Contact.php:738
-msgid "Only show ignored contacts"
-msgstr ""
-
-#: src/Module/Contact.php:743
-msgid "Archived"
-msgstr ""
-
-#: src/Module/Contact.php:746
-msgid "Only show archived contacts"
-msgstr ""
-
-#: src/Module/Contact.php:751
-msgid "Hidden"
-msgstr ""
-
-#: src/Module/Contact.php:754
-msgid "Only show hidden contacts"
-msgstr ""
-
-#: src/Module/Contact.php:762
-msgid "Organize your contact groups"
-msgstr ""
-
-#: src/Module/Contact.php:820
-msgid "Search your contacts"
-msgstr ""
-
-#: src/Module/Contact.php:831 src/Module/Contact.php:1099
-msgid "Archive"
-msgstr ""
-
-#: src/Module/Contact.php:831 src/Module/Contact.php:1099
-msgid "Unarchive"
-msgstr ""
-
-#: src/Module/Contact.php:834
-msgid "Batch Actions"
-msgstr ""
-
-#: src/Module/Contact.php:861
-msgid "Conversations started by this contact"
-msgstr ""
-
-#: src/Module/Contact.php:866
-msgid "Posts and Comments"
-msgstr ""
-
-#: src/Module/Contact.php:889
-msgid "View all contacts"
-msgstr ""
-
-#: src/Module/Contact.php:900
-msgid "View all common friends"
-msgstr ""
-
-#: src/Module/Contact.php:910
-msgid "Advanced Contact Settings"
-msgstr ""
-
-#: src/Module/Contact.php:996
-msgid "Mutual Friendship"
-msgstr ""
-
-#: src/Module/Contact.php:1001
-msgid "is a fan of yours"
-msgstr ""
-
-#: src/Module/Contact.php:1006
-msgid "you are a fan of"
-msgstr ""
-
-#: src/Module/Contact.php:1030
-msgid "Edit contact"
-msgstr ""
-
-#: src/Module/Contact.php:1084
-msgid "Toggle Blocked status"
-msgstr ""
-
-#: src/Module/Contact.php:1092
-msgid "Toggle Ignored status"
-msgstr ""
-
-#: src/Module/Contact.php:1101
-msgid "Toggle Archive status"
-msgstr ""
-
-#: src/Module/Contact.php:1109
-msgid "Delete contact"
-msgstr ""
-
-#: src/Module/Install.php:120
-msgid "Friendica Communications Server - Setup"
-msgstr ""
-
-#: src/Module/Install.php:131
-msgid "System check"
-msgstr ""
-
-#: src/Module/Install.php:136
-msgid "Check again"
-msgstr ""
-
-#: src/Module/Install.php:153
-msgid "Database connection"
-msgstr ""
-
-#: src/Module/Install.php:154
-msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
-msgstr ""
-
-#: src/Module/Install.php:155
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr ""
-
-#: src/Module/Install.php:156
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr ""
-
-#: src/Module/Install.php:159
-msgid "Database Server Name"
-msgstr ""
-
-#: src/Module/Install.php:164
-msgid "Database Login Name"
-msgstr ""
-
-#: src/Module/Install.php:170
-msgid "Database Login Password"
-msgstr ""
-
-#: src/Module/Install.php:172
-msgid "For security reasons the password must not be empty"
-msgstr ""
-
-#: src/Module/Install.php:175
-msgid "Database Name"
-msgstr ""
-
-#: src/Module/Install.php:180 src/Module/Install.php:216
-msgid "Site administrator email address"
-msgstr ""
-
-#: src/Module/Install.php:182 src/Module/Install.php:216
-msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr ""
-
-#: src/Module/Install.php:186 src/Module/Install.php:217
-msgid "Please select a default timezone for your website"
-msgstr ""
-
-#: src/Module/Install.php:210
-msgid "Site settings"
-msgstr ""
-
-#: src/Module/Install.php:219
-msgid "System Language:"
-msgstr ""
-
-#: src/Module/Install.php:221
-msgid ""
-"Set the default language for your Friendica installation interface and to "
-"send emails."
-msgstr ""
-
-#: src/Module/Install.php:233
-msgid "Your Friendica site database has been installed."
-msgstr ""
-
-#: src/Module/Install.php:241
-msgid "Installation finished"
-msgstr ""
-
-#: src/Module/Install.php:262
-msgid "<h1>What next</h1>"
-msgstr ""
-
-#: src/Module/Install.php:263
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the worker."
-msgstr ""
-
-#: src/Module/Install.php:266
-#, 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/Module/Itemsource.php:33
-msgid "Item Guid"
-msgstr ""
-
-#: src/Module/Login.php:292
-msgid "Create a New Account"
-msgstr ""
-
-#: src/Module/Login.php:325
-msgid "Password: "
-msgstr ""
-
-#: src/Module/Login.php:326
-msgid "Remember me"
-msgstr ""
-
-#: src/Module/Login.php:329
-msgid "Or login using OpenID: "
-msgstr ""
-
-#: src/Module/Login.php:335
-msgid "Forgot your password?"
-msgstr ""
-
-#: src/Module/Login.php:338
-msgid "Website Terms of Service"
-msgstr ""
-
-#: src/Module/Login.php:339
-msgid "terms of service"
-msgstr ""
-
-#: src/Module/Login.php:341
-msgid "Website Privacy Policy"
-msgstr ""
-
-#: src/Module/Login.php:342
-msgid "privacy policy"
-msgstr ""
-
-#: src/Module/Logout.php:29
-msgid "Logged out."
-msgstr ""
-
-#: src/Module/Proxy.php:136
-msgid "Bad Request."
-msgstr ""
-
-#: src/Module/Tos.php:35 src/Module/Tos.php:75
-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:36 src/Module/Tos.php:76
-msgid ""
-"This data is required for communication and is passed on to the nodes of the "
-"communication partners and is stored there. Users can enter additional "
-"private data that may be transmitted to the communication partners accounts."
-msgstr ""
-
-#: src/Module/Tos.php:37 src/Module/Tos.php:77
-#, 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. Deletion of the "
-"data will also be requested from the nodes of the communication partners."
-msgstr ""
-
-#: src/Module/Tos.php:40 src/Module/Tos.php:74
-msgid "Privacy Statement"
-msgstr ""
-
-#: src/Object/Post.php:134
-msgid "This entry was edited"
-msgstr ""
-
-#: src/Object/Post.php:197
-msgid "Delete locally"
-msgstr ""
-
-#: src/Object/Post.php:200
-msgid "Delete globally"
-msgstr ""
-
-#: src/Object/Post.php:200
-msgid "Remove locally"
-msgstr ""
-
-#: src/Object/Post.php:214
-msgid "save to folder"
-msgstr ""
-
-#: src/Object/Post.php:249
-msgid "I will attend"
-msgstr ""
-
-#: src/Object/Post.php:249
-msgid "I will not attend"
-msgstr ""
-
-#: src/Object/Post.php:249
-msgid "I might attend"
-msgstr ""
-
-#: src/Object/Post.php:277
-msgid "ignore thread"
-msgstr ""
-
-#: src/Object/Post.php:278
-msgid "unignore thread"
-msgstr ""
-
-#: src/Object/Post.php:279
-msgid "toggle ignore status"
-msgstr ""
-
-#: src/Object/Post.php:290
-msgid "add star"
-msgstr ""
-
-#: src/Object/Post.php:291
-msgid "remove star"
-msgstr ""
-
-#: src/Object/Post.php:292
-msgid "toggle star status"
-msgstr ""
-
-#: src/Object/Post.php:295
-msgid "starred"
-msgstr ""
-
-#: src/Object/Post.php:299
-msgid "add tag"
-msgstr ""
-
-#: src/Object/Post.php:310
-msgid "like"
-msgstr ""
-
-#: src/Object/Post.php:311
-msgid "dislike"
-msgstr ""
-
-#: src/Object/Post.php:314
-msgid "Share this"
-msgstr ""
-
-#: src/Object/Post.php:314
-msgid "share"
-msgstr ""
-
-#: src/Object/Post.php:381
-msgid "to"
-msgstr ""
-
-#: src/Object/Post.php:382
-msgid "via"
-msgstr ""
-
-#: src/Object/Post.php:383
-msgid "Wall-to-Wall"
-msgstr ""
-
-#: src/Object/Post.php:384
-msgid "via Wall-To-Wall:"
-msgstr ""
-
-#: src/Object/Post.php:444
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/Protocol/Diaspora.php:2434
-msgid "Sharing notification from Diaspora network"
-msgstr ""
-
-#: src/Protocol/Diaspora.php:3528
-msgid "Attachments:"
-msgstr ""
-
-#: src/Protocol/OStatus.php:1839
-#, php-format
-msgid "%s is now following %s."
-msgstr ""
-
-#: src/Protocol/OStatus.php:1840
-msgid "following"
-msgstr ""
-
-#: src/Protocol/OStatus.php:1843
-#, php-format
-msgid "%s stopped following %s."
-msgstr ""
-
-#: src/Protocol/OStatus.php:1844
-msgid "stopped following"
-msgstr ""
-
-#: src/Util/Temporal.php:153
-msgid "YYYY-MM-DD or MM-DD"
-msgstr ""
-
-#: src/Util/Temporal.php:296
-msgid "never"
-msgstr ""
-
-#: src/Util/Temporal.php:303
-msgid "less than a second ago"
-msgstr ""
-
-#: src/Util/Temporal.php:311
-msgid "year"
-msgstr ""
-
-#: src/Util/Temporal.php:311
-msgid "years"
-msgstr ""
-
-#: src/Util/Temporal.php:312
-msgid "months"
-msgstr ""
-
-#: src/Util/Temporal.php:313
-msgid "weeks"
-msgstr ""
-
-#: src/Util/Temporal.php:314
-msgid "days"
-msgstr ""
-
-#: src/Util/Temporal.php:315
-msgid "hour"
-msgstr ""
-
-#: src/Util/Temporal.php:315
-msgid "hours"
-msgstr ""
-
-#: src/Util/Temporal.php:316
-msgid "minute"
-msgstr ""
-
-#: src/Util/Temporal.php:316
-msgid "minutes"
-msgstr ""
-
-#: src/Util/Temporal.php:317
-msgid "second"
-msgstr ""
-
-#: src/Util/Temporal.php:317
-msgid "seconds"
-msgstr ""
-
-#: src/Util/Temporal.php:327
-#, php-format
-msgid "in %1$d %2$s"
-msgstr ""
-
-#: src/Util/Temporal.php:330
-#, php-format
-msgid "%1$d %2$s ago"
-msgstr ""
-
-#: src/Worker/Delivery.php:433
-msgid "(no subject)"
-msgstr ""
-
-#: update.php:195
-#, php-format
-msgid "%s: Updating author-id and owner-id in item and thread table. "
-msgstr ""
-
-#: update.php:241
-#, php-format
-msgid "%s: Updating post-type."
-msgstr ""
-
-#: view/theme/duepuntozero/config.php:56
-msgid "greenzero"
-msgstr ""
-
-#: view/theme/duepuntozero/config.php:57
-msgid "purplezero"
-msgstr ""
-
-#: view/theme/duepuntozero/config.php:58
-msgid "easterbunny"
-msgstr ""
-
-#: view/theme/duepuntozero/config.php:59
-msgid "darkzero"
-msgstr ""
-
-#: view/theme/duepuntozero/config.php:60
-msgid "comix"
-msgstr ""
-
-#: view/theme/duepuntozero/config.php:61
-msgid "slackr"
-msgstr ""
-
-#: view/theme/duepuntozero/config.php:75
-msgid "Variations"
-msgstr ""
-
-#: view/theme/frio/config.php:103
-msgid "Custom"
-msgstr ""
-
-#: view/theme/frio/config.php:115
-msgid "Note"
-msgstr ""
-
-#: view/theme/frio/config.php:115
-msgid "Check image permissions if all users are allowed to see the image"
-msgstr ""
-
-#: view/theme/frio/config.php:122
-msgid "Select color scheme"
-msgstr ""
-
-#: view/theme/frio/config.php:123
-msgid "Navigation bar background color"
-msgstr ""
-
-#: view/theme/frio/config.php:124
-msgid "Navigation bar icon color "
-msgstr ""
-
-#: view/theme/frio/config.php:125
-msgid "Link color"
-msgstr ""
-
-#: view/theme/frio/config.php:126
-msgid "Set the background color"
-msgstr ""
-
-#: view/theme/frio/config.php:127
-msgid "Content background opacity"
-msgstr ""
-
-#: view/theme/frio/config.php:128
-msgid "Set the background image"
-msgstr ""
-
-#: view/theme/frio/config.php:129
-msgid "Background image style"
-msgstr ""
-
-#: view/theme/frio/config.php:134
-msgid "Login page background image"
-msgstr ""
-
-#: view/theme/frio/config.php:138
-msgid "Login page background color"
-msgstr ""
-
-#: view/theme/frio/config.php:138
-msgid "Leave background image and color empty for theme defaults"
-msgstr ""
-
-#: view/theme/frio/php/Image.php:24
-msgid "Top Banner"
-msgstr ""
-
-#: view/theme/frio/php/Image.php:24
-msgid ""
-"Resize image to the width of the screen and show background color below on "
-"long pages."
-msgstr ""
-
-#: view/theme/frio/php/Image.php:25
-msgid "Full screen"
-msgstr ""
-
-#: view/theme/frio/php/Image.php:25
-msgid ""
-"Resize image to fill entire screen, clipping either the right or the bottom."
-msgstr ""
-
-#: view/theme/frio/php/Image.php:26
-msgid "Single row mosaic"
-msgstr ""
-
-#: view/theme/frio/php/Image.php:26
-msgid ""
-"Resize image to repeat it on a single row, either vertical or horizontal."
-msgstr ""
-
-#: view/theme/frio/php/Image.php:27
-msgid "Mosaic"
-msgstr ""
-
-#: view/theme/frio/php/Image.php:27
-msgid "Repeat image to fill the screen."
-msgstr ""
-
-#: view/theme/frio/theme.php:252
-msgid "Guest"
-msgstr ""
-
-#: view/theme/frio/theme.php:257
-msgid "Visitor"
-msgstr ""
-
-#: view/theme/quattro/config.php:77
-msgid "Alignment"
-msgstr ""
-
-#: view/theme/quattro/config.php:77
-msgid "Left"
-msgstr ""
-
-#: view/theme/quattro/config.php:77
-msgid "Center"
-msgstr ""
-
-#: view/theme/quattro/config.php:78
-msgid "Color scheme"
-msgstr ""
-
-#: view/theme/quattro/config.php:79
-msgid "Posts font size"
-msgstr ""
-
-#: view/theme/quattro/config.php:80
-msgid "Textareas font size"
-msgstr ""
-
-#: view/theme/vier/config.php:76
-msgid "Comma separated list of helper forums"
-msgstr ""
-
-#: view/theme/vier/config.php:123
-msgid "Set style"
-msgstr ""
-
-#: view/theme/vier/config.php:124
-msgid "Community Pages"
-msgstr ""
-
-#: view/theme/vier/config.php:125 view/theme/vier/theme.php:151
-msgid "Community Profiles"
-msgstr ""
-
-#: view/theme/vier/config.php:126
-msgid "Help or @NewHere ?"
-msgstr ""
-
-#: view/theme/vier/config.php:127 view/theme/vier/theme.php:388
-msgid "Connect Services"
-msgstr ""
-
-#: view/theme/vier/config.php:128
-msgid "Find Friends"
-msgstr ""
-
-#: view/theme/vier/config.php:129 view/theme/vier/theme.php:181
-msgid "Last users"
-msgstr ""
-
-#: view/theme/vier/theme.php:291
-msgid "Quick Start"
-msgstr ""
diff --git a/util/strings.php b/util/strings.php
deleted file mode 100644 (file)
index f5a79d3..0000000
+++ /dev/null
@@ -1,1776 +0,0 @@
-<?php
-
-;
-$a->strings["%d contact edited."] = [
-       0 => "",
-       1 => "",
-];
-$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["Permission denied."] = "";
-$a->strings["Contact has been blocked"] = "";
-$a->strings["Contact has been unblocked"] = "";
-$a->strings["Contact has been ignored"] = "";
-$a->strings["Contact has been unignored"] = "";
-$a->strings["Contact has been archived"] = "";
-$a->strings["Contact has been unarchived"] = "";
-$a->strings["Do you really want to delete this contact?"] = "";
-$a->strings["Yes"] = "";
-$a->strings["Cancel"] = "";
-$a->strings["Contact has been removed."] = "";
-$a->strings["You are mutual friends with %s"] = "";
-$a->strings["You are sharing with %s"] = "";
-$a->strings["%s is sharing with you"] = "";
-$a->strings["Private communications are not available for this contact."] = "";
-$a->strings["Never"] = "";
-$a->strings["(Update was successful)"] = "";
-$a->strings["(Update was not successful)"] = "";
-$a->strings["Suggest friends"] = "";
-$a->strings["Network type: %s"] = "";
-$a->strings["%d contact in common"] = [
-       0 => "",
-       1 => "",
-];
-$a->strings["View all contacts"] = "";
-$a->strings["Unblock"] = "";
-$a->strings["Block"] = "";
-$a->strings["Toggle Blocked status"] = "";
-$a->strings["Unignore"] = "";
-$a->strings["Ignore"] = "";
-$a->strings["Toggle Ignored status"] = "";
-$a->strings["Unarchive"] = "";
-$a->strings["Archive"] = "";
-$a->strings["Toggle Archive status"] = "";
-$a->strings["Repair"] = "";
-$a->strings["Advanced Contact Settings"] = "";
-$a->strings["Communications lost with this contact!"] = "";
-$a->strings["Contact Editor"] = "";
-$a->strings["Submit"] = "";
-$a->strings["Profile Visibility"] = "";
-$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "";
-$a->strings["Contact Information / Notes"] = "";
-$a->strings["Edit contact notes"] = "";
-$a->strings["Visit %s's profile [%s]"] = "";
-$a->strings["Block/Unblock contact"] = "";
-$a->strings["Ignore contact"] = "";
-$a->strings["Repair URL settings"] = "";
-$a->strings["View conversations"] = "";
-$a->strings["Delete contact"] = "";
-$a->strings["Last update:"] = "";
-$a->strings["Update public posts"] = "";
-$a->strings["Update now"] = "";
-$a->strings["Currently blocked"] = "";
-$a->strings["Currently ignored"] = "";
-$a->strings["Currently archived"] = "";
-$a->strings["Hide this contact from others"] = "";
-$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "";
-$a->strings["Notification for new posts"] = "";
-$a->strings["Send a notification of every new post of this contact"] = "";
-$a->strings["Fetch further information for feeds"] = "";
-$a->strings["Disabled"] = "";
-$a->strings["Fetch information"] = "";
-$a->strings["Fetch information and keywords"] = "";
-$a->strings["Blacklisted keywords"] = "";
-$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "";
-$a->strings["Suggestions"] = "";
-$a->strings["Suggest potential friends"] = "";
-$a->strings["All Contacts"] = "";
-$a->strings["Show all contacts"] = "";
-$a->strings["Unblocked"] = "";
-$a->strings["Only show unblocked contacts"] = "";
-$a->strings["Blocked"] = "";
-$a->strings["Only show blocked contacts"] = "";
-$a->strings["Ignored"] = "";
-$a->strings["Only show ignored contacts"] = "";
-$a->strings["Archived"] = "";
-$a->strings["Only show archived contacts"] = "";
-$a->strings["Hidden"] = "";
-$a->strings["Only show hidden contacts"] = "";
-$a->strings["Mutual Friendship"] = "";
-$a->strings["is a fan of yours"] = "";
-$a->strings["you are a fan of"] = "";
-$a->strings["Edit contact"] = "";
-$a->strings["Contacts"] = "";
-$a->strings["Search your contacts"] = "";
-$a->strings["Finding: "] = "";
-$a->strings["Find"] = "";
-$a->strings["Update"] = "";
-$a->strings["Delete"] = "";
-$a->strings["No profile"] = "";
-$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["Post successful."] = "";
-$a->strings["Permission denied"] = "";
-$a->strings["Invalid profile identifier."] = "";
-$a->strings["Profile Visibility Editor"] = "";
-$a->strings["Profile"] = "";
-$a->strings["Click on a contact to add or remove."] = "";
-$a->strings["Visible To"] = "";
-$a->strings["All Contacts (with secure profile access)"] = "";
-$a->strings["Item not found."] = "";
-$a->strings["Public access denied."] = "";
-$a->strings["Access to this profile has been restricted."] = "";
-$a->strings["Item has been removed."] = "";
-$a->strings["Welcome to Friendica"] = "";
-$a->strings["New Member Checklist"] = "";
-$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "";
-$a->strings["Getting Started"] = "";
-$a->strings["Friendica Walk-Through"] = "";
-$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "";
-$a->strings["Settings"] = "";
-$a->strings["Go to Your Settings"] = "";
-$a->strings["On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "";
-$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "";
-$a->strings["Upload Profile Photo"] = "";
-$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "";
-$a->strings["Edit Your Profile"] = "";
-$a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "";
-$a->strings["Profile Keywords"] = "";
-$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "";
-$a->strings["Connecting"] = "";
-$a->strings["Facebook"] = "";
-$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "";
-$a->strings["<em>If</em> this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "";
-$a->strings["Importing Emails"] = "";
-$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "";
-$a->strings["Go to Your Contacts Page"] = "";
-$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add New Contact</em> dialog."] = "";
-$a->strings["Go to Your Site's Directory"] = "";
-$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = "";
-$a->strings["Finding New People"] = "";
-$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "";
-$a->strings["Groups"] = "";
-$a->strings["Group Your Contacts"] = "";
-$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "";
-$a->strings["Why Aren't My Posts Public?"] = "";
-$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "";
-$a->strings["Getting Help"] = "";
-$a->strings["Go to the Help Section"] = "";
-$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "";
-$a->strings["OpenID protocol error. No ID returned."] = "";
-$a->strings["Account not found and OpenID registration is not permitted on this site."] = "";
-$a->strings["Login failed."] = "";
-$a->strings["Image uploaded but image cropping failed."] = "";
-$a->strings["Profile Photos"] = "";
-$a->strings["Image size reduction [%s] failed."] = "";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "";
-$a->strings["Unable to process image"] = "";
-$a->strings["Image exceeds size limit of %d"] = "";
-$a->strings["Unable to process image."] = "";
-$a->strings["Upload File:"] = "";
-$a->strings["Select a profile:"] = "";
-$a->strings["Upload"] = "";
-$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["photo"] = "";
-$a->strings["status"] = "";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "";
-$a->strings["Tag removed"] = "";
-$a->strings["Remove Item Tag"] = "";
-$a->strings["Select a tag to remove: "] = "";
-$a->strings["Remove"] = "";
-$a->strings["Save to Folder:"] = "";
-$a->strings["- select -"] = "";
-$a->strings["Save"] = "";
-$a->strings["Contact added"] = "";
-$a->strings["Unable to locate original post."] = "";
-$a->strings["Empty post discarded."] = "";
-$a->strings["Wall Photos"] = "";
-$a->strings["System error. Post not saved."] = "";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "";
-$a->strings["You may visit them online at %s"] = "";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "";
-$a->strings["%s posted an update."] = "";
-$a->strings["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["Group Editor"] = "";
-$a->strings["Members"] = "";
-$a->strings["You must be logged in to use addons. "] = "";
-$a->strings["Applications"] = "";
-$a->strings["No installed applications."] = "";
-$a->strings["Profile not found."] = "";
-$a->strings["Contact not found."] = "";
-$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "";
-$a->strings["Response from remote site was not understood."] = "";
-$a->strings["Unexpected response from remote site: "] = "";
-$a->strings["Confirmation completed successfully."] = "";
-$a->strings["Remote site reported: "] = "";
-$a->strings["Temporary failure. Please wait and try again."] = "";
-$a->strings["Introduction failed or was revoked."] = "";
-$a->strings["Unable to set contact photo."] = "";
-$a->strings["%1\$s is now friends with %2\$s"] = "";
-$a->strings["No user record found for '%s' "] = "";
-$a->strings["Our site encryption key is apparently messed up."] = "";
-$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "";
-$a->strings["Contact record was not found for you on our site."] = "";
-$a->strings["Site public key not available in contact record for URL %s."] = "";
-$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "";
-$a->strings["Unable to set your contact credentials on our system."] = "";
-$a->strings["Unable to update your contact profile details on our system"] = "";
-$a->strings["[Name Withheld]"] = "";
-$a->strings["%1\$s has joined %2\$s"] = "";
-$a->strings["Requested profile is not available."] = "";
-$a->strings["Tips for New Members"] = "";
-$a->strings["No videos selected"] = "";
-$a->strings["Access to this item is restricted."] = "";
-$a->strings["View Video"] = "";
-$a->strings["View Album"] = "";
-$a->strings["Recent Videos"] = "";
-$a->strings["Upload New Videos"] = "";
-$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "";
-$a->strings["Friend suggestion sent."] = "";
-$a->strings["Suggest Friends"] = "";
-$a->strings["Suggest a friend for %s"] = "";
-$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.\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 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"] = "";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "";
-$a->strings["Password Reset"] = "";
-$a->strings["Your password has been reset as requested."] = "";
-$a->strings["Your new password is"] = "";
-$a->strings["Save or copy your new password - and then"] = "";
-$a->strings["click here to login"] = "";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "";
-$a->strings["\n\t\t\t\tDear %1\$s,\n\t\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\t\tinformation for your records (or change your password immediately to\n\t\t\t\tsomething that you will remember).\n\t\t\t"] = "";
-$a->strings["\n\t\t\t\tYour login details are as follows:\n\n\t\t\t\tSite Location:\t%1\$s\n\t\t\t\tLogin Name:\t%2\$s\n\t\t\t\tPassword:\t%3\$s\n\n\t\t\t\tYou may change that password from your account settings page after logging in.\n\t\t\t"] = "";
-$a->strings["Your password has been changed at %s"] = "";
-$a->strings["Forgot your Password?"] = "";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "";
-$a->strings["Nickname or Email: "] = "";
-$a->strings["Reset"] = "";
-$a->strings["%1\$s likes %2\$s's %3\$s"] = "";
-$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "";
-$a->strings["{0} wants to be your friend"] = "";
-$a->strings["{0} sent you a message"] = "";
-$a->strings["{0} requested registration"] = "";
-$a->strings["{0} commented %s's post"] = "";
-$a->strings["{0} liked %s's post"] = "";
-$a->strings["{0} disliked %s's post"] = "";
-$a->strings["{0} is now friends with %s"] = "";
-$a->strings["{0} posted"] = "";
-$a->strings["{0} tagged %s's post with #%s"] = "";
-$a->strings["{0} mentioned you in a post"] = "";
-$a->strings["No contacts."] = "";
-$a->strings["View Contacts"] = "";
-$a->strings["Invalid request identifier."] = "";
-$a->strings["Discard"] = "";
-$a->strings["System"] = "";
-$a->strings["Network"] = "";
-$a->strings["Personal"] = "";
-$a->strings["Home"] = "";
-$a->strings["Introductions"] = "";
-$a->strings["Show Ignored Requests"] = "";
-$a->strings["Hide Ignored Requests"] = "";
-$a->strings["Notification type: "] = "";
-$a->strings["Friend Suggestion"] = "";
-$a->strings["suggested by %s"] = "";
-$a->strings["Post a new friend activity"] = "";
-$a->strings["if applicable"] = "";
-$a->strings["Approve"] = "";
-$a->strings["Claims to be known to you: "] = "";
-$a->strings["yes"] = "";
-$a->strings["no"] = "";
-$a->strings["Approve as: "] = "";
-$a->strings["Friend"] = "";
-$a->strings["Sharer"] = "";
-$a->strings["Fan/Admirer"] = "";
-$a->strings["Friend/Connect Request"] = "";
-$a->strings["New Follower"] = "";
-$a->strings["No introductions."] = "";
-$a->strings["Notifications"] = "";
-$a->strings["%s liked %s's post"] = "";
-$a->strings["%s disliked %s's post"] = "";
-$a->strings["%s is now friends with %s"] = "";
-$a->strings["%s created a new post"] = "";
-$a->strings["%s commented on %s's post"] = "";
-$a->strings["No more network notifications."] = "";
-$a->strings["Network Notifications"] = "";
-$a->strings["No more system notifications."] = "";
-$a->strings["System Notifications"] = "";
-$a->strings["No more personal notifications."] = "";
-$a->strings["Personal Notifications"] = "";
-$a->strings["No more home notifications."] = "";
-$a->strings["Home Notifications"] = "";
-$a->strings["Source (bbcode) text:"] = "";
-$a->strings["Source (Diaspora) text to convert to BBcode:"] = "";
-$a->strings["Source input: "] = "";
-$a->strings["bb2html (raw HTML): "] = "";
-$a->strings["bb2html: "] = "";
-$a->strings["bb2html2bb: "] = "";
-$a->strings["bb2md: "] = "";
-$a->strings["bb2md2html: "] = "";
-$a->strings["bb2dia2bb: "] = "";
-$a->strings["bb2md2html2bb: "] = "";
-$a->strings["Source input (Diaspora format): "] = "";
-$a->strings["diaspora2bb: "] = "";
-$a->strings["Nothing new here"] = "";
-$a->strings["Clear notifications"] = "";
-$a->strings["New Message"] = "";
-$a->strings["No recipient selected."] = "";
-$a->strings["Unable to locate contact information."] = "";
-$a->strings["Message could not be sent."] = "";
-$a->strings["Message collection failure."] = "";
-$a->strings["Message sent."] = "";
-$a->strings["Messages"] = "";
-$a->strings["Do you really want to delete this message?"] = "";
-$a->strings["Message deleted."] = "";
-$a->strings["Conversation removed."] = "";
-$a->strings["Please enter a link URL:"] = "";
-$a->strings["Send Private Message"] = "";
-$a->strings["To:"] = "";
-$a->strings["Subject:"] = "";
-$a->strings["Your message:"] = "";
-$a->strings["Upload photo"] = "";
-$a->strings["Insert web link"] = "";
-$a->strings["Please wait"] = "";
-$a->strings["No messages."] = "";
-$a->strings["Unknown sender - %s"] = "";
-$a->strings["You and %s"] = "";
-$a->strings["%s and You"] = "";
-$a->strings["Delete conversation"] = "";
-$a->strings["D, d M Y - g:i A"] = "";
-$a->strings["%d message"] = [
-       0 => "",
-       1 => "",
-];
-$a->strings["Message not available."] = "";
-$a->strings["Delete message"] = "";
-$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "";
-$a->strings["Send Reply"] = "";
-$a->strings["[Embedded content - reload page to view]"] = "";
-$a->strings["Contact settings applied."] = "";
-$a->strings["Contact update failed."] = "";
-$a->strings["Repair Contact Settings"] = "";
-$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "";
-$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "";
-$a->strings["Return to contact editor"] = "";
-$a->strings["No mirroring"] = "";
-$a->strings["Mirror as forwarded posting"] = "";
-$a->strings["Mirror as my own posting"] = "";
-$a->strings["Name"] = "";
-$a->strings["Account Nickname"] = "";
-$a->strings["@Tagname - overrides Name/Nickname"] = "";
-$a->strings["Account URL"] = "";
-$a->strings["Friend Request URL"] = "";
-$a->strings["Friend Confirm URL"] = "";
-$a->strings["Notification Endpoint URL"] = "";
-$a->strings["Poll/Feed URL"] = "";
-$a->strings["New photo from this URL"] = "";
-$a->strings["Remote Self"] = "";
-$a->strings["Mirror postings from this contact"] = "";
-$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "";
-$a->strings["Access denied."] = "";
-$a->strings["People Search"] = "";
-$a->strings["No matches"] = "";
-$a->strings["Photos"] = "";
-$a->strings["Files"] = "";
-$a->strings["Contacts who are not members of a group"] = "";
-$a->strings["Theme settings updated."] = "";
-$a->strings["Site"] = "";
-$a->strings["Users"] = "";
-$a->strings["Addons"] = "";
-$a->strings["Themes"] = "";
-$a->strings["DB updates"] = "";
-$a->strings["Logs"] = "";
-$a->strings["Admin"] = "";
-$a->strings["Addon Features"] = "";
-$a->strings["User registrations waiting for confirmation"] = "";
-$a->strings["Normal Account"] = "";
-$a->strings["Soapbox Account"] = "";
-$a->strings["Community/Celebrity Account"] = "";
-$a->strings["Automatic Friend Account"] = "";
-$a->strings["Blog Account"] = "";
-$a->strings["Private Forum"] = "";
-$a->strings["Message queues"] = "";
-$a->strings["Administration"] = "";
-$a->strings["Summary"] = "";
-$a->strings["Registered users"] = "";
-$a->strings["Pending registrations"] = "";
-$a->strings["Version"] = "";
-$a->strings["Active addons"] = "";
-$a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "";
-$a->strings["Site settings updated."] = "";
-$a->strings["No special theme for mobile devices"] = "";
-$a->strings["At post arrival"] = "";
-$a->strings["Frequently"] = "";
-$a->strings["Hourly"] = "";
-$a->strings["Twice daily"] = "";
-$a->strings["Daily"] = "";
-$a->strings["Multi user instance"] = "";
-$a->strings["Closed"] = "";
-$a->strings["Requires approval"] = "";
-$a->strings["Open"] = "";
-$a->strings["No SSL policy, links will track page SSL state"] = "";
-$a->strings["Force all links to use SSL"] = "";
-$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "";
-$a->strings["Save Settings"] = "";
-$a->strings["Registration"] = "";
-$a->strings["File upload"] = "";
-$a->strings["Policies"] = "";
-$a->strings["Advanced"] = "";
-$a->strings["Performance"] = "";
-$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "";
-$a->strings["Site name"] = "";
-$a->strings["Host name"] = "";
-$a->strings["Banner/Logo"] = "";
-$a->strings["Additional Info"] = "";
-$a->strings["For public servers: you can add additional information here that will be listed at dir.friendica.com/siteinfo."] = "";
-$a->strings["System language"] = "";
-$a->strings["System theme"] = "";
-$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "";
-$a->strings["Mobile system theme"] = "";
-$a->strings["Theme for mobile devices"] = "";
-$a->strings["SSL link policy"] = "";
-$a->strings["Determines whether generated links should be forced to use SSL"] = "";
-$a->strings["Force SSL"] = "";
-$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "";
-$a->strings["Old style 'Share'"] = "";
-$a->strings["Deactivates the bbcode element 'share' for repeating items."] = "";
-$a->strings["Hide help entry from navigation menu"] = "";
-$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "";
-$a->strings["Single user instance"] = "";
-$a->strings["Make this instance multi-user or single-user for the named user"] = "";
-$a->strings["Maximum image size"] = "";
-$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "";
-$a->strings["Maximum image length"] = "";
-$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "";
-$a->strings["JPEG image quality"] = "";
-$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "";
-$a->strings["Register policy"] = "";
-$a->strings["Maximum Daily Registrations"] = "";
-$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day.  If register is set to closed, this setting has no effect."] = "";
-$a->strings["Register text"] = "";
-$a->strings["Will be displayed prominently on the registration page."] = "";
-$a->strings["Accounts abandoned after x days"] = "";
-$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "";
-$a->strings["Allowed friend domains"] = "";
-$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "";
-$a->strings["Allowed email domains"] = "";
-$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "";
-$a->strings["Block public"] = "";
-$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "";
-$a->strings["Force publish"] = "";
-$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "";
-$a->strings["Global directory update URL"] = "";
-$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = "";
-$a->strings["Allow threaded items"] = "";
-$a->strings["Allow infinite level threading for items on this site."] = "";
-$a->strings["Private posts by default for new users"] = "";
-$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "";
-$a->strings["Don't include post content in email notifications"] = "";
-$a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "";
-$a->strings["Disallow public access to addons listed in the apps menu."] = "";
-$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "";
-$a->strings["Don't embed private images in posts"] = "";
-$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = "";
-$a->strings["Allow Users to set remote_self"] = "";
-$a->strings["With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream."] = "";
-$a->strings["Block multiple registrations"] = "";
-$a->strings["Disallow users to register additional accounts for use as pages."] = "";
-$a->strings["OpenID support"] = "";
-$a->strings["OpenID support for registration and logins."] = "";
-$a->strings["Fullname check"] = "";
-$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "";
-$a->strings["UTF-8 Regular expressions"] = "";
-$a->strings["Use PHP UTF8 regular expressions"] = "";
-$a->strings["Show Community Page"] = "";
-$a->strings["Display a Community page showing all recent public postings on this site."] = "";
-$a->strings["Enable OStatus support"] = "";
-$a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "";
-$a->strings["OStatus conversation completion interval"] = "";
-$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = "";
-$a->strings["Enable Diaspora support"] = "";
-$a->strings["Provide built-in Diaspora network compatibility."] = "";
-$a->strings["Only allow Friendica contacts"] = "";
-$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "";
-$a->strings["Verify SSL"] = "";
-$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "";
-$a->strings["Proxy user"] = "";
-$a->strings["Proxy URL"] = "";
-$a->strings["Network timeout"] = "";
-$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "";
-$a->strings["Delivery interval"] = "";
-$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "";
-$a->strings["Poll interval"] = "";
-$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "";
-$a->strings["Maximum Load Average"] = "";
-$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "";
-$a->strings["Use MySQL full text engine"] = "";
-$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "";
-$a->strings["Suppress Language"] = "";
-$a->strings["Suppress language information in meta information about a posting."] = "";
-$a->strings["Path to item cache"] = "";
-$a->strings["Cache duration in seconds"] = "";
-$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day). To disable the item cache, set the value to -1."] = "";
-$a->strings["Maximum numbers of comments per post"] = "";
-$a->strings["How much comments should be shown for each post? Default value is 100."] = "";
-$a->strings["Path for lock file"] = "";
-$a->strings["Temp path"] = "";
-$a->strings["Base path to installation"] = "";
-$a->strings["Disable picture proxy"] = "";
-$a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."] = "";
-$a->strings["New base url"] = "";
-$a->strings["Disable noscrape"] = "";
-$a->strings["The noscrape feature speeds up directory submissions by using JSON data instead of HTML scraping. Disabling it will cause higher load on your server and the directory server."] = "";
-$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"] = "";
-$a->strings["Executing %s failed with error: %s"] = "";
-$a->strings["Update %s was successfully applied."] = "";
-$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "";
-$a->strings["There was no additional update function %s that needed to be called."] = "";
-$a->strings["No failed updates."] = "";
-$a->strings["Check database structure"] = "";
-$a->strings["Failed Updates"] = "";
-$a->strings["This does not include updates prior to 1139, which did not return a status."] = "";
-$a->strings["Mark success (if update was manually applied)"] = "";
-$a->strings["Attempt to execute this update step automatically"] = "";
-$a->strings["\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["Registration details for %s"] = "";
-$a->strings["%s user blocked/unblocked"] = [
-       0 => "",
-       1 => "",
-];
-$a->strings["%s user deleted"] = [
-       0 => "",
-       1 => "",
-];
-$a->strings["User '%s' deleted"] = "";
-$a->strings["User '%s' unblocked"] = "";
-$a->strings["User '%s' blocked"] = "";
-$a->strings["Add User"] = "";
-$a->strings["select all"] = "";
-$a->strings["User registrations waiting for confirm"] = "";
-$a->strings["User waiting for permanent deletion"] = "";
-$a->strings["Request date"] = "";
-$a->strings["Email"] = "";
-$a->strings["No registrations."] = "";
-$a->strings["Deny"] = "";
-$a->strings["Site admin"] = "";
-$a->strings["Account expired"] = "";
-$a->strings["New User"] = "";
-$a->strings["Register date"] = "";
-$a->strings["Last login"] = "";
-$a->strings["Last item"] = "";
-$a->strings["Deleted since"] = "";
-$a->strings["Account"] = "";
-$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "";
-$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "";
-$a->strings["Name of the new user."] = "";
-$a->strings["Nickname"] = "";
-$a->strings["Nickname of the new user."] = "";
-$a->strings["Email address of the new user."] = "";
-$a->strings["Addon %s disabled."] = "";
-$a->strings["Addon %s enabled."] = "";
-$a->strings["Disable"] = "";
-$a->strings["Enable"] = "";
-$a->strings["Toggle"] = "";
-$a->strings["Author: "] = "";
-$a->strings["Maintainer: "] = "";
-$a->strings["No themes found."] = "";
-$a->strings["Screenshot"] = "";
-$a->strings["[Experimental]"] = "";
-$a->strings["[Unsupported]"] = "";
-$a->strings["Log settings updated."] = "";
-$a->strings["Clear"] = "";
-$a->strings["Enable Debugging"] = "";
-$a->strings["Log file"] = "";
-$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "";
-$a->strings["Log level"] = "";
-$a->strings["Close"] = "";
-$a->strings["FTP Host"] = "";
-$a->strings["FTP Path"] = "";
-$a->strings["FTP User"] = "";
-$a->strings["FTP Password"] = "";
-$a->strings["Search Results For:"] = "";
-$a->strings["Remove term"] = "";
-$a->strings["Saved Searches"] = "";
-$a->strings["add"] = "";
-$a->strings["Commented Order"] = "";
-$a->strings["Sort by Comment Date"] = "";
-$a->strings["Posted Order"] = "";
-$a->strings["Sort by Post Date"] = "";
-$a->strings["Posts that mention or involve you"] = "";
-$a->strings["New"] = "";
-$a->strings["Activity Stream - by date"] = "";
-$a->strings["Shared Links"] = "";
-$a->strings["Interesting Links"] = "";
-$a->strings["Starred"] = "";
-$a->strings["Favourite Posts"] = "";
-$a->strings["Warning: This group contains %s member from an insecure network."] = [
-       0 => "",
-       1 => "",
-];
-$a->strings["Private messages to this group are at risk of public disclosure."] = "";
-$a->strings["No such group"] = "";
-$a->strings["Group is empty"] = "";
-$a->strings["Group: "] = "";
-$a->strings["Contact: "] = "";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "";
-$a->strings["Invalid contact."] = "";
-$a->strings["Friends of %s"] = "";
-$a->strings["No friends to display."] = "";
-$a->strings["Event title and start time are required."] = "";
-$a->strings["l, F j"] = "";
-$a->strings["Edit event"] = "";
-$a->strings["link to source"] = "";
-$a->strings["Events"] = "";
-$a->strings["Create New Event"] = "";
-$a->strings["Previous"] = "";
-$a->strings["Next"] = "";
-$a->strings["hour:minute"] = "";
-$a->strings["Event details"] = "";
-$a->strings["Format is %s %s. Starting date and 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["Location:"] = "";
-$a->strings["Title:"] = "";
-$a->strings["Share this event"] = "";
-$a->strings["Select"] = "";
-$a->strings["View %s's profile @ %s"] = "";
-$a->strings["%s from %s"] = "";
-$a->strings["View in context"] = "";
-$a->strings["%d comment"] = [
-       0 => "",
-       1 => "",
-];
-$a->strings["comment"] = [
-       0 => "",
-       1 => "",
-];
-$a->strings["show more"] = "";
-$a->strings["Private Message"] = "";
-$a->strings["I like this (toggle)"] = "";
-$a->strings["like"] = "";
-$a->strings["I don't like this (toggle)"] = "";
-$a->strings["dislike"] = "";
-$a->strings["Share this"] = "";
-$a->strings["share"] = "";
-$a->strings["This is you"] = "";
-$a->strings["Comment"] = "";
-$a->strings["Bold"] = "";
-$a->strings["Italic"] = "";
-$a->strings["Underline"] = "";
-$a->strings["Quote"] = "";
-$a->strings["Code"] = "";
-$a->strings["Image"] = "";
-$a->strings["Link"] = "";
-$a->strings["Video"] = "";
-$a->strings["Preview"] = "";
-$a->strings["Edit"] = "";
-$a->strings["add star"] = "";
-$a->strings["remove star"] = "";
-$a->strings["toggle star status"] = "";
-$a->strings["starred"] = "";
-$a->strings["add tag"] = "";
-$a->strings["save to folder"] = "";
-$a->strings["to"] = "";
-$a->strings["Wall-to-Wall"] = "";
-$a->strings["via Wall-To-Wall:"] = "";
-$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["Friendica Communications Server - Setup"] = "";
-$a->strings["Could not connect to database."] = "";
-$a->strings["Could not create table."] = "";
-$a->strings["Your Friendica site database has been installed."] = "";
-$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "";
-$a->strings["Please see the file \"INSTALL.txt\"."] = "";
-$a->strings["System check"] = "";
-$a->strings["Check again"] = "";
-$a->strings["Database connection"] = "";
-$a->strings["In order to install Friendica we need to know how to connect to your database."] = "";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "";
-$a->strings["Database Server Name"] = "";
-$a->strings["Database Login Name"] = "";
-$a->strings["Database Login Password"] = "";
-$a->strings["Database Name"] = "";
-$a->strings["Site administrator email address"] = "";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "";
-$a->strings["Please select a default timezone for your website"] = "";
-$a->strings["Site settings"] = "";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "";
-$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron. See <a href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"] = "";
-$a->strings["PHP executable path"] = "";
-$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "";
-$a->strings["Command line PHP"] = "";
-$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "";
-$a->strings["Found PHP version: "] = "";
-$a->strings["PHP cli binary"] = "";
-$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "";
-$a->strings["This is required for message delivery to work."] = "";
-$a->strings["PHP register_argc_argv"] = "";
-$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "";
-$a->strings["Generate encryption keys"] = "";
-$a->strings["libCurl PHP module"] = "";
-$a->strings["GD graphics PHP module"] = "";
-$a->strings["OpenSSL PHP module"] = "";
-$a->strings["mysqli PHP module"] = "";
-$a->strings["mb_string PHP module"] = "";
-$a->strings["Apache mod_rewrite module"] = "";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "";
-$a->strings["Error: libCURL PHP module required but not installed."] = "";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "";
-$a->strings["Error: openssl PHP module required but not installed."] = "";
-$a->strings["Error: mysqli PHP module required but not installed."] = "";
-$a->strings["Error: mb_string PHP module required but not installed."] = "";
-$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "";
-$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "";
-$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "";
-$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "";
-$a->strings[".htconfig.php is writable"] = "";
-$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "";
-$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "";
-$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "";
-$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "";
-$a->strings["view/smarty3 is writable"] = "";
-$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "";
-$a->strings["Url rewrite is working"] = "";
-$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "";
-$a->strings["<h1>What next</h1>"] = "";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "";
-$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "";
-$a->strings["Unable to check your home location."] = "";
-$a->strings["No recipient."] = "";
-$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "";
-$a->strings["Help:"] = "";
-$a->strings["Help"] = "";
-$a->strings["Not Found"] = "";
-$a->strings["Page not found."] = "";
-$a->strings["%1\$s welcomes %2\$s"] = "";
-$a->strings["Welcome to %s"] = "";
-$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "";
-$a->strings["Or - did you try to upload an empty file?"] = "";
-$a->strings["File exceeds size limit of %d"] = "";
-$a->strings["File upload failed."] = "";
-$a->strings["Profile Match"] = "";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "";
-$a->strings["is interested in:"] = "";
-$a->strings["Connect"] = "";
-$a->strings["link"] = "";
-$a->strings["Not available."] = "";
-$a->strings["Community"] = "";
-$a->strings["No results."] = "";
-$a->strings["everybody"] = "";
-$a->strings["Additional features"] = "";
-$a->strings["Display"] = "";
-$a->strings["Social Networks"] = "";
-$a->strings["Delegations"] = "";
-$a->strings["Connected apps"] = "";
-$a->strings["Export personal data"] = "";
-$a->strings["Remove account"] = "";
-$a->strings["Missing some important data!"] = "";
-$a->strings["Failed to connect with email account using the settings provided."] = "";
-$a->strings["Email settings updated."] = "";
-$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["Wrong password."] = "";
-$a->strings["Password changed."] = "";
-$a->strings["Password update failed. Please try again."] = "";
-$a->strings[" Please use a shorter name."] = "";
-$a->strings[" Name too short."] = "";
-$a->strings["Wrong Password"] = "";
-$a->strings[" Not valid email."] = "";
-$a->strings[" Cannot change to that email."] = "";
-$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "";
-$a->strings["Private forum has no privacy permissions and no default privacy group."] = "";
-$a->strings["Settings updated."] = "";
-$a->strings["Add application"] = "";
-$a->strings["Consumer Key"] = "";
-$a->strings["Consumer Secret"] = "";
-$a->strings["Redirect"] = "";
-$a->strings["Icon url"] = "";
-$a->strings["You can't edit this application."] = "";
-$a->strings["Connected Apps"] = "";
-$a->strings["Client key starts with"] = "";
-$a->strings["No name"] = "";
-$a->strings["Remove authorization"] = "";
-$a->strings["No Addon settings configured"] = "";
-$a->strings["Addon Settings"] = "";
-$a->strings["Off"] = "";
-$a->strings["On"] = "";
-$a->strings["Additional Features"] = "";
-$a->strings["Built-in support for %s connectivity is %s"] = "";
-$a->strings["Diaspora"] = "";
-$a->strings["enabled"] = "";
-$a->strings["disabled"] = "";
-$a->strings["StatusNet"] = "";
-$a->strings["Email access is disabled on this site."] = "";
-$a->strings["Email/Mailbox Setup"] = "";
-$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "";
-$a->strings["Last successful email check:"] = "";
-$a->strings["IMAP server name:"] = "";
-$a->strings["IMAP port:"] = "";
-$a->strings["Security:"] = "";
-$a->strings["None"] = "";
-$a->strings["Email login name:"] = "";
-$a->strings["Email password:"] = "";
-$a->strings["Reply-to address:"] = "";
-$a->strings["Send public posts to all email contacts:"] = "";
-$a->strings["Action after import:"] = "";
-$a->strings["Mark as seen"] = "";
-$a->strings["Move to folder"] = "";
-$a->strings["Move to folder:"] = "";
-$a->strings["Display Settings"] = "";
-$a->strings["Display Theme:"] = "";
-$a->strings["Mobile Theme:"] = "";
-$a->strings["Update browser every xx seconds"] = "";
-$a->strings["Minimum of 10 seconds, no maximum"] = "";
-$a->strings["Number of items to display per page:"] = "";
-$a->strings["Maximum of 100 items"] = "";
-$a->strings["Number of items to display per page when viewed from mobile device:"] = "";
-$a->strings["Don't show emoticons"] = "";
-$a->strings["Don't show notices"] = "";
-$a->strings["Infinite scroll"] = "";
-$a->strings["Automatic updates only at the top of the network page"] = "";
-$a->strings["User Types"] = "";
-$a->strings["Community Types"] = "";
-$a->strings["Normal Account Page"] = "";
-$a->strings["This account is a normal personal profile"] = "";
-$a->strings["Soapbox Page"] = "";
-$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "";
-$a->strings["Community Forum/Celebrity Account"] = "";
-$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "";
-$a->strings["Automatic Friend Page"] = "";
-$a->strings["Automatically approve all connection/friend requests as friends"] = "";
-$a->strings["Private Forum [Experimental]"] = "";
-$a->strings["Private forum - approved members only"] = "";
-$a->strings["OpenID:"] = "";
-$a->strings["(Optional) Allow this OpenID to login to this account."] = "";
-$a->strings["Publish your default profile in your local site directory?"] = "";
-$a->strings["No"] = "";
-$a->strings["Publish your default profile in the global social directory?"] = "";
-$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "";
-$a->strings["Hide your profile details from unknown viewers?"] = "";
-$a->strings["If enabled, posting public messages to Diaspora and other networks isn't possible."] = "";
-$a->strings["Allow friends to post to your profile page?"] = "";
-$a->strings["Allow friends to tag your posts?"] = "";
-$a->strings["Allow us to suggest you as a potential friend to new members?"] = "";
-$a->strings["Permit unknown people to send you private mail?"] = "";
-$a->strings["Profile is <strong>not published</strong>."] = "";
-$a->strings["Your Identity Address is"] = "";
-$a->strings["Automatically expire posts after this many days:"] = "";
-$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "";
-$a->strings["Advanced expiration settings"] = "";
-$a->strings["Advanced Expiration"] = "";
-$a->strings["Expire posts:"] = "";
-$a->strings["Expire personal notes:"] = "";
-$a->strings["Expire starred posts:"] = "";
-$a->strings["Expire photos:"] = "";
-$a->strings["Only expire posts by others:"] = "";
-$a->strings["Account Settings"] = "";
-$a->strings["Password Settings"] = "";
-$a->strings["New Password:"] = "";
-$a->strings["Confirm:"] = "";
-$a->strings["Leave password fields blank unless changing"] = "";
-$a->strings["Current Password:"] = "";
-$a->strings["Your current password to confirm the changes"] = "";
-$a->strings["Password:"] = "";
-$a->strings["Basic Settings"] = "";
-$a->strings["Full Name:"] = "";
-$a->strings["Email Address:"] = "";
-$a->strings["Your Timezone:"] = "";
-$a->strings["Default Post Location:"] = "";
-$a->strings["Use Browser Location:"] = "";
-$a->strings["Security and Privacy Settings"] = "";
-$a->strings["Maximum Friend Requests/Day:"] = "";
-$a->strings["(to prevent spam abuse)"] = "";
-$a->strings["Default Post Permissions"] = "";
-$a->strings["(click to open/close)"] = "";
-$a->strings["Show to Groups"] = "";
-$a->strings["Show to Contacts"] = "";
-$a->strings["Default Private Post"] = "";
-$a->strings["Default Public Post"] = "";
-$a->strings["Default Permissions for New Posts"] = "";
-$a->strings["Maximum private messages per day from unknown people:"] = "";
-$a->strings["Notification Settings"] = "";
-$a->strings["By default post a status message when:"] = "";
-$a->strings["accepting a friend request"] = "";
-$a->strings["joining a forum/community"] = "";
-$a->strings["making an <em>interesting</em> profile change"] = "";
-$a->strings["Send a notification email when:"] = "";
-$a->strings["You receive an introduction"] = "";
-$a->strings["Your introductions are confirmed"] = "";
-$a->strings["Someone writes on your profile wall"] = "";
-$a->strings["Someone writes a followup comment"] = "";
-$a->strings["You receive a private message"] = "";
-$a->strings["You receive a friend suggestion"] = "";
-$a->strings["You are tagged in a post"] = "";
-$a->strings["You are poked/prodded/etc. in a post"] = "";
-$a->strings["Text-only notification emails"] = "";
-$a->strings["Send text only notification emails, without the html part"] = "";
-$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["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 => "",
-       1 => "",
-];
-$a->strings["Introduction complete."] = "";
-$a->strings["Unrecoverable protocol error."] = "";
-$a->strings["Profile unavailable."] = "";
-$a->strings["%s has received too many connection requests today."] = "";
-$a->strings["Spam protection measures have been invoked."] = "";
-$a->strings["Friends are advised to please try again in 24 hours."] = "";
-$a->strings["Invalid locator"] = "";
-$a->strings["Invalid email address."] = "";
-$a->strings["This account has not been configured for email. Request failed."] = "";
-$a->strings["Unable to resolve your name at the provided location."] = "";
-$a->strings["You have already introduced yourself here."] = "";
-$a->strings["Apparently you are already friends with %s."] = "";
-$a->strings["Invalid profile URL."] = "";
-$a->strings["Disallowed profile URL."] = "";
-$a->strings["Your introduction has been sent."] = "";
-$a->strings["Please login to confirm introduction."] = "";
-$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "";
-$a->strings["Hide this contact"] = "";
-$a->strings["Welcome home %s."] = "";
-$a->strings["Please confirm your introduction/connection request to %s."] = "";
-$a->strings["Confirm"] = "";
-$a->strings["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=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "";
-$a->strings["Friend/Connection Request"] = "";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "";
-$a->strings["Please answer the following:"] = "";
-$a->strings["Does %s know you?"] = "";
-$a->strings["Add a personal note:"] = "";
-$a->strings["Friendica"] = "";
-$a->strings["StatusNet/Federated Social Web"] = "";
-$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = "";
-$a->strings["Your Identity Address:"] = "";
-$a->strings["Submit Request"] = "";
-$a->strings["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."] = "";
-$a->strings["Your registration can not be processed."] = "";
-$a->strings["Your registration is pending approval by the site owner."] = "";
-$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "";
-$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "";
-$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "";
-$a->strings["Your OpenID (optional): "] = "";
-$a->strings["Include your profile in member directory?"] = "";
-$a->strings["Membership on this site is by invitation only."] = "";
-$a->strings["Your invitation ID: "] = "";
-$a->strings["Your Full Name (e.g. Joe Smith): "] = "";
-$a->strings["Your Email Address: "] = "";
-$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@\$sitename</strong>'."] = "";
-$a->strings["Choose a nickname: "] = "";
-$a->strings["Register"] = "";
-$a->strings["Import"] = "";
-$a->strings["Import your profile to this friendica instance"] = "";
-$a->strings["System down for maintenance"] = "";
-$a->strings["Search"] = "";
-$a->strings["Global Directory"] = "";
-$a->strings["Find on this site"] = "";
-$a->strings["Site Directory"] = "";
-$a->strings["Age: "] = "";
-$a->strings["Gender: "] = "";
-$a->strings["Gender:"] = "";
-$a->strings["Status:"] = "";
-$a->strings["Homepage:"] = "";
-$a->strings["About:"] = "";
-$a->strings["No entries (some entries may be hidden)."] = "";
-$a->strings["No potential page delegates located."] = "";
-$a->strings["Delegate Page Management"] = "";
-$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "";
-$a->strings["Existing Page Managers"] = "";
-$a->strings["Existing Page Delegates"] = "";
-$a->strings["Potential Delegates"] = "";
-$a->strings["Add"] = "";
-$a->strings["No entries."] = "";
-$a->strings["Common Friends"] = "";
-$a->strings["No contacts in common."] = "";
-$a->strings["Export account"] = "";
-$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "";
-$a->strings["Export all"] = "";
-$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "";
-$a->strings["%1\$s is currently %2\$s"] = "";
-$a->strings["Mood"] = "";
-$a->strings["Set your current mood and tell your friends"] = "";
-$a->strings["Do you really want to delete this suggestion?"] = "";
-$a->strings["Friend Suggestions"] = "";
-$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "";
-$a->strings["Ignore/Hide"] = "";
-$a->strings["Profile deleted."] = "";
-$a->strings["Profile-"] = "";
-$a->strings["New profile created."] = "";
-$a->strings["Profile unavailable to clone."] = "";
-$a->strings["Profile Name is required."] = "";
-$a->strings["Marital Status"] = "";
-$a->strings["Romantic Partner"] = "";
-$a->strings["Likes"] = "";
-$a->strings["Dislikes"] = "";
-$a->strings["Work/Employment"] = "";
-$a->strings["Religion"] = "";
-$a->strings["Political Views"] = "";
-$a->strings["Gender"] = "";
-$a->strings["Sexual Preference"] = "";
-$a->strings["Homepage"] = "";
-$a->strings["Interests"] = "";
-$a->strings["Address"] = "";
-$a->strings["Location"] = "";
-$a->strings["Profile updated."] = "";
-$a->strings[" and "] = "";
-$a->strings["public profile"] = "";
-$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "";
-$a->strings[" - Visit %1\$s's %2\$s"] = "";
-$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "";
-$a->strings["Hide contacts and friends:"] = "";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "";
-$a->strings["Edit Profile Details"] = "";
-$a->strings["Change Profile Photo"] = "";
-$a->strings["View this profile"] = "";
-$a->strings["Create a new profile using these settings"] = "";
-$a->strings["Clone this profile"] = "";
-$a->strings["Delete this profile"] = "";
-$a->strings["Basic information"] = "";
-$a->strings["Profile picture"] = "";
-$a->strings["Preferences"] = "";
-$a->strings["Status information"] = "";
-$a->strings["Additional information"] = "";
-$a->strings["Profile Name:"] = "";
-$a->strings["Your Full Name:"] = "";
-$a->strings["Title/Description:"] = "";
-$a->strings["Your Gender:"] = "";
-$a->strings["Birthday (%s):"] = "";
-$a->strings["Street Address:"] = "";
-$a->strings["Locality/City:"] = "";
-$a->strings["Postal/Zip Code:"] = "";
-$a->strings["Country:"] = "";
-$a->strings["Region/State:"] = "";
-$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "";
-$a->strings["Who: (if applicable)"] = "";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "";
-$a->strings["Since [date]:"] = "";
-$a->strings["Sexual Preference:"] = "";
-$a->strings["Homepage URL:"] = "";
-$a->strings["Hometown:"] = "";
-$a->strings["Political Views:"] = "";
-$a->strings["Religious Views:"] = "";
-$a->strings["Public Keywords:"] = "";
-$a->strings["Private Keywords:"] = "";
-$a->strings["Likes:"] = "";
-$a->strings["Dislikes:"] = "";
-$a->strings["Example: fishing photography software"] = "";
-$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "";
-$a->strings["(Used for searching profiles, never shown to others)"] = "";
-$a->strings["Tell us about yourself..."] = "";
-$a->strings["Hobbies/Interests"] = "";
-$a->strings["Contact information and Social Networks"] = "";
-$a->strings["Musical interests"] = "";
-$a->strings["Books, literature"] = "";
-$a->strings["Television"] = "";
-$a->strings["Film/dance/culture/entertainment"] = "";
-$a->strings["Love/romance"] = "";
-$a->strings["Work/employment"] = "";
-$a->strings["School/education"] = "";
-$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "";
-$a->strings["Edit/Manage Profiles"] = "";
-$a->strings["Change profile photo"] = "";
-$a->strings["Create New Profile"] = "";
-$a->strings["Profile Image"] = "";
-$a->strings["visible to everybody"] = "";
-$a->strings["Edit visibility"] = "";
-$a->strings["Item not found"] = "";
-$a->strings["Edit post"] = "";
-$a->strings["upload photo"] = "";
-$a->strings["Attach file"] = "";
-$a->strings["attach file"] = "";
-$a->strings["web link"] = "";
-$a->strings["Insert video link"] = "";
-$a->strings["video link"] = "";
-$a->strings["Insert audio link"] = "";
-$a->strings["audio link"] = "";
-$a->strings["Set your location"] = "";
-$a->strings["set location"] = "";
-$a->strings["Clear browser location"] = "";
-$a->strings["clear location"] = "";
-$a->strings["Permission settings"] = "";
-$a->strings["CC: email addresses"] = "";
-$a->strings["Public post"] = "";
-$a->strings["Set title"] = "";
-$a->strings["Categories (comma-separated list)"] = "";
-$a->strings["Example: bob@example.com, mary@example.com"] = "";
-$a->strings["This is Friendica, version"] = "";
-$a->strings["running at web location"] = "";
-$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "";
-$a->strings["Bug reports and issues: please visit"] = "";
-$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "";
-$a->strings["Installed addons/apps:"] = "";
-$a->strings["No installed addons/apps"] = "";
-$a->strings["Authorize application connection"] = "";
-$a->strings["Return to your app and insert this Securty Code:"] = "";
-$a->strings["Please login to continue."] = "";
-$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "";
-$a->strings["Remote privacy information not available."] = "";
-$a->strings["Visible to:"] = "";
-$a->strings["Personal Notes"] = "";
-$a->strings["l F d, Y \\@ g:i A"] = "";
-$a->strings["Time Conversion"] = "";
-$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "";
-$a->strings["UTC time: %s"] = "";
-$a->strings["Current timezone: %s"] = "";
-$a->strings["Converted localtime: %s"] = "";
-$a->strings["Please select your timezone:"] = "";
-$a->strings["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["Total invitation limit exceeded."] = "";
-$a->strings["%s : Not a valid email address."] = "";
-$a->strings["Please join us on Friendica"] = "";
-$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "";
-$a->strings["%s : Message delivery failed."] = "";
-$a->strings["%d message sent."] = [
-       0 => "",
-       1 => "",
-];
-$a->strings["You have no more invitations available"] = "";
-$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "";
-$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "";
-$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "";
-$a->strings["Send invitations"] = "";
-$a->strings["Enter email addresses, one per line:"] = "";
-$a->strings["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://friendica.com"] = "";
-$a->strings["Photo Albums"] = "";
-$a->strings["Contact Photos"] = "";
-$a->strings["Upload New Photos"] = "";
-$a->strings["Contact information unavailable"] = "";
-$a->strings["Album not found."] = "";
-$a->strings["Delete Album"] = "";
-$a->strings["Do you really want to delete this photo album and all its photos?"] = "";
-$a->strings["Delete Photo"] = "";
-$a->strings["Do you really want to delete this photo?"] = "";
-$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "";
-$a->strings["a photo"] = "";
-$a->strings["Image exceeds size limit of "] = "";
-$a->strings["Image file is empty."] = "";
-$a->strings["No photos selected"] = "";
-$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "";
-$a->strings["Upload Photos"] = "";
-$a->strings["New album name: "] = "";
-$a->strings["or existing album name: "] = "";
-$a->strings["Do not show a status post for this upload"] = "";
-$a->strings["Permissions"] = "";
-$a->strings["Private Photo"] = "";
-$a->strings["Public Photo"] = "";
-$a->strings["Edit Album"] = "";
-$a->strings["Show Newest First"] = "";
-$a->strings["Show Oldest First"] = "";
-$a->strings["View Photo"] = "";
-$a->strings["Permission denied. Access to this item may be restricted."] = "";
-$a->strings["Photo not available"] = "";
-$a->strings["View photo"] = "";
-$a->strings["Edit photo"] = "";
-$a->strings["Use as profile photo"] = "";
-$a->strings["View Full Size"] = "";
-$a->strings["Tags: "] = "";
-$a->strings["[Remove any tag]"] = "";
-$a->strings["Rotate CW (right)"] = "";
-$a->strings["Rotate CCW (left)"] = "";
-$a->strings["New album name"] = "";
-$a->strings["Caption"] = "";
-$a->strings["Add a Tag"] = "";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "";
-$a->strings["Private photo"] = "";
-$a->strings["Public photo"] = "";
-$a->strings["Share"] = "";
-$a->strings["Recent Photos"] = "";
-$a->strings["Account approved."] = "";
-$a->strings["Registration revoked for %s"] = "";
-$a->strings["Please login."] = "";
-$a->strings["Move account"] = "";
-$a->strings["You can import an account from another Friendica server."] = "";
-$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "";
-$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "";
-$a->strings["Account file"] = "";
-$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "";
-$a->strings["Item not available."] = "";
-$a->strings["Item was not found."] = "";
-$a->strings["Delete this item?"] = "";
-$a->strings["show fewer"] = "";
-$a->strings["Update %s failed. See error logs."] = "";
-$a->strings["Create a New Account"] = "";
-$a->strings["Logout"] = "";
-$a->strings["Login"] = "";
-$a->strings["Nickname or Email address: "] = "";
-$a->strings["Password: "] = "";
-$a->strings["Remember me"] = "";
-$a->strings["Or login using OpenID: "] = "";
-$a->strings["Forgot your password?"] = "";
-$a->strings["Website Terms of Service"] = "";
-$a->strings["terms of service"] = "";
-$a->strings["Website Privacy Policy"] = "";
-$a->strings["privacy policy"] = "";
-$a->strings["Requested account is not available."] = "";
-$a->strings["Edit profile"] = "";
-$a->strings["Message"] = "";
-$a->strings["Profiles"] = "";
-$a->strings["Manage/edit profiles"] = "";
-$a->strings["Network:"] = "";
-$a->strings["g A l F d"] = "";
-$a->strings["F d"] = "";
-$a->strings["[today]"] = "";
-$a->strings["Birthday Reminders"] = "";
-$a->strings["Birthdays this week:"] = "";
-$a->strings["[No description]"] = "";
-$a->strings["Event Reminders"] = "";
-$a->strings["Events this week:"] = "";
-$a->strings["Status"] = "";
-$a->strings["Status Messages and Posts"] = "";
-$a->strings["Profile Details"] = "";
-$a->strings["Videos"] = "";
-$a->strings["Events and Calendar"] = "";
-$a->strings["Only You Can See This"] = "";
-$a->strings["This entry was edited"] = "";
-$a->strings["ignore thread"] = "";
-$a->strings["unignore thread"] = "";
-$a->strings["toggle ignore status"] = "";
-$a->strings["ignored"] = "";
-$a->strings["Categories:"] = "";
-$a->strings["Filed under:"] = "";
-$a->strings["via"] = "";
-$a->strings["\n\t\t\tThe friendica developers released update %s recently,\n\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "";
-$a->strings["The error message is\n[pre]%s[/pre]"] = "";
-$a->strings["Errors encountered creating database tables."] = "";
-$a->strings["Errors encountered performing database changes."] = "";
-$a->strings["Logged out."] = "";
-$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "";
-$a->strings["The error message was:"] = "";
-$a->strings["Add New Contact"] = "";
-$a->strings["Enter address or web location"] = "";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "";
-$a->strings["%d invitation available"] = [
-       0 => "",
-       1 => "",
-];
-$a->strings["Find People"] = "";
-$a->strings["Enter name or interest"] = "";
-$a->strings["Connect/Follow"] = "";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "";
-$a->strings["Similar Interests"] = "";
-$a->strings["Random Profile"] = "";
-$a->strings["Invite Friends"] = "";
-$a->strings["Networks"] = "";
-$a->strings["All Networks"] = "";
-$a->strings["Saved Folders"] = "";
-$a->strings["Everything"] = "";
-$a->strings["Categories"] = "";
-$a->strings["General Features"] = "";
-$a->strings["Multiple Profiles"] = "";
-$a->strings["Ability to create multiple profiles"] = "";
-$a->strings["Post Composition Features"] = "";
-$a->strings["Richtext Editor"] = "";
-$a->strings["Enable richtext editor"] = "";
-$a->strings["Post Preview"] = "";
-$a->strings["Allow previewing posts and comments before publishing them"] = "";
-$a->strings["Auto-mention Forums"] = "";
-$a->strings["Add/remove mention when a fourm page is selected/deselected in ACL window."] = "";
-$a->strings["Network Sidebar Widgets"] = "";
-$a->strings["Search by Date"] = "";
-$a->strings["Ability to select posts by date ranges"] = "";
-$a->strings["Group Filter"] = "";
-$a->strings["Enable widget to display Network posts only from selected group"] = "";
-$a->strings["Network Filter"] = "";
-$a->strings["Enable widget to display Network posts only from selected network"] = "";
-$a->strings["Save search terms for re-use"] = "";
-$a->strings["Network Tabs"] = "";
-$a->strings["Network Personal Tab"] = "";
-$a->strings["Enable tab to display only Network posts that you've interacted on"] = "";
-$a->strings["Network New Tab"] = "";
-$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "";
-$a->strings["Network Shared Links Tab"] = "";
-$a->strings["Enable tab to display only Network posts with links in them"] = "";
-$a->strings["Post/Comment Tools"] = "";
-$a->strings["Multiple Deletion"] = "";
-$a->strings["Select and delete multiple posts/comments at once"] = "";
-$a->strings["Edit Sent Posts"] = "";
-$a->strings["Edit and correct posts and comments after sending"] = "";
-$a->strings["Tagging"] = "";
-$a->strings["Ability to tag existing posts"] = "";
-$a->strings["Post Categories"] = "";
-$a->strings["Add categories to your posts"] = "";
-$a->strings["Ability to file posts under folders"] = "";
-$a->strings["Dislike Posts"] = "";
-$a->strings["Ability to dislike posts/comments"] = "";
-$a->strings["Star Posts"] = "";
-$a->strings["Ability to mark special posts with a star indicator"] = "";
-$a->strings["Mute Post Notifications"] = "";
-$a->strings["Ability to mute notifications for a thread"] = "";
-$a->strings["Connect URL missing."] = "";
-$a->strings["This site is not configured to allow communications with other networks."] = "";
-$a->strings["No compatible communication protocols or feeds were discovered."] = "";
-$a->strings["The profile address specified does not provide adequate information."] = "";
-$a->strings["An author or name was not found."] = "";
-$a->strings["No browser URL could be matched to this address."] = "";
-$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "";
-$a->strings["Use mailto: in front of address to force email check."] = "";
-$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "";
-$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "";
-$a->strings["Unable to retrieve contact information."] = "";
-$a->strings["following"] = "";
-$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "";
-$a->strings["Default privacy group for new contacts"] = "";
-$a->strings["Everybody"] = "";
-$a->strings["edit"] = "";
-$a->strings["Edit group"] = "";
-$a->strings["Create a new group"] = "";
-$a->strings["Contacts not in any group"] = "";
-$a->strings["Miscellaneous"] = "";
-$a->strings["year"] = "";
-$a->strings["month"] = "";
-$a->strings["day"] = "";
-$a->strings["never"] = "";
-$a->strings["less than a second ago"] = "";
-$a->strings["years"] = "";
-$a->strings["months"] = "";
-$a->strings["week"] = "";
-$a->strings["weeks"] = "";
-$a->strings["days"] = "";
-$a->strings["hour"] = "";
-$a->strings["hours"] = "";
-$a->strings["minute"] = "";
-$a->strings["minutes"] = "";
-$a->strings["second"] = "";
-$a->strings["seconds"] = "";
-$a->strings["%1\$d %2\$s ago"] = "";
-$a->strings["%s's birthday"] = "";
-$a->strings["Happy Birthday %s"] = "";
-$a->strings["Visible to everybody"] = "";
-$a->strings["show"] = "";
-$a->strings["don't show"] = "";
-$a->strings["[no subject]"] = "";
-$a->strings["stopped following"] = "";
-$a->strings["Poke"] = "";
-$a->strings["View Status"] = "";
-$a->strings["View Profile"] = "";
-$a->strings["View Photos"] = "";
-$a->strings["Network Posts"] = "";
-$a->strings["Edit Contact"] = "";
-$a->strings["Drop Contact"] = "";
-$a->strings["Send PM"] = "";
-$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["event"] = "";
-$a->strings["%1\$s poked %2\$s"] = "";
-$a->strings["poked"] = "";
-$a->strings["post/item"] = "";
-$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "";
-$a->strings["remove"] = "";
-$a->strings["Delete Selected Items"] = "";
-$a->strings["Follow Thread"] = "";
-$a->strings["%s likes this."] = "";
-$a->strings["%s doesn't like this."] = "";
-$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "";
-$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "";
-$a->strings["and"] = "";
-$a->strings[", and %d other people"] = "";
-$a->strings["%s like this."] = "";
-$a->strings["%s don't like this."] = "";
-$a->strings["Visible to <strong>everybody</strong>"] = "";
-$a->strings["Please enter a video link/URL:"] = "";
-$a->strings["Please enter an audio link/URL:"] = "";
-$a->strings["Tag term:"] = "";
-$a->strings["Where are you right now?"] = "";
-$a->strings["Delete item(s)?"] = "";
-$a->strings["Post to Email"] = "";
-$a->strings["Connectors disabled, since \"%s\" is enabled."] = "";
-$a->strings["permissions"] = "";
-$a->strings["Post to Groups"] = "";
-$a->strings["Post to Contacts"] = "";
-$a->strings["Private post"] = "";
-$a->strings["view full size"] = "";
-$a->strings["newer"] = "";
-$a->strings["older"] = "";
-$a->strings["prev"] = "";
-$a->strings["first"] = "";
-$a->strings["last"] = "";
-$a->strings["next"] = "";
-$a->strings["No contacts"] = "";
-$a->strings["%d Contact"] = [
-       0 => "",
-       1 => "",
-];
-$a->strings["poke"] = "";
-$a->strings["ping"] = "";
-$a->strings["pinged"] = "";
-$a->strings["prod"] = "";
-$a->strings["prodded"] = "";
-$a->strings["slap"] = "";
-$a->strings["slapped"] = "";
-$a->strings["finger"] = "";
-$a->strings["fingered"] = "";
-$a->strings["rebuff"] = "";
-$a->strings["rebuffed"] = "";
-$a->strings["happy"] = "";
-$a->strings["sad"] = "";
-$a->strings["mellow"] = "";
-$a->strings["tired"] = "";
-$a->strings["perky"] = "";
-$a->strings["angry"] = "";
-$a->strings["stupified"] = "";
-$a->strings["puzzled"] = "";
-$a->strings["interested"] = "";
-$a->strings["bitter"] = "";
-$a->strings["cheerful"] = "";
-$a->strings["alive"] = "";
-$a->strings["annoyed"] = "";
-$a->strings["anxious"] = "";
-$a->strings["cranky"] = "";
-$a->strings["disturbed"] = "";
-$a->strings["frustrated"] = "";
-$a->strings["motivated"] = "";
-$a->strings["relaxed"] = "";
-$a->strings["surprised"] = "";
-$a->strings["Monday"] = "";
-$a->strings["Tuesday"] = "";
-$a->strings["Wednesday"] = "";
-$a->strings["Thursday"] = "";
-$a->strings["Friday"] = "";
-$a->strings["Saturday"] = "";
-$a->strings["Sunday"] = "";
-$a->strings["January"] = "";
-$a->strings["February"] = "";
-$a->strings["March"] = "";
-$a->strings["April"] = "";
-$a->strings["May"] = "";
-$a->strings["June"] = "";
-$a->strings["July"] = "";
-$a->strings["August"] = "";
-$a->strings["September"] = "";
-$a->strings["October"] = "";
-$a->strings["November"] = "";
-$a->strings["December"] = "";
-$a->strings["bytes"] = "";
-$a->strings["Click to open/close"] = "";
-$a->strings["default"] = "";
-$a->strings["Select an alternate language"] = "";
-$a->strings["activity"] = "";
-$a->strings["post"] = "";
-$a->strings["Item filed"] = "";
-$a->strings["Image/photo"] = "";
-$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "";
-$a->strings["<span><a href=\"%s\" target=\"_blank\">%s</a> wrote the following <a href=\"%s\" target=\"_blank\">post</a>"] = "";
-$a->strings["$1 wrote:"] = "";
-$a->strings["Encrypted content"] = "";
-$a->strings["(no subject)"] = "";
-$a->strings["noreply"] = "";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "";
-$a->strings["Unknown | Not categorised"] = "";
-$a->strings["Block immediately"] = "";
-$a->strings["Shady, spammer, self-marketer"] = "";
-$a->strings["Known to me, but no opinion"] = "";
-$a->strings["OK, probably harmless"] = "";
-$a->strings["Reputable, has my trust"] = "";
-$a->strings["Weekly"] = "";
-$a->strings["Monthly"] = "";
-$a->strings["OStatus"] = "";
-$a->strings["RSS/Atom"] = "";
-$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["Statusnet"] = "";
-$a->strings["App.net"] = "";
-$a->strings[" on Last.fm"] = "";
-$a->strings["Starts:"] = "";
-$a->strings["Finishes:"] = "";
-$a->strings["j F, Y"] = "";
-$a->strings["j F"] = "";
-$a->strings["Birthday:"] = "";
-$a->strings["Age:"] = "";
-$a->strings["for %1\$d %2\$s"] = "";
-$a->strings["Tags:"] = "";
-$a->strings["Religion:"] = "";
-$a->strings["Hobbies/Interests:"] = "";
-$a->strings["Contact information and Social Networks:"] = "";
-$a->strings["Musical interests:"] = "";
-$a->strings["Books, literature:"] = "";
-$a->strings["Television:"] = "";
-$a->strings["Film/dance/culture/entertainment:"] = "";
-$a->strings["Love/Romance:"] = "";
-$a->strings["Work/employment:"] = "";
-$a->strings["School/education:"] = "";
-$a->strings["Click here to upgrade."] = "";
-$a->strings["This action exceeds the limits set by your subscription plan."] = "";
-$a->strings["This action is not available under your subscription plan."] = "";
-$a->strings["End this session"] = "";
-$a->strings["Your posts and conversations"] = "";
-$a->strings["Your profile page"] = "";
-$a->strings["Your photos"] = "";
-$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["Apps"] = "";
-$a->strings["Addon applications, utilities, games"] = "";
-$a->strings["Search site content"] = "";
-$a->strings["Conversations on this site"] = "";
-$a->strings["Directory"] = "";
-$a->strings["People directory"] = "";
-$a->strings["Information"] = "";
-$a->strings["Information about this friendica instance"] = "";
-$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["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["User not found."] = "";
-$a->strings["Daily posting limit of %d posts reached. The post was rejected."] = "";
-$a->strings["Weekly posting limit of %d posts reached. The post was rejected."] = "";
-$a->strings["Monthly posting limit of %d posts reached. The post was rejected."] = "";
-$a->strings["There is no status with this id."] = "";
-$a->strings["There is no conversation with this id."] = "";
-$a->strings["Invalid request."] = "";
-$a->strings["Invalid item."] = "";
-$a->strings["Invalid action. "] = "";
-$a->strings["DB error"] = "";
-$a->strings["An invitation is required."] = "";
-$a->strings["Invitation could not be verified."] = "";
-$a->strings["Invalid OpenID url"] = "";
-$a->strings["Please enter the required information."] = "";
-$a->strings["Please use a shorter name."] = "";
-$a->strings["Name too short."] = "";
-$a->strings["That doesn't appear to be your full (First Last) name."] = "";
-$a->strings["Your email domain is not among those allowed on this site."] = "";
-$a->strings["Not a valid email address."] = "";
-$a->strings["Cannot use that email."] = "";
-$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "";
-$a->strings["Nickname is already registered. Please choose another."] = "";
-$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "";
-$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "";
-$a->strings["An error occurred during registration. Please try again."] = "";
-$a->strings["An error occurred creating your default profile. Please try again."] = "";
-$a->strings["Friends"] = "";
-$a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t"] = "";
-$a->strings["\n\t\tThe login details are as follows:\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t%1\$s\n\t\t\tPassword:\t%5\$s\n\n\t\tYou may change your password from your account \"Settings\" page after logging\n\t\tin.\n\n\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\tYou may also wish to add some basic information to your default profile\n\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\tWe recommend setting your full name, adding a profile photo,\n\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\tthan that.\n\n\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\tIf you are new and do not know anybody here, they may help\n\t\tyou to make some new and interesting friends.\n\n\n\t\tThank you and welcome to %2\$s."] = "";
-$a->strings["Sharing notification from Diaspora network"] = "";
-$a->strings["Attachments:"] = "";
-$a->strings["Do you really want to delete this item?"] = "";
-$a->strings["Archives"] = "";
-$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["Undecided"] = "";
-$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/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["Friendica Notification"] = "";
-$a->strings["Thank You,"] = "";
-$a->strings["%s Administrator"] = "";
-$a->strings["%s <!item_type!>"] = "";
-$a->strings["[Friendica:Notify] New mail received at %s"] = "";
-$a->strings["%1\$s sent you a new private message at %2\$s."] = "";
-$a->strings["%1\$s sent you %2\$s."] = "";
-$a->strings["a private message"] = "";
-$a->strings["Please visit %s to view and/or reply to your private messages."] = "";
-$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "";
-$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "";
-$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "";
-$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "";
-$a->strings["%s commented on an item/conversation you have been following."] = "";
-$a->strings["Please visit %s to view and/or reply to the conversation."] = "";
-$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "";
-$a->strings["%1\$s posted to your profile wall at %2\$s"] = "";
-$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "";
-$a->strings["[Friendica:Notify] %s tagged you"] = "";
-$a->strings["%1\$s tagged you at %2\$s"] = "";
-$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "";
-$a->strings["[Friendica:Notify] %s shared a new post"] = "";
-$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"] = "";
-$a->strings["%1\$s poked you at %2\$s"] = "";
-$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "";
-$a->strings["[Friendica:Notify] %s tagged your post"] = "";
-$a->strings["%1\$s tagged your post at %2\$s"] = "";
-$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "";
-$a->strings["[Friendica:Notify] Introduction received"] = "";
-$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "";
-$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "";
-$a->strings["You may visit their profile at %s"] = "";
-$a->strings["Please visit %s to approve or reject the introduction."] = "";
-$a->strings["[Friendica:Notify] 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"] = "";
-$a->strings["You have a new follower at %2\$s : %1\$s"] = "";
-$a->strings["[Friendica:Notify] Friend suggestion received"] = "";
-$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "";
-$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "";
-$a->strings["Name:"] = "";
-$a->strings["Photo:"] = "";
-$a->strings["Please visit %s to approve or reject the suggestion."] = "";
-$a->strings["[Friendica:Notify] Connection accepted"] = "";
-$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\n\twithout restriction."] = "";
-$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. "] = "";
-$a->strings["[Friendica System:Notify] registration request"] = "";
-$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."] = "";
-$a->strings["Embedded content"] = "";
-$a->strings["Embedding disabled"] = "";
-$a->strings["Error decoding account file"] = "";
-$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "";
-$a->strings["Error! Cannot check nickname"] = "";
-$a->strings["User '%s' already exists on this server!"] = "";
-$a->strings["User creation error"] = "";
-$a->strings["User profile creation error"] = "";
-$a->strings["%d contact not imported"] = [
-       0 => "",
-       1 => "",
-];
-$a->strings["Done. You can now login with your username and password"] = "";
-$a->strings["toggle mobile"] = "";
-$a->strings["Theme settings"] = "";
-$a->strings["Set resize level for images in posts and comments (width and height)"] = "";
-$a->strings["Set font-size for posts and comments"] = "";
-$a->strings["Set theme width"] = "";
-$a->strings["Color scheme"] = "";
-$a->strings["Set line-height for posts and comments"] = "";
-$a->strings["Set colour scheme"] = "";
-$a->strings["Alignment"] = "";
-$a->strings["Left"] = "";
-$a->strings["Center"] = "";
-$a->strings["Posts font size"] = "";
-$a->strings["Textareas font size"] = "";
-$a->strings["Set resolution for middle column"] = "";
-$a->strings["Set color scheme"] = "";
-$a->strings["Set zoomfactor for Earth Layer"] = "";
-$a->strings["Set longitude (X) for Earth Layers"] = "";
-$a->strings["Set latitude (Y) for Earth Layers"] = "";
-$a->strings["Community Pages"] = "";
-$a->strings["Earth Layers"] = "";
-$a->strings["Community Profiles"] = "";
-$a->strings["Help or @NewHere ?"] = "";
-$a->strings["Connect Services"] = "";
-$a->strings["Find Friends"] = "";
-$a->strings["Last users"] = "";
-$a->strings["Last photos"] = "";
-$a->strings["Last likes"] = "";
-$a->strings["Your contacts"] = "";
-$a->strings["Your personal photos"] = "";
-$a->strings["Local Directory"] = "";
-$a->strings["Set zoomfactor for Earth Layers"] = "";
-$a->strings["Show/hide boxes at right-hand column:"] = "";
-$a->strings["Set style"] = "";
-$a->strings["greenzero"] = "";
-$a->strings["purplezero"] = "";
-$a->strings["easterbunny"] = "";
-$a->strings["darkzero"] = "";
-$a->strings["comix"] = "";
-$a->strings["slackr"] = "";
-$a->strings["Variations"] = "";
diff --git a/view/lang/C/messages.po b/view/lang/C/messages.po
new file mode 100644 (file)
index 0000000..a635313
--- /dev/null
@@ -0,0 +1,9695 @@
+# FRIENDICA Distributed Social Network
+# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project
+# This file is distributed under the same license as the Friendica package.
+# Mike Macgirvin, 2010
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2018-11-27 02:39-0500\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"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+
+#: include/api.php:1142
+#, 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:1156
+#, 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:1170
+#, php-format
+msgid "Monthly posting limit of %d post reached. The post was rejected."
+msgstr ""
+
+#: include/api.php:4335 mod/photos.php:96 mod/photos.php:204 mod/photos.php:737
+#: mod/photos.php:1170 mod/photos.php:1187 mod/photos.php:1680
+#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106
+#: mod/profile_photo.php:215 mod/profile_photo.php:304
+#: mod/profile_photo.php:314 src/Model/User.php:652 src/Model/User.php:660
+#: src/Model/User.php:668
+msgid "Profile Photos"
+msgstr ""
+
+#: include/conversation.php:156 include/conversation.php:292
+#: src/Model/Item.php:3263
+msgid "event"
+msgstr ""
+
+#: include/conversation.php:159 include/conversation.php:169
+#: include/conversation.php:295 include/conversation.php:304
+#: mod/subthread.php:90 mod/tagger.php:72
+msgid "status"
+msgstr ""
+
+#: include/conversation.php:164 include/conversation.php:300
+#: mod/subthread.php:90 mod/tagger.php:72 src/Model/Item.php:3265
+msgid "photo"
+msgstr ""
+
+#: include/conversation.php:176
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr ""
+
+#: include/conversation.php:178
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr ""
+
+#: include/conversation.php:180
+#, php-format
+msgid "%1$s attends %2$s's %3$s"
+msgstr ""
+
+#: include/conversation.php:182
+#, php-format
+msgid "%1$s doesn't attend %2$s's %3$s"
+msgstr ""
+
+#: include/conversation.php:184
+#, php-format
+msgid "%1$s attends maybe %2$s's %3$s"
+msgstr ""
+
+#: include/conversation.php:219
+#, php-format
+msgid "%1$s is now friends with %2$s"
+msgstr ""
+
+#: include/conversation.php:260
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr ""
+
+#: include/conversation.php:314 mod/tagger.php:110
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr ""
+
+#: include/conversation.php:336
+msgid "post/item"
+msgstr ""
+
+#: include/conversation.php:337
+#, php-format
+msgid "%1$s marked %2$s's %3$s as favorite"
+msgstr ""
+
+#: include/conversation.php:551 mod/photos.php:1511 mod/profiles.php:356
+msgid "Likes"
+msgstr ""
+
+#: include/conversation.php:551 mod/photos.php:1511 mod/profiles.php:360
+msgid "Dislikes"
+msgstr ""
+
+#: include/conversation.php:552 include/conversation.php:1483
+#: mod/photos.php:1512
+msgid "Attending"
+msgid_plural "Attending"
+msgstr[0] ""
+msgstr[1] ""
+
+#: include/conversation.php:552 mod/photos.php:1512
+msgid "Not attending"
+msgstr ""
+
+#: include/conversation.php:552 mod/photos.php:1512
+msgid "Might attend"
+msgstr ""
+
+#: include/conversation.php:632 mod/photos.php:1568 src/Object/Post.php:206
+msgid "Select"
+msgstr ""
+
+#: include/conversation.php:633 mod/admin.php:1971 mod/photos.php:1569
+#: mod/settings.php:741 src/Module/Contact.php:832 src/Module/Contact.php:1107
+msgid "Delete"
+msgstr ""
+
+#: include/conversation.php:667 src/Object/Post.php:379 src/Object/Post.php:380
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr ""
+
+#: include/conversation.php:679 src/Object/Post.php:367
+msgid "Categories:"
+msgstr ""
+
+#: include/conversation.php:680 src/Object/Post.php:368
+msgid "Filed under:"
+msgstr ""
+
+#: include/conversation.php:687 src/Object/Post.php:393
+#, php-format
+msgid "%s from %s"
+msgstr ""
+
+#: include/conversation.php:702
+msgid "View in context"
+msgstr ""
+
+#: include/conversation.php:704 include/conversation.php:1151
+#: mod/editpost.php:109 mod/message.php:264 mod/message.php:427
+#: mod/photos.php:1484 mod/wallmessage.php:141 src/Object/Post.php:418
+msgid "Please wait"
+msgstr ""
+
+#: include/conversation.php:768
+msgid "remove"
+msgstr ""
+
+#: include/conversation.php:772
+msgid "Delete Selected Items"
+msgstr ""
+
+#: include/conversation.php:872 view/theme/frio/theme.php:369
+msgid "Follow Thread"
+msgstr ""
+
+#: include/conversation.php:873 src/Model/Contact.php:950
+msgid "View Status"
+msgstr ""
+
+#: include/conversation.php:874 include/conversation.php:890
+#: mod/allfriends.php:76 mod/directory.php:167 mod/dirfind.php:228
+#: mod/match.php:91 mod/suggest.php:86 src/Model/Contact.php:890
+#: src/Model/Contact.php:943 src/Model/Contact.php:951
+msgid "View Profile"
+msgstr ""
+
+#: include/conversation.php:875 src/Model/Contact.php:952
+msgid "View Photos"
+msgstr ""
+
+#: include/conversation.php:876 src/Model/Contact.php:944
+#: src/Model/Contact.php:953
+msgid "Network Posts"
+msgstr ""
+
+#: include/conversation.php:877 src/Model/Contact.php:945
+#: src/Model/Contact.php:954
+msgid "View Contact"
+msgstr ""
+
+#: include/conversation.php:878 src/Model/Contact.php:956
+msgid "Send PM"
+msgstr ""
+
+#: include/conversation.php:882 src/Model/Contact.php:957
+msgid "Poke"
+msgstr ""
+
+#: include/conversation.php:887 mod/allfriends.php:77 mod/dirfind.php:229
+#: mod/follow.php:147 mod/match.php:92 mod/suggest.php:87
+#: src/Content/Widget.php:65 src/Model/Contact.php:946
+#: src/Module/Contact.php:580 view/theme/vier/theme.php:201
+msgid "Connect/Follow"
+msgstr ""
+
+#: include/conversation.php:1005
+#, php-format
+msgid "%s likes this."
+msgstr ""
+
+#: include/conversation.php:1008
+#, php-format
+msgid "%s doesn't like this."
+msgstr ""
+
+#: include/conversation.php:1011
+#, php-format
+msgid "%s attends."
+msgstr ""
+
+#: include/conversation.php:1014
+#, php-format
+msgid "%s doesn't attend."
+msgstr ""
+
+#: include/conversation.php:1017
+#, php-format
+msgid "%s attends maybe."
+msgstr ""
+
+#: include/conversation.php:1028
+msgid "and"
+msgstr ""
+
+#: include/conversation.php:1034
+#, php-format
+msgid "and %d other people"
+msgstr ""
+
+#: include/conversation.php:1043
+#, php-format
+msgid "<span  %1$s>%2$d people</span> like this"
+msgstr ""
+
+#: include/conversation.php:1044
+#, php-format
+msgid "%s like this."
+msgstr ""
+
+#: include/conversation.php:1047
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't like this"
+msgstr ""
+
+#: include/conversation.php:1048
+#, php-format
+msgid "%s don't like this."
+msgstr ""
+
+#: include/conversation.php:1051
+#, php-format
+msgid "<span  %1$s>%2$d people</span> attend"
+msgstr ""
+
+#: include/conversation.php:1052
+#, php-format
+msgid "%s attend."
+msgstr ""
+
+#: include/conversation.php:1055
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't attend"
+msgstr ""
+
+#: include/conversation.php:1056
+#, php-format
+msgid "%s don't attend."
+msgstr ""
+
+#: include/conversation.php:1059
+#, php-format
+msgid "<span  %1$s>%2$d people</span> attend maybe"
+msgstr ""
+
+#: include/conversation.php:1060
+#, php-format
+msgid "%s attend maybe."
+msgstr ""
+
+#: include/conversation.php:1090
+msgid "Visible to <strong>everybody</strong>"
+msgstr ""
+
+#: include/conversation.php:1091 src/Object/Post.php:822
+msgid "Please enter a image/video/audio/webpage URL:"
+msgstr ""
+
+#: include/conversation.php:1092
+msgid "Tag term:"
+msgstr ""
+
+#: include/conversation.php:1093 mod/filer.php:37
+msgid "Save to Folder:"
+msgstr ""
+
+#: include/conversation.php:1094
+msgid "Where are you right now?"
+msgstr ""
+
+#: include/conversation.php:1095
+msgid "Delete item(s)?"
+msgstr ""
+
+#: include/conversation.php:1127
+msgid "New Post"
+msgstr ""
+
+#: include/conversation.php:1130
+msgid "Share"
+msgstr ""
+
+#: include/conversation.php:1131 mod/editpost.php:95 mod/message.php:262
+#: mod/message.php:424 mod/wallmessage.php:139
+msgid "Upload photo"
+msgstr ""
+
+#: include/conversation.php:1132 mod/editpost.php:96
+msgid "upload photo"
+msgstr ""
+
+#: include/conversation.php:1133 mod/editpost.php:97
+msgid "Attach file"
+msgstr ""
+
+#: include/conversation.php:1134 mod/editpost.php:98
+msgid "attach file"
+msgstr ""
+
+#: include/conversation.php:1135 src/Object/Post.php:814
+msgid "Bold"
+msgstr ""
+
+#: include/conversation.php:1136 src/Object/Post.php:815
+msgid "Italic"
+msgstr ""
+
+#: include/conversation.php:1137 src/Object/Post.php:816
+msgid "Underline"
+msgstr ""
+
+#: include/conversation.php:1138 src/Object/Post.php:817
+msgid "Quote"
+msgstr ""
+
+#: include/conversation.php:1139 src/Object/Post.php:818
+msgid "Code"
+msgstr ""
+
+#: include/conversation.php:1140 src/Object/Post.php:819
+msgid "Image"
+msgstr ""
+
+#: include/conversation.php:1141 src/Object/Post.php:820
+msgid "Link"
+msgstr ""
+
+#: include/conversation.php:1142 src/Object/Post.php:821
+msgid "Link or Media"
+msgstr ""
+
+#: include/conversation.php:1143 mod/editpost.php:105
+msgid "Set your location"
+msgstr ""
+
+#: include/conversation.php:1144 mod/editpost.php:106
+msgid "set location"
+msgstr ""
+
+#: include/conversation.php:1145 mod/editpost.php:107
+msgid "Clear browser location"
+msgstr ""
+
+#: include/conversation.php:1146 mod/editpost.php:108
+msgid "clear location"
+msgstr ""
+
+#: include/conversation.php:1148 mod/editpost.php:123
+msgid "Set title"
+msgstr ""
+
+#: include/conversation.php:1150 mod/editpost.php:125
+msgid "Categories (comma-separated list)"
+msgstr ""
+
+#: include/conversation.php:1152 mod/editpost.php:110
+msgid "Permission settings"
+msgstr ""
+
+#: include/conversation.php:1153 mod/editpost.php:140
+msgid "permissions"
+msgstr ""
+
+#: include/conversation.php:1162 mod/editpost.php:120
+msgid "Public post"
+msgstr ""
+
+#: include/conversation.php:1166 mod/editpost.php:131 mod/events.php:557
+#: mod/photos.php:1502 mod/photos.php:1541 mod/photos.php:1601
+#: src/Object/Post.php:823
+msgid "Preview"
+msgstr ""
+
+#: include/conversation.php:1170 include/items.php:402 mod/dfrn_request.php:658
+#: mod/editpost.php:134 mod/fbrowser.php:105 mod/fbrowser.php:136
+#: mod/follow.php:165 mod/message.php:155 mod/photos.php:260 mod/photos.php:332
+#: mod/settings.php:681 mod/settings.php:707 mod/suggest.php:44
+#: mod/tagrm.php:20 mod/tagrm.php:113 mod/unfollow.php:134 mod/videos.php:142
+#: src/Module/Contact.php:452
+msgid "Cancel"
+msgstr ""
+
+#: include/conversation.php:1175
+msgid "Post to Groups"
+msgstr ""
+
+#: include/conversation.php:1176
+msgid "Post to Contacts"
+msgstr ""
+
+#: include/conversation.php:1177
+msgid "Private post"
+msgstr ""
+
+#: include/conversation.php:1182 mod/editpost.php:138 src/Model/Profile.php:361
+msgid "Message"
+msgstr ""
+
+#: include/conversation.php:1183 mod/editpost.php:139
+msgid "Browser"
+msgstr ""
+
+#: include/conversation.php:1454
+msgid "View all"
+msgstr ""
+
+#: include/conversation.php:1477
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: include/conversation.php:1480
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: include/conversation.php:1486
+msgid "Not Attending"
+msgid_plural "Not Attending"
+msgstr[0] ""
+msgstr[1] ""
+
+#: include/conversation.php:1489 src/Content/ContactSelector.php:148
+msgid "Undecided"
+msgid_plural "Undecided"
+msgstr[0] ""
+msgstr[1] ""
+
+#: include/enotify.php:55
+msgid "Friendica Notification"
+msgstr ""
+
+#: include/enotify.php:58
+msgid "Thank You,"
+msgstr ""
+
+#: include/enotify.php:61
+#, php-format
+msgid "%1$s, %2$s Administrator"
+msgstr ""
+
+#: include/enotify.php:63
+#, php-format
+msgid "%s Administrator"
+msgstr ""
+
+#: include/enotify.php:126
+#, php-format
+msgid "[Friendica:Notify] New mail received at %s"
+msgstr ""
+
+#: include/enotify.php:128
+#, php-format
+msgid "%1$s sent you a new private message at %2$s."
+msgstr ""
+
+#: include/enotify.php:129
+msgid "a private message"
+msgstr ""
+
+#: include/enotify.php:129
+#, php-format
+msgid "%1$s sent you %2$s."
+msgstr ""
+
+#: include/enotify.php:131
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr ""
+
+#: include/enotify.php:165
+#, php-format
+msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
+msgstr ""
+
+#: include/enotify.php:173
+#, php-format
+msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+msgstr ""
+
+#: include/enotify.php:183
+#, php-format
+msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
+msgstr ""
+
+#: include/enotify.php:195
+#, php-format
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+msgstr ""
+
+#: include/enotify.php:197
+#, php-format
+msgid "%s commented on an item/conversation you have been following."
+msgstr ""
+
+#: include/enotify.php:200 include/enotify.php:215 include/enotify.php:230
+#: include/enotify.php:245 include/enotify.php:264 include/enotify.php:280
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr ""
+
+#: include/enotify.php:207
+#, php-format
+msgid "[Friendica:Notify] %s posted to your profile wall"
+msgstr ""
+
+#: include/enotify.php:209
+#, php-format
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr ""
+
+#: include/enotify.php:210
+#, php-format
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
+msgstr ""
+
+#: include/enotify.php:222
+#, php-format
+msgid "[Friendica:Notify] %s tagged you"
+msgstr ""
+
+#: include/enotify.php:224
+#, php-format
+msgid "%1$s tagged you at %2$s"
+msgstr ""
+
+#: include/enotify.php:225
+#, php-format
+msgid "%1$s [url=%2$s]tagged you[/url]."
+msgstr ""
+
+#: include/enotify.php:237
+#, php-format
+msgid "[Friendica:Notify] %s shared a new post"
+msgstr ""
+
+#: include/enotify.php:239
+#, php-format
+msgid "%1$s shared a new post at %2$s"
+msgstr ""
+
+#: include/enotify.php:240
+#, php-format
+msgid "%1$s [url=%2$s]shared a post[/url]."
+msgstr ""
+
+#: include/enotify.php:252
+#, php-format
+msgid "[Friendica:Notify] %1$s poked you"
+msgstr ""
+
+#: include/enotify.php:254
+#, php-format
+msgid "%1$s poked you at %2$s"
+msgstr ""
+
+#: include/enotify.php:255
+#, php-format
+msgid "%1$s [url=%2$s]poked you[/url]."
+msgstr ""
+
+#: include/enotify.php:272
+#, php-format
+msgid "[Friendica:Notify] %s tagged your post"
+msgstr ""
+
+#: include/enotify.php:274
+#, php-format
+msgid "%1$s tagged your post at %2$s"
+msgstr ""
+
+#: include/enotify.php:275
+#, php-format
+msgid "%1$s tagged [url=%2$s]your post[/url]"
+msgstr ""
+
+#: include/enotify.php:287
+msgid "[Friendica:Notify] Introduction received"
+msgstr ""
+
+#: include/enotify.php:289
+#, php-format
+msgid "You've received an introduction from '%1$s' at %2$s"
+msgstr ""
+
+#: include/enotify.php:290
+#, php-format
+msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
+msgstr ""
+
+#: include/enotify.php:295 include/enotify.php:341
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr ""
+
+#: include/enotify.php:297
+#, php-format
+msgid "Please visit %s to approve or reject the introduction."
+msgstr ""
+
+#: include/enotify.php:304
+msgid "[Friendica:Notify] A new person is sharing with you"
+msgstr ""
+
+#: include/enotify.php:306 include/enotify.php:307
+#, php-format
+msgid "%1$s is sharing with you at %2$s"
+msgstr ""
+
+#: include/enotify.php:314
+msgid "[Friendica:Notify] You have a new follower"
+msgstr ""
+
+#: include/enotify.php:316 include/enotify.php:317
+#, php-format
+msgid "You have a new follower at %2$s : %1$s"
+msgstr ""
+
+#: include/enotify.php:330
+msgid "[Friendica:Notify] Friend suggestion received"
+msgstr ""
+
+#: include/enotify.php:332
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr ""
+
+#: include/enotify.php:333
+#, php-format
+msgid "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+msgstr ""
+
+#: include/enotify.php:339
+msgid "Name:"
+msgstr ""
+
+#: include/enotify.php:340
+msgid "Photo:"
+msgstr ""
+
+#: include/enotify.php:343
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr ""
+
+#: include/enotify.php:351 include/enotify.php:366
+msgid "[Friendica:Notify] Connection accepted"
+msgstr ""
+
+#: include/enotify.php:353 include/enotify.php:368
+#, php-format
+msgid "'%1$s' has accepted your connection request at %2$s"
+msgstr ""
+
+#: include/enotify.php:354 include/enotify.php:369
+#, php-format
+msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
+msgstr ""
+
+#: include/enotify.php:359
+msgid ""
+"You are now mutual friends and may exchange status updates, photos, and "
+"email without restriction."
+msgstr ""
+
+#: include/enotify.php:361
+#, php-format
+msgid "Please visit %s if you wish to make any changes to this relationship."
+msgstr ""
+
+#: include/enotify.php:374
+#, 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/enotify.php:376
+#, 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:378
+#, php-format
+msgid "Please visit %s  if you wish to make any changes to this relationship."
+msgstr ""
+
+#: include/enotify.php:388 mod/removeme.php:49
+msgid "[Friendica System Notify]"
+msgstr ""
+
+#: include/enotify.php:388
+msgid "registration request"
+msgstr ""
+
+#: include/enotify.php:390
+#, php-format
+msgid "You've received a registration request from '%1$s' at %2$s"
+msgstr ""
+
+#: include/enotify.php:391
+#, php-format
+msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
+msgstr ""
+
+#: include/enotify.php:396
+#, php-format
+msgid ""
+"Full Name:\t%s\n"
+"Site Location:\t%s\n"
+"Login Name:\t%s (%s)"
+msgstr ""
+
+#: include/enotify.php:402
+#, php-format
+msgid "Please visit %s to approve or reject the request."
+msgstr ""
+
+#: include/items.php:359 mod/admin.php:295 mod/admin.php:2029
+#: mod/admin.php:2275 mod/display.php:75 mod/display.php:253
+#: mod/display.php:349 mod/notice.php:21 mod/viewsrc.php:22
+msgid "Item not found."
+msgstr ""
+
+#: include/items.php:397
+msgid "Do you really want to delete this item?"
+msgstr ""
+
+#: include/items.php:399 mod/api.php:112 mod/dfrn_request.php:648
+#: mod/follow.php:154 mod/message.php:152 mod/profiles.php:542
+#: mod/profiles.php:545 mod/profiles.php:567 mod/register.php:239
+#: mod/settings.php:1100 mod/settings.php:1106 mod/settings.php:1113
+#: mod/settings.php:1117 mod/settings.php:1121 mod/settings.php:1125
+#: mod/settings.php:1129 mod/settings.php:1133 mod/settings.php:1153
+#: mod/settings.php:1154 mod/settings.php:1155 mod/settings.php:1156
+#: mod/settings.php:1157 mod/suggest.php:41 src/Module/Contact.php:449
+msgid "Yes"
+msgstr ""
+
+#: include/items.php:449 mod/allfriends.php:24 mod/api.php:37 mod/api.php:42
+#: mod/attach.php:39 mod/cal.php:304 mod/common.php:29 mod/crepair.php:101
+#: mod/delegate.php:31 mod/delegate.php:49 mod/delegate.php:60
+#: mod/dfrn_confirm.php:69 mod/dirfind.php:29 mod/editpost.php:22
+#: mod/events.php:199 mod/follow.php:58 mod/follow.php:122 mod/fsuggest.php:81
+#: mod/group.php:30 mod/invite.php:25 mod/invite.php:111 mod/item.php:169
+#: mod/manage.php:132 mod/message.php:58 mod/message.php:103 mod/network.php:39
+#: mod/nogroup.php:23 mod/notes.php:33 mod/notifications.php:70
+#: mod/ostatus_subscribe.php:18 mod/photos.php:189 mod/photos.php:1064
+#: mod/poke.php:144 mod/profiles.php:183 mod/profiles.php:515
+#: mod/profile_photo.php:33 mod/profile_photo.php:180 mod/profile_photo.php:202
+#: mod/register.php:55 mod/regmod.php:91 mod/repair_ostatus.php:16
+#: mod/settings.php:48 mod/settings.php:154 mod/settings.php:670
+#: mod/suggest.php:62 mod/uimport.php:17 mod/unfollow.php:22
+#: mod/unfollow.php:77 mod/unfollow.php:109 mod/viewcontacts.php:63
+#: mod/wallmessage.php:19 mod/wallmessage.php:43 mod/wallmessage.php:82
+#: mod/wallmessage.php:106 mod/wall_attach.php:81 mod/wall_attach.php:84
+#: mod/wall_upload.php:106 mod/wall_upload.php:109 src/App.php:1786
+#: src/Module/Contact.php:365
+msgid "Permission denied."
+msgstr ""
+
+#: include/items.php:520 src/Content/Feature.php:95
+msgid "Archives"
+msgstr ""
+
+#: include/items.php:526 src/App.php:791 src/Content/ForumManager.php:133
+#: src/Content/Widget.php:308 src/Object/Post.php:447
+#: view/theme/vier/theme.php:258
+msgid "show more"
+msgstr ""
+
+#: mod/admin.php:116
+msgid "Theme settings updated."
+msgstr ""
+
+#: mod/admin.php:189 src/Content/Nav.php:228
+msgid "Information"
+msgstr ""
+
+#: mod/admin.php:190
+msgid "Overview"
+msgstr ""
+
+#: mod/admin.php:191 mod/admin.php:761
+msgid "Federation Statistics"
+msgstr ""
+
+#: mod/admin.php:192
+msgid "Configuration"
+msgstr ""
+
+#: mod/admin.php:193 mod/admin.php:1488
+msgid "Site"
+msgstr ""
+
+#: mod/admin.php:194 mod/admin.php:1417 mod/admin.php:1961 mod/admin.php:1978
+msgid "Users"
+msgstr ""
+
+#: mod/admin.php:195 mod/admin.php:2077 mod/admin.php:2137 mod/settings.php:99
+msgid "Addons"
+msgstr ""
+
+#: mod/admin.php:196 mod/admin.php:2347 mod/admin.php:2391
+msgid "Themes"
+msgstr ""
+
+#: mod/admin.php:197 mod/settings.php:77
+msgid "Additional features"
+msgstr ""
+
+#: mod/admin.php:198 mod/admin.php:322 mod/register.php:292
+#: src/Content/Nav.php:231 src/Module/Tos.php:71
+msgid "Terms of Service"
+msgstr ""
+
+#: mod/admin.php:199
+msgid "Database"
+msgstr ""
+
+#: mod/admin.php:200
+msgid "DB updates"
+msgstr ""
+
+#: mod/admin.php:201 mod/admin.php:804
+msgid "Inspect Queue"
+msgstr ""
+
+#: mod/admin.php:202
+msgid "Inspect Deferred Workers"
+msgstr ""
+
+#: mod/admin.php:203
+msgid "Inspect worker Queue"
+msgstr ""
+
+#: mod/admin.php:204
+msgid "Tools"
+msgstr ""
+
+#: mod/admin.php:205
+msgid "Contact Blocklist"
+msgstr ""
+
+#: mod/admin.php:206 mod/admin.php:384
+msgid "Server Blocklist"
+msgstr ""
+
+#: mod/admin.php:207 mod/admin.php:542
+msgid "Delete Item"
+msgstr ""
+
+#: mod/admin.php:208 mod/admin.php:209 mod/admin.php:2466
+msgid "Logs"
+msgstr ""
+
+#: mod/admin.php:210 mod/admin.php:2533
+msgid "View Logs"
+msgstr ""
+
+#: mod/admin.php:212
+msgid "Diagnostics"
+msgstr ""
+
+#: mod/admin.php:213
+msgid "PHP Info"
+msgstr ""
+
+#: mod/admin.php:214
+msgid "probe address"
+msgstr ""
+
+#: mod/admin.php:215
+msgid "check webfinger"
+msgstr ""
+
+#: mod/admin.php:235 src/Content/Nav.php:271
+msgid "Admin"
+msgstr ""
+
+#: mod/admin.php:236
+msgid "Addon Features"
+msgstr ""
+
+#: mod/admin.php:237
+msgid "User registrations waiting for confirmation"
+msgstr ""
+
+#: mod/admin.php:321 mod/admin.php:383 mod/admin.php:499 mod/admin.php:541
+#: mod/admin.php:760 mod/admin.php:803 mod/admin.php:854 mod/admin.php:972
+#: mod/admin.php:1487 mod/admin.php:1960 mod/admin.php:2076 mod/admin.php:2136
+#: mod/admin.php:2346 mod/admin.php:2390 mod/admin.php:2465 mod/admin.php:2532
+msgid "Administration"
+msgstr ""
+
+#: mod/admin.php:323
+msgid "Display Terms of Service"
+msgstr ""
+
+#: mod/admin.php:323
+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:324
+msgid "Display Privacy Statement"
+msgstr ""
+
+#: mod/admin.php:324
+#, 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:325
+msgid "Privacy Statement Preview"
+msgstr ""
+
+#: mod/admin.php:327
+msgid "The Terms of Service"
+msgstr ""
+
+#: mod/admin.php:327
+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:329 mod/admin.php:1489 mod/admin.php:2138 mod/admin.php:2392
+#: mod/admin.php:2467 mod/admin.php:2614 mod/delegate.php:174
+#: mod/settings.php:680 mod/settings.php:787 mod/settings.php:875
+#: mod/settings.php:964 mod/settings.php:1189
+msgid "Save Settings"
+msgstr ""
+
+#: mod/admin.php:375 mod/admin.php:393 mod/dfrn_request.php:348
+#: mod/friendica.php:122 src/Model/Contact.php:1603
+msgid "Blocked domain"
+msgstr ""
+
+#: mod/admin.php:375
+msgid "The blocked domain"
+msgstr ""
+
+#: mod/admin.php:376 mod/admin.php:394 mod/friendica.php:122
+msgid "Reason for the block"
+msgstr ""
+
+#: mod/admin.php:376 mod/admin.php:389
+msgid "The reason why you blocked this domain."
+msgstr ""
+
+#: mod/admin.php:377
+msgid "Delete domain"
+msgstr ""
+
+#: mod/admin.php:377
+msgid "Check to delete this entry from the blocklist"
+msgstr ""
+
+#: mod/admin.php:385
+msgid ""
+"This page can be used to define a black list of servers from the federated "
+"network that are not allowed to interact with your node. For all entered "
+"domains you should also give a reason why you have blocked the remote server."
+msgstr ""
+
+#: mod/admin.php:386
+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:387
+msgid "Add new entry to block list"
+msgstr ""
+
+#: mod/admin.php:388
+msgid "Server Domain"
+msgstr ""
+
+#: mod/admin.php:388
+msgid ""
+"The domain of the new server to add to the block list. Do not include the "
+"protocol."
+msgstr ""
+
+#: mod/admin.php:389
+msgid "Block reason"
+msgstr ""
+
+#: mod/admin.php:390
+msgid "Add Entry"
+msgstr ""
+
+#: mod/admin.php:391
+msgid "Save changes to the blocklist"
+msgstr ""
+
+#: mod/admin.php:392
+msgid "Current Entries in the Blocklist"
+msgstr ""
+
+#: mod/admin.php:395
+msgid "Delete entry from blocklist"
+msgstr ""
+
+#: mod/admin.php:398
+msgid "Delete entry from blocklist?"
+msgstr ""
+
+#: mod/admin.php:424
+msgid "Server added to blocklist."
+msgstr ""
+
+#: mod/admin.php:440
+msgid "Site blocklist updated."
+msgstr ""
+
+#: mod/admin.php:463 src/Core/Console/GlobalCommunityBlock.php:68
+msgid "The contact has been blocked from the node"
+msgstr ""
+
+#: mod/admin.php:465 src/Core/Console/GlobalCommunityBlock.php:65
+#, php-format
+msgid "Could not find any contact entry for this URL (%s)"
+msgstr ""
+
+#: mod/admin.php:472
+#, php-format
+msgid "%s contact unblocked"
+msgid_plural "%s contacts unblocked"
+msgstr[0] ""
+msgstr[1] ""
+
+#: mod/admin.php:500
+msgid "Remote Contact Blocklist"
+msgstr ""
+
+#: mod/admin.php:501
+msgid ""
+"This page allows you to prevent any message from a remote contact to reach "
+"your node."
+msgstr ""
+
+#: mod/admin.php:502
+msgid "Block Remote Contact"
+msgstr ""
+
+#: mod/admin.php:503 mod/admin.php:1963
+msgid "select all"
+msgstr ""
+
+#: mod/admin.php:504
+msgid "select none"
+msgstr ""
+
+#: mod/admin.php:505 mod/admin.php:1972 src/Module/Contact.php:627
+#: src/Module/Contact.php:829 src/Module/Contact.php:1082
+msgid "Block"
+msgstr ""
+
+#: mod/admin.php:506 mod/admin.php:1974 src/Module/Contact.php:627
+#: src/Module/Contact.php:829 src/Module/Contact.php:1082
+msgid "Unblock"
+msgstr ""
+
+#: mod/admin.php:507
+msgid "No remote contact is blocked from this node."
+msgstr ""
+
+#: mod/admin.php:509
+msgid "Blocked Remote Contacts"
+msgstr ""
+
+#: mod/admin.php:510
+msgid "Block New Remote Contact"
+msgstr ""
+
+#: mod/admin.php:511
+msgid "Photo"
+msgstr ""
+
+#: mod/admin.php:511 mod/admin.php:1955 mod/admin.php:1966 mod/admin.php:1980
+#: mod/admin.php:1996 mod/crepair.php:161 mod/settings.php:682
+#: mod/settings.php:708
+msgid "Name"
+msgstr ""
+
+#: mod/admin.php:511 mod/profiles.php:395
+msgid "Address"
+msgstr ""
+
+#: mod/admin.php:511 mod/admin.php:521 mod/follow.php:170
+#: mod/notifications.php:177 mod/notifications.php:261 mod/unfollow.php:139
+#: src/Module/Contact.php:646
+msgid "Profile URL"
+msgstr ""
+
+#: mod/admin.php:519
+#, php-format
+msgid "%s total blocked contact"
+msgid_plural "%s total blocked contacts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: mod/admin.php:521
+msgid "URL of the remote contact to block."
+msgstr ""
+
+#: mod/admin.php:543
+msgid "Delete this Item"
+msgstr ""
+
+#: mod/admin.php:544
+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:545
+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:546
+msgid "GUID"
+msgstr ""
+
+#: mod/admin.php:546
+msgid "The GUID of the item you want to delete."
+msgstr ""
+
+#: mod/admin.php:580
+msgid "Item marked for deletion."
+msgstr ""
+
+#: mod/admin.php:651
+msgid "unknown"
+msgstr ""
+
+#: mod/admin.php:754
+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:755
+msgid ""
+"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
+"will improve the data displayed here."
+msgstr ""
+
+#: mod/admin.php:767
+#, php-format
+msgid ""
+"Currently this node is aware of %d nodes with %d registered users from the "
+"following platforms:"
+msgstr ""
+
+#: mod/admin.php:806 mod/admin.php:857
+msgid "ID"
+msgstr ""
+
+#: mod/admin.php:807
+msgid "Recipient Name"
+msgstr ""
+
+#: mod/admin.php:808
+msgid "Recipient Profile"
+msgstr ""
+
+#: mod/admin.php:809 src/Content/Nav.php:236
+#: src/Core/NotificationsManager.php:180 view/theme/frio/theme.php:280
+msgid "Network"
+msgstr ""
+
+#: mod/admin.php:810 mod/admin.php:859
+msgid "Created"
+msgstr ""
+
+#: mod/admin.php:811
+msgid "Last Tried"
+msgstr ""
+
+#: mod/admin.php:812
+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:833
+msgid "Inspect Deferred Worker Queue"
+msgstr ""
+
+#: mod/admin.php:834
+msgid ""
+"This page lists the deferred worker jobs. This are jobs that couldn't be "
+"executed at the first time."
+msgstr ""
+
+#: mod/admin.php:837
+msgid "Inspect Worker Queue"
+msgstr ""
+
+#: mod/admin.php:838
+msgid ""
+"This page lists the currently queued worker jobs. These jobs are handled by "
+"the worker cronjob you've set up during install."
+msgstr ""
+
+#: mod/admin.php:858
+msgid "Job Parameters"
+msgstr ""
+
+#: mod/admin.php:860
+msgid "Priority"
+msgstr ""
+
+#: mod/admin.php:885
+#, 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:892
+#, 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:902
+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:908
+msgid "The worker was never executed. Please check your database structure!"
+msgstr ""
+
+#: mod/admin.php:911
+#, php-format
+msgid ""
+"The last worker execution was on %s UTC. This is older than one hour. Please "
+"check your crontab settings."
+msgstr ""
+
+#: mod/admin.php:917
+#, php-format
+msgid ""
+"Friendica's configuration now is stored in config/local.config.php, please "
+"copy config/local-sample.config.php and move your config from <code>."
+"htconfig.php</code>. See <a href=\"%s\">the Config help page</a> for help "
+"with the transition."
+msgstr ""
+
+#: mod/admin.php:924
+#, php-format
+msgid ""
+"<a href=\"%s\">%s</a> is not reachable on your system. This is a severe "
+"configuration issue that prevents server to server communication. See <a "
+"href=\"%s\">the installation page</a> for help."
+msgstr ""
+
+#: mod/admin.php:930
+msgid "Normal Account"
+msgstr ""
+
+#: mod/admin.php:931
+msgid "Automatic Follower Account"
+msgstr ""
+
+#: mod/admin.php:932
+msgid "Public Forum Account"
+msgstr ""
+
+#: mod/admin.php:933
+msgid "Automatic Friend Account"
+msgstr ""
+
+#: mod/admin.php:934
+msgid "Blog Account"
+msgstr ""
+
+#: mod/admin.php:935
+msgid "Private Forum Account"
+msgstr ""
+
+#: mod/admin.php:958
+msgid "Message queues"
+msgstr ""
+
+#: mod/admin.php:964
+msgid "Server Settings"
+msgstr ""
+
+#: mod/admin.php:973
+msgid "Summary"
+msgstr ""
+
+#: mod/admin.php:975
+msgid "Registered users"
+msgstr ""
+
+#: mod/admin.php:977
+msgid "Pending registrations"
+msgstr ""
+
+#: mod/admin.php:978
+msgid "Version"
+msgstr ""
+
+#: mod/admin.php:983
+msgid "Active addons"
+msgstr ""
+
+#: mod/admin.php:1015
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+msgstr ""
+
+#: mod/admin.php:1351
+msgid "Site settings updated."
+msgstr ""
+
+#: mod/admin.php:1379 mod/settings.php:908
+msgid "No special theme for mobile devices"
+msgstr ""
+
+#: mod/admin.php:1408
+msgid "No community page for local users"
+msgstr ""
+
+#: mod/admin.php:1409
+msgid "No community page"
+msgstr ""
+
+#: mod/admin.php:1410
+msgid "Public postings from users of this site"
+msgstr ""
+
+#: mod/admin.php:1411
+msgid "Public postings from the federated network"
+msgstr ""
+
+#: mod/admin.php:1412
+msgid "Public postings from local users and the federated network"
+msgstr ""
+
+#: mod/admin.php:1416 mod/admin.php:1585 mod/admin.php:1595
+#: src/Module/Contact.php:552
+msgid "Disabled"
+msgstr ""
+
+#: mod/admin.php:1418
+msgid "Users, Global Contacts"
+msgstr ""
+
+#: mod/admin.php:1419
+msgid "Users, Global Contacts/fallback"
+msgstr ""
+
+#: mod/admin.php:1423
+msgid "One month"
+msgstr ""
+
+#: mod/admin.php:1424
+msgid "Three months"
+msgstr ""
+
+#: mod/admin.php:1425
+msgid "Half a year"
+msgstr ""
+
+#: mod/admin.php:1426
+msgid "One year"
+msgstr ""
+
+#: mod/admin.php:1431
+msgid "Multi user instance"
+msgstr ""
+
+#: mod/admin.php:1457
+msgid "Closed"
+msgstr ""
+
+#: mod/admin.php:1458
+msgid "Requires approval"
+msgstr ""
+
+#: mod/admin.php:1459
+msgid "Open"
+msgstr ""
+
+#: mod/admin.php:1463
+msgid "No SSL policy, links will track page SSL state"
+msgstr ""
+
+#: mod/admin.php:1464
+msgid "Force all links to use SSL"
+msgstr ""
+
+#: mod/admin.php:1465
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+msgstr ""
+
+#: mod/admin.php:1469
+msgid "Don't check"
+msgstr ""
+
+#: mod/admin.php:1470
+msgid "check the stable version"
+msgstr ""
+
+#: mod/admin.php:1471
+msgid "check the development version"
+msgstr ""
+
+#: mod/admin.php:1490
+msgid "Republish users to directory"
+msgstr ""
+
+#: mod/admin.php:1491 mod/register.php:268
+msgid "Registration"
+msgstr ""
+
+#: mod/admin.php:1492
+msgid "File upload"
+msgstr ""
+
+#: mod/admin.php:1493
+msgid "Policies"
+msgstr ""
+
+#: mod/admin.php:1494 mod/events.php:561 src/Model/Profile.php:878
+#: src/Module/Contact.php:907
+msgid "Advanced"
+msgstr ""
+
+#: mod/admin.php:1495
+msgid "Auto Discovered Contact Directory"
+msgstr ""
+
+#: mod/admin.php:1496
+msgid "Performance"
+msgstr ""
+
+#: mod/admin.php:1497
+msgid "Worker"
+msgstr ""
+
+#: mod/admin.php:1498
+msgid "Message Relay"
+msgstr ""
+
+#: mod/admin.php:1499
+msgid "Relocate Instance"
+msgstr ""
+
+#: mod/admin.php:1500
+msgid "Warning! Advanced function. Could make this server unreachable."
+msgstr ""
+
+#: mod/admin.php:1503
+msgid "Site name"
+msgstr ""
+
+#: mod/admin.php:1504
+msgid "Host name"
+msgstr ""
+
+#: mod/admin.php:1505
+msgid "Sender Email"
+msgstr ""
+
+#: mod/admin.php:1505
+msgid ""
+"The email address your server shall use to send notification emails from."
+msgstr ""
+
+#: mod/admin.php:1506
+msgid "Banner/Logo"
+msgstr ""
+
+#: mod/admin.php:1507
+msgid "Shortcut icon"
+msgstr ""
+
+#: mod/admin.php:1507
+msgid "Link to an icon that will be used for browsers."
+msgstr ""
+
+#: mod/admin.php:1508
+msgid "Touch icon"
+msgstr ""
+
+#: mod/admin.php:1508
+msgid "Link to an icon that will be used for tablets and mobiles."
+msgstr ""
+
+#: mod/admin.php:1509
+msgid "Additional Info"
+msgstr ""
+
+#: mod/admin.php:1509
+#, php-format
+msgid ""
+"For public servers: you can add additional information here that will be "
+"listed at %s/servers."
+msgstr ""
+
+#: mod/admin.php:1510
+msgid "System language"
+msgstr ""
+
+#: mod/admin.php:1511
+msgid "System theme"
+msgstr ""
+
+#: mod/admin.php:1511
+msgid ""
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr ""
+
+#: mod/admin.php:1512
+msgid "Mobile system theme"
+msgstr ""
+
+#: mod/admin.php:1512
+msgid "Theme for mobile devices"
+msgstr ""
+
+#: mod/admin.php:1513
+msgid "SSL link policy"
+msgstr ""
+
+#: mod/admin.php:1513
+msgid "Determines whether generated links should be forced to use SSL"
+msgstr ""
+
+#: mod/admin.php:1514
+msgid "Force SSL"
+msgstr ""
+
+#: mod/admin.php:1514
+msgid ""
+"Force all Non-SSL requests to SSL - Attention: on some systems it could lead "
+"to endless loops."
+msgstr ""
+
+#: mod/admin.php:1515
+msgid "Hide help entry from navigation menu"
+msgstr ""
+
+#: mod/admin.php:1515
+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:1516
+msgid "Single user instance"
+msgstr ""
+
+#: mod/admin.php:1516
+msgid "Make this instance multi-user or single-user for the named user"
+msgstr ""
+
+#: mod/admin.php:1517
+msgid "Maximum image size"
+msgstr ""
+
+#: mod/admin.php:1517
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr ""
+
+#: mod/admin.php:1518
+msgid "Maximum image length"
+msgstr ""
+
+#: mod/admin.php:1518
+msgid ""
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
+msgstr ""
+
+#: mod/admin.php:1519
+msgid "JPEG image quality"
+msgstr ""
+
+#: mod/admin.php:1519
+msgid ""
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
+msgstr ""
+
+#: mod/admin.php:1521
+msgid "Register policy"
+msgstr ""
+
+#: mod/admin.php:1522
+msgid "Maximum Daily Registrations"
+msgstr ""
+
+#: mod/admin.php:1522
+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:1523
+msgid "Register text"
+msgstr ""
+
+#: mod/admin.php:1523
+msgid ""
+"Will be displayed prominently on the registration page. You can use BBCode "
+"here."
+msgstr ""
+
+#: mod/admin.php:1524
+msgid "Forbidden Nicknames"
+msgstr ""
+
+#: mod/admin.php:1524
+msgid ""
+"Comma separated list of nicknames that are forbidden from registration. "
+"Preset is a list of role names according RFC 2142."
+msgstr ""
+
+#: mod/admin.php:1525
+msgid "Accounts abandoned after x days"
+msgstr ""
+
+#: mod/admin.php:1525
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr ""
+
+#: mod/admin.php:1526
+msgid "Allowed friend domains"
+msgstr ""
+
+#: mod/admin.php:1526
+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:1527
+msgid "Allowed email domains"
+msgstr ""
+
+#: mod/admin.php:1527
+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:1528
+msgid "No OEmbed rich content"
+msgstr ""
+
+#: mod/admin.php:1528
+msgid ""
+"Don't show the rich content (e.g. embedded PDF), except from the domains "
+"listed below."
+msgstr ""
+
+#: mod/admin.php:1529
+msgid "Allowed OEmbed domains"
+msgstr ""
+
+#: mod/admin.php:1529
+msgid ""
+"Comma separated list of domains which oembed content is allowed to be "
+"displayed. Wildcards are accepted."
+msgstr ""
+
+#: mod/admin.php:1530
+msgid "Block public"
+msgstr ""
+
+#: mod/admin.php:1530
+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:1531
+msgid "Force publish"
+msgstr ""
+
+#: mod/admin.php:1531
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr ""
+
+#: mod/admin.php:1531
+msgid "Enabling this may violate privacy laws like the GDPR"
+msgstr ""
+
+#: mod/admin.php:1532
+msgid "Global directory URL"
+msgstr ""
+
+#: mod/admin.php:1532
+msgid ""
+"URL to the global directory. If this is not set, the global directory is "
+"completely unavailable to the application."
+msgstr ""
+
+#: mod/admin.php:1533
+msgid "Private posts by default for new users"
+msgstr ""
+
+#: mod/admin.php:1533
+msgid ""
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
+msgstr ""
+
+#: mod/admin.php:1534
+msgid "Don't include post content in email notifications"
+msgstr ""
+
+#: mod/admin.php:1534
+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:1535
+msgid "Disallow public access to addons listed in the apps menu."
+msgstr ""
+
+#: mod/admin.php:1535
+msgid ""
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
+msgstr ""
+
+#: mod/admin.php:1536
+msgid "Don't embed private images in posts"
+msgstr ""
+
+#: mod/admin.php:1536
+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:1537
+msgid "Explicit Content"
+msgstr ""
+
+#: mod/admin.php:1537
+msgid ""
+"Set this to announce that your node is used mostly for explicit content that "
+"might not be suited for minors. This information will be published in the "
+"node information and might be used, e.g. by the global directory, to filter "
+"your node from listings of nodes to join. Additionally a note about this "
+"will be shown at the user registration page."
+msgstr ""
+
+#: mod/admin.php:1538
+msgid "Allow Users to set remote_self"
+msgstr ""
+
+#: mod/admin.php:1538
+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:1539
+msgid "Block multiple registrations"
+msgstr ""
+
+#: mod/admin.php:1539
+msgid "Disallow users to register additional accounts for use as pages."
+msgstr ""
+
+#: mod/admin.php:1540
+msgid "OpenID support"
+msgstr ""
+
+#: mod/admin.php:1540
+msgid "OpenID support for registration and logins."
+msgstr ""
+
+#: mod/admin.php:1541
+msgid "Fullname check"
+msgstr ""
+
+#: mod/admin.php:1541
+msgid ""
+"Force users to register with a space between firstname and lastname in Full "
+"name, as an antispam measure"
+msgstr ""
+
+#: mod/admin.php:1542
+msgid "Community pages for visitors"
+msgstr ""
+
+#: mod/admin.php:1542
+msgid ""
+"Which community pages should be available for visitors. Local users always "
+"see both pages."
+msgstr ""
+
+#: mod/admin.php:1543
+msgid "Posts per user on community page"
+msgstr ""
+
+#: mod/admin.php:1543
+msgid ""
+"The maximum number of posts per user on the community page. (Not valid for "
+"'Global Community')"
+msgstr ""
+
+#: mod/admin.php:1544
+msgid "Enable OStatus support"
+msgstr ""
+
+#: mod/admin.php:1544
+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:1545
+msgid "Only import OStatus/ActivityPub threads from our contacts"
+msgstr ""
+
+#: mod/admin.php:1545
+msgid ""
+"Normally we import every content from our OStatus and ActivityPub contacts. "
+"With this option we only store threads that are started by a contact that is "
+"known on our system."
+msgstr ""
+
+#: mod/admin.php:1546
+msgid "OStatus support can only be enabled if threading is enabled."
+msgstr ""
+
+#: mod/admin.php:1548
+msgid ""
+"Diaspora support can't be enabled because Friendica was installed into a sub "
+"directory."
+msgstr ""
+
+#: mod/admin.php:1549
+msgid "Enable Diaspora support"
+msgstr ""
+
+#: mod/admin.php:1549
+msgid "Provide built-in Diaspora network compatibility."
+msgstr ""
+
+#: mod/admin.php:1550
+msgid "Only allow Friendica contacts"
+msgstr ""
+
+#: mod/admin.php:1550
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
+msgstr ""
+
+#: mod/admin.php:1551
+msgid "Verify SSL"
+msgstr ""
+
+#: mod/admin.php:1551
+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:1552
+msgid "Proxy user"
+msgstr ""
+
+#: mod/admin.php:1553
+msgid "Proxy URL"
+msgstr ""
+
+#: mod/admin.php:1554
+msgid "Network timeout"
+msgstr ""
+
+#: mod/admin.php:1554
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr ""
+
+#: mod/admin.php:1555
+msgid "Maximum Load Average"
+msgstr ""
+
+#: mod/admin.php:1555
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr ""
+
+#: mod/admin.php:1556
+msgid "Maximum Load Average (Frontend)"
+msgstr ""
+
+#: mod/admin.php:1556
+msgid "Maximum system load before the frontend quits service - default 50."
+msgstr ""
+
+#: mod/admin.php:1557
+msgid "Minimal Memory"
+msgstr ""
+
+#: mod/admin.php:1557
+msgid ""
+"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
+"default 0 (deactivated)."
+msgstr ""
+
+#: mod/admin.php:1558
+msgid "Maximum table size for optimization"
+msgstr ""
+
+#: mod/admin.php:1558
+msgid ""
+"Maximum table size (in MB) for the automatic optimization. Enter -1 to "
+"disable it."
+msgstr ""
+
+#: mod/admin.php:1559
+msgid "Minimum level of fragmentation"
+msgstr ""
+
+#: mod/admin.php:1559
+msgid ""
+"Minimum fragmenation level to start the automatic optimization - default "
+"value is 30%."
+msgstr ""
+
+#: mod/admin.php:1561
+msgid "Periodical check of global contacts"
+msgstr ""
+
+#: mod/admin.php:1561
+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:1562
+msgid "Days between requery"
+msgstr ""
+
+#: mod/admin.php:1562
+msgid "Number of days after which a server is requeried for his contacts."
+msgstr ""
+
+#: mod/admin.php:1563
+msgid "Discover contacts from other servers"
+msgstr ""
+
+#: mod/admin.php:1563
+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:1564
+msgid "Timeframe for fetching global contacts"
+msgstr ""
+
+#: mod/admin.php:1564
+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:1565
+msgid "Search the local directory"
+msgstr ""
+
+#: mod/admin.php:1565
+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:1567
+msgid "Publish server information"
+msgstr ""
+
+#: mod/admin.php:1567
+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:1569
+msgid "Check upstream version"
+msgstr ""
+
+#: mod/admin.php:1569
+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:1570
+msgid "Suppress Tags"
+msgstr ""
+
+#: mod/admin.php:1570
+msgid "Suppress showing a list of hashtags at the end of the posting."
+msgstr ""
+
+#: mod/admin.php:1571
+msgid "Clean database"
+msgstr ""
+
+#: mod/admin.php:1571
+msgid ""
+"Remove old remote items, orphaned database records and old content from some "
+"other helper tables."
+msgstr ""
+
+#: mod/admin.php:1572
+msgid "Lifespan of remote items"
+msgstr ""
+
+#: mod/admin.php:1572
+msgid ""
+"When the database cleanup is enabled, this defines the days after which "
+"remote items will be deleted. Own items, and marked or filed items are "
+"always kept. 0 disables this behaviour."
+msgstr ""
+
+#: mod/admin.php:1573
+msgid "Lifespan of unclaimed items"
+msgstr ""
+
+#: mod/admin.php:1573
+msgid ""
+"When the database cleanup is enabled, this defines the days after which "
+"unclaimed remote items (mostly content from the relay) will be deleted. "
+"Default value is 90 days. Defaults to the general lifespan value of remote "
+"items if set to 0."
+msgstr ""
+
+#: mod/admin.php:1574
+msgid "Lifespan of raw conversation data"
+msgstr ""
+
+#: mod/admin.php:1574
+msgid ""
+"The conversation data is used for ActivityPub and OStatus, as well as for "
+"debug purposes. It should be safe to remove it after 14 days, default is 90 "
+"days."
+msgstr ""
+
+#: mod/admin.php:1575
+msgid "Path to item cache"
+msgstr ""
+
+#: mod/admin.php:1575
+msgid "The item caches buffers generated bbcode and external images."
+msgstr ""
+
+#: mod/admin.php:1576
+msgid "Cache duration in seconds"
+msgstr ""
+
+#: mod/admin.php:1576
+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:1577
+msgid "Maximum numbers of comments per post"
+msgstr ""
+
+#: mod/admin.php:1577
+msgid "How much comments should be shown for each post? Default value is 100."
+msgstr ""
+
+#: mod/admin.php:1578
+msgid "Temp path"
+msgstr ""
+
+#: mod/admin.php:1578
+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:1579
+msgid "Base path to installation"
+msgstr ""
+
+#: mod/admin.php:1579
+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:1580
+msgid "Disable picture proxy"
+msgstr ""
+
+#: mod/admin.php:1580
+msgid ""
+"The picture proxy increases performance and privacy. It shouldn't be used on "
+"systems with very low bandwidth."
+msgstr ""
+
+#: mod/admin.php:1581
+msgid "Only search in tags"
+msgstr ""
+
+#: mod/admin.php:1581
+msgid "On large systems the text search can slow down the system extremely."
+msgstr ""
+
+#: mod/admin.php:1583
+msgid "New base url"
+msgstr ""
+
+#: mod/admin.php:1583
+msgid ""
+"Change base url for this server. Sends relocate message to all Friendica and "
+"Diaspora* contacts of all users."
+msgstr ""
+
+#: mod/admin.php:1585
+msgid "RINO Encryption"
+msgstr ""
+
+#: mod/admin.php:1585
+msgid "Encryption layer between nodes."
+msgstr ""
+
+#: mod/admin.php:1585
+msgid "Enabled"
+msgstr ""
+
+#: mod/admin.php:1587
+msgid "Maximum number of parallel workers"
+msgstr ""
+
+#: mod/admin.php:1587
+#, php-format
+msgid ""
+"On shared hosters set this to %d. On larger systems, values of %d are great. "
+"Default value is %d."
+msgstr ""
+
+#: mod/admin.php:1588
+msgid "Don't use 'proc_open' with the worker"
+msgstr ""
+
+#: mod/admin.php:1588
+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:1589
+msgid "Enable fastlane"
+msgstr ""
+
+#: mod/admin.php:1589
+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:1590
+msgid "Enable frontend worker"
+msgstr ""
+
+#: mod/admin.php:1590
+#, 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:1592
+msgid "Subscribe to relay"
+msgstr ""
+
+#: mod/admin.php:1592
+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/admin.php:1593
+msgid "Relay server"
+msgstr ""
+
+#: mod/admin.php:1593
+msgid ""
+"Address of the relay server where public posts should be send to. For "
+"example https://relay.diasp.org"
+msgstr ""
+
+#: mod/admin.php:1594
+msgid "Direct relay transfer"
+msgstr ""
+
+#: mod/admin.php:1594
+msgid ""
+"Enables the direct transfer to other servers without using the relay servers"
+msgstr ""
+
+#: mod/admin.php:1595
+msgid "Relay scope"
+msgstr ""
+
+#: mod/admin.php:1595
+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/admin.php:1595
+msgid "all"
+msgstr ""
+
+#: mod/admin.php:1595
+msgid "tags"
+msgstr ""
+
+#: mod/admin.php:1596
+msgid "Server tags"
+msgstr ""
+
+#: mod/admin.php:1596
+msgid "Comma separated list of tags for the 'tags' subscription."
+msgstr ""
+
+#: mod/admin.php:1597
+msgid "Allow user tags"
+msgstr ""
+
+#: mod/admin.php:1597
+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:1600
+msgid "Start Relocation"
+msgstr ""
+
+#: mod/admin.php:1626
+msgid "Update has been marked successful"
+msgstr ""
+
+#: mod/admin.php:1633
+#, php-format
+msgid "Database structure update %s was successfully applied."
+msgstr ""
+
+#: mod/admin.php:1637
+#, php-format
+msgid "Executing of database structure update %s failed with error: %s"
+msgstr ""
+
+#: mod/admin.php:1653
+#, php-format
+msgid "Executing %s failed with error: %s"
+msgstr ""
+
+#: mod/admin.php:1655
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr ""
+
+#: mod/admin.php:1658
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr ""
+
+#: mod/admin.php:1661
+#, php-format
+msgid "There was no additional update function %s that needed to be called."
+msgstr ""
+
+#: mod/admin.php:1684
+msgid "No failed updates."
+msgstr ""
+
+#: mod/admin.php:1685
+msgid "Check database structure"
+msgstr ""
+
+#: mod/admin.php:1690
+msgid "Failed Updates"
+msgstr ""
+
+#: mod/admin.php:1691
+msgid ""
+"This does not include updates prior to 1139, which did not return a status."
+msgstr ""
+
+#: mod/admin.php:1692
+msgid "Mark success (if update was manually applied)"
+msgstr ""
+
+#: mod/admin.php:1693
+msgid "Attempt to execute this update step automatically"
+msgstr ""
+
+#: mod/admin.php:1732
+#, 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/admin.php:1735
+#, 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/admin.php:1772 src/Model/User.php:773
+#, php-format
+msgid "Registration details for %s"
+msgstr ""
+
+#: mod/admin.php:1782
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] ""
+msgstr[1] ""
+
+#: mod/admin.php:1789 mod/admin.php:1842
+msgid "You can't remove yourself"
+msgstr ""
+
+#: mod/admin.php:1792
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] ""
+msgstr[1] ""
+
+#: mod/admin.php:1840
+#, php-format
+msgid "User '%s' deleted"
+msgstr ""
+
+#: mod/admin.php:1851
+#, php-format
+msgid "User '%s' unblocked"
+msgstr ""
+
+#: mod/admin.php:1851
+#, php-format
+msgid "User '%s' blocked"
+msgstr ""
+
+#: mod/admin.php:1899 mod/settings.php:1064
+msgid "Normal Account Page"
+msgstr ""
+
+#: mod/admin.php:1900 mod/settings.php:1068
+msgid "Soapbox Page"
+msgstr ""
+
+#: mod/admin.php:1901 mod/settings.php:1072
+msgid "Public Forum"
+msgstr ""
+
+#: mod/admin.php:1902 mod/settings.php:1076
+msgid "Automatic Friend Page"
+msgstr ""
+
+#: mod/admin.php:1903
+msgid "Private Forum"
+msgstr ""
+
+#: mod/admin.php:1906 mod/settings.php:1048
+msgid "Personal Page"
+msgstr ""
+
+#: mod/admin.php:1907 mod/settings.php:1052
+msgid "Organisation Page"
+msgstr ""
+
+#: mod/admin.php:1908 mod/settings.php:1056
+msgid "News Page"
+msgstr ""
+
+#: mod/admin.php:1909 mod/settings.php:1060
+msgid "Community Forum"
+msgstr ""
+
+#: mod/admin.php:1955 mod/admin.php:1966 mod/admin.php:1980 mod/admin.php:1998
+#: src/Content/ContactSelector.php:84
+msgid "Email"
+msgstr ""
+
+#: mod/admin.php:1955 mod/admin.php:1980
+msgid "Register date"
+msgstr ""
+
+#: mod/admin.php:1955 mod/admin.php:1980
+msgid "Last login"
+msgstr ""
+
+#: mod/admin.php:1955 mod/admin.php:1980
+msgid "Last item"
+msgstr ""
+
+#: mod/admin.php:1955
+msgid "Type"
+msgstr ""
+
+#: mod/admin.php:1962
+msgid "Add User"
+msgstr ""
+
+#: mod/admin.php:1964
+msgid "User registrations waiting for confirm"
+msgstr ""
+
+#: mod/admin.php:1965
+msgid "User waiting for permanent deletion"
+msgstr ""
+
+#: mod/admin.php:1966
+msgid "Request date"
+msgstr ""
+
+#: mod/admin.php:1967
+msgid "No registrations."
+msgstr ""
+
+#: mod/admin.php:1968
+msgid "Note from the user"
+msgstr ""
+
+#: mod/admin.php:1969 mod/notifications.php:181 mod/notifications.php:267
+msgid "Approve"
+msgstr ""
+
+#: mod/admin.php:1970
+msgid "Deny"
+msgstr ""
+
+#: mod/admin.php:1973
+msgid "User blocked"
+msgstr ""
+
+#: mod/admin.php:1975
+msgid "Site admin"
+msgstr ""
+
+#: mod/admin.php:1976
+msgid "Account expired"
+msgstr ""
+
+#: mod/admin.php:1979
+msgid "New User"
+msgstr ""
+
+#: mod/admin.php:1980
+msgid "Delete in"
+msgstr ""
+
+#: mod/admin.php:1985
+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/admin.php:1986
+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:1996
+msgid "Name of the new user."
+msgstr ""
+
+#: mod/admin.php:1997
+msgid "Nickname"
+msgstr ""
+
+#: mod/admin.php:1997
+msgid "Nickname of the new user."
+msgstr ""
+
+#: mod/admin.php:1998
+msgid "Email address of the new user."
+msgstr ""
+
+#: mod/admin.php:2039
+#, php-format
+msgid "Addon %s disabled."
+msgstr ""
+
+#: mod/admin.php:2042
+#, php-format
+msgid "Addon %s enabled."
+msgstr ""
+
+#: mod/admin.php:2053 mod/admin.php:2302
+msgid "Disable"
+msgstr ""
+
+#: mod/admin.php:2056 mod/admin.php:2305
+msgid "Enable"
+msgstr ""
+
+#: mod/admin.php:2078 mod/admin.php:2348
+msgid "Toggle"
+msgstr ""
+
+#: mod/admin.php:2079 mod/admin.php:2349 mod/newmember.php:19
+#: mod/settings.php:136 src/Content/Nav.php:260 view/theme/frio/theme.php:283
+msgid "Settings"
+msgstr ""
+
+#: mod/admin.php:2086 mod/admin.php:2357
+msgid "Author: "
+msgstr ""
+
+#: mod/admin.php:2087 mod/admin.php:2358
+msgid "Maintainer: "
+msgstr ""
+
+#: mod/admin.php:2139
+msgid "Reload active addons"
+msgstr ""
+
+#: mod/admin.php:2144
+#, 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/admin.php:2264
+msgid "No themes found."
+msgstr ""
+
+#: mod/admin.php:2339
+msgid "Screenshot"
+msgstr ""
+
+#: mod/admin.php:2393
+msgid "Reload active themes"
+msgstr ""
+
+#: mod/admin.php:2398
+#, php-format
+msgid "No themes found on the system. They should be placed in %1$s"
+msgstr ""
+
+#: mod/admin.php:2399
+msgid "[Experimental]"
+msgstr ""
+
+#: mod/admin.php:2400
+msgid "[Unsupported]"
+msgstr ""
+
+#: mod/admin.php:2424
+msgid "Log settings updated."
+msgstr ""
+
+#: mod/admin.php:2457
+msgid "PHP log currently enabled."
+msgstr ""
+
+#: mod/admin.php:2459
+msgid "PHP log currently disabled."
+msgstr ""
+
+#: mod/admin.php:2468
+msgid "Clear"
+msgstr ""
+
+#: mod/admin.php:2472
+msgid "Enable Debugging"
+msgstr ""
+
+#: mod/admin.php:2473
+msgid "Log file"
+msgstr ""
+
+#: mod/admin.php:2473
+msgid ""
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
+msgstr ""
+
+#: mod/admin.php:2474
+msgid "Log level"
+msgstr ""
+
+#: mod/admin.php:2476
+msgid "PHP logging"
+msgstr ""
+
+#: mod/admin.php:2477
+msgid ""
+"To temporarily enable logging of PHP errors and warnings you can prepend the "
+"following to the index.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:2508
+#, 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:2512
+#, 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/admin.php:2603 mod/admin.php:2604 mod/settings.php:778
+msgid "Off"
+msgstr ""
+
+#: mod/admin.php:2603 mod/admin.php:2604 mod/settings.php:778
+msgid "On"
+msgstr ""
+
+#: mod/admin.php:2604
+#, php-format
+msgid "Lock feature %s"
+msgstr ""
+
+#: mod/admin.php:2612
+msgid "Manage Additional Features"
+msgstr ""
+
+#: mod/allfriends.php:54
+msgid "No friends to display."
+msgstr ""
+
+#: mod/allfriends.php:93 mod/dirfind.php:219 mod/match.php:107
+#: mod/suggest.php:105 src/Content/Widget.php:41 src/Model/Profile.php:309
+msgid "Connect"
+msgstr ""
+
+#: mod/api.php:87 mod/api.php:109
+msgid "Authorize application connection"
+msgstr ""
+
+#: mod/api.php:88
+msgid "Return to your app and insert this Securty Code:"
+msgstr ""
+
+#: mod/api.php:97
+msgid "Please login to continue."
+msgstr ""
+
+#: mod/api.php:111
+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:113 mod/dfrn_request.php:648 mod/follow.php:154
+#: mod/profiles.php:542 mod/profiles.php:546 mod/profiles.php:567
+#: mod/register.php:240 mod/settings.php:1100 mod/settings.php:1106
+#: mod/settings.php:1113 mod/settings.php:1117 mod/settings.php:1121
+#: mod/settings.php:1125 mod/settings.php:1129 mod/settings.php:1133
+#: mod/settings.php:1153 mod/settings.php:1154 mod/settings.php:1155
+#: mod/settings.php:1156 mod/settings.php:1157
+msgid "No"
+msgstr ""
+
+#: mod/apps.php:15 src/App.php:1656
+msgid "You must be logged in to use addons. "
+msgstr ""
+
+#: mod/apps.php:20
+msgid "Applications"
+msgstr ""
+
+#: mod/apps.php:25
+msgid "No installed applications."
+msgstr ""
+
+#: mod/attach.php:16
+msgid "Item not available."
+msgstr ""
+
+#: mod/attach.php:26
+msgid "Item was not found."
+msgstr ""
+
+#: mod/babel.php:25
+msgid "Source input"
+msgstr ""
+
+#: mod/babel.php:31
+msgid "BBCode::toPlaintext"
+msgstr ""
+
+#: mod/babel.php:37
+msgid "BBCode::convert (raw HTML)"
+msgstr ""
+
+#: mod/babel.php:42
+msgid "BBCode::convert"
+msgstr ""
+
+#: mod/babel.php:48
+msgid "BBCode::convert => HTML::toBBCode"
+msgstr ""
+
+#: mod/babel.php:54
+msgid "BBCode::toMarkdown"
+msgstr ""
+
+#: mod/babel.php:60
+msgid "BBCode::toMarkdown => Markdown::convert"
+msgstr ""
+
+#: mod/babel.php:66
+msgid "BBCode::toMarkdown => Markdown::toBBCode"
+msgstr ""
+
+#: mod/babel.php:72
+msgid "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
+msgstr ""
+
+#: mod/babel.php:79
+msgid "Source input (Diaspora format)"
+msgstr ""
+
+#: mod/babel.php:85
+msgid "Markdown::convert (raw HTML)"
+msgstr ""
+
+#: mod/babel.php:90
+msgid "Markdown::convert"
+msgstr ""
+
+#: mod/babel.php:96
+msgid "Markdown::toBBCode"
+msgstr ""
+
+#: mod/babel.php:103
+msgid "Raw HTML input"
+msgstr ""
+
+#: mod/babel.php:108
+msgid "HTML Input"
+msgstr ""
+
+#: mod/babel.php:114
+msgid "HTML::toBBCode"
+msgstr ""
+
+#: mod/babel.php:120
+msgid "HTML::toBBCode => BBCode::convert"
+msgstr ""
+
+#: mod/babel.php:125
+msgid "HTML::toBBCode => BBCode::convert (raw HTML)"
+msgstr ""
+
+#: mod/babel.php:131
+msgid "HTML::toMarkdown"
+msgstr ""
+
+#: mod/babel.php:137
+msgid "HTML::toPlaintext"
+msgstr ""
+
+#: mod/babel.php:145
+msgid "Source text"
+msgstr ""
+
+#: mod/babel.php:146
+msgid "BBCode"
+msgstr ""
+
+#: mod/babel.php:147
+msgid "Markdown"
+msgstr ""
+
+#: mod/babel.php:148
+msgid "HTML"
+msgstr ""
+
+#: mod/bookmarklet.php:25 src/Content/Nav.php:167 src/Module/Login.php:322
+msgid "Login"
+msgstr ""
+
+#: mod/bookmarklet.php:35
+msgid "Bad Request"
+msgstr ""
+
+#: mod/bookmarklet.php:57
+msgid "The post was created"
+msgstr ""
+
+#: mod/cal.php:35 mod/cal.php:39 mod/community.php:38 mod/follow.php:21
+#: mod/viewcontacts.php:23 mod/viewcontacts.php:27 mod/viewsrc.php:13
+msgid "Access denied."
+msgstr ""
+
+#: mod/cal.php:47 mod/dfrn_poll.php:493 mod/help.php:67 mod/viewcontacts.php:38
+#: src/App.php:1707
+msgid "Page not found."
+msgstr ""
+
+#: mod/cal.php:142 mod/display.php:311 mod/profile.php:190
+msgid "Access to this profile has been restricted."
+msgstr ""
+
+#: mod/cal.php:274 mod/events.php:390 src/Content/Nav.php:157
+#: src/Content/Nav.php:223 src/Model/Profile.php:937 src/Model/Profile.php:948
+#: view/theme/frio/theme.php:277 view/theme/frio/theme.php:281
+msgid "Events"
+msgstr ""
+
+#: mod/cal.php:275 mod/events.php:391
+msgid "View"
+msgstr ""
+
+#: mod/cal.php:276 mod/events.php:393
+msgid "Previous"
+msgstr ""
+
+#: mod/cal.php:277 mod/events.php:394 src/Module/Install.php:135
+msgid "Next"
+msgstr ""
+
+#: mod/cal.php:280 mod/events.php:399 src/Model/Event.php:430
+msgid "today"
+msgstr ""
+
+#: mod/cal.php:281 mod/events.php:400 src/Model/Event.php:431
+#: src/Util/Temporal.php:312
+msgid "month"
+msgstr ""
+
+#: mod/cal.php:282 mod/events.php:401 src/Model/Event.php:432
+#: src/Util/Temporal.php:313
+msgid "week"
+msgstr ""
+
+#: mod/cal.php:283 mod/events.php:402 src/Model/Event.php:433
+#: src/Util/Temporal.php:314
+msgid "day"
+msgstr ""
+
+#: mod/cal.php:284 mod/events.php:403
+msgid "list"
+msgstr ""
+
+#: mod/cal.php:297 src/Core/Console/NewPassword.php:68 src/Model/User.php:260
+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/common.php:92
+msgid "No contacts in common."
+msgstr ""
+
+#: mod/common.php:143 src/Module/Contact.php:897
+msgid "Common Friends"
+msgstr ""
+
+#: mod/community.php:31 mod/dfrn_request.php:602 mod/directory.php:43
+#: mod/display.php:203 mod/photos.php:945 mod/probe.php:13 mod/search.php:106
+#: mod/search.php:112 mod/videos.php:194 mod/viewcontacts.php:51
+#: mod/webfinger.php:16
+msgid "Public access denied."
+msgstr ""
+
+#: mod/community.php:74
+msgid "Community option not available."
+msgstr ""
+
+#: mod/community.php:91
+msgid "Not available."
+msgstr ""
+
+#: mod/community.php:103
+msgid "Local Community"
+msgstr ""
+
+#: mod/community.php:106
+msgid "Posts from local users on this server"
+msgstr ""
+
+#: mod/community.php:114
+msgid "Global Community"
+msgstr ""
+
+#: mod/community.php:117
+msgid "Posts from users of the whole federated network"
+msgstr ""
+
+#: mod/community.php:163 mod/search.php:243
+msgid "No results."
+msgstr ""
+
+#: mod/community.php:207
+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/credits.php:19
+msgid "Credits"
+msgstr ""
+
+#: mod/credits.php:20
+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/crepair.php:90
+msgid "Contact settings applied."
+msgstr ""
+
+#: mod/crepair.php:92
+msgid "Contact update failed."
+msgstr ""
+
+#: mod/crepair.php:113 mod/dfrn_confirm.php:130 mod/fsuggest.php:31
+#: mod/fsuggest.php:97 mod/redir.php:31 mod/redir.php:129
+msgid "Contact not found."
+msgstr ""
+
+#: mod/crepair.php:117
+msgid ""
+"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect "
+"information your communications with this contact may stop working."
+msgstr ""
+
+#: mod/crepair.php:118
+msgid ""
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
+msgstr ""
+
+#: mod/crepair.php:132 mod/crepair.php:134
+msgid "No mirroring"
+msgstr ""
+
+#: mod/crepair.php:132
+msgid "Mirror as forwarded posting"
+msgstr ""
+
+#: mod/crepair.php:132 mod/crepair.php:134
+msgid "Mirror as my own posting"
+msgstr ""
+
+#: mod/crepair.php:147
+msgid "Return to contact editor"
+msgstr ""
+
+#: mod/crepair.php:149
+msgid "Refetch contact data"
+msgstr ""
+
+#: mod/crepair.php:151 mod/events.php:559 mod/fsuggest.php:115
+#: mod/invite.php:154 mod/localtime.php:56 mod/manage.php:185
+#: mod/message.php:265 mod/message.php:426 mod/photos.php:1093
+#: mod/photos.php:1181 mod/photos.php:1456 mod/photos.php:1501
+#: mod/photos.php:1540 mod/photos.php:1600 mod/poke.php:194
+#: mod/profiles.php:578 src/Module/Contact.php:600 src/Module/Install.php:189
+#: src/Module/Install.php:224 src/Object/Post.php:813
+#: view/theme/duepuntozero/config.php:72 view/theme/frio/config.php:119
+#: view/theme/quattro/config.php:74 view/theme/vier/config.php:120
+msgid "Submit"
+msgstr ""
+
+#: mod/crepair.php:152
+msgid "Remote Self"
+msgstr ""
+
+#: mod/crepair.php:155
+msgid "Mirror postings from this contact"
+msgstr ""
+
+#: mod/crepair.php:157
+msgid ""
+"Mark this contact as remote_self, this will cause friendica to repost new "
+"entries from this contact."
+msgstr ""
+
+#: mod/crepair.php:162
+msgid "Account Nickname"
+msgstr ""
+
+#: mod/crepair.php:163
+msgid "@Tagname - overrides Name/Nickname"
+msgstr ""
+
+#: mod/crepair.php:164
+msgid "Account URL"
+msgstr ""
+
+#: mod/crepair.php:165
+msgid "Friend Request URL"
+msgstr ""
+
+#: mod/crepair.php:166
+msgid "Friend Confirm URL"
+msgstr ""
+
+#: mod/crepair.php:167
+msgid "Notification Endpoint URL"
+msgstr ""
+
+#: mod/crepair.php:168
+msgid "Poll/Feed URL"
+msgstr ""
+
+#: mod/crepair.php:169
+msgid "New photo from this URL"
+msgstr ""
+
+#: mod/delegate.php:43
+msgid "Parent user not found."
+msgstr ""
+
+#: mod/delegate.php:150
+msgid "No parent user"
+msgstr ""
+
+#: mod/delegate.php:165
+msgid "Parent Password:"
+msgstr ""
+
+#: mod/delegate.php:165
+msgid ""
+"Please enter the password of the parent account to legitimize your request."
+msgstr ""
+
+#: mod/delegate.php:170
+msgid "Parent User"
+msgstr ""
+
+#: mod/delegate.php:173
+msgid ""
+"Parent users have total control about this account, including the account "
+"settings. Please double check whom you give this access."
+msgstr ""
+
+#: mod/delegate.php:175 src/Content/Nav.php:258
+msgid "Delegate Page Management"
+msgstr ""
+
+#: mod/delegate.php:176
+msgid "Delegates"
+msgstr ""
+
+#: mod/delegate.php:178
+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/delegate.php:179
+msgid "Existing Page Delegates"
+msgstr ""
+
+#: mod/delegate.php:181
+msgid "Potential Delegates"
+msgstr ""
+
+#: mod/delegate.php:183 mod/tagrm.php:112
+msgid "Remove"
+msgstr ""
+
+#: mod/delegate.php:184
+msgid "Add"
+msgstr ""
+
+#: mod/delegate.php:185
+msgid "No entries."
+msgstr ""
+
+#: mod/dfrn_confirm.php:75 mod/profiles.php:42 mod/profiles.php:152
+#: mod/profiles.php:197 mod/profiles.php:527
+msgid "Profile not found."
+msgstr ""
+
+#: mod/dfrn_confirm.php:131
+msgid ""
+"This may occasionally happen if contact was requested by both persons and it "
+"has already been approved."
+msgstr ""
+
+#: mod/dfrn_confirm.php:241
+msgid "Response from remote site was not understood."
+msgstr ""
+
+#: mod/dfrn_confirm.php:248 mod/dfrn_confirm.php:254
+msgid "Unexpected response from remote site: "
+msgstr ""
+
+#: mod/dfrn_confirm.php:263
+msgid "Confirmation completed successfully."
+msgstr ""
+
+#: mod/dfrn_confirm.php:275
+msgid "Temporary failure. Please wait and try again."
+msgstr ""
+
+#: mod/dfrn_confirm.php:278
+msgid "Introduction failed or was revoked."
+msgstr ""
+
+#: mod/dfrn_confirm.php:283
+msgid "Remote site reported: "
+msgstr ""
+
+#: mod/dfrn_confirm.php:384
+msgid "Unable to set contact photo."
+msgstr ""
+
+#: mod/dfrn_confirm.php:446
+#, php-format
+msgid "No user record found for '%s' "
+msgstr ""
+
+#: mod/dfrn_confirm.php:456
+msgid "Our site encryption key is apparently messed up."
+msgstr ""
+
+#: mod/dfrn_confirm.php:467
+msgid "Empty site URL was provided or URL could not be decrypted by us."
+msgstr ""
+
+#: mod/dfrn_confirm.php:483
+msgid "Contact record was not found for you on our site."
+msgstr ""
+
+#: mod/dfrn_confirm.php:497
+#, php-format
+msgid "Site public key not available in contact record for URL %s."
+msgstr ""
+
+#: mod/dfrn_confirm.php:513
+msgid ""
+"The ID provided by your system is a duplicate on our system. It should work "
+"if you try again."
+msgstr ""
+
+#: mod/dfrn_confirm.php:524
+msgid "Unable to set your contact credentials on our system."
+msgstr ""
+
+#: mod/dfrn_confirm.php:580
+msgid "Unable to update your contact profile details on our system"
+msgstr ""
+
+#: mod/dfrn_confirm.php:610 mod/dfrn_request.php:564 src/Model/Contact.php:1919
+msgid "[Name Withheld]"
+msgstr ""
+
+#: mod/dfrn_poll.php:128 mod/dfrn_poll.php:537
+#, php-format
+msgid "%1$s welcomes %2$s"
+msgstr ""
+
+#: mod/dfrn_request.php:97
+msgid "This introduction has already been accepted."
+msgstr ""
+
+#: mod/dfrn_request.php:115 mod/dfrn_request.php:356
+msgid "Profile location is not valid or does not contain profile information."
+msgstr ""
+
+#: mod/dfrn_request.php:119 mod/dfrn_request.php:360
+msgid "Warning: profile location has no identifiable owner name."
+msgstr ""
+
+#: mod/dfrn_request.php:122 mod/dfrn_request.php:363
+msgid "Warning: profile location has no profile photo."
+msgstr ""
+
+#: mod/dfrn_request.php:126 mod/dfrn_request.php:367
+#, php-format
+msgid "%d required parameter was not found at the given location"
+msgid_plural "%d required parameters were not found at the given location"
+msgstr[0] ""
+msgstr[1] ""
+
+#: mod/dfrn_request.php:164
+msgid "Introduction complete."
+msgstr ""
+
+#: mod/dfrn_request.php:200
+msgid "Unrecoverable protocol error."
+msgstr ""
+
+#: mod/dfrn_request.php:227
+msgid "Profile unavailable."
+msgstr ""
+
+#: mod/dfrn_request.php:249
+#, php-format
+msgid "%s has received too many connection requests today."
+msgstr ""
+
+#: mod/dfrn_request.php:250
+msgid "Spam protection measures have been invoked."
+msgstr ""
+
+#: mod/dfrn_request.php:251
+msgid "Friends are advised to please try again in 24 hours."
+msgstr ""
+
+#: mod/dfrn_request.php:277
+msgid "Invalid locator"
+msgstr ""
+
+#: mod/dfrn_request.php:313
+msgid "You have already introduced yourself here."
+msgstr ""
+
+#: mod/dfrn_request.php:316
+#, php-format
+msgid "Apparently you are already friends with %s."
+msgstr ""
+
+#: mod/dfrn_request.php:336
+msgid "Invalid profile URL."
+msgstr ""
+
+#: mod/dfrn_request.php:342 src/Model/Contact.php:1598
+msgid "Disallowed profile URL."
+msgstr ""
+
+#: mod/dfrn_request.php:415 src/Module/Contact.php:240
+msgid "Failed to update contact record."
+msgstr ""
+
+#: mod/dfrn_request.php:435
+msgid "Your introduction has been sent."
+msgstr ""
+
+#: mod/dfrn_request.php:473
+msgid ""
+"Remote subscription can't be done for your network. Please subscribe "
+"directly on your system."
+msgstr ""
+
+#: mod/dfrn_request.php:489
+msgid "Please login to confirm introduction."
+msgstr ""
+
+#: mod/dfrn_request.php:497
+msgid ""
+"Incorrect identity currently logged in. Please login to <strong>this</"
+"strong> profile."
+msgstr ""
+
+#: mod/dfrn_request.php:511 mod/dfrn_request.php:528
+msgid "Confirm"
+msgstr ""
+
+#: mod/dfrn_request.php:523
+msgid "Hide this contact"
+msgstr ""
+
+#: mod/dfrn_request.php:526
+#, php-format
+msgid "Welcome home %s."
+msgstr ""
+
+#: mod/dfrn_request.php:527
+#, php-format
+msgid "Please confirm your introduction/connection request to %s."
+msgstr ""
+
+#: mod/dfrn_request.php:637
+msgid ""
+"Please enter your 'Identity Address' from one of the following supported "
+"communications networks:"
+msgstr ""
+
+#: mod/dfrn_request.php:640
+#, 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 ""
+
+#: mod/dfrn_request.php:645
+msgid "Friend/Connection Request"
+msgstr ""
+
+#: mod/dfrn_request.php:646
+msgid ""
+"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
+"testuser@gnusocial.de"
+msgstr ""
+
+#: mod/dfrn_request.php:647 mod/follow.php:153
+msgid "Please answer the following:"
+msgstr ""
+
+#: mod/dfrn_request.php:648 mod/follow.php:154
+#, php-format
+msgid "Does %s know you?"
+msgstr ""
+
+#: mod/dfrn_request.php:649 mod/follow.php:155
+msgid "Add a personal note:"
+msgstr ""
+
+#: mod/dfrn_request.php:651
+msgid "Friendica"
+msgstr ""
+
+#: mod/dfrn_request.php:652
+msgid "GNU Social (Pleroma, Mastodon)"
+msgstr ""
+
+#: mod/dfrn_request.php:653
+msgid "Diaspora (Socialhome, Hubzilla)"
+msgstr ""
+
+#: mod/dfrn_request.php:654
+#, php-format
+msgid ""
+" - please do not use this form.  Instead, enter %s into your Diaspora search "
+"bar."
+msgstr ""
+
+#: mod/dfrn_request.php:655 mod/follow.php:161 mod/unfollow.php:130
+msgid "Your Identity Address:"
+msgstr ""
+
+#: mod/dfrn_request.php:657 mod/follow.php:66 mod/unfollow.php:133
+msgid "Submit Request"
+msgstr ""
+
+#: mod/directory.php:154 mod/events.php:547 mod/notifications.php:251
+#: src/Model/Event.php:70 src/Model/Event.php:97 src/Model/Event.php:439
+#: src/Model/Event.php:930 src/Model/Profile.php:434 src/Module/Contact.php:650
+msgid "Location:"
+msgstr ""
+
+#: mod/directory.php:159 mod/notifications.php:257 src/Model/Profile.php:437
+#: src/Model/Profile.php:758
+msgid "Gender:"
+msgstr ""
+
+#: mod/directory.php:160 src/Model/Profile.php:438 src/Model/Profile.php:782
+msgid "Status:"
+msgstr ""
+
+#: mod/directory.php:161 src/Model/Profile.php:439 src/Model/Profile.php:799
+msgid "Homepage:"
+msgstr ""
+
+#: mod/directory.php:162 mod/notifications.php:253 src/Model/Profile.php:440
+#: src/Model/Profile.php:819 src/Module/Contact.php:654
+msgid "About:"
+msgstr ""
+
+#: mod/directory.php:210 src/Content/Widget.php:72
+#: view/theme/vier/theme.php:208
+msgid "Global Directory"
+msgstr ""
+
+#: mod/directory.php:212
+msgid "Find on this site"
+msgstr ""
+
+#: mod/directory.php:214
+msgid "Results for:"
+msgstr ""
+
+#: mod/directory.php:216
+msgid "Site Directory"
+msgstr ""
+
+#: mod/directory.php:217 src/Content/Widget.php:67 src/Module/Contact.php:822
+#: view/theme/vier/theme.php:203
+msgid "Find"
+msgstr ""
+
+#: mod/directory.php:221
+msgid "No entries (some entries may be hidden)."
+msgstr ""
+
+#: mod/dirfind.php:55
+#, php-format
+msgid "People Search - %s"
+msgstr ""
+
+#: mod/dirfind.php:66
+#, php-format
+msgid "Forum Search - %s"
+msgstr ""
+
+#: mod/dirfind.php:261 mod/match.php:125
+msgid "No matches"
+msgstr ""
+
+#: mod/editpost.php:29 mod/editpost.php:39
+msgid "Item not found"
+msgstr ""
+
+#: mod/editpost.php:46
+msgid "Edit post"
+msgstr ""
+
+#: mod/editpost.php:94 mod/filer.php:38 mod/notes.php:54
+#: src/Content/Text/HTML.php:961
+msgid "Save"
+msgstr ""
+
+#: mod/editpost.php:99 mod/message.php:263 mod/message.php:425
+#: mod/wallmessage.php:140
+msgid "Insert web link"
+msgstr ""
+
+#: mod/editpost.php:100
+msgid "web link"
+msgstr ""
+
+#: mod/editpost.php:101
+msgid "Insert video link"
+msgstr ""
+
+#: mod/editpost.php:102
+msgid "video link"
+msgstr ""
+
+#: mod/editpost.php:103
+msgid "Insert audio link"
+msgstr ""
+
+#: mod/editpost.php:104
+msgid "audio link"
+msgstr ""
+
+#: mod/editpost.php:119 src/Core/ACL.php:305
+msgid "CC: email addresses"
+msgstr ""
+
+#: mod/editpost.php:126 src/Core/ACL.php:306
+msgid "Example: bob@example.com, mary@example.com"
+msgstr ""
+
+#: mod/events.php:109 mod/events.php:111
+msgid "Event can not end before it has started."
+msgstr ""
+
+#: mod/events.php:118 mod/events.php:120
+msgid "Event title and start time are required."
+msgstr ""
+
+#: mod/events.php:392
+msgid "Create New Event"
+msgstr ""
+
+#: mod/events.php:515
+msgid "Event details"
+msgstr ""
+
+#: mod/events.php:516
+msgid "Starting date and Title are required."
+msgstr ""
+
+#: mod/events.php:517 mod/events.php:522
+msgid "Event Starts:"
+msgstr ""
+
+#: mod/events.php:517 mod/events.php:549 mod/profiles.php:608
+msgid "Required"
+msgstr ""
+
+#: mod/events.php:530 mod/events.php:555
+msgid "Finish date/time is not known or not relevant"
+msgstr ""
+
+#: mod/events.php:532 mod/events.php:537
+msgid "Event Finishes:"
+msgstr ""
+
+#: mod/events.php:543 mod/events.php:556
+msgid "Adjust for viewer timezone"
+msgstr ""
+
+#: mod/events.php:545
+msgid "Description:"
+msgstr ""
+
+#: mod/events.php:549 mod/events.php:551
+msgid "Title:"
+msgstr ""
+
+#: mod/events.php:552 mod/events.php:553
+msgid "Share this event"
+msgstr ""
+
+#: mod/events.php:560 src/Model/Profile.php:877
+msgid "Basic"
+msgstr ""
+
+#: mod/events.php:562 mod/photos.php:1111 mod/photos.php:1452
+#: src/Core/ACL.php:308
+msgid "Permissions"
+msgstr ""
+
+#: mod/events.php:578
+msgid "Failed to remove event"
+msgstr ""
+
+#: mod/events.php:580
+msgid "Event removed"
+msgstr ""
+
+#: mod/fbrowser.php:36 src/Content/Nav.php:155 src/Model/Profile.php:917
+#: view/theme/frio/theme.php:275
+msgid "Photos"
+msgstr ""
+
+#: mod/fbrowser.php:45 mod/fbrowser.php:70 mod/photos.php:204
+#: mod/photos.php:1075 mod/photos.php:1170 mod/photos.php:1187
+#: mod/photos.php:1654 mod/photos.php:1669 src/Model/Photo.php:244
+#: src/Model/Photo.php:253
+msgid "Contact Photos"
+msgstr ""
+
+#: mod/fbrowser.php:107 mod/fbrowser.php:138 mod/profile_photo.php:251
+msgid "Upload"
+msgstr ""
+
+#: mod/fbrowser.php:133
+msgid "Files"
+msgstr ""
+
+#: mod/feedtest.php:22
+msgid "You must be logged in to use this module"
+msgstr ""
+
+#: mod/feedtest.php:49
+msgid "Source URL"
+msgstr ""
+
+#: mod/fetch.php:21 mod/fetch.php:48 mod/fetch.php:55 mod/help.php:64
+#: src/App.php:1704
+msgid "Not Found"
+msgstr ""
+
+#: mod/filer.php:37
+msgid "- select -"
+msgstr ""
+
+#: mod/follow.php:47
+msgid "The contact could not be added."
+msgstr ""
+
+#: mod/follow.php:77
+msgid "You already added this contact."
+msgstr ""
+
+#: mod/follow.php:87
+msgid "Diaspora support isn't enabled. Contact can't be added."
+msgstr ""
+
+#: mod/follow.php:94
+msgid "OStatus support is disabled. Contact can't be added."
+msgstr ""
+
+#: mod/follow.php:101
+msgid "The network type couldn't be detected. Contact can't be added."
+msgstr ""
+
+#: mod/follow.php:181 mod/notifications.php:255 src/Model/Profile.php:807
+#: src/Module/Contact.php:656
+msgid "Tags:"
+msgstr ""
+
+#: mod/follow.php:193 mod/unfollow.php:149 src/Model/Profile.php:904
+#: src/Module/Contact.php:869
+msgid "Status Messages and Posts"
+msgstr ""
+
+#: mod/friendica.php:79
+#, php-format
+msgid ""
+"This is Friendica, version %s that is running at the web location %s. The "
+"database version is %s, the post update version is %s."
+msgstr ""
+
+#: mod/friendica.php:85
+msgid ""
+"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
+"about the Friendica project."
+msgstr ""
+
+#: mod/friendica.php:89
+msgid "Bug reports and issues: please visit"
+msgstr ""
+
+#: mod/friendica.php:89
+msgid "the bugtracker at github"
+msgstr ""
+
+#: mod/friendica.php:92
+msgid ""
+"Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
+msgstr ""
+
+#: mod/friendica.php:97
+msgid "Installed addons/apps:"
+msgstr ""
+
+#: mod/friendica.php:111
+msgid "No installed addons/apps"
+msgstr ""
+
+#: mod/friendica.php:116
+#, php-format
+msgid "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
+msgstr ""
+
+#: mod/friendica.php:121
+msgid "On this server the following remote servers are blocked."
+msgstr ""
+
+#: mod/fsuggest.php:73
+msgid "Friend suggestion sent."
+msgstr ""
+
+#: mod/fsuggest.php:102
+msgid "Suggest Friends"
+msgstr ""
+
+#: mod/fsuggest.php:104
+#, php-format
+msgid "Suggest a friend for %s"
+msgstr ""
+
+#: mod/group.php:40
+msgid "Group created."
+msgstr ""
+
+#: mod/group.php:46
+msgid "Could not create group."
+msgstr ""
+
+#: mod/group.php:60 mod/group.php:187
+msgid "Group not found."
+msgstr ""
+
+#: mod/group.php:74
+msgid "Group name changed."
+msgstr ""
+
+#: mod/group.php:87 mod/profperm.php:30 src/App.php:1785
+msgid "Permission denied"
+msgstr ""
+
+#: mod/group.php:105
+msgid "Save Group"
+msgstr ""
+
+#: mod/group.php:106
+msgid "Filter"
+msgstr ""
+
+#: mod/group.php:111
+msgid "Create a group of contacts/friends."
+msgstr ""
+
+#: mod/group.php:112 mod/group.php:136 mod/group.php:229
+#: src/Model/Group.php:419
+msgid "Group Name: "
+msgstr ""
+
+#: mod/group.php:127 src/Model/Group.php:416
+msgid "Contacts not in any group"
+msgstr ""
+
+#: mod/group.php:159
+msgid "Group removed."
+msgstr ""
+
+#: mod/group.php:161
+msgid "Unable to remove group."
+msgstr ""
+
+#: mod/group.php:222
+msgid "Delete Group"
+msgstr ""
+
+#: mod/group.php:233
+msgid "Edit Group Name"
+msgstr ""
+
+#: mod/group.php:244
+msgid "Members"
+msgstr ""
+
+#: mod/group.php:246 src/Module/Contact.php:711
+msgid "All Contacts"
+msgstr ""
+
+#: mod/group.php:247 mod/network.php:659
+msgid "Group is empty"
+msgstr ""
+
+#: mod/group.php:260
+msgid "Remove contact from group"
+msgstr ""
+
+#: mod/group.php:278 mod/profperm.php:119
+msgid "Click on a contact to add or remove."
+msgstr ""
+
+#: mod/group.php:292
+msgid "Add contact to group"
+msgstr ""
+
+#: mod/hcard.php:19
+msgid "No profile"
+msgstr ""
+
+#: mod/help.php:51
+msgid "Help:"
+msgstr ""
+
+#: mod/help.php:58 src/Content/Nav.php:187 view/theme/vier/theme.php:297
+msgid "Help"
+msgstr ""
+
+#: mod/home.php:40
+#, php-format
+msgid "Welcome to %s"
+msgstr ""
+
+#: mod/invite.php:38
+msgid "Total invitation limit exceeded."
+msgstr ""
+
+#: mod/invite.php:60
+#, php-format
+msgid "%s : Not a valid email address."
+msgstr ""
+
+#: mod/invite.php:87
+msgid "Please join us on Friendica"
+msgstr ""
+
+#: mod/invite.php:96
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr ""
+
+#: mod/invite.php:100
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr ""
+
+#: mod/invite.php:104
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] ""
+msgstr[1] ""
+
+#: mod/invite.php:122
+msgid "You have no more invitations available"
+msgstr ""
+
+#: 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/invite.php:132
+#, php-format
+msgid ""
+"To accept this invitation, please visit and register at %s or any other "
+"public Friendica website."
+msgstr ""
+
+#: 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/invite.php:137
+msgid ""
+"Our apologies. This system is not currently configured to connect with other "
+"public sites or invite members."
+msgstr ""
+
+#: 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/invite.php:140
+#, php-format
+msgid "To accept this invitation, please visit and register at %s."
+msgstr ""
+
+#: mod/invite.php:147
+msgid "Send invitations"
+msgstr ""
+
+#: mod/invite.php:148
+msgid "Enter email addresses, one per line:"
+msgstr ""
+
+#: mod/invite.php:149 mod/message.php:259 mod/message.php:420
+#: mod/wallmessage.php:137
+msgid "Your message:"
+msgstr ""
+
+#: mod/invite.php:149
+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:151
+msgid "You will need to supply this invitation code: $invite_code"
+msgstr ""
+
+#: mod/invite.php:151
+msgid ""
+"Once you have registered, please connect with me via my profile page at:"
+msgstr ""
+
+#: mod/invite.php:153
+msgid ""
+"For more information about the Friendica project and why we feel it is "
+"important, please visit http://friendi.ca"
+msgstr ""
+
+#: mod/item.php:120
+msgid "Unable to locate original post."
+msgstr ""
+
+#: mod/item.php:288
+msgid "Empty post discarded."
+msgstr ""
+
+#: mod/item.php:810
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social network."
+msgstr ""
+
+#: mod/item.php:812
+#, php-format
+msgid "You may visit them online at %s"
+msgstr ""
+
+#: mod/item.php:813
+msgid ""
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
+msgstr ""
+
+#: mod/item.php:817
+#, php-format
+msgid "%s posted an update."
+msgstr ""
+
+#: mod/localtime.php:19 src/Model/Event.php:38 src/Model/Event.php:844
+msgid "l F d, Y \\@ g:i A"
+msgstr ""
+
+#: mod/localtime.php:33
+msgid "Time Conversion"
+msgstr ""
+
+#: mod/localtime.php:35
+msgid ""
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
+msgstr ""
+
+#: mod/localtime.php:39
+#, php-format
+msgid "UTC time: %s"
+msgstr ""
+
+#: mod/localtime.php:42
+#, php-format
+msgid "Current timezone: %s"
+msgstr ""
+
+#: mod/localtime.php:46
+#, php-format
+msgid "Converted localtime: %s"
+msgstr ""
+
+#: mod/localtime.php:52
+msgid "Please select your timezone:"
+msgstr ""
+
+#: mod/lockview.php:46 mod/lockview.php:57
+msgid "Remote privacy information not available."
+msgstr ""
+
+#: mod/lockview.php:66
+msgid "Visible to:"
+msgstr ""
+
+#: mod/lostpass.php:30
+msgid "No valid account found."
+msgstr ""
+
+#: mod/lostpass.php:42
+msgid "Password reset request issued. Check your email."
+msgstr ""
+
+#: mod/lostpass.php:48
+#, 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/lostpass.php:59
+#, 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/lostpass.php:78
+#, php-format
+msgid "Password reset requested at %s"
+msgstr ""
+
+#: mod/lostpass.php:94
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr ""
+
+#: mod/lostpass.php:107
+msgid "Request has expired, please make a new one."
+msgstr ""
+
+#: mod/lostpass.php:122
+msgid "Forgot your Password?"
+msgstr ""
+
+#: mod/lostpass.php:123
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr ""
+
+#: mod/lostpass.php:124 src/Module/Login.php:324
+msgid "Nickname or Email: "
+msgstr ""
+
+#: mod/lostpass.php:125
+msgid "Reset"
+msgstr ""
+
+#: mod/lostpass.php:141 src/Module/Login.php:336
+msgid "Password Reset"
+msgstr ""
+
+#: mod/lostpass.php:142
+msgid "Your password has been reset as requested."
+msgstr ""
+
+#: mod/lostpass.php:143
+msgid "Your new password is"
+msgstr ""
+
+#: mod/lostpass.php:144
+msgid "Save or copy your new password - and then"
+msgstr ""
+
+#: mod/lostpass.php:145
+msgid "click here to login"
+msgstr ""
+
+#: mod/lostpass.php:146
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr ""
+
+#: mod/lostpass.php:154
+#, 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/lostpass.php:160
+#, 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/lostpass.php:176
+#, php-format
+msgid "Your password has been changed at %s"
+msgstr ""
+
+#: mod/maintenance.php:26
+msgid "System down for maintenance"
+msgstr ""
+
+#: mod/manage.php:181
+msgid "Manage Identities and/or Pages"
+msgstr ""
+
+#: mod/manage.php:182
+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:183
+msgid "Select an identity to manage: "
+msgstr ""
+
+#: mod/match.php:51
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr ""
+
+#: mod/match.php:106
+msgid "is interested in:"
+msgstr ""
+
+#: mod/match.php:120
+msgid "Profile Match"
+msgstr ""
+
+#: mod/message.php:35 mod/message.php:118 src/Content/Nav.php:252
+msgid "New Message"
+msgstr ""
+
+#: mod/message.php:72 mod/wallmessage.php:60
+msgid "No recipient selected."
+msgstr ""
+
+#: mod/message.php:76
+msgid "Unable to locate contact information."
+msgstr ""
+
+#: mod/message.php:79 mod/wallmessage.php:66
+msgid "Message could not be sent."
+msgstr ""
+
+#: mod/message.php:82 mod/wallmessage.php:69
+msgid "Message collection failure."
+msgstr ""
+
+#: mod/message.php:85 mod/wallmessage.php:72
+msgid "Message sent."
+msgstr ""
+
+#: mod/message.php:112 mod/notifications.php:47 mod/notifications.php:185
+#: mod/notifications.php:233
+msgid "Discard"
+msgstr ""
+
+#: mod/message.php:125 src/Content/Nav.php:249 view/theme/frio/theme.php:282
+msgid "Messages"
+msgstr ""
+
+#: mod/message.php:150
+msgid "Do you really want to delete this message?"
+msgstr ""
+
+#: mod/message.php:168
+msgid "Conversation not found."
+msgstr ""
+
+#: mod/message.php:173
+msgid "Message deleted."
+msgstr ""
+
+#: mod/message.php:178 mod/message.php:193
+msgid "Conversation removed."
+msgstr ""
+
+#: mod/message.php:207 mod/message.php:347 mod/wallmessage.php:123
+msgid "Please enter a link URL:"
+msgstr ""
+
+#: mod/message.php:250 mod/wallmessage.php:128
+msgid "Send Private Message"
+msgstr ""
+
+#: mod/message.php:251 mod/message.php:415 mod/wallmessage.php:130
+msgid "To:"
+msgstr ""
+
+#: mod/message.php:255 mod/message.php:417 mod/wallmessage.php:131
+msgid "Subject:"
+msgstr ""
+
+#: mod/message.php:293
+msgid "No messages."
+msgstr ""
+
+#: mod/message.php:334
+msgid "Message not available."
+msgstr ""
+
+#: mod/message.php:391
+msgid "Delete message"
+msgstr ""
+
+#: mod/message.php:393 mod/message.php:494
+msgid "D, d M Y - g:i A"
+msgstr ""
+
+#: mod/message.php:408 mod/message.php:491
+msgid "Delete conversation"
+msgstr ""
+
+#: mod/message.php:410
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr ""
+
+#: mod/message.php:414
+msgid "Send Reply"
+msgstr ""
+
+#: mod/message.php:465
+#, php-format
+msgid "Unknown sender - %s"
+msgstr ""
+
+#: mod/message.php:467
+#, php-format
+msgid "You and %s"
+msgstr ""
+
+#: mod/message.php:469
+#, php-format
+msgid "%s and You"
+msgstr ""
+
+#: mod/message.php:497
+#, php-format
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] ""
+msgstr[1] ""
+
+#: mod/network.php:192 mod/search.php:40
+msgid "Remove term"
+msgstr ""
+
+#: mod/network.php:199 mod/search.php:49
+msgid "Saved Searches"
+msgstr ""
+
+#: mod/network.php:200 src/Model/Group.php:410
+msgid "add"
+msgstr ""
+
+#: mod/network.php:567
+#, 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:570
+msgid "Messages in this group won't be send to these receivers."
+msgstr ""
+
+#: mod/network.php:638
+msgid "No such group"
+msgstr ""
+
+#: mod/network.php:663
+#, php-format
+msgid "Group: %s"
+msgstr ""
+
+#: mod/network.php:689
+msgid "Private messages to this person are at risk of public disclosure."
+msgstr ""
+
+#: mod/network.php:692
+msgid "Invalid contact."
+msgstr ""
+
+#: mod/network.php:970
+msgid "Commented Order"
+msgstr ""
+
+#: mod/network.php:973
+msgid "Sort by Comment Date"
+msgstr ""
+
+#: mod/network.php:978
+msgid "Posted Order"
+msgstr ""
+
+#: mod/network.php:981
+msgid "Sort by Post Date"
+msgstr ""
+
+#: mod/network.php:988 mod/profiles.php:595
+#: src/Core/NotificationsManager.php:187
+msgid "Personal"
+msgstr ""
+
+#: mod/network.php:991
+msgid "Posts that mention or involve you"
+msgstr ""
+
+#: mod/network.php:998
+msgid "New"
+msgstr ""
+
+#: mod/network.php:1001
+msgid "Activity Stream - by date"
+msgstr ""
+
+#: mod/network.php:1009
+msgid "Shared Links"
+msgstr ""
+
+#: mod/network.php:1012
+msgid "Interesting Links"
+msgstr ""
+
+#: mod/network.php:1019
+msgid "Starred"
+msgstr ""
+
+#: mod/network.php:1022
+msgid "Favourite Posts"
+msgstr ""
+
+#: mod/newmember.php:11
+msgid "Welcome to Friendica"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: mod/newmember.php:21
+msgid "Go to Your Settings"
+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."
+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."
+msgstr ""
+
+#: mod/newmember.php:24 mod/profperm.php:117 src/Content/Nav.php:154
+#: src/Model/Profile.php:743 src/Model/Profile.php:876
+#: src/Model/Profile.php:909 src/Module/Contact.php:661
+#: src/Module/Contact.php:874 view/theme/frio/theme.php:274
+msgid "Profile"
+msgstr ""
+
+#: mod/newmember.php:26 mod/profiles.php:599 mod/profile_photo.php:250
+msgid "Upload Profile Photo"
+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."
+msgstr ""
+
+#: mod/newmember.php:27
+msgid "Edit Your Profile"
+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."
+msgstr ""
+
+#: mod/newmember.php:28
+msgid "Profile Keywords"
+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."
+msgstr ""
+
+#: mod/newmember.php:30
+msgid "Connecting"
+msgstr ""
+
+#: mod/newmember.php:36
+msgid "Importing Emails"
+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"
+msgstr ""
+
+#: mod/newmember.php:39
+msgid "Go to Your Contacts Page"
+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."
+msgstr ""
+
+#: mod/newmember.php:40
+msgid "Go to Your Site's Directory"
+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."
+msgstr ""
+
+#: mod/newmember.php:41
+msgid "Finding New People"
+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."
+msgstr ""
+
+#: mod/newmember.php:43 src/Model/Group.php:411 src/Module/Contact.php:759
+msgid "Groups"
+msgstr ""
+
+#: mod/newmember.php:45
+msgid "Group Your Contacts"
+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."
+msgstr ""
+
+#: mod/newmember.php:48
+msgid "Why Aren't My Posts Public?"
+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."
+msgstr ""
+
+#: mod/newmember.php:52
+msgid "Getting Help"
+msgstr ""
+
+#: mod/newmember.php:54
+msgid "Go to the Help Section"
+msgstr ""
+
+#: mod/newmember.php:54
+msgid ""
+"Our <strong>help</strong> pages may be consulted for detail on other program "
+"features and resources."
+msgstr ""
+
+#: mod/notes.php:42 src/Model/Profile.php:959
+msgid "Personal Notes"
+msgstr ""
+
+#: mod/notifications.php:38
+msgid "Invalid request identifier."
+msgstr ""
+
+#: mod/notifications.php:60 mod/notifications.php:184 mod/notifications.php:269
+#: src/Module/Contact.php:628 src/Module/Contact.php:830
+#: src/Module/Contact.php:1090
+msgid "Ignore"
+msgstr ""
+
+#: mod/notifications.php:93 src/Content/Nav.php:244
+msgid "Notifications"
+msgstr ""
+
+#: mod/notifications.php:105
+msgid "Network Notifications"
+msgstr ""
+
+#: mod/notifications.php:110 mod/notify.php:82
+msgid "System Notifications"
+msgstr ""
+
+#: mod/notifications.php:115
+msgid "Personal Notifications"
+msgstr ""
+
+#: mod/notifications.php:120
+msgid "Home Notifications"
+msgstr ""
+
+#: mod/notifications.php:140
+msgid "Show unread"
+msgstr ""
+
+#: mod/notifications.php:140
+msgid "Show all"
+msgstr ""
+
+#: mod/notifications.php:151
+msgid "Show Ignored Requests"
+msgstr ""
+
+#: mod/notifications.php:151
+msgid "Hide Ignored Requests"
+msgstr ""
+
+#: mod/notifications.php:164 mod/notifications.php:241
+msgid "Notification type:"
+msgstr ""
+
+#: mod/notifications.php:167
+msgid "Suggested by:"
+msgstr ""
+
+#: mod/notifications.php:179 mod/notifications.php:258
+#: src/Module/Contact.php:636
+msgid "Hide this contact from others"
+msgstr ""
+
+#: mod/notifications.php:201
+msgid "Claims to be known to you: "
+msgstr ""
+
+#: mod/notifications.php:202
+msgid "yes"
+msgstr ""
+
+#: mod/notifications.php:202
+msgid "no"
+msgstr ""
+
+#: mod/notifications.php:203 mod/notifications.php:207
+msgid "Shall your connection be bidirectional or not?"
+msgstr ""
+
+#: mod/notifications.php:204 mod/notifications.php:208
+#, 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 ""
+
+#: mod/notifications.php:205
+#, 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 ""
+
+#: mod/notifications.php:209
+#, 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 ""
+
+#: mod/notifications.php:220
+msgid "Friend"
+msgstr ""
+
+#: mod/notifications.php:221
+msgid "Sharer"
+msgstr ""
+
+#: mod/notifications.php:221
+msgid "Subscriber"
+msgstr ""
+
+#: mod/notifications.php:264 src/Model/Profile.php:537
+#: src/Module/Contact.php:93
+msgid "Network:"
+msgstr ""
+
+#: mod/notifications.php:277
+msgid "No introductions."
+msgstr ""
+
+#: mod/notifications.php:311
+#, php-format
+msgid "No more %s notifications."
+msgstr ""
+
+#: mod/notify.php:78
+msgid "No more system notifications."
+msgstr ""
+
+#: mod/oexchange.php:32
+msgid "Post successful."
+msgstr ""
+
+#: mod/openid.php:32
+msgid "OpenID protocol error. No ID returned."
+msgstr ""
+
+#: mod/openid.php:68
+msgid ""
+"Account not found and OpenID registration is not permitted on this site."
+msgstr ""
+
+#: mod/openid.php:118 src/Module/Login.php:94 src/Module/Login.php:144
+msgid "Login failed."
+msgstr ""
+
+#: mod/ostatus_subscribe.php:23
+msgid "Subscribing to OStatus contacts"
+msgstr ""
+
+#: mod/ostatus_subscribe.php:35
+msgid "No contact provided."
+msgstr ""
+
+#: mod/ostatus_subscribe.php:42
+msgid "Couldn't fetch information for contact."
+msgstr ""
+
+#: mod/ostatus_subscribe.php:52
+msgid "Couldn't fetch friends for contact."
+msgstr ""
+
+#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52
+msgid "Done"
+msgstr ""
+
+#: mod/ostatus_subscribe.php:84
+msgid "success"
+msgstr ""
+
+#: mod/ostatus_subscribe.php:86
+msgid "failed"
+msgstr ""
+
+#: mod/ostatus_subscribe.php:89 src/Object/Post.php:282
+msgid "ignored"
+msgstr ""
+
+#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58
+msgid "Keep this window open until done."
+msgstr ""
+
+#: mod/photos.php:118 src/Model/Profile.php:920
+msgid "Photo Albums"
+msgstr ""
+
+#: mod/photos.php:119 mod/photos.php:1710
+msgid "Recent Photos"
+msgstr ""
+
+#: mod/photos.php:122 mod/photos.php:1231 mod/photos.php:1712
+msgid "Upload New Photos"
+msgstr ""
+
+#: mod/photos.php:140 mod/settings.php:56
+msgid "everybody"
+msgstr ""
+
+#: mod/photos.php:196
+msgid "Contact information unavailable"
+msgstr ""
+
+#: mod/photos.php:215
+msgid "Album not found."
+msgstr ""
+
+#: mod/photos.php:244 mod/photos.php:257 mod/photos.php:1182
+msgid "Delete Album"
+msgstr ""
+
+#: mod/photos.php:255
+msgid "Do you really want to delete this photo album and all its photos?"
+msgstr ""
+
+#: mod/photos.php:317 mod/photos.php:329 mod/photos.php:1457
+msgid "Delete Photo"
+msgstr ""
+
+#: mod/photos.php:327
+msgid "Do you really want to delete this photo?"
+msgstr ""
+
+#: mod/photos.php:684
+msgid "a photo"
+msgstr ""
+
+#: mod/photos.php:684
+#, php-format
+msgid "%1$s was tagged in %2$s by %3$s"
+msgstr ""
+
+#: mod/photos.php:780 mod/photos.php:783 mod/photos.php:812
+#: mod/profile_photo.php:155 mod/wall_upload.php:197
+#, php-format
+msgid "Image exceeds size limit of %s"
+msgstr ""
+
+#: mod/photos.php:786
+msgid "Image upload didn't complete, please try again"
+msgstr ""
+
+#: mod/photos.php:789
+msgid "Image file is missing"
+msgstr ""
+
+#: mod/photos.php:794
+msgid ""
+"Server can't accept new file upload at this time, please contact your "
+"administrator"
+msgstr ""
+
+#: mod/photos.php:820
+msgid "Image file is empty."
+msgstr ""
+
+#: mod/photos.php:835 mod/profile_photo.php:164 mod/wall_upload.php:211
+msgid "Unable to process image."
+msgstr ""
+
+#: mod/photos.php:864 mod/profile_photo.php:309 mod/wall_upload.php:250
+msgid "Image upload failed."
+msgstr ""
+
+#: mod/photos.php:952
+msgid "No photos selected"
+msgstr ""
+
+#: mod/photos.php:1049 mod/videos.php:302
+msgid "Access to this item is restricted."
+msgstr ""
+
+#: mod/photos.php:1103
+msgid "Upload Photos"
+msgstr ""
+
+#: mod/photos.php:1107 mod/photos.php:1177
+msgid "New album name: "
+msgstr ""
+
+#: mod/photos.php:1108
+msgid "or select existing album:"
+msgstr ""
+
+#: mod/photos.php:1109
+msgid "Do not show a status post for this upload"
+msgstr ""
+
+#: mod/photos.php:1125 mod/photos.php:1460 mod/settings.php:1224
+msgid "Show to Groups"
+msgstr ""
+
+#: mod/photos.php:1126 mod/photos.php:1461 mod/settings.php:1225
+msgid "Show to Contacts"
+msgstr ""
+
+#: mod/photos.php:1188
+msgid "Edit Album"
+msgstr ""
+
+#: mod/photos.php:1193
+msgid "Show Newest First"
+msgstr ""
+
+#: mod/photos.php:1195
+msgid "Show Oldest First"
+msgstr ""
+
+#: mod/photos.php:1216 mod/photos.php:1695
+msgid "View Photo"
+msgstr ""
+
+#: mod/photos.php:1257
+msgid "Permission denied. Access to this item may be restricted."
+msgstr ""
+
+#: mod/photos.php:1259
+msgid "Photo not available"
+msgstr ""
+
+#: mod/photos.php:1334
+msgid "View photo"
+msgstr ""
+
+#: mod/photos.php:1334
+msgid "Edit photo"
+msgstr ""
+
+#: mod/photos.php:1335
+msgid "Use as profile photo"
+msgstr ""
+
+#: mod/photos.php:1341 src/Object/Post.php:155
+msgid "Private Message"
+msgstr ""
+
+#: mod/photos.php:1361
+msgid "View Full Size"
+msgstr ""
+
+#: mod/photos.php:1425
+msgid "Tags: "
+msgstr ""
+
+#: mod/photos.php:1428
+msgid "[Select tags to remove]"
+msgstr ""
+
+#: mod/photos.php:1443
+msgid "New album name"
+msgstr ""
+
+#: mod/photos.php:1444
+msgid "Caption"
+msgstr ""
+
+#: mod/photos.php:1445
+msgid "Add a Tag"
+msgstr ""
+
+#: mod/photos.php:1445
+msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr ""
+
+#: mod/photos.php:1446
+msgid "Do not rotate"
+msgstr ""
+
+#: mod/photos.php:1447
+msgid "Rotate CW (right)"
+msgstr ""
+
+#: mod/photos.php:1448
+msgid "Rotate CCW (left)"
+msgstr ""
+
+#: mod/photos.php:1482 src/Object/Post.php:310
+msgid "I like this (toggle)"
+msgstr ""
+
+#: mod/photos.php:1483 src/Object/Post.php:311
+msgid "I don't like this (toggle)"
+msgstr ""
+
+#: mod/photos.php:1498 mod/photos.php:1537 mod/photos.php:1597
+#: src/Module/Contact.php:1023 src/Object/Post.php:810
+msgid "This is you"
+msgstr ""
+
+#: mod/photos.php:1500 mod/photos.php:1539 mod/photos.php:1599
+#: src/Object/Post.php:415 src/Object/Post.php:812
+msgid "Comment"
+msgstr ""
+
+#: mod/photos.php:1629
+msgid "Map"
+msgstr ""
+
+#: mod/photos.php:1701 mod/videos.php:379
+msgid "View Album"
+msgstr ""
+
+#: mod/ping.php:281
+msgid "{0} wants to be your friend"
+msgstr ""
+
+#: mod/ping.php:297
+msgid "{0} sent you a message"
+msgstr ""
+
+#: mod/ping.php:313
+msgid "{0} requested registration"
+msgstr ""
+
+#: mod/poke.php:187
+msgid "Poke/Prod"
+msgstr ""
+
+#: mod/poke.php:188
+msgid "poke, prod or do other things to somebody"
+msgstr ""
+
+#: mod/poke.php:189
+msgid "Recipient"
+msgstr ""
+
+#: mod/poke.php:190
+msgid "Choose what you wish to do to recipient"
+msgstr ""
+
+#: mod/poke.php:193
+msgid "Make this post private"
+msgstr ""
+
+#: mod/probe.php:14 mod/webfinger.php:17
+msgid "Only logged in users are permitted to perform a probing."
+msgstr ""
+
+#: mod/profile.php:44 src/Model/Profile.php:132
+msgid "Requested profile is not available."
+msgstr ""
+
+#: mod/profile.php:95 mod/profile.php:98 src/Protocol/OStatus.php:1290
+#, php-format
+msgid "%s's timeline"
+msgstr ""
+
+#: mod/profile.php:96 src/Protocol/OStatus.php:1294
+#, php-format
+msgid "%s's posts"
+msgstr ""
+
+#: mod/profile.php:97 src/Protocol/OStatus.php:1297
+#, php-format
+msgid "%s's comments"
+msgstr ""
+
+#: mod/profiles.php:61
+msgid "Profile deleted."
+msgstr ""
+
+#: mod/profiles.php:77 mod/profiles.php:113
+msgid "Profile-"
+msgstr ""
+
+#: mod/profiles.php:96 mod/profiles.php:135
+msgid "New profile created."
+msgstr ""
+
+#: mod/profiles.php:119
+msgid "Profile unavailable to clone."
+msgstr ""
+
+#: mod/profiles.php:207
+msgid "Profile Name is required."
+msgstr ""
+
+#: mod/profiles.php:348
+msgid "Marital Status"
+msgstr ""
+
+#: mod/profiles.php:352
+msgid "Romantic Partner"
+msgstr ""
+
+#: mod/profiles.php:364
+msgid "Work/Employment"
+msgstr ""
+
+#: mod/profiles.php:367
+msgid "Religion"
+msgstr ""
+
+#: mod/profiles.php:371
+msgid "Political Views"
+msgstr ""
+
+#: mod/profiles.php:375
+msgid "Gender"
+msgstr ""
+
+#: mod/profiles.php:379
+msgid "Sexual Preference"
+msgstr ""
+
+#: mod/profiles.php:383
+msgid "XMPP"
+msgstr ""
+
+#: mod/profiles.php:387
+msgid "Homepage"
+msgstr ""
+
+#: mod/profiles.php:391 mod/profiles.php:594
+msgid "Interests"
+msgstr ""
+
+#: mod/profiles.php:402 mod/profiles.php:590
+msgid "Location"
+msgstr ""
+
+#: mod/profiles.php:485
+msgid "Profile updated."
+msgstr ""
+
+#: mod/profiles.php:539
+msgid "Hide contacts and friends:"
+msgstr ""
+
+#: mod/profiles.php:544
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr ""
+
+#: mod/profiles.php:564
+msgid "Show more profile fields:"
+msgstr ""
+
+#: mod/profiles.php:576
+msgid "Profile Actions"
+msgstr ""
+
+#: mod/profiles.php:577
+msgid "Edit Profile Details"
+msgstr ""
+
+#: mod/profiles.php:579
+msgid "Change Profile Photo"
+msgstr ""
+
+#: mod/profiles.php:581
+msgid "View this profile"
+msgstr ""
+
+#: mod/profiles.php:582
+msgid "View all profiles"
+msgstr ""
+
+#: mod/profiles.php:583 mod/profiles.php:678 src/Model/Profile.php:410
+msgid "Edit visibility"
+msgstr ""
+
+#: mod/profiles.php:584
+msgid "Create a new profile using these settings"
+msgstr ""
+
+#: mod/profiles.php:585
+msgid "Clone this profile"
+msgstr ""
+
+#: mod/profiles.php:586
+msgid "Delete this profile"
+msgstr ""
+
+#: mod/profiles.php:588
+msgid "Basic information"
+msgstr ""
+
+#: mod/profiles.php:589
+msgid "Profile picture"
+msgstr ""
+
+#: mod/profiles.php:591
+msgid "Preferences"
+msgstr ""
+
+#: mod/profiles.php:592
+msgid "Status information"
+msgstr ""
+
+#: mod/profiles.php:593
+msgid "Additional information"
+msgstr ""
+
+#: mod/profiles.php:596
+msgid "Relation"
+msgstr ""
+
+#: mod/profiles.php:597 src/Util/Temporal.php:83 src/Util/Temporal.php:85
+msgid "Miscellaneous"
+msgstr ""
+
+#: mod/profiles.php:600
+msgid "Your Gender:"
+msgstr ""
+
+#: mod/profiles.php:601
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr ""
+
+#: mod/profiles.php:602 src/Model/Profile.php:795
+msgid "Sexual Preference:"
+msgstr ""
+
+#: mod/profiles.php:603
+msgid "Example: fishing photography software"
+msgstr ""
+
+#: mod/profiles.php:608
+msgid "Profile Name:"
+msgstr ""
+
+#: mod/profiles.php:610
+msgid ""
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
+msgstr ""
+
+#: mod/profiles.php:611
+msgid "Your Full Name:"
+msgstr ""
+
+#: mod/profiles.php:612
+msgid "Title/Description:"
+msgstr ""
+
+#: mod/profiles.php:615
+msgid "Street Address:"
+msgstr ""
+
+#: mod/profiles.php:616
+msgid "Locality/City:"
+msgstr ""
+
+#: mod/profiles.php:617
+msgid "Region/State:"
+msgstr ""
+
+#: mod/profiles.php:618
+msgid "Postal/Zip Code:"
+msgstr ""
+
+#: mod/profiles.php:619
+msgid "Country:"
+msgstr ""
+
+#: mod/profiles.php:620 src/Util/Temporal.php:151
+msgid "Age: "
+msgstr ""
+
+#: mod/profiles.php:623
+msgid "Who: (if applicable)"
+msgstr ""
+
+#: mod/profiles.php:623
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr ""
+
+#: mod/profiles.php:624
+msgid "Since [date]:"
+msgstr ""
+
+#: mod/profiles.php:626
+msgid "Tell us about yourself..."
+msgstr ""
+
+#: mod/profiles.php:627
+msgid "XMPP (Jabber) address:"
+msgstr ""
+
+#: mod/profiles.php:627
+msgid ""
+"The XMPP address will be propagated to your contacts so that they can follow "
+"you."
+msgstr ""
+
+#: mod/profiles.php:628
+msgid "Homepage URL:"
+msgstr ""
+
+#: mod/profiles.php:629 src/Model/Profile.php:803
+msgid "Hometown:"
+msgstr ""
+
+#: mod/profiles.php:630 src/Model/Profile.php:811
+msgid "Political Views:"
+msgstr ""
+
+#: mod/profiles.php:631
+msgid "Religious Views:"
+msgstr ""
+
+#: mod/profiles.php:632
+msgid "Public Keywords:"
+msgstr ""
+
+#: mod/profiles.php:632
+msgid "(Used for suggesting potential friends, can be seen by others)"
+msgstr ""
+
+#: mod/profiles.php:633
+msgid "Private Keywords:"
+msgstr ""
+
+#: mod/profiles.php:633
+msgid "(Used for searching profiles, never shown to others)"
+msgstr ""
+
+#: mod/profiles.php:634 src/Model/Profile.php:827
+msgid "Likes:"
+msgstr ""
+
+#: mod/profiles.php:635 src/Model/Profile.php:831
+msgid "Dislikes:"
+msgstr ""
+
+#: mod/profiles.php:636
+msgid "Musical interests"
+msgstr ""
+
+#: mod/profiles.php:637
+msgid "Books, literature"
+msgstr ""
+
+#: mod/profiles.php:638
+msgid "Television"
+msgstr ""
+
+#: mod/profiles.php:639
+msgid "Film/dance/culture/entertainment"
+msgstr ""
+
+#: mod/profiles.php:640
+msgid "Hobbies/Interests"
+msgstr ""
+
+#: mod/profiles.php:641
+msgid "Love/romance"
+msgstr ""
+
+#: mod/profiles.php:642
+msgid "Work/employment"
+msgstr ""
+
+#: mod/profiles.php:643
+msgid "School/education"
+msgstr ""
+
+#: mod/profiles.php:644
+msgid "Contact information and Social Networks"
+msgstr ""
+
+#: mod/profiles.php:675 src/Model/Profile.php:406
+msgid "Profile Image"
+msgstr ""
+
+#: mod/profiles.php:677 src/Model/Profile.php:409
+msgid "visible to everybody"
+msgstr ""
+
+#: mod/profiles.php:684
+msgid "Edit/Manage Profiles"
+msgstr ""
+
+#: mod/profiles.php:685 src/Model/Profile.php:396 src/Model/Profile.php:418
+msgid "Change profile photo"
+msgstr ""
+
+#: mod/profiles.php:686 src/Model/Profile.php:397
+msgid "Create New Profile"
+msgstr ""
+
+#: mod/profile_photo.php:59
+msgid "Image uploaded but image cropping failed."
+msgstr ""
+
+#: mod/profile_photo.php:91 mod/profile_photo.php:100 mod/profile_photo.php:109
+#: mod/profile_photo.php:317
+#, php-format
+msgid "Image size reduction [%s] failed."
+msgstr ""
+
+#: mod/profile_photo.php:128
+msgid ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr ""
+
+#: mod/profile_photo.php:136
+msgid "Unable to process image"
+msgstr ""
+
+#: mod/profile_photo.php:248
+msgid "Upload File:"
+msgstr ""
+
+#: mod/profile_photo.php:249
+msgid "Select a profile:"
+msgstr ""
+
+#: mod/profile_photo.php:254
+msgid "or"
+msgstr ""
+
+#: mod/profile_photo.php:255
+msgid "skip this step"
+msgstr ""
+
+#: mod/profile_photo.php:255
+msgid "select a photo from your photo albums"
+msgstr ""
+
+#: mod/profile_photo.php:268
+msgid "Crop Image"
+msgstr ""
+
+#: mod/profile_photo.php:269
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr ""
+
+#: mod/profile_photo.php:271
+msgid "Done Editing"
+msgstr ""
+
+#: mod/profile_photo.php:307
+msgid "Image uploaded successfully."
+msgstr ""
+
+#: mod/profperm.php:36 mod/profperm.php:69
+msgid "Invalid profile identifier."
+msgstr ""
+
+#: mod/profperm.php:115
+msgid "Profile Visibility Editor"
+msgstr ""
+
+#: mod/profperm.php:128
+msgid "Visible To"
+msgstr ""
+
+#: mod/profperm.php:144
+msgid "All Contacts (with secure profile access)"
+msgstr ""
+
+#: mod/register.php:105
+msgid ""
+"Registration successful. Please check your email for further instructions."
+msgstr ""
+
+#: mod/register.php:109
+#, 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 ""
+
+#: mod/register.php:116
+msgid "Registration successful."
+msgstr ""
+
+#: mod/register.php:121
+msgid "Your registration can not be processed."
+msgstr ""
+
+#: mod/register.php:164
+msgid "Your registration is pending approval by the site owner."
+msgstr ""
+
+#: mod/register.php:193 mod/uimport.php:39
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr ""
+
+#: mod/register.php:222
+msgid ""
+"You may (optionally) fill in this form via OpenID by supplying your OpenID "
+"and clicking 'Register'."
+msgstr ""
+
+#: mod/register.php:223
+msgid ""
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
+msgstr ""
+
+#: mod/register.php:224
+msgid "Your OpenID (optional): "
+msgstr ""
+
+#: mod/register.php:236
+msgid "Include your profile in member directory?"
+msgstr ""
+
+#: mod/register.php:263
+msgid "Note for the admin"
+msgstr ""
+
+#: mod/register.php:263
+msgid "Leave a message for the admin, why you want to join this node"
+msgstr ""
+
+#: mod/register.php:264
+msgid "Membership on this site is by invitation only."
+msgstr ""
+
+#: mod/register.php:265
+msgid "Your invitation code: "
+msgstr ""
+
+#: mod/register.php:274
+msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
+msgstr ""
+
+#: mod/register.php:275
+msgid ""
+"Your Email Address: (Initial information will be send there, so this has to "
+"be an existing address.)"
+msgstr ""
+
+#: mod/register.php:277 mod/settings.php:1196
+msgid "New Password:"
+msgstr ""
+
+#: mod/register.php:277
+msgid "Leave empty for an auto generated password."
+msgstr ""
+
+#: mod/register.php:278 mod/settings.php:1197
+msgid "Confirm:"
+msgstr ""
+
+#: mod/register.php:279
+#, 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:280
+msgid "Choose a nickname: "
+msgstr ""
+
+#: mod/register.php:283 src/Content/Nav.php:181 src/Module/Login.php:293
+msgid "Register"
+msgstr ""
+
+#: mod/register.php:289 mod/uimport.php:54
+msgid "Import"
+msgstr ""
+
+#: mod/register.php:290
+msgid "Import your profile to this friendica instance"
+msgstr ""
+
+#: mod/register.php:298
+msgid "Note: This node explicitly contains adult content"
+msgstr ""
+
+#: mod/regmod.php:55
+msgid "Account approved."
+msgstr ""
+
+#: mod/regmod.php:79
+#, php-format
+msgid "Registration revoked for %s"
+msgstr ""
+
+#: mod/regmod.php:86
+msgid "Please login."
+msgstr ""
+
+#: mod/removeme.php:49
+msgid "User deleted their account"
+msgstr ""
+
+#: mod/removeme.php:50
+msgid ""
+"On your Friendica node an user deleted their account. Please ensure that "
+"their data is removed from the backups."
+msgstr ""
+
+#: mod/removeme.php:51
+#, php-format
+msgid "The user id is %d"
+msgstr ""
+
+#: mod/removeme.php:87 mod/removeme.php:90
+msgid "Remove My Account"
+msgstr ""
+
+#: mod/removeme.php:88
+msgid ""
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr ""
+
+#: mod/removeme.php:89
+msgid "Please enter your password for verification:"
+msgstr ""
+
+#: mod/repair_ostatus.php:21
+msgid "Resubscribing to OStatus contacts"
+msgstr ""
+
+#: mod/repair_ostatus.php:37
+msgid "Error"
+msgstr ""
+
+#: mod/search.php:113
+msgid "Only logged in users are permitted to perform a search."
+msgstr ""
+
+#: mod/search.php:137
+msgid "Too Many Requests"
+msgstr ""
+
+#: mod/search.php:138
+msgid "Only one search per minute is permitted for not logged in users."
+msgstr ""
+
+#: mod/search.php:163 src/Content/Nav.php:195 src/Content/Text/HTML.php:967
+msgid "Search"
+msgstr ""
+
+#: mod/search.php:249
+#, php-format
+msgid "Items tagged with: %s"
+msgstr ""
+
+#: mod/search.php:251 src/Module/Contact.php:821
+#, php-format
+msgid "Results for: %s"
+msgstr ""
+
+#: mod/settings.php:61
+msgid "Account"
+msgstr ""
+
+#: mod/settings.php:69 src/Content/Nav.php:263 src/Model/Profile.php:389
+msgid "Profiles"
+msgstr ""
+
+#: mod/settings.php:85
+msgid "Display"
+msgstr ""
+
+#: mod/settings.php:92 mod/settings.php:845
+msgid "Social Networks"
+msgstr ""
+
+#: mod/settings.php:106 src/Content/Nav.php:258
+msgid "Delegations"
+msgstr ""
+
+#: mod/settings.php:113
+msgid "Connected apps"
+msgstr ""
+
+#: mod/settings.php:120 mod/uexport.php:53
+msgid "Export personal data"
+msgstr ""
+
+#: mod/settings.php:127
+msgid "Remove account"
+msgstr ""
+
+#: mod/settings.php:179
+msgid "Missing some important data!"
+msgstr ""
+
+#: mod/settings.php:181 mod/settings.php:706 src/Module/Contact.php:828
+msgid "Update"
+msgstr ""
+
+#: mod/settings.php:290
+msgid "Failed to connect with email account using the settings provided."
+msgstr ""
+
+#: mod/settings.php:295
+msgid "Email settings updated."
+msgstr ""
+
+#: mod/settings.php:311
+msgid "Features updated"
+msgstr ""
+
+#: mod/settings.php:384
+msgid "Relocate message has been send to your contacts"
+msgstr ""
+
+#: mod/settings.php:396 src/Model/User.php:423
+msgid "Passwords do not match. Password unchanged."
+msgstr ""
+
+#: mod/settings.php:401
+msgid "Empty passwords are not allowed. Password unchanged."
+msgstr ""
+
+#: mod/settings.php:406 src/Core/Console/NewPassword.php:82
+msgid ""
+"The new password has been exposed in a public data dump, please choose "
+"another."
+msgstr ""
+
+#: mod/settings.php:412
+msgid "Wrong password."
+msgstr ""
+
+#: mod/settings.php:419 src/Core/Console/NewPassword.php:89
+msgid "Password changed."
+msgstr ""
+
+#: mod/settings.php:421 src/Core/Console/NewPassword.php:86
+msgid "Password update failed. Please try again."
+msgstr ""
+
+#: mod/settings.php:505
+msgid " Please use a shorter name."
+msgstr ""
+
+#: mod/settings.php:508
+msgid " Name too short."
+msgstr ""
+
+#: mod/settings.php:516
+msgid "Wrong Password"
+msgstr ""
+
+#: mod/settings.php:521
+msgid "Invalid email."
+msgstr ""
+
+#: mod/settings.php:527
+msgid "Cannot change to that email."
+msgstr ""
+
+#: mod/settings.php:577
+msgid "Private forum has no privacy permissions. Using default privacy group."
+msgstr ""
+
+#: mod/settings.php:580
+msgid "Private forum has no privacy permissions and no default privacy group."
+msgstr ""
+
+#: mod/settings.php:620
+msgid "Settings updated."
+msgstr ""
+
+#: mod/settings.php:679 mod/settings.php:705 mod/settings.php:739
+msgid "Add application"
+msgstr ""
+
+#: mod/settings.php:683 mod/settings.php:709
+msgid "Consumer Key"
+msgstr ""
+
+#: mod/settings.php:684 mod/settings.php:710
+msgid "Consumer Secret"
+msgstr ""
+
+#: mod/settings.php:685 mod/settings.php:711
+msgid "Redirect"
+msgstr ""
+
+#: mod/settings.php:686 mod/settings.php:712
+msgid "Icon url"
+msgstr ""
+
+#: mod/settings.php:697
+msgid "You can't edit this application."
+msgstr ""
+
+#: mod/settings.php:738
+msgid "Connected Apps"
+msgstr ""
+
+#: mod/settings.php:740 src/Object/Post.php:165 src/Object/Post.php:167
+msgid "Edit"
+msgstr ""
+
+#: mod/settings.php:742
+msgid "Client key starts with"
+msgstr ""
+
+#: mod/settings.php:743
+msgid "No name"
+msgstr ""
+
+#: mod/settings.php:744
+msgid "Remove authorization"
+msgstr ""
+
+#: mod/settings.php:755
+msgid "No Addon settings configured"
+msgstr ""
+
+#: mod/settings.php:764
+msgid "Addon Settings"
+msgstr ""
+
+#: mod/settings.php:785
+msgid "Additional Features"
+msgstr ""
+
+#: mod/settings.php:808 src/Content/ContactSelector.php:85
+msgid "Diaspora"
+msgstr ""
+
+#: mod/settings.php:808 mod/settings.php:809
+msgid "enabled"
+msgstr ""
+
+#: mod/settings.php:808 mod/settings.php:809
+msgid "disabled"
+msgstr ""
+
+#: mod/settings.php:808 mod/settings.php:809
+#, php-format
+msgid "Built-in support for %s connectivity is %s"
+msgstr ""
+
+#: mod/settings.php:809
+msgid "GNU Social (OStatus)"
+msgstr ""
+
+#: mod/settings.php:840
+msgid "Email access is disabled on this site."
+msgstr ""
+
+#: mod/settings.php:850
+msgid "General Social Media Settings"
+msgstr ""
+
+#: mod/settings.php:851
+msgid "Disable Content Warning"
+msgstr ""
+
+#: mod/settings.php:851
+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:852
+msgid "Disable intelligent shortening"
+msgstr ""
+
+#: mod/settings.php:852
+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:853
+msgid "Automatically follow any GNU Social (OStatus) followers/mentioners"
+msgstr ""
+
+#: mod/settings.php:853
+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:854
+msgid "Default group for OStatus contacts"
+msgstr ""
+
+#: mod/settings.php:855
+msgid "Your legacy GNU Social account"
+msgstr ""
+
+#: mod/settings.php:855
+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 ""
+
+#: mod/settings.php:858
+msgid "Repair OStatus subscriptions"
+msgstr ""
+
+#: mod/settings.php:862
+msgid "Email/Mailbox Setup"
+msgstr ""
+
+#: mod/settings.php:863
+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:864
+msgid "Last successful email check:"
+msgstr ""
+
+#: mod/settings.php:866
+msgid "IMAP server name:"
+msgstr ""
+
+#: mod/settings.php:867
+msgid "IMAP port:"
+msgstr ""
+
+#: mod/settings.php:868
+msgid "Security:"
+msgstr ""
+
+#: mod/settings.php:868 mod/settings.php:873
+msgid "None"
+msgstr ""
+
+#: mod/settings.php:869
+msgid "Email login name:"
+msgstr ""
+
+#: mod/settings.php:870
+msgid "Email password:"
+msgstr ""
+
+#: mod/settings.php:871
+msgid "Reply-to address:"
+msgstr ""
+
+#: mod/settings.php:872
+msgid "Send public posts to all email contacts:"
+msgstr ""
+
+#: mod/settings.php:873
+msgid "Action after import:"
+msgstr ""
+
+#: mod/settings.php:873 src/Content/Nav.php:246
+msgid "Mark as seen"
+msgstr ""
+
+#: mod/settings.php:873
+msgid "Move to folder"
+msgstr ""
+
+#: mod/settings.php:874
+msgid "Move to folder:"
+msgstr ""
+
+#: mod/settings.php:917
+#, php-format
+msgid "%s - (Unsupported)"
+msgstr ""
+
+#: mod/settings.php:919
+#, php-format
+msgid "%s - (Experimental)"
+msgstr ""
+
+#: mod/settings.php:946 src/Core/L10n.php:359 src/Model/Event.php:396
+msgid "Sunday"
+msgstr ""
+
+#: mod/settings.php:946 src/Core/L10n.php:359 src/Model/Event.php:397
+msgid "Monday"
+msgstr ""
+
+#: mod/settings.php:962
+msgid "Display Settings"
+msgstr ""
+
+#: mod/settings.php:968
+msgid "Display Theme:"
+msgstr ""
+
+#: mod/settings.php:969
+msgid "Mobile Theme:"
+msgstr ""
+
+#: mod/settings.php:970
+msgid "Suppress warning of insecure networks"
+msgstr ""
+
+#: mod/settings.php:970
+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:971
+msgid "Update browser every xx seconds"
+msgstr ""
+
+#: mod/settings.php:971
+msgid "Minimum of 10 seconds. Enter -1 to disable it."
+msgstr ""
+
+#: mod/settings.php:972
+msgid "Number of items to display per page:"
+msgstr ""
+
+#: mod/settings.php:972 mod/settings.php:973
+msgid "Maximum of 100 items"
+msgstr ""
+
+#: mod/settings.php:973
+msgid "Number of items to display per page when viewed from mobile device:"
+msgstr ""
+
+#: mod/settings.php:974
+msgid "Don't show emoticons"
+msgstr ""
+
+#: mod/settings.php:975
+msgid "Calendar"
+msgstr ""
+
+#: mod/settings.php:976
+msgid "Beginning of week:"
+msgstr ""
+
+#: mod/settings.php:977
+msgid "Don't show notices"
+msgstr ""
+
+#: mod/settings.php:978
+msgid "Infinite scroll"
+msgstr ""
+
+#: mod/settings.php:979
+msgid "Automatic updates only at the top of the network page"
+msgstr ""
+
+#: mod/settings.php:979
+msgid ""
+"When disabled, the network page is updated all the time, which could be "
+"confusing while reading."
+msgstr ""
+
+#: mod/settings.php:980
+msgid "Bandwidth Saver Mode"
+msgstr ""
+
+#: mod/settings.php:980
+msgid ""
+"When enabled, embedded content is not displayed on automatic updates, they "
+"only show on page reload."
+msgstr ""
+
+#: mod/settings.php:981
+msgid "Smart Threading"
+msgstr ""
+
+#: mod/settings.php:981
+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:983
+msgid "General Theme Settings"
+msgstr ""
+
+#: mod/settings.php:984
+msgid "Custom Theme Settings"
+msgstr ""
+
+#: mod/settings.php:985
+msgid "Content Settings"
+msgstr ""
+
+#: mod/settings.php:986 view/theme/duepuntozero/config.php:74
+#: view/theme/frio/config.php:121 view/theme/quattro/config.php:76
+#: view/theme/vier/config.php:122
+msgid "Theme settings"
+msgstr ""
+
+#: mod/settings.php:1000
+msgid "Unable to find your profile. Please contact your admin."
+msgstr ""
+
+#: mod/settings.php:1039
+msgid "Account Types"
+msgstr ""
+
+#: mod/settings.php:1040
+msgid "Personal Page Subtypes"
+msgstr ""
+
+#: mod/settings.php:1041
+msgid "Community Forum Subtypes"
+msgstr ""
+
+#: mod/settings.php:1049
+msgid "Account for a personal profile."
+msgstr ""
+
+#: mod/settings.php:1053
+msgid ""
+"Account for an organisation that automatically approves contact requests as "
+"\"Followers\"."
+msgstr ""
+
+#: mod/settings.php:1057
+msgid ""
+"Account for a news reflector that automatically approves contact requests as "
+"\"Followers\"."
+msgstr ""
+
+#: mod/settings.php:1061
+msgid "Account for community discussions."
+msgstr ""
+
+#: mod/settings.php:1065
+msgid ""
+"Account for a regular personal profile that requires manual approval of "
+"\"Friends\" and \"Followers\"."
+msgstr ""
+
+#: mod/settings.php:1069
+msgid ""
+"Account for a public profile that automatically approves contact requests as "
+"\"Followers\"."
+msgstr ""
+
+#: mod/settings.php:1073
+msgid "Automatically approves all contact requests."
+msgstr ""
+
+#: mod/settings.php:1077
+msgid ""
+"Account for a popular profile that automatically approves contact requests "
+"as \"Friends\"."
+msgstr ""
+
+#: mod/settings.php:1080
+msgid "Private Forum [Experimental]"
+msgstr ""
+
+#: mod/settings.php:1081
+msgid "Requires manual approval of contact requests."
+msgstr ""
+
+#: mod/settings.php:1092
+msgid "OpenID:"
+msgstr ""
+
+#: mod/settings.php:1092
+msgid "(Optional) Allow this OpenID to login to this account."
+msgstr ""
+
+#: mod/settings.php:1100
+msgid "Publish your default profile in your local site directory?"
+msgstr ""
+
+#: mod/settings.php:1100
+#, 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/settings.php:1106
+msgid "Publish your default profile in the global social directory?"
+msgstr ""
+
+#: mod/settings.php:1106
+#, 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:1113
+msgid "Hide your contact/friend list from viewers of your default profile?"
+msgstr ""
+
+#: mod/settings.php:1113
+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:1117
+msgid "Hide your profile details from anonymous viewers?"
+msgstr ""
+
+#: mod/settings.php:1117
+msgid ""
+"Anonymous visitors will only see your profile picture, your display name and "
+"the nickname you are using on your profile page. Your public posts and "
+"replies will still be accessible by other means."
+msgstr ""
+
+#: mod/settings.php:1121
+msgid "Allow friends to post to your profile page?"
+msgstr ""
+
+#: mod/settings.php:1121
+msgid ""
+"Your contacts may write posts on your profile wall. These posts will be "
+"distributed to your contacts"
+msgstr ""
+
+#: mod/settings.php:1125
+msgid "Allow friends to tag your posts?"
+msgstr ""
+
+#: mod/settings.php:1125
+msgid "Your contacts can add additional tags to your posts."
+msgstr ""
+
+#: mod/settings.php:1129
+msgid "Allow us to suggest you as a potential friend to new members?"
+msgstr ""
+
+#: mod/settings.php:1129
+msgid "If you like, Friendica may suggest new members to add you as a contact."
+msgstr ""
+
+#: mod/settings.php:1133
+msgid "Permit unknown people to send you private mail?"
+msgstr ""
+
+#: mod/settings.php:1133
+msgid ""
+"Friendica network users may send you private messages even if they are not "
+"in your contact list."
+msgstr ""
+
+#: mod/settings.php:1137
+msgid "Profile is <strong>not published</strong>."
+msgstr ""
+
+#: mod/settings.php:1143
+#, php-format
+msgid "Your Identity Address is <strong>'%s'</strong> or '%s'."
+msgstr ""
+
+#: mod/settings.php:1150
+msgid "Automatically expire posts after this many days:"
+msgstr ""
+
+#: mod/settings.php:1150
+msgid "If empty, posts will not expire. Expired posts will be deleted"
+msgstr ""
+
+#: mod/settings.php:1151
+msgid "Advanced expiration settings"
+msgstr ""
+
+#: mod/settings.php:1152
+msgid "Advanced Expiration"
+msgstr ""
+
+#: mod/settings.php:1153
+msgid "Expire posts:"
+msgstr ""
+
+#: mod/settings.php:1154
+msgid "Expire personal notes:"
+msgstr ""
+
+#: mod/settings.php:1155
+msgid "Expire starred posts:"
+msgstr ""
+
+#: mod/settings.php:1156
+msgid "Expire photos:"
+msgstr ""
+
+#: mod/settings.php:1157
+msgid "Only expire posts by others:"
+msgstr ""
+
+#: mod/settings.php:1187
+msgid "Account Settings"
+msgstr ""
+
+#: mod/settings.php:1195
+msgid "Password Settings"
+msgstr ""
+
+#: mod/settings.php:1197
+msgid "Leave password fields blank unless changing"
+msgstr ""
+
+#: mod/settings.php:1198
+msgid "Current Password:"
+msgstr ""
+
+#: mod/settings.php:1198 mod/settings.php:1199
+msgid "Your current password to confirm the changes"
+msgstr ""
+
+#: mod/settings.php:1199
+msgid "Password:"
+msgstr ""
+
+#: mod/settings.php:1203
+msgid "Basic Settings"
+msgstr ""
+
+#: mod/settings.php:1204 src/Model/Profile.php:751
+msgid "Full Name:"
+msgstr ""
+
+#: mod/settings.php:1205
+msgid "Email Address:"
+msgstr ""
+
+#: mod/settings.php:1206
+msgid "Your Timezone:"
+msgstr ""
+
+#: mod/settings.php:1207
+msgid "Your Language:"
+msgstr ""
+
+#: mod/settings.php:1207
+msgid ""
+"Set the language we use to show you friendica interface and to send you "
+"emails"
+msgstr ""
+
+#: mod/settings.php:1208
+msgid "Default Post Location:"
+msgstr ""
+
+#: mod/settings.php:1209
+msgid "Use Browser Location:"
+msgstr ""
+
+#: mod/settings.php:1212
+msgid "Security and Privacy Settings"
+msgstr ""
+
+#: mod/settings.php:1214
+msgid "Maximum Friend Requests/Day:"
+msgstr ""
+
+#: mod/settings.php:1214 mod/settings.php:1243
+msgid "(to prevent spam abuse)"
+msgstr ""
+
+#: mod/settings.php:1215
+msgid "Default Post Permissions"
+msgstr ""
+
+#: mod/settings.php:1216
+msgid "(click to open/close)"
+msgstr ""
+
+#: mod/settings.php:1226
+msgid "Default Private Post"
+msgstr ""
+
+#: mod/settings.php:1227
+msgid "Default Public Post"
+msgstr ""
+
+#: mod/settings.php:1231
+msgid "Default Permissions for New Posts"
+msgstr ""
+
+#: mod/settings.php:1243
+msgid "Maximum private messages per day from unknown people:"
+msgstr ""
+
+#: mod/settings.php:1246
+msgid "Notification Settings"
+msgstr ""
+
+#: mod/settings.php:1247
+msgid "Send a notification email when:"
+msgstr ""
+
+#: mod/settings.php:1248
+msgid "You receive an introduction"
+msgstr ""
+
+#: mod/settings.php:1249
+msgid "Your introductions are confirmed"
+msgstr ""
+
+#: mod/settings.php:1250
+msgid "Someone writes on your profile wall"
+msgstr ""
+
+#: mod/settings.php:1251
+msgid "Someone writes a followup comment"
+msgstr ""
+
+#: mod/settings.php:1252
+msgid "You receive a private message"
+msgstr ""
+
+#: mod/settings.php:1253
+msgid "You receive a friend suggestion"
+msgstr ""
+
+#: mod/settings.php:1254
+msgid "You are tagged in a post"
+msgstr ""
+
+#: mod/settings.php:1255
+msgid "You are poked/prodded/etc. in a post"
+msgstr ""
+
+#: mod/settings.php:1257
+msgid "Activate desktop notifications"
+msgstr ""
+
+#: mod/settings.php:1257
+msgid "Show desktop popup on new notifications"
+msgstr ""
+
+#: mod/settings.php:1259
+msgid "Text-only notification emails"
+msgstr ""
+
+#: mod/settings.php:1261
+msgid "Send text only notification emails, without the html part"
+msgstr ""
+
+#: mod/settings.php:1263
+msgid "Show detailled notifications"
+msgstr ""
+
+#: mod/settings.php:1265
+msgid ""
+"Per default, notifications are condensed to a single notification per item. "
+"When enabled every notification is displayed."
+msgstr ""
+
+#: mod/settings.php:1267
+msgid "Advanced Account/Page Type Settings"
+msgstr ""
+
+#: mod/settings.php:1268
+msgid "Change the behaviour of this account for special situations"
+msgstr ""
+
+#: mod/settings.php:1271
+msgid "Relocate"
+msgstr ""
+
+#: mod/settings.php:1272
+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:1273
+msgid "Resend relocate message to contacts"
+msgstr ""
+
+#: mod/subthread.php:106
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr ""
+
+#: mod/suggest.php:39
+msgid "Do you really want to delete this suggestion?"
+msgstr ""
+
+#: mod/suggest.php:75
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr ""
+
+#: mod/suggest.php:88 mod/suggest.php:108
+msgid "Ignore/Hide"
+msgstr ""
+
+#: mod/suggest.php:118 src/Content/Widget.php:68 view/theme/vier/theme.php:204
+msgid "Friend Suggestions"
+msgstr ""
+
+#: mod/tagrm.php:31
+msgid "Tag(s) removed"
+msgstr ""
+
+#: mod/tagrm.php:99
+msgid "Remove Item Tag"
+msgstr ""
+
+#: mod/tagrm.php:101
+msgid "Select a tag to remove: "
+msgstr ""
+
+#: mod/uexport.php:45
+msgid "Export account"
+msgstr ""
+
+#: mod/uexport.php:45
+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/uexport.php:46
+msgid "Export all"
+msgstr ""
+
+#: mod/uexport.php:46
+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 ""
+
+#: mod/uimport.php:30
+msgid "User imports on closed servers can only be done by an administrator."
+msgstr ""
+
+#: mod/uimport.php:56
+msgid "Move account"
+msgstr ""
+
+#: mod/uimport.php:57
+msgid "You can import an account from another Friendica server."
+msgstr ""
+
+#: mod/uimport.php:58
+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/uimport.php:59
+msgid ""
+"This feature is experimental. We can't import contacts from the OStatus "
+"network (GNU Social/Statusnet) or from Diaspora"
+msgstr ""
+
+#: mod/uimport.php:60
+msgid "Account file"
+msgstr ""
+
+#: mod/uimport.php:60
+msgid ""
+"To export your account, go to \"Settings->Export your personal data\" and "
+"select \"Export account\""
+msgstr ""
+
+#: mod/unfollow.php:36 mod/unfollow.php:92
+msgid "You aren't following this contact."
+msgstr ""
+
+#: mod/unfollow.php:46 mod/unfollow.php:98
+msgid "Unfollowing is currently not supported by your network."
+msgstr ""
+
+#: mod/unfollow.php:67
+msgid "Contact unfollowed"
+msgstr ""
+
+#: mod/unfollow.php:117 src/Module/Contact.php:576
+msgid "Disconnect/Unfollow"
+msgstr ""
+
+#: mod/update_community.php:23 mod/update_contact.php:23
+#: mod/update_display.php:24 mod/update_network.php:33 mod/update_notes.php:36
+#: mod/update_profile.php:35
+msgid "[Embedded content - reload page to view]"
+msgstr ""
+
+#: mod/videos.php:134
+msgid "Do you really want to delete this video?"
+msgstr ""
+
+#: mod/videos.php:139
+msgid "Delete Video"
+msgstr ""
+
+#: mod/videos.php:201
+msgid "No videos selected"
+msgstr ""
+
+#: mod/videos.php:372 src/Model/Item.php:3430
+msgid "View Video"
+msgstr ""
+
+#: mod/videos.php:387
+msgid "Recent Videos"
+msgstr ""
+
+#: mod/videos.php:389
+msgid "Upload New Videos"
+msgstr ""
+
+#: mod/viewcontacts.php:97
+msgid "No contacts."
+msgstr ""
+
+#: mod/viewcontacts.php:113 src/Module/Contact.php:609
+#: src/Module/Contact.php:1029
+#, php-format
+msgid "Visit %s's profile [%s]"
+msgstr ""
+
+#: mod/viewcontacts.php:132 src/Content/Nav.php:200 src/Content/Nav.php:266
+#: src/Content/Text/HTML.php:978 src/Model/Profile.php:980
+#: src/Model/Profile.php:983 src/Module/Contact.php:816
+#: src/Module/Contact.php:886 view/theme/frio/theme.php:284
+msgid "Contacts"
+msgstr ""
+
+#: mod/wallmessage.php:52 mod/wallmessage.php:115
+#, php-format
+msgid "Number of daily wall messages for %s exceeded. Message failed."
+msgstr ""
+
+#: mod/wallmessage.php:63
+msgid "Unable to check your home location."
+msgstr ""
+
+#: mod/wallmessage.php:89 mod/wallmessage.php:98
+msgid "No recipient."
+msgstr ""
+
+#: mod/wallmessage.php:129
+#, 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 ""
+
+#: mod/wall_attach.php:28 mod/wall_attach.php:35 mod/wall_attach.php:90
+#: mod/wall_upload.php:41 mod/wall_upload.php:57 mod/wall_upload.php:115
+#: mod/wall_upload.php:166 mod/wall_upload.php:169
+msgid "Invalid request."
+msgstr ""
+
+#: mod/wall_attach.php:108
+msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
+msgstr ""
+
+#: mod/wall_attach.php:108
+msgid "Or - did you try to upload an empty file?"
+msgstr ""
+
+#: mod/wall_attach.php:119
+#, php-format
+msgid "File exceeds size limit of %s"
+msgstr ""
+
+#: mod/wall_attach.php:143 mod/wall_attach.php:159
+msgid "File upload failed."
+msgstr ""
+
+#: mod/wall_upload.php:242 src/Object/Image.php:968 src/Object/Image.php:984
+#: src/Object/Image.php:992 src/Object/Image.php:1017
+msgid "Wall Photos"
+msgstr ""
+
+#: src/App.php:790
+msgid "Delete this item?"
+msgstr ""
+
+#: src/App.php:792
+msgid "show fewer"
+msgstr ""
+
+#: src/App.php:834
+msgid "toggle mobile"
+msgstr ""
+
+#: src/App.php:1383
+msgid "No system theme config value set."
+msgstr ""
+
+#: src/BaseModule.php:133
+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 ""
+
+#: src/Content/ContactSelector.php:57
+msgid "Frequently"
+msgstr ""
+
+#: src/Content/ContactSelector.php:58
+msgid "Hourly"
+msgstr ""
+
+#: src/Content/ContactSelector.php:59
+msgid "Twice daily"
+msgstr ""
+
+#: src/Content/ContactSelector.php:60
+msgid "Daily"
+msgstr ""
+
+#: src/Content/ContactSelector.php:61
+msgid "Weekly"
+msgstr ""
+
+#: src/Content/ContactSelector.php:62
+msgid "Monthly"
+msgstr ""
+
+#: src/Content/ContactSelector.php:81
+msgid "DFRN"
+msgstr ""
+
+#: src/Content/ContactSelector.php:82
+msgid "OStatus"
+msgstr ""
+
+#: src/Content/ContactSelector.php:83
+msgid "RSS/Atom"
+msgstr ""
+
+#: src/Content/ContactSelector.php:86
+msgid "Zot!"
+msgstr ""
+
+#: src/Content/ContactSelector.php:87
+msgid "LinkedIn"
+msgstr ""
+
+#: src/Content/ContactSelector.php:88
+msgid "XMPP/IM"
+msgstr ""
+
+#: src/Content/ContactSelector.php:89
+msgid "MySpace"
+msgstr ""
+
+#: src/Content/ContactSelector.php:90
+msgid "Google+"
+msgstr ""
+
+#: src/Content/ContactSelector.php:91
+msgid "pump.io"
+msgstr ""
+
+#: src/Content/ContactSelector.php:92
+msgid "Twitter"
+msgstr ""
+
+#: src/Content/ContactSelector.php:93
+msgid "Diaspora Connector"
+msgstr ""
+
+#: src/Content/ContactSelector.php:94
+msgid "GNU Social Connector"
+msgstr ""
+
+#: src/Content/ContactSelector.php:95
+msgid "ActivityPub"
+msgstr ""
+
+#: src/Content/ContactSelector.php:96
+msgid "pnut"
+msgstr ""
+
+#: src/Content/ContactSelector.php:148
+msgid "Male"
+msgstr ""
+
+#: src/Content/ContactSelector.php:148
+msgid "Female"
+msgstr ""
+
+#: src/Content/ContactSelector.php:148
+msgid "Currently Male"
+msgstr ""
+
+#: src/Content/ContactSelector.php:148
+msgid "Currently Female"
+msgstr ""
+
+#: src/Content/ContactSelector.php:148
+msgid "Mostly Male"
+msgstr ""
+
+#: src/Content/ContactSelector.php:148
+msgid "Mostly Female"
+msgstr ""
+
+#: src/Content/ContactSelector.php:148
+msgid "Transgender"
+msgstr ""
+
+#: src/Content/ContactSelector.php:148
+msgid "Intersex"
+msgstr ""
+
+#: src/Content/ContactSelector.php:148
+msgid "Transsexual"
+msgstr ""
+
+#: src/Content/ContactSelector.php:148
+msgid "Hermaphrodite"
+msgstr ""
+
+#: src/Content/ContactSelector.php:148
+msgid "Neuter"
+msgstr ""
+
+#: src/Content/ContactSelector.php:148
+msgid "Non-specific"
+msgstr ""
+
+#: src/Content/ContactSelector.php:148
+msgid "Other"
+msgstr ""
+
+#: src/Content/ContactSelector.php:170
+msgid "Males"
+msgstr ""
+
+#: src/Content/ContactSelector.php:170
+msgid "Females"
+msgstr ""
+
+#: src/Content/ContactSelector.php:170
+msgid "Gay"
+msgstr ""
+
+#: src/Content/ContactSelector.php:170
+msgid "Lesbian"
+msgstr ""
+
+#: src/Content/ContactSelector.php:170
+msgid "No Preference"
+msgstr ""
+
+#: src/Content/ContactSelector.php:170
+msgid "Bisexual"
+msgstr ""
+
+#: src/Content/ContactSelector.php:170
+msgid "Autosexual"
+msgstr ""
+
+#: src/Content/ContactSelector.php:170
+msgid "Abstinent"
+msgstr ""
+
+#: src/Content/ContactSelector.php:170
+msgid "Virgin"
+msgstr ""
+
+#: src/Content/ContactSelector.php:170
+msgid "Deviant"
+msgstr ""
+
+#: src/Content/ContactSelector.php:170
+msgid "Fetish"
+msgstr ""
+
+#: src/Content/ContactSelector.php:170
+msgid "Oodles"
+msgstr ""
+
+#: src/Content/ContactSelector.php:170
+msgid "Nonsexual"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Single"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Lonely"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Available"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Unavailable"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Has crush"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Infatuated"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Dating"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Unfaithful"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Sex Addict"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192 src/Model/User.php:618
+msgid "Friends"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Friends/Benefits"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Casual"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Engaged"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Married"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Imaginarily married"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Partners"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Cohabiting"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Common law"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Happy"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Not looking"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Swinger"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Betrayed"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Separated"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Unstable"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Divorced"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Imaginarily divorced"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Widowed"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Uncertain"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "It's complicated"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Don't care"
+msgstr ""
+
+#: src/Content/ContactSelector.php:192
+msgid "Ask me"
+msgstr ""
+
+#: src/Content/Feature.php:79
+msgid "General Features"
+msgstr ""
+
+#: src/Content/Feature.php:81
+msgid "Multiple Profiles"
+msgstr ""
+
+#: src/Content/Feature.php:81
+msgid "Ability to create multiple profiles"
+msgstr ""
+
+#: src/Content/Feature.php:82
+msgid "Photo Location"
+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/Feature.php:83
+msgid "Export Public Calendar"
+msgstr ""
+
+#: src/Content/Feature.php:83
+msgid "Ability for visitors to download the public calendar"
+msgstr ""
+
+#: src/Content/Feature.php:88
+msgid "Post Composition Features"
+msgstr ""
+
+#: src/Content/Feature.php:89
+msgid "Auto-mention Forums"
+msgstr ""
+
+#: src/Content/Feature.php:89
+msgid ""
+"Add/remove mention when a forum page is selected/deselected in ACL window."
+msgstr ""
+
+#: src/Content/Feature.php:94
+msgid "Network Sidebar"
+msgstr ""
+
+#: src/Content/Feature.php:95
+msgid "Ability to select posts by date ranges"
+msgstr ""
+
+#: src/Content/Feature.php:96
+msgid "Protocol Filter"
+msgstr ""
+
+#: src/Content/Feature.php:96
+msgid "Enable widget to display Network posts only from selected protocols"
+msgstr ""
+
+#: src/Content/Feature.php:101
+msgid "Network Tabs"
+msgstr ""
+
+#: src/Content/Feature.php:102
+msgid "Network New Tab"
+msgstr ""
+
+#: src/Content/Feature.php:102
+msgid "Enable tab to display only new Network posts (from the last 12 hours)"
+msgstr ""
+
+#: src/Content/Feature.php:103
+msgid "Network Shared Links Tab"
+msgstr ""
+
+#: src/Content/Feature.php:103
+msgid "Enable tab to display only Network posts with links in them"
+msgstr ""
+
+#: src/Content/Feature.php:108
+msgid "Post/Comment Tools"
+msgstr ""
+
+#: src/Content/Feature.php:109
+msgid "Post Categories"
+msgstr ""
+
+#: src/Content/Feature.php:109
+msgid "Add categories to your posts"
+msgstr ""
+
+#: src/Content/Feature.php:114
+msgid "Advanced Profile Settings"
+msgstr ""
+
+#: src/Content/Feature.php:115
+msgid "List Forums"
+msgstr ""
+
+#: src/Content/Feature.php:115
+msgid "Show visitors public community forums at the Advanced Profile Page"
+msgstr ""
+
+#: src/Content/Feature.php:116
+msgid "Tag Cloud"
+msgstr ""
+
+#: src/Content/Feature.php:116
+msgid "Provide a personal tag cloud on your profile page"
+msgstr ""
+
+#: src/Content/Feature.php:117
+msgid "Display Membership Date"
+msgstr ""
+
+#: src/Content/Feature.php:117
+msgid "Display membership date in profile"
+msgstr ""
+
+#: src/Content/ForumManager.php:128 src/Content/Nav.php:204
+#: src/Content/Text/HTML.php:981 view/theme/vier/theme.php:253
+msgid "Forums"
+msgstr ""
+
+#: src/Content/ForumManager.php:130 view/theme/vier/theme.php:255
+msgid "External link to forum"
+msgstr ""
+
+#: src/Content/Nav.php:72
+msgid "Nothing new here"
+msgstr ""
+
+#: src/Content/Nav.php:76
+msgid "Clear notifications"
+msgstr ""
+
+#: src/Content/Nav.php:77 src/Content/Text/HTML.php:970
+msgid "@name, !forum, #tags, content"
+msgstr ""
+
+#: src/Content/Nav.php:150 src/Module/Login.php:321
+#: view/theme/frio/theme.php:270
+msgid "Logout"
+msgstr ""
+
+#: src/Content/Nav.php:150 view/theme/frio/theme.php:270
+msgid "End this session"
+msgstr ""
+
+#: src/Content/Nav.php:153 src/Model/Profile.php:901 src/Module/Contact.php:659
+#: src/Module/Contact.php:858 view/theme/frio/theme.php:273
+msgid "Status"
+msgstr ""
+
+#: src/Content/Nav.php:153 src/Content/Nav.php:239
+#: view/theme/frio/theme.php:273
+msgid "Your posts and conversations"
+msgstr ""
+
+#: src/Content/Nav.php:154 view/theme/frio/theme.php:274
+msgid "Your profile page"
+msgstr ""
+
+#: src/Content/Nav.php:155 view/theme/frio/theme.php:275
+msgid "Your photos"
+msgstr ""
+
+#: src/Content/Nav.php:156 src/Model/Profile.php:925 src/Model/Profile.php:928
+#: view/theme/frio/theme.php:276
+msgid "Videos"
+msgstr ""
+
+#: src/Content/Nav.php:156 view/theme/frio/theme.php:276
+msgid "Your videos"
+msgstr ""
+
+#: src/Content/Nav.php:157 view/theme/frio/theme.php:277
+msgid "Your events"
+msgstr ""
+
+#: src/Content/Nav.php:158
+msgid "Personal notes"
+msgstr ""
+
+#: src/Content/Nav.php:158
+msgid "Your personal notes"
+msgstr ""
+
+#: src/Content/Nav.php:167
+msgid "Sign in"
+msgstr ""
+
+#: src/Content/Nav.php:177 src/Content/Nav.php:239
+#: src/Core/NotificationsManager.php:194
+msgid "Home"
+msgstr ""
+
+#: src/Content/Nav.php:177
+msgid "Home Page"
+msgstr ""
+
+#: src/Content/Nav.php:181
+msgid "Create an account"
+msgstr ""
+
+#: src/Content/Nav.php:187
+msgid "Help and documentation"
+msgstr ""
+
+#: src/Content/Nav.php:191
+msgid "Apps"
+msgstr ""
+
+#: src/Content/Nav.php:191
+msgid "Addon applications, utilities, games"
+msgstr ""
+
+#: src/Content/Nav.php:195
+msgid "Search site content"
+msgstr ""
+
+#: src/Content/Nav.php:198 src/Content/Text/HTML.php:976
+msgid "Full Text"
+msgstr ""
+
+#: src/Content/Nav.php:199 src/Content/Text/HTML.php:977
+#: src/Content/Widget/TagCloud.php:55
+msgid "Tags"
+msgstr ""
+
+#: src/Content/Nav.php:219
+msgid "Community"
+msgstr ""
+
+#: src/Content/Nav.php:219
+msgid "Conversations on this and other servers"
+msgstr ""
+
+#: src/Content/Nav.php:223 src/Model/Profile.php:940 src/Model/Profile.php:951
+#: view/theme/frio/theme.php:281
+msgid "Events and Calendar"
+msgstr ""
+
+#: src/Content/Nav.php:226
+msgid "Directory"
+msgstr ""
+
+#: src/Content/Nav.php:226
+msgid "People directory"
+msgstr ""
+
+#: src/Content/Nav.php:228
+msgid "Information about this friendica instance"
+msgstr ""
+
+#: src/Content/Nav.php:231
+msgid "Terms of Service of this Friendica instance"
+msgstr ""
+
+#: src/Content/Nav.php:236 view/theme/frio/theme.php:280
+msgid "Conversations from your friends"
+msgstr ""
+
+#: src/Content/Nav.php:237
+msgid "Network Reset"
+msgstr ""
+
+#: src/Content/Nav.php:237
+msgid "Load Network page with no filters"
+msgstr ""
+
+#: src/Content/Nav.php:243 src/Core/NotificationsManager.php:201
+msgid "Introductions"
+msgstr ""
+
+#: src/Content/Nav.php:243
+msgid "Friend Requests"
+msgstr ""
+
+#: src/Content/Nav.php:245
+msgid "See all notifications"
+msgstr ""
+
+#: src/Content/Nav.php:246
+msgid "Mark all system notifications seen"
+msgstr ""
+
+#: src/Content/Nav.php:249 view/theme/frio/theme.php:282
+msgid "Private mail"
+msgstr ""
+
+#: src/Content/Nav.php:250
+msgid "Inbox"
+msgstr ""
+
+#: src/Content/Nav.php:251
+msgid "Outbox"
+msgstr ""
+
+#: src/Content/Nav.php:255
+msgid "Manage"
+msgstr ""
+
+#: src/Content/Nav.php:255
+msgid "Manage other pages"
+msgstr ""
+
+#: src/Content/Nav.php:260 view/theme/frio/theme.php:283
+msgid "Account settings"
+msgstr ""
+
+#: src/Content/Nav.php:263
+msgid "Manage/Edit Profiles"
+msgstr ""
+
+#: src/Content/Nav.php:266 view/theme/frio/theme.php:284
+msgid "Manage/edit friends and contacts"
+msgstr ""
+
+#: src/Content/Nav.php:271
+msgid "Site setup and configuration"
+msgstr ""
+
+#: src/Content/Nav.php:274
+msgid "Navigation"
+msgstr ""
+
+#: src/Content/Nav.php:274
+msgid "Site map"
+msgstr ""
+
+#: src/Content/OEmbed.php:257
+msgid "Embedding disabled"
+msgstr ""
+
+#: src/Content/OEmbed.php:377
+msgid "Embedded content"
+msgstr ""
+
+#: src/Content/Pager.php:166
+msgid "newer"
+msgstr ""
+
+#: src/Content/Pager.php:171
+msgid "older"
+msgstr ""
+
+#: src/Content/Pager.php:210
+msgid "first"
+msgstr ""
+
+#: src/Content/Pager.php:215
+msgid "prev"
+msgstr ""
+
+#: src/Content/Pager.php:270
+msgid "next"
+msgstr ""
+
+#: src/Content/Pager.php:275
+msgid "last"
+msgstr ""
+
+#: src/Content/Text/BBCode.php:426
+msgid "view full size"
+msgstr ""
+
+#: src/Content/Text/BBCode.php:858 src/Content/Text/BBCode.php:1583
+#: src/Content/Text/BBCode.php:1584
+msgid "Image/photo"
+msgstr ""
+
+#: src/Content/Text/BBCode.php:961
+#, php-format
+msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
+msgstr ""
+
+#: src/Content/Text/BBCode.php:1510 src/Content/Text/BBCode.php:1532
+msgid "$1 wrote:"
+msgstr ""
+
+#: src/Content/Text/BBCode.php:1594 src/Content/Text/BBCode.php:1595
+msgid "Encrypted content"
+msgstr ""
+
+#: src/Content/Text/BBCode.php:1702
+msgid "Invalid source protocol"
+msgstr ""
+
+#: src/Content/Text/BBCode.php:1713
+msgid "Invalid link protocol"
+msgstr ""
+
+#: src/Content/Text/HTML.php:797
+msgid "Loading more entries..."
+msgstr ""
+
+#: src/Content/Text/HTML.php:798
+msgid "The end"
+msgstr ""
+
+#: src/Content/Text/HTML.php:838
+msgid "No contacts"
+msgstr ""
+
+#: src/Content/Text/HTML.php:865
+#, php-format
+msgid "%d Contact"
+msgid_plural "%d Contacts"
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/Content/Text/HTML.php:878
+msgid "View Contacts"
+msgstr ""
+
+#: src/Content/Text/HTML.php:961
+msgid "Follow"
+msgstr ""
+
+#: src/Content/Text/HTML.php:1016 src/Model/Item.php:3480
+#: src/Model/Item.php:3491
+msgid "Click to open/close"
+msgstr ""
+
+#: src/Content/Widget/CalendarExport.php:66
+msgid "Export"
+msgstr ""
+
+#: src/Content/Widget/CalendarExport.php:67
+msgid "Export calendar as ical"
+msgstr ""
+
+#: src/Content/Widget/CalendarExport.php:68
+msgid "Export calendar as csv"
+msgstr ""
+
+#: src/Content/Widget.php:37
+msgid "Add New Contact"
+msgstr ""
+
+#: src/Content/Widget.php:38
+msgid "Enter address or web location"
+msgstr ""
+
+#: src/Content/Widget.php:39
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr ""
+
+#: src/Content/Widget.php:57
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/Content/Widget.php:63 view/theme/vier/theme.php:199
+msgid "Find People"
+msgstr ""
+
+#: src/Content/Widget.php:64 view/theme/vier/theme.php:200
+msgid "Enter name or interest"
+msgstr ""
+
+#: src/Content/Widget.php:66 view/theme/vier/theme.php:202
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr ""
+
+#: src/Content/Widget.php:69 view/theme/vier/theme.php:205
+msgid "Similar Interests"
+msgstr ""
+
+#: src/Content/Widget.php:70 view/theme/vier/theme.php:206
+msgid "Random Profile"
+msgstr ""
+
+#: src/Content/Widget.php:71 view/theme/vier/theme.php:207
+msgid "Invite Friends"
+msgstr ""
+
+#: src/Content/Widget.php:74 view/theme/vier/theme.php:210
+msgid "Local Directory"
+msgstr ""
+
+#: src/Content/Widget.php:158
+msgid "Protocols"
+msgstr ""
+
+#: src/Content/Widget.php:161
+msgid "All Protocols"
+msgstr ""
+
+#: src/Content/Widget.php:196
+msgid "Saved Folders"
+msgstr ""
+
+#: src/Content/Widget.php:199 src/Content/Widget.php:239
+msgid "Everything"
+msgstr ""
+
+#: src/Content/Widget.php:236
+msgid "Categories"
+msgstr ""
+
+#: src/Content/Widget.php:303
+#, php-format
+msgid "%d contact in common"
+msgid_plural "%d contacts in common"
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/Core/ACL.php:285
+msgid "Post to Email"
+msgstr ""
+
+#: src/Core/ACL.php:291
+msgid "Hide your profile details from unknown viewers?"
+msgstr ""
+
+#: src/Core/ACL.php:290
+#, php-format
+msgid "Connectors disabled, since \"%s\" is enabled."
+msgstr ""
+
+#: src/Core/ACL.php:297
+msgid "Visible to everybody"
+msgstr ""
+
+#: src/Core/ACL.php:298 view/theme/vier/config.php:116
+msgid "show"
+msgstr ""
+
+#: src/Core/ACL.php:299 view/theme/vier/config.php:116
+msgid "don't show"
+msgstr ""
+
+#: src/Core/ACL.php:309
+msgid "Close"
+msgstr ""
+
+#: src/Core/Authentication.php:89
+msgid "Welcome "
+msgstr ""
+
+#: src/Core/Authentication.php:90
+msgid "Please upload a profile photo."
+msgstr ""
+
+#: src/Core/Authentication.php:92
+msgid "Welcome back "
+msgstr ""
+
+#: src/Core/Console/ArchiveContact.php:66
+#, php-format
+msgid "Could not find any unarchived contact entry for this URL (%s)"
+msgstr ""
+
+#: src/Core/Console/ArchiveContact.php:71
+msgid "The contact entries have been archived"
+msgstr ""
+
+#: src/Core/Console/NewPassword.php:73
+msgid "Enter new password: "
+msgstr ""
+
+#: src/Core/Console/NewPassword.php:78 src/Model/User.php:315
+msgid "Password can't be empty"
+msgstr ""
+
+#: src/Core/Console/PostUpdate.php:50
+#, php-format
+msgid "Post update version number has been set to %s."
+msgstr ""
+
+#: src/Core/Console/PostUpdate.php:58
+msgid "Check for pending update actions."
+msgstr ""
+
+#: src/Core/Console/PostUpdate.php:60
+msgid "Done."
+msgstr ""
+
+#: src/Core/Console/PostUpdate.php:62
+msgid "Execute pending post updates."
+msgstr ""
+
+#: src/Core/Console/PostUpdate.php:68
+msgid "All pending post updates are done."
+msgstr ""
+
+#: src/Core/Installer.php:160
+msgid ""
+"The database configuration file \"config/local.config.php\" could not be "
+"written. Please use the enclosed text to create a configuration file in your "
+"web server root."
+msgstr ""
+
+#: src/Core/Installer.php:176
+msgid ""
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
+msgstr ""
+
+#: src/Core/Installer.php:177 src/Module/Install.php:134
+#: src/Module/Install.php:264
+msgid "Please see the file \"INSTALL.txt\"."
+msgstr ""
+
+#: src/Core/Installer.php:239
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr ""
+
+#: src/Core/Installer.php:240
+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/Core/Installer.php:244
+msgid "PHP executable path"
+msgstr ""
+
+#: src/Core/Installer.php:244
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr ""
+
+#: src/Core/Installer.php:249
+msgid "Command line PHP"
+msgstr ""
+
+#: src/Core/Installer.php:258
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
+msgstr ""
+
+#: src/Core/Installer.php:259
+msgid "Found PHP version: "
+msgstr ""
+
+#: src/Core/Installer.php:261
+msgid "PHP cli binary"
+msgstr ""
+
+#: src/Core/Installer.php:274
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr ""
+
+#: src/Core/Installer.php:275
+msgid "This is required for message delivery to work."
+msgstr ""
+
+#: src/Core/Installer.php:280
+msgid "PHP register_argc_argv"
+msgstr ""
+
+#: src/Core/Installer.php:312
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr ""
+
+#: src/Core/Installer.php:313
+msgid ""
+"If running under Windows, please see \"http://www.php.net/manual/en/openssl."
+"installation.php\"."
+msgstr ""
+
+#: src/Core/Installer.php:316
+msgid "Generate encryption keys"
+msgstr ""
+
+#: src/Core/Installer.php:367
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr ""
+
+#: src/Core/Installer.php:372
+msgid "Apache mod_rewrite module"
+msgstr ""
+
+#: src/Core/Installer.php:378
+msgid "Error: PDO or MySQLi PHP module required but not installed."
+msgstr ""
+
+#: src/Core/Installer.php:383
+msgid "Error: The MySQL driver for PDO is not installed."
+msgstr ""
+
+#: src/Core/Installer.php:387
+msgid "PDO or MySQLi PHP module"
+msgstr ""
+
+#: src/Core/Installer.php:395
+msgid "Error, XML PHP module required but not installed."
+msgstr ""
+
+#: src/Core/Installer.php:399
+msgid "XML PHP module"
+msgstr ""
+
+#: src/Core/Installer.php:402
+msgid "libCurl PHP module"
+msgstr ""
+
+#: src/Core/Installer.php:403
+msgid "Error: libCURL PHP module required but not installed."
+msgstr ""
+
+#: src/Core/Installer.php:409
+msgid "GD graphics PHP module"
+msgstr ""
+
+#: src/Core/Installer.php:410
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr ""
+
+#: src/Core/Installer.php:416
+msgid "OpenSSL PHP module"
+msgstr ""
+
+#: src/Core/Installer.php:417
+msgid "Error: openssl PHP module required but not installed."
+msgstr ""
+
+#: src/Core/Installer.php:423
+msgid "mb_string PHP module"
+msgstr ""
+
+#: src/Core/Installer.php:424
+msgid "Error: mb_string PHP module required but not installed."
+msgstr ""
+
+#: src/Core/Installer.php:430
+msgid "iconv PHP module"
+msgstr ""
+
+#: src/Core/Installer.php:431
+msgid "Error: iconv PHP module required but not installed."
+msgstr ""
+
+#: src/Core/Installer.php:437
+msgid "POSIX PHP module"
+msgstr ""
+
+#: src/Core/Installer.php:438
+msgid "Error: POSIX PHP module required but not installed."
+msgstr ""
+
+#: src/Core/Installer.php:461
+msgid ""
+"The web installer needs to be able to create a file called \"local.config.php"
+"\" in the \"config\" folder of your web server and it is unable to do so."
+msgstr ""
+
+#: src/Core/Installer.php:462
+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/Core/Installer.php:463
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named local.config.php in your Friendica \"config\" folder."
+msgstr ""
+
+#: src/Core/Installer.php:464
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation. "
+"Please see the file \"INSTALL.txt\" for instructions."
+msgstr ""
+
+#: src/Core/Installer.php:467
+msgid "config/local.config.php is writable"
+msgstr ""
+
+#: src/Core/Installer.php:487
+msgid ""
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr ""
+
+#: src/Core/Installer.php:488
+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/Core/Installer.php:489
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has "
+"write access to this folder."
+msgstr ""
+
+#: src/Core/Installer.php:490
+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/Core/Installer.php:493
+msgid "view/smarty3 is writable"
+msgstr ""
+
+#: src/Core/Installer.php:521
+msgid ""
+"Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist "
+"to .htaccess."
+msgstr ""
+
+#: src/Core/Installer.php:523
+msgid "Error message from Curl when fetching"
+msgstr ""
+
+#: src/Core/Installer.php:528
+msgid "Url rewrite is working"
+msgstr ""
+
+#: src/Core/Installer.php:557
+msgid "ImageMagick PHP extension is not installed"
+msgstr ""
+
+#: src/Core/Installer.php:559
+msgid "ImageMagick PHP extension is installed"
+msgstr ""
+
+#: src/Core/Installer.php:561 tests/src/Core/InstallerTest.php:308
+#: tests/src/Core/InstallerTest.php:332
+msgid "ImageMagick supports GIF"
+msgstr ""
+
+#: src/Core/Installer.php:583
+msgid "Could not connect to database."
+msgstr ""
+
+#: src/Core/Installer.php:590
+msgid "Database already in use."
+msgstr ""
+
+#: src/Core/L10n.php:359 src/Model/Event.php:398
+msgid "Tuesday"
+msgstr ""
+
+#: src/Core/L10n.php:359 src/Model/Event.php:399
+msgid "Wednesday"
+msgstr ""
+
+#: src/Core/L10n.php:359 src/Model/Event.php:400
+msgid "Thursday"
+msgstr ""
+
+#: src/Core/L10n.php:359 src/Model/Event.php:401
+msgid "Friday"
+msgstr ""
+
+#: src/Core/L10n.php:359 src/Model/Event.php:402
+msgid "Saturday"
+msgstr ""
+
+#: src/Core/L10n.php:363 src/Model/Event.php:417
+msgid "January"
+msgstr ""
+
+#: src/Core/L10n.php:363 src/Model/Event.php:418
+msgid "February"
+msgstr ""
+
+#: src/Core/L10n.php:363 src/Model/Event.php:419
+msgid "March"
+msgstr ""
+
+#: src/Core/L10n.php:363 src/Model/Event.php:420
+msgid "April"
+msgstr ""
+
+#: src/Core/L10n.php:363 src/Core/L10n.php:382 src/Model/Event.php:408
+#: src/Model/Event.php:421
+msgid "May"
+msgstr ""
+
+#: src/Core/L10n.php:363 src/Model/Event.php:422
+msgid "June"
+msgstr ""
+
+#: src/Core/L10n.php:363 src/Model/Event.php:423
+msgid "July"
+msgstr ""
+
+#: src/Core/L10n.php:363 src/Model/Event.php:424
+msgid "August"
+msgstr ""
+
+#: src/Core/L10n.php:363 src/Model/Event.php:425
+msgid "September"
+msgstr ""
+
+#: src/Core/L10n.php:363 src/Model/Event.php:426
+msgid "October"
+msgstr ""
+
+#: src/Core/L10n.php:363 src/Model/Event.php:427
+msgid "November"
+msgstr ""
+
+#: src/Core/L10n.php:363 src/Model/Event.php:428
+msgid "December"
+msgstr ""
+
+#: src/Core/L10n.php:378 src/Model/Event.php:389
+msgid "Mon"
+msgstr ""
+
+#: src/Core/L10n.php:378 src/Model/Event.php:390
+msgid "Tue"
+msgstr ""
+
+#: src/Core/L10n.php:378 src/Model/Event.php:391
+msgid "Wed"
+msgstr ""
+
+#: src/Core/L10n.php:378 src/Model/Event.php:392
+msgid "Thu"
+msgstr ""
+
+#: src/Core/L10n.php:378 src/Model/Event.php:393
+msgid "Fri"
+msgstr ""
+
+#: src/Core/L10n.php:378 src/Model/Event.php:394
+msgid "Sat"
+msgstr ""
+
+#: src/Core/L10n.php:378 src/Model/Event.php:388
+msgid "Sun"
+msgstr ""
+
+#: src/Core/L10n.php:382 src/Model/Event.php:404
+msgid "Jan"
+msgstr ""
+
+#: src/Core/L10n.php:382 src/Model/Event.php:405
+msgid "Feb"
+msgstr ""
+
+#: src/Core/L10n.php:382 src/Model/Event.php:406
+msgid "Mar"
+msgstr ""
+
+#: src/Core/L10n.php:382 src/Model/Event.php:407
+msgid "Apr"
+msgstr ""
+
+#: src/Core/L10n.php:382 src/Model/Event.php:410
+msgid "Jul"
+msgstr ""
+
+#: src/Core/L10n.php:382 src/Model/Event.php:411
+msgid "Aug"
+msgstr ""
+
+#: src/Core/L10n.php:382
+msgid "Sep"
+msgstr ""
+
+#: src/Core/L10n.php:382 src/Model/Event.php:413
+msgid "Oct"
+msgstr ""
+
+#: src/Core/L10n.php:382 src/Model/Event.php:414
+msgid "Nov"
+msgstr ""
+
+#: src/Core/L10n.php:382 src/Model/Event.php:415
+msgid "Dec"
+msgstr ""
+
+#: src/Core/L10n.php:400
+msgid "poke"
+msgstr ""
+
+#: src/Core/L10n.php:400
+msgid "poked"
+msgstr ""
+
+#: src/Core/L10n.php:401
+msgid "ping"
+msgstr ""
+
+#: src/Core/L10n.php:401
+msgid "pinged"
+msgstr ""
+
+#: src/Core/L10n.php:402
+msgid "prod"
+msgstr ""
+
+#: src/Core/L10n.php:402
+msgid "prodded"
+msgstr ""
+
+#: src/Core/L10n.php:403
+msgid "slap"
+msgstr ""
+
+#: src/Core/L10n.php:403
+msgid "slapped"
+msgstr ""
+
+#: src/Core/L10n.php:404
+msgid "finger"
+msgstr ""
+
+#: src/Core/L10n.php:404
+msgid "fingered"
+msgstr ""
+
+#: src/Core/L10n.php:405
+msgid "rebuff"
+msgstr ""
+
+#: src/Core/L10n.php:405
+msgid "rebuffed"
+msgstr ""
+
+#: src/Core/NotificationsManager.php:173
+msgid "System"
+msgstr ""
+
+#: src/Core/NotificationsManager.php:263 src/Core/NotificationsManager.php:275
+#, php-format
+msgid "%s commented on %s's post"
+msgstr ""
+
+#: src/Core/NotificationsManager.php:274
+#, php-format
+msgid "%s created a new post"
+msgstr ""
+
+#: src/Core/NotificationsManager.php:288
+#, php-format
+msgid "%s liked %s's post"
+msgstr ""
+
+#: src/Core/NotificationsManager.php:301
+#, php-format
+msgid "%s disliked %s's post"
+msgstr ""
+
+#: src/Core/NotificationsManager.php:314
+#, php-format
+msgid "%s is attending %s's event"
+msgstr ""
+
+#: src/Core/NotificationsManager.php:327
+#, php-format
+msgid "%s is not attending %s's event"
+msgstr ""
+
+#: src/Core/NotificationsManager.php:340
+#, php-format
+msgid "%s may attend %s's event"
+msgstr ""
+
+#: src/Core/NotificationsManager.php:373
+#, php-format
+msgid "%s is now friends with %s"
+msgstr ""
+
+#: src/Core/NotificationsManager.php:639
+msgid "Friend Suggestion"
+msgstr ""
+
+#: src/Core/NotificationsManager.php:673
+msgid "Friend/Connect Request"
+msgstr ""
+
+#: src/Core/NotificationsManager.php:673
+msgid "New Follower"
+msgstr ""
+
+#: src/Core/Update.php:157
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr ""
+
+#: src/Core/Update.php:213
+#, 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 ""
+
+#: src/Core/Update.php:219
+#, php-format
+msgid ""
+"The error message is\n"
+"[pre]%s[/pre]"
+msgstr ""
+
+#: src/Core/Update.php:248
+#, php-format
+msgid ""
+"\n"
+"\t\t\t\t\tThe friendica database was successfully updated from %s to %s."
+msgstr ""
+
+#: src/Core/UserImport.php:103
+msgid "Error decoding account file"
+msgstr ""
+
+#: src/Core/UserImport.php:109
+msgid "Error! No version data in file! This is not a Friendica account file?"
+msgstr ""
+
+#: src/Core/UserImport.php:117
+#, php-format
+msgid "User '%s' already exists on this server!"
+msgstr ""
+
+#: src/Core/UserImport.php:153
+msgid "User creation error"
+msgstr ""
+
+#: src/Core/UserImport.php:171
+msgid "User profile creation error"
+msgstr ""
+
+#: src/Core/UserImport.php:215
+#, php-format
+msgid "%d contact not imported"
+msgid_plural "%d contacts not imported"
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/Core/UserImport.php:280
+msgid "Done. You can now login with your username and password"
+msgstr ""
+
+#: src/Database/DBStructure.php:45
+msgid "There are no tables on MyISAM."
+msgstr ""
+
+#: src/Database/DBStructure.php:153
+#, php-format
+msgid ""
+"\n"
+"Error %d occurred during database update:\n"
+"%s\n"
+msgstr ""
+
+#: src/Database/DBStructure.php:156
+msgid "Errors encountered performing database changes: "
+msgstr ""
+
+#: src/Database/DBStructure.php:172
+#, php-format
+msgid "%s: Database update"
+msgstr ""
+
+#: src/Database/DBStructure.php:435
+#, php-format
+msgid "%s: updating %s table."
+msgstr ""
+
+#: src/LegacyModule.php:29
+#, php-format
+msgid "Legacy module file not found: %s"
+msgstr ""
+
+#: src/Model/Contact.php:955
+msgid "Drop Contact"
+msgstr ""
+
+#: src/Model/Contact.php:1418
+msgid "Organisation"
+msgstr ""
+
+#: src/Model/Contact.php:1422
+msgid "News"
+msgstr ""
+
+#: src/Model/Contact.php:1426
+msgid "Forum"
+msgstr ""
+
+#: src/Model/Contact.php:1608
+msgid "Connect URL missing."
+msgstr ""
+
+#: src/Model/Contact.php:1617
+msgid ""
+"The contact could not be added. Please check the relevant network "
+"credentials in your Settings -> Social Networks page."
+msgstr ""
+
+#: src/Model/Contact.php:1656
+msgid ""
+"This site is not configured to allow communications with other networks."
+msgstr ""
+
+#: src/Model/Contact.php:1657 src/Model/Contact.php:1671
+msgid "No compatible communication protocols or feeds were discovered."
+msgstr ""
+
+#: src/Model/Contact.php:1669
+msgid "The profile address specified does not provide adequate information."
+msgstr ""
+
+#: src/Model/Contact.php:1674
+msgid "An author or name was not found."
+msgstr ""
+
+#: src/Model/Contact.php:1677
+msgid "No browser URL could be matched to this address."
+msgstr ""
+
+#: src/Model/Contact.php:1680
+msgid ""
+"Unable to match @-style Identity Address with a known protocol or email "
+"contact."
+msgstr ""
+
+#: src/Model/Contact.php:1681
+msgid "Use mailto: in front of address to force email check."
+msgstr ""
+
+#: src/Model/Contact.php:1687
+msgid ""
+"The profile address specified belongs to a network which has been disabled "
+"on this site."
+msgstr ""
+
+#: src/Model/Contact.php:1692
+msgid ""
+"Limited profile. This person will be unable to receive direct/personal "
+"notifications from you."
+msgstr ""
+
+#: src/Model/Contact.php:1743
+msgid "Unable to retrieve contact information."
+msgstr ""
+
+#: src/Model/Event.php:63 src/Model/Event.php:80 src/Model/Event.php:437
+#: src/Model/Event.php:912
+msgid "Starts:"
+msgstr ""
+
+#: src/Model/Event.php:66 src/Model/Event.php:86 src/Model/Event.php:438
+#: src/Model/Event.php:916
+msgid "Finishes:"
+msgstr ""
+
+#: src/Model/Event.php:386
+msgid "all-day"
+msgstr ""
+
+#: src/Model/Event.php:409
+msgid "Jun"
+msgstr ""
+
+#: src/Model/Event.php:412
+msgid "Sept"
+msgstr ""
+
+#: src/Model/Event.php:435
+msgid "No events to display"
+msgstr ""
+
+#: src/Model/Event.php:559
+msgid "l, F j"
+msgstr ""
+
+#: src/Model/Event.php:590
+msgid "Edit event"
+msgstr ""
+
+#: src/Model/Event.php:591
+msgid "Duplicate event"
+msgstr ""
+
+#: src/Model/Event.php:592
+msgid "Delete event"
+msgstr ""
+
+#: src/Model/Event.php:624 src/Model/Item.php:3529 src/Model/Item.php:3536
+msgid "link to source"
+msgstr ""
+
+#: src/Model/Event.php:845
+msgid "D g:i A"
+msgstr ""
+
+#: src/Model/Event.php:846
+msgid "g:i A"
+msgstr ""
+
+#: src/Model/Event.php:931 src/Model/Event.php:933
+msgid "Show map"
+msgstr ""
+
+#: src/Model/Event.php:932
+msgid "Hide map"
+msgstr ""
+
+#: src/Model/Event.php:1022
+#, php-format
+msgid "%s's birthday"
+msgstr ""
+
+#: src/Model/Event.php:1023
+#, php-format
+msgid "Happy Birthday %s"
+msgstr ""
+
+#: src/Model/FileTag.php:255
+msgid "Item filed"
+msgstr ""
+
+#: src/Model/Group.php:47
+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:333
+msgid "Default privacy group for new contacts"
+msgstr ""
+
+#: src/Model/Group.php:366
+msgid "Everybody"
+msgstr ""
+
+#: src/Model/Group.php:386
+msgid "edit"
+msgstr ""
+
+#: src/Model/Group.php:415
+msgid "Edit group"
+msgstr ""
+
+#: src/Model/Group.php:418
+msgid "Create a new group"
+msgstr ""
+
+#: src/Model/Group.php:420
+msgid "Edit groups"
+msgstr ""
+
+#: src/Model/Item.php:3267
+msgid "activity"
+msgstr ""
+
+#: src/Model/Item.php:3269 src/Object/Post.php:446 src/Object/Post.php:458
+msgid "comment"
+msgid_plural "comments"
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/Model/Item.php:3272
+msgid "post"
+msgstr ""
+
+#: src/Model/Item.php:3368
+#, php-format
+msgid "Content warning: %s"
+msgstr ""
+
+#: src/Model/Item.php:3447
+msgid "bytes"
+msgstr ""
+
+#: src/Model/Item.php:3523
+msgid "View on separate page"
+msgstr ""
+
+#: src/Model/Item.php:3524
+msgid "view on separate page"
+msgstr ""
+
+#: src/Model/Mail.php:40 src/Model/Mail.php:172
+msgid "[no subject]"
+msgstr ""
+
+#: src/Model/Profile.php:114
+msgid "Requested account is not available."
+msgstr ""
+
+#: src/Model/Profile.php:180 src/Model/Profile.php:416
+#: src/Model/Profile.php:872
+msgid "Edit profile"
+msgstr ""
+
+#: src/Model/Profile.php:350
+msgid "Atom feed"
+msgstr ""
+
+#: src/Model/Profile.php:389
+msgid "Manage/edit profiles"
+msgstr ""
+
+#: src/Model/Profile.php:441 src/Module/Contact.php:652
+msgid "XMPP:"
+msgstr ""
+
+#: src/Model/Profile.php:567 src/Model/Profile.php:665
+msgid "g A l F d"
+msgstr ""
+
+#: src/Model/Profile.php:568
+msgid "F d"
+msgstr ""
+
+#: src/Model/Profile.php:630 src/Model/Profile.php:716
+msgid "[today]"
+msgstr ""
+
+#: src/Model/Profile.php:641
+msgid "Birthday Reminders"
+msgstr ""
+
+#: src/Model/Profile.php:642
+msgid "Birthdays this week:"
+msgstr ""
+
+#: src/Model/Profile.php:703
+msgid "[No description]"
+msgstr ""
+
+#: src/Model/Profile.php:730
+msgid "Event Reminders"
+msgstr ""
+
+#: src/Model/Profile.php:731
+msgid "Upcoming events the next 7 days:"
+msgstr ""
+
+#: src/Model/Profile.php:754
+msgid "Member since:"
+msgstr ""
+
+#: src/Model/Profile.php:762
+msgid "j F, Y"
+msgstr ""
+
+#: src/Model/Profile.php:763
+msgid "j F"
+msgstr ""
+
+#: src/Model/Profile.php:771 src/Util/Temporal.php:149
+msgid "Birthday:"
+msgstr ""
+
+#: src/Model/Profile.php:778
+msgid "Age:"
+msgstr ""
+
+#: src/Model/Profile.php:791
+#, php-format
+msgid "for %1$d %2$s"
+msgstr ""
+
+#: src/Model/Profile.php:815
+msgid "Religion:"
+msgstr ""
+
+#: src/Model/Profile.php:823
+msgid "Hobbies/Interests:"
+msgstr ""
+
+#: src/Model/Profile.php:835
+msgid "Contact information and Social Networks:"
+msgstr ""
+
+#: src/Model/Profile.php:839
+msgid "Musical interests:"
+msgstr ""
+
+#: src/Model/Profile.php:843
+msgid "Books, literature:"
+msgstr ""
+
+#: src/Model/Profile.php:847
+msgid "Television:"
+msgstr ""
+
+#: src/Model/Profile.php:851
+msgid "Film/dance/culture/entertainment:"
+msgstr ""
+
+#: src/Model/Profile.php:855
+msgid "Love/Romance:"
+msgstr ""
+
+#: src/Model/Profile.php:859
+msgid "Work/employment:"
+msgstr ""
+
+#: src/Model/Profile.php:863
+msgid "School/education:"
+msgstr ""
+
+#: src/Model/Profile.php:868
+msgid "Forums:"
+msgstr ""
+
+#: src/Model/Profile.php:912 src/Module/Contact.php:877
+msgid "Profile Details"
+msgstr ""
+
+#: src/Model/Profile.php:962
+msgid "Only You Can See This"
+msgstr ""
+
+#: src/Model/Profile.php:970 src/Model/Profile.php:973
+msgid "Tips for New Members"
+msgstr ""
+
+#: src/Model/Profile.php:1135
+#, php-format
+msgid "OpenWebAuth: %1$s welcomes %2$s"
+msgstr ""
+
+#: src/Model/User.php:207
+msgid "Login failed"
+msgstr ""
+
+#: src/Model/User.php:238
+msgid "Not enough information to authenticate"
+msgstr ""
+
+#: src/Model/User.php:430
+msgid "An invitation is required."
+msgstr ""
+
+#: src/Model/User.php:434
+msgid "Invitation could not be verified."
+msgstr ""
+
+#: src/Model/User.php:441
+msgid "Invalid OpenID url"
+msgstr ""
+
+#: src/Model/User.php:454 src/Module/Login.php:108
+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:454 src/Module/Login.php:108
+msgid "The error message was:"
+msgstr ""
+
+#: src/Model/User.php:460
+msgid "Please enter the required information."
+msgstr ""
+
+#: src/Model/User.php:476
+#, php-format
+msgid ""
+"system.username_min_length (%s) and system.username_max_length (%s) are "
+"excluding each other, swapping values."
+msgstr ""
+
+#: src/Model/User.php:483
+#, php-format
+msgid "Username should be at least %s character."
+msgid_plural "Username should be at least %s characters."
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/Model/User.php:487
+#, php-format
+msgid "Username should be at most %s character."
+msgid_plural "Username should be at most %s characters."
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/Model/User.php:495
+msgid "That doesn't appear to be your full (First Last) name."
+msgstr ""
+
+#: src/Model/User.php:500
+msgid "Your email domain is not among those allowed on this site."
+msgstr ""
+
+#: src/Model/User.php:504
+msgid "Not a valid email address."
+msgstr ""
+
+#: src/Model/User.php:507
+msgid "The nickname was blocked from registration by the nodes admin."
+msgstr ""
+
+#: src/Model/User.php:511 src/Model/User.php:519
+msgid "Cannot use that email."
+msgstr ""
+
+#: src/Model/User.php:526
+msgid "Your nickname can only contain a-z, 0-9 and _."
+msgstr ""
+
+#: src/Model/User.php:533 src/Model/User.php:590
+msgid "Nickname is already registered. Please choose another."
+msgstr ""
+
+#: src/Model/User.php:543
+msgid "SERIOUS ERROR: Generation of security keys failed."
+msgstr ""
+
+#: src/Model/User.php:577 src/Model/User.php:581
+msgid "An error occurred during registration. Please try again."
+msgstr ""
+
+#: src/Model/User.php:601 view/theme/duepuntozero/config.php:55
+msgid "default"
+msgstr ""
+
+#: src/Model/User.php:606
+msgid "An error occurred creating your default profile. Please try again."
+msgstr ""
+
+#: src/Model/User.php:613
+msgid "An error occurred creating your self contact. Please try again."
+msgstr ""
+
+#: src/Model/User.php:622
+msgid ""
+"An error occurred creating your default contact group. Please try again."
+msgstr ""
+
+#: src/Model/User.php:697
+#, 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"
+"\n"
+"\t\t\tYour login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%3$s\n"
+"\t\t\tLogin Name:\t\t%4$s\n"
+"\t\t\tPassword:\t\t%5$s\n"
+"\t\t"
+msgstr ""
+
+#: src/Model/User.php:714
+#, php-format
+msgid "Registration at %s"
+msgstr ""
+
+#: src/Model/User.php:732
+#, 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"
+msgstr ""
+
+#: src/Model/User.php:738
+#, 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 ""
+
+#: src/Module/Contact.php:171
+#, php-format
+msgid "%d contact edited."
+msgid_plural "%d contacts edited."
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/Module/Contact.php:196 src/Module/Contact.php:379
+msgid "Could not access contact record."
+msgstr ""
+
+#: src/Module/Contact.php:206
+msgid "Could not locate selected profile."
+msgstr ""
+
+#: src/Module/Contact.php:238
+msgid "Contact updated."
+msgstr ""
+
+#: src/Module/Contact.php:400
+msgid "Contact has been blocked"
+msgstr ""
+
+#: src/Module/Contact.php:400
+msgid "Contact has been unblocked"
+msgstr ""
+
+#: src/Module/Contact.php:410
+msgid "Contact has been ignored"
+msgstr ""
+
+#: src/Module/Contact.php:410
+msgid "Contact has been unignored"
+msgstr ""
+
+#: src/Module/Contact.php:420
+msgid "Contact has been archived"
+msgstr ""
+
+#: src/Module/Contact.php:420
+msgid "Contact has been unarchived"
+msgstr ""
+
+#: src/Module/Contact.php:444
+msgid "Drop contact"
+msgstr ""
+
+#: src/Module/Contact.php:447 src/Module/Contact.php:825
+msgid "Do you really want to delete this contact?"
+msgstr ""
+
+#: src/Module/Contact.php:461
+msgid "Contact has been removed."
+msgstr ""
+
+#: src/Module/Contact.php:492
+#, php-format
+msgid "You are mutual friends with %s"
+msgstr ""
+
+#: src/Module/Contact.php:497
+#, php-format
+msgid "You are sharing with %s"
+msgstr ""
+
+#: src/Module/Contact.php:502
+#, php-format
+msgid "%s is sharing with you"
+msgstr ""
+
+#: src/Module/Contact.php:526
+msgid "Private communications are not available for this contact."
+msgstr ""
+
+#: src/Module/Contact.php:528
+msgid "Never"
+msgstr ""
+
+#: src/Module/Contact.php:531
+msgid "(Update was successful)"
+msgstr ""
+
+#: src/Module/Contact.php:531
+msgid "(Update was not successful)"
+msgstr ""
+
+#: src/Module/Contact.php:533 src/Module/Contact.php:1063
+msgid "Suggest friends"
+msgstr ""
+
+#: src/Module/Contact.php:537
+#, php-format
+msgid "Network type: %s"
+msgstr ""
+
+#: src/Module/Contact.php:542
+msgid "Communications lost with this contact!"
+msgstr ""
+
+#: src/Module/Contact.php:548
+msgid "Fetch further information for feeds"
+msgstr ""
+
+#: src/Module/Contact.php:550
+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/Module/Contact.php:553
+msgid "Fetch information"
+msgstr ""
+
+#: src/Module/Contact.php:554
+msgid "Fetch keywords"
+msgstr ""
+
+#: src/Module/Contact.php:555
+msgid "Fetch information and keywords"
+msgstr ""
+
+#: src/Module/Contact.php:587
+msgid "Profile Visibility"
+msgstr ""
+
+#: src/Module/Contact.php:588
+msgid "Contact Information / Notes"
+msgstr ""
+
+#: src/Module/Contact.php:589
+msgid "Contact Settings"
+msgstr ""
+
+#: src/Module/Contact.php:598
+msgid "Contact"
+msgstr ""
+
+#: src/Module/Contact.php:602
+#, php-format
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr ""
+
+#: src/Module/Contact.php:604
+msgid "Their personal note"
+msgstr ""
+
+#: src/Module/Contact.php:606
+msgid "Edit contact notes"
+msgstr ""
+
+#: src/Module/Contact.php:610
+msgid "Block/Unblock contact"
+msgstr ""
+
+#: src/Module/Contact.php:611
+msgid "Ignore contact"
+msgstr ""
+
+#: src/Module/Contact.php:612
+msgid "Repair URL settings"
+msgstr ""
+
+#: src/Module/Contact.php:613
+msgid "View conversations"
+msgstr ""
+
+#: src/Module/Contact.php:618
+msgid "Last update:"
+msgstr ""
+
+#: src/Module/Contact.php:620
+msgid "Update public posts"
+msgstr ""
+
+#: src/Module/Contact.php:622 src/Module/Contact.php:1073
+msgid "Update now"
+msgstr ""
+
+#: src/Module/Contact.php:628 src/Module/Contact.php:830
+#: src/Module/Contact.php:1090
+msgid "Unignore"
+msgstr ""
+
+#: src/Module/Contact.php:632
+msgid "Currently blocked"
+msgstr ""
+
+#: src/Module/Contact.php:633
+msgid "Currently ignored"
+msgstr ""
+
+#: src/Module/Contact.php:634
+msgid "Currently archived"
+msgstr ""
+
+#: src/Module/Contact.php:635
+msgid "Awaiting connection acknowledge"
+msgstr ""
+
+#: src/Module/Contact.php:636
+msgid ""
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr ""
+
+#: src/Module/Contact.php:637
+msgid "Notification for new posts"
+msgstr ""
+
+#: src/Module/Contact.php:637
+msgid "Send a notification of every new post of this contact"
+msgstr ""
+
+#: src/Module/Contact.php:640
+msgid "Blacklisted keywords"
+msgstr ""
+
+#: src/Module/Contact.php:640
+msgid ""
+"Comma separated list of keywords that should not be converted to hashtags, "
+"when \"Fetch information and keywords\" is selected"
+msgstr ""
+
+#: src/Module/Contact.php:657
+msgid "Actions"
+msgstr ""
+
+#: src/Module/Contact.php:703
+msgid "Suggestions"
+msgstr ""
+
+#: src/Module/Contact.php:706
+msgid "Suggest potential friends"
+msgstr ""
+
+#: src/Module/Contact.php:714
+msgid "Show all contacts"
+msgstr ""
+
+#: src/Module/Contact.php:719
+msgid "Unblocked"
+msgstr ""
+
+#: src/Module/Contact.php:722
+msgid "Only show unblocked contacts"
+msgstr ""
+
+#: src/Module/Contact.php:727
+msgid "Blocked"
+msgstr ""
+
+#: src/Module/Contact.php:730
+msgid "Only show blocked contacts"
+msgstr ""
+
+#: src/Module/Contact.php:735
+msgid "Ignored"
+msgstr ""
+
+#: src/Module/Contact.php:738
+msgid "Only show ignored contacts"
+msgstr ""
+
+#: src/Module/Contact.php:743
+msgid "Archived"
+msgstr ""
+
+#: src/Module/Contact.php:746
+msgid "Only show archived contacts"
+msgstr ""
+
+#: src/Module/Contact.php:751
+msgid "Hidden"
+msgstr ""
+
+#: src/Module/Contact.php:754
+msgid "Only show hidden contacts"
+msgstr ""
+
+#: src/Module/Contact.php:762
+msgid "Organize your contact groups"
+msgstr ""
+
+#: src/Module/Contact.php:820
+msgid "Search your contacts"
+msgstr ""
+
+#: src/Module/Contact.php:831 src/Module/Contact.php:1099
+msgid "Archive"
+msgstr ""
+
+#: src/Module/Contact.php:831 src/Module/Contact.php:1099
+msgid "Unarchive"
+msgstr ""
+
+#: src/Module/Contact.php:834
+msgid "Batch Actions"
+msgstr ""
+
+#: src/Module/Contact.php:861
+msgid "Conversations started by this contact"
+msgstr ""
+
+#: src/Module/Contact.php:866
+msgid "Posts and Comments"
+msgstr ""
+
+#: src/Module/Contact.php:889
+msgid "View all contacts"
+msgstr ""
+
+#: src/Module/Contact.php:900
+msgid "View all common friends"
+msgstr ""
+
+#: src/Module/Contact.php:910
+msgid "Advanced Contact Settings"
+msgstr ""
+
+#: src/Module/Contact.php:996
+msgid "Mutual Friendship"
+msgstr ""
+
+#: src/Module/Contact.php:1001
+msgid "is a fan of yours"
+msgstr ""
+
+#: src/Module/Contact.php:1006
+msgid "you are a fan of"
+msgstr ""
+
+#: src/Module/Contact.php:1030
+msgid "Edit contact"
+msgstr ""
+
+#: src/Module/Contact.php:1084
+msgid "Toggle Blocked status"
+msgstr ""
+
+#: src/Module/Contact.php:1092
+msgid "Toggle Ignored status"
+msgstr ""
+
+#: src/Module/Contact.php:1101
+msgid "Toggle Archive status"
+msgstr ""
+
+#: src/Module/Contact.php:1109
+msgid "Delete contact"
+msgstr ""
+
+#: src/Module/Install.php:120
+msgid "Friendica Communications Server - Setup"
+msgstr ""
+
+#: src/Module/Install.php:131
+msgid "System check"
+msgstr ""
+
+#: src/Module/Install.php:136
+msgid "Check again"
+msgstr ""
+
+#: src/Module/Install.php:153
+msgid "Database connection"
+msgstr ""
+
+#: src/Module/Install.php:154
+msgid ""
+"In order to install Friendica we need to know how to connect to your "
+"database."
+msgstr ""
+
+#: src/Module/Install.php:155
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr ""
+
+#: src/Module/Install.php:156
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr ""
+
+#: src/Module/Install.php:159
+msgid "Database Server Name"
+msgstr ""
+
+#: src/Module/Install.php:164
+msgid "Database Login Name"
+msgstr ""
+
+#: src/Module/Install.php:170
+msgid "Database Login Password"
+msgstr ""
+
+#: src/Module/Install.php:172
+msgid "For security reasons the password must not be empty"
+msgstr ""
+
+#: src/Module/Install.php:175
+msgid "Database Name"
+msgstr ""
+
+#: src/Module/Install.php:180 src/Module/Install.php:216
+msgid "Site administrator email address"
+msgstr ""
+
+#: src/Module/Install.php:182 src/Module/Install.php:216
+msgid ""
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr ""
+
+#: src/Module/Install.php:186 src/Module/Install.php:217
+msgid "Please select a default timezone for your website"
+msgstr ""
+
+#: src/Module/Install.php:210
+msgid "Site settings"
+msgstr ""
+
+#: src/Module/Install.php:219
+msgid "System Language:"
+msgstr ""
+
+#: src/Module/Install.php:221
+msgid ""
+"Set the default language for your Friendica installation interface and to "
+"send emails."
+msgstr ""
+
+#: src/Module/Install.php:233
+msgid "Your Friendica site database has been installed."
+msgstr ""
+
+#: src/Module/Install.php:241
+msgid "Installation finished"
+msgstr ""
+
+#: src/Module/Install.php:262
+msgid "<h1>What next</h1>"
+msgstr ""
+
+#: src/Module/Install.php:263
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the worker."
+msgstr ""
+
+#: src/Module/Install.php:266
+#, 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/Module/Itemsource.php:33
+msgid "Item Guid"
+msgstr ""
+
+#: src/Module/Login.php:292
+msgid "Create a New Account"
+msgstr ""
+
+#: src/Module/Login.php:325
+msgid "Password: "
+msgstr ""
+
+#: src/Module/Login.php:326
+msgid "Remember me"
+msgstr ""
+
+#: src/Module/Login.php:329
+msgid "Or login using OpenID: "
+msgstr ""
+
+#: src/Module/Login.php:335
+msgid "Forgot your password?"
+msgstr ""
+
+#: src/Module/Login.php:338
+msgid "Website Terms of Service"
+msgstr ""
+
+#: src/Module/Login.php:339
+msgid "terms of service"
+msgstr ""
+
+#: src/Module/Login.php:341
+msgid "Website Privacy Policy"
+msgstr ""
+
+#: src/Module/Login.php:342
+msgid "privacy policy"
+msgstr ""
+
+#: src/Module/Logout.php:29
+msgid "Logged out."
+msgstr ""
+
+#: src/Module/Proxy.php:136
+msgid "Bad Request."
+msgstr ""
+
+#: src/Module/Tos.php:35 src/Module/Tos.php:75
+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:36 src/Module/Tos.php:76
+msgid ""
+"This data is required for communication and is passed on to the nodes of the "
+"communication partners and is stored there. Users can enter additional "
+"private data that may be transmitted to the communication partners accounts."
+msgstr ""
+
+#: src/Module/Tos.php:37 src/Module/Tos.php:77
+#, 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. Deletion of the "
+"data will also be requested from the nodes of the communication partners."
+msgstr ""
+
+#: src/Module/Tos.php:40 src/Module/Tos.php:74
+msgid "Privacy Statement"
+msgstr ""
+
+#: src/Object/Post.php:134
+msgid "This entry was edited"
+msgstr ""
+
+#: src/Object/Post.php:197
+msgid "Delete locally"
+msgstr ""
+
+#: src/Object/Post.php:200
+msgid "Delete globally"
+msgstr ""
+
+#: src/Object/Post.php:200
+msgid "Remove locally"
+msgstr ""
+
+#: src/Object/Post.php:214
+msgid "save to folder"
+msgstr ""
+
+#: src/Object/Post.php:249
+msgid "I will attend"
+msgstr ""
+
+#: src/Object/Post.php:249
+msgid "I will not attend"
+msgstr ""
+
+#: src/Object/Post.php:249
+msgid "I might attend"
+msgstr ""
+
+#: src/Object/Post.php:277
+msgid "ignore thread"
+msgstr ""
+
+#: src/Object/Post.php:278
+msgid "unignore thread"
+msgstr ""
+
+#: src/Object/Post.php:279
+msgid "toggle ignore status"
+msgstr ""
+
+#: src/Object/Post.php:290
+msgid "add star"
+msgstr ""
+
+#: src/Object/Post.php:291
+msgid "remove star"
+msgstr ""
+
+#: src/Object/Post.php:292
+msgid "toggle star status"
+msgstr ""
+
+#: src/Object/Post.php:295
+msgid "starred"
+msgstr ""
+
+#: src/Object/Post.php:299
+msgid "add tag"
+msgstr ""
+
+#: src/Object/Post.php:310
+msgid "like"
+msgstr ""
+
+#: src/Object/Post.php:311
+msgid "dislike"
+msgstr ""
+
+#: src/Object/Post.php:314
+msgid "Share this"
+msgstr ""
+
+#: src/Object/Post.php:314
+msgid "share"
+msgstr ""
+
+#: src/Object/Post.php:381
+msgid "to"
+msgstr ""
+
+#: src/Object/Post.php:382
+msgid "via"
+msgstr ""
+
+#: src/Object/Post.php:383
+msgid "Wall-to-Wall"
+msgstr ""
+
+#: src/Object/Post.php:384
+msgid "via Wall-To-Wall:"
+msgstr ""
+
+#: src/Object/Post.php:444
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/Protocol/Diaspora.php:2434
+msgid "Sharing notification from Diaspora network"
+msgstr ""
+
+#: src/Protocol/Diaspora.php:3528
+msgid "Attachments:"
+msgstr ""
+
+#: src/Protocol/OStatus.php:1839
+#, php-format
+msgid "%s is now following %s."
+msgstr ""
+
+#: src/Protocol/OStatus.php:1840
+msgid "following"
+msgstr ""
+
+#: src/Protocol/OStatus.php:1843
+#, php-format
+msgid "%s stopped following %s."
+msgstr ""
+
+#: src/Protocol/OStatus.php:1844
+msgid "stopped following"
+msgstr ""
+
+#: src/Util/Temporal.php:153
+msgid "YYYY-MM-DD or MM-DD"
+msgstr ""
+
+#: src/Util/Temporal.php:296
+msgid "never"
+msgstr ""
+
+#: src/Util/Temporal.php:303
+msgid "less than a second ago"
+msgstr ""
+
+#: src/Util/Temporal.php:311
+msgid "year"
+msgstr ""
+
+#: src/Util/Temporal.php:311
+msgid "years"
+msgstr ""
+
+#: src/Util/Temporal.php:312
+msgid "months"
+msgstr ""
+
+#: src/Util/Temporal.php:313
+msgid "weeks"
+msgstr ""
+
+#: src/Util/Temporal.php:314
+msgid "days"
+msgstr ""
+
+#: src/Util/Temporal.php:315
+msgid "hour"
+msgstr ""
+
+#: src/Util/Temporal.php:315
+msgid "hours"
+msgstr ""
+
+#: src/Util/Temporal.php:316
+msgid "minute"
+msgstr ""
+
+#: src/Util/Temporal.php:316
+msgid "minutes"
+msgstr ""
+
+#: src/Util/Temporal.php:317
+msgid "second"
+msgstr ""
+
+#: src/Util/Temporal.php:317
+msgid "seconds"
+msgstr ""
+
+#: src/Util/Temporal.php:327
+#, php-format
+msgid "in %1$d %2$s"
+msgstr ""
+
+#: src/Util/Temporal.php:330
+#, php-format
+msgid "%1$d %2$s ago"
+msgstr ""
+
+#: src/Worker/Delivery.php:433
+msgid "(no subject)"
+msgstr ""
+
+#: update.php:195
+#, php-format
+msgid "%s: Updating author-id and owner-id in item and thread table. "
+msgstr ""
+
+#: update.php:241
+#, php-format
+msgid "%s: Updating post-type."
+msgstr ""
+
+#: view/theme/duepuntozero/config.php:56
+msgid "greenzero"
+msgstr ""
+
+#: view/theme/duepuntozero/config.php:57
+msgid "purplezero"
+msgstr ""
+
+#: view/theme/duepuntozero/config.php:58
+msgid "easterbunny"
+msgstr ""
+
+#: view/theme/duepuntozero/config.php:59
+msgid "darkzero"
+msgstr ""
+
+#: view/theme/duepuntozero/config.php:60
+msgid "comix"
+msgstr ""
+
+#: view/theme/duepuntozero/config.php:61
+msgid "slackr"
+msgstr ""
+
+#: view/theme/duepuntozero/config.php:75
+msgid "Variations"
+msgstr ""
+
+#: view/theme/frio/config.php:103
+msgid "Custom"
+msgstr ""
+
+#: view/theme/frio/config.php:115
+msgid "Note"
+msgstr ""
+
+#: view/theme/frio/config.php:115
+msgid "Check image permissions if all users are allowed to see the image"
+msgstr ""
+
+#: view/theme/frio/config.php:122
+msgid "Select color scheme"
+msgstr ""
+
+#: view/theme/frio/config.php:123
+msgid "Navigation bar background color"
+msgstr ""
+
+#: view/theme/frio/config.php:124
+msgid "Navigation bar icon color "
+msgstr ""
+
+#: view/theme/frio/config.php:125
+msgid "Link color"
+msgstr ""
+
+#: view/theme/frio/config.php:126
+msgid "Set the background color"
+msgstr ""
+
+#: view/theme/frio/config.php:127
+msgid "Content background opacity"
+msgstr ""
+
+#: view/theme/frio/config.php:128
+msgid "Set the background image"
+msgstr ""
+
+#: view/theme/frio/config.php:129
+msgid "Background image style"
+msgstr ""
+
+#: view/theme/frio/config.php:134
+msgid "Login page background image"
+msgstr ""
+
+#: view/theme/frio/config.php:138
+msgid "Login page background color"
+msgstr ""
+
+#: view/theme/frio/config.php:138
+msgid "Leave background image and color empty for theme defaults"
+msgstr ""
+
+#: view/theme/frio/php/Image.php:24
+msgid "Top Banner"
+msgstr ""
+
+#: view/theme/frio/php/Image.php:24
+msgid ""
+"Resize image to the width of the screen and show background color below on "
+"long pages."
+msgstr ""
+
+#: view/theme/frio/php/Image.php:25
+msgid "Full screen"
+msgstr ""
+
+#: view/theme/frio/php/Image.php:25
+msgid ""
+"Resize image to fill entire screen, clipping either the right or the bottom."
+msgstr ""
+
+#: view/theme/frio/php/Image.php:26
+msgid "Single row mosaic"
+msgstr ""
+
+#: view/theme/frio/php/Image.php:26
+msgid ""
+"Resize image to repeat it on a single row, either vertical or horizontal."
+msgstr ""
+
+#: view/theme/frio/php/Image.php:27
+msgid "Mosaic"
+msgstr ""
+
+#: view/theme/frio/php/Image.php:27
+msgid "Repeat image to fill the screen."
+msgstr ""
+
+#: view/theme/frio/theme.php:252
+msgid "Guest"
+msgstr ""
+
+#: view/theme/frio/theme.php:257
+msgid "Visitor"
+msgstr ""
+
+#: view/theme/quattro/config.php:77
+msgid "Alignment"
+msgstr ""
+
+#: view/theme/quattro/config.php:77
+msgid "Left"
+msgstr ""
+
+#: view/theme/quattro/config.php:77
+msgid "Center"
+msgstr ""
+
+#: view/theme/quattro/config.php:78
+msgid "Color scheme"
+msgstr ""
+
+#: view/theme/quattro/config.php:79
+msgid "Posts font size"
+msgstr ""
+
+#: view/theme/quattro/config.php:80
+msgid "Textareas font size"
+msgstr ""
+
+#: view/theme/vier/config.php:76
+msgid "Comma separated list of helper forums"
+msgstr ""
+
+#: view/theme/vier/config.php:123
+msgid "Set style"
+msgstr ""
+
+#: view/theme/vier/config.php:124
+msgid "Community Pages"
+msgstr ""
+
+#: view/theme/vier/config.php:125 view/theme/vier/theme.php:151
+msgid "Community Profiles"
+msgstr ""
+
+#: view/theme/vier/config.php:126
+msgid "Help or @NewHere ?"
+msgstr ""
+
+#: view/theme/vier/config.php:127 view/theme/vier/theme.php:388
+msgid "Connect Services"
+msgstr ""
+
+#: view/theme/vier/config.php:128
+msgid "Find Friends"
+msgstr ""
+
+#: view/theme/vier/config.php:129 view/theme/vier/theme.php:181
+msgid "Last users"
+msgstr ""
+
+#: view/theme/vier/theme.php:291
+msgid "Quick Start"
+msgstr ""